summaryrefslogtreecommitdiff
path: root/src/main/resources/static/scss/_footer.scss
blob: a98676c393a2b3d2f611a173329cba9caa585f5f (plain)
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
.footer{
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background: #0d0e0f;
    position: relative;
    z-index: 0;
    .footer_top{
        padding-top: 130px;
        padding-bottom: 110px;
        @media #{$mobile_device} {
            padding-top: 60px;
            padding-bottom: 30px;
        }
        .footer_widget{
            .address_text{
                font-size: 16px;
                font-weight: 400;
                color: #959595;
            }
            @media #{$mobile_device} {
                margin-bottom: 30px;
            }
            @media #{$tablet_device} {
                margin-bottom: 30px;
            }
            .links {
                position: relative;
                top: -14px;
               &.double_links{
                    li{
                        width: 50%;
                        float: left;
                    }
                }
            }
            .footer_title{
                font-size: 18px;
                font-weight: 400;
                color: #fff;
                text-transform: capitalize;
                margin-bottom: 38px;
                font-family: $font1;
                position: relative;
                margin-top: 20px;
                @media #{$mobile_device} {
                    margin-bottom: 20px;
                }
            }
            .footer_logo{
                font-size: 22px;
                font-weight: 400;
                color: #fff;
                text-transform: capitalize;
                margin-bottom: 35px;
                @media #{$mobile_device} {
                    margin-bottom: 20px;
                }
            }
            p {

                color: #AAB1B7;
                font-size: 14px;
                font-weight: 400;
                line-height: 26px;
                color: #AAB1B7;
                a{
                    color: #AAB1B7;
                    &:hover{
                        color: $btn-bg;
                    }
                }
            
            }
            p.footer_text{
                font-size: 16px;
                color: #B2B2B2;
                margin-bottom: 23px;
                font-weight: 400;
                line-height: 26px;
                a.domain{
                    color: #B2B2B2;
                    font-weight: 400;
                    &:hover{
                        color: $btn-bg;
                        border-bottom: 1px solid $btn-bg
                    }
                }
                &.doanar{
                    a{
                    font-weight: 500;
                    color: #B2B2B2;
                    
                    &:hover{
                        color: $btn-bg;
                        border-bottom: 1px solid $btn-bg
                    }
                    &.first{
                        margin-bottom: 10px;
                    }
                    }

                }
            }
            ul{
                li{
                    color: #ACACAC;
                    font-size: 16px;
                    line-height: 40px;
                    a{
                        color: #959595;
                        font-weight: 400;
                        font-family: $font2;
                        &:hover{
                            color: $btn-bg;
                        }
                    }
                }
            }
            .newsletter_form{
                position: relative;
                margin-bottom: 20px;
                input{
                    width: 100%;
                    height: 50px;
                    background: #F5FBFF;
                    padding-left: 20px;
                    font-size: 15px;
                    color: #000;
                    border: none;
                    border: 1px solid #E8E8E8;
                    border-radius: 30px;
                    font-family: $font2;
                    padding-right: 120px;
                    &::placeholder{
                        font-size: 15px;
                        color: #AAB1B7;
                    }
                    &:focus{
                        outline: none;
                    }
                }
                button{
                    position: absolute;
                    top: 0;
                    right: 0;
                    height: 40px;
                    border: none;
                    font-size: 14px;
                    color: #fff;
                    background: $btn-bg;
                    padding: 10px;
                    padding: 0 22px;
                    cursor: pointer;
                    border-radius: 30px;
                    top: 5px;
                    right: 5px;
                    font-size: 14px;
                    font-weight: 500;
                    font-family: $font2;
                }
            }
            .newsletter_text{
                font-size: 14px;
                color: #AAB1B7;
                line-height: 26px;
                font-family: $font2;
            }
            .instagram_feed{
                margin: -7.5px -7.5px 0 -7.5px;
                .single_insta{
                    width: 33.33%;
                    float: left;
                    padding: 7.5px;
                    
                    overflow: hidden;
                    img{
                        width: 100%;
                        @include border-radius(5px);
                    }
                }
            }
        }
    }
    .copy-right_text{
        padding-bottom: 32px;
        .copy_right{
            font-size: 15px;
            color: #888888;
            margin-bottom: 0;
            font-weight: 400;
            @media #{$mobile_device} {
                font-size: 15px;
            }
            a{
                color: $btn-bg;
            }
        }
    }
    .socail_links{
        margin-top: 26px;
        @media #{$mobile_device} {
            margin-top: 20px;
        }
        ul{
            li{
                display: inline-block;

                a{
                    font-size: 15px;
                    color: #C3B2F0;
                    width: 30px;
                    // height: 40px;
                    display: inline-block;
                    text-align: center;
                    background: transparent;
                    // @include border-radius(50%);
                    // line-height: 40px !important;
                    margin-right: 7px;
                    color: #FFFFFF;
                    line-height: 40px !important;
                    // border: 1px solid #E8E8E8;
                    color: #E8E8E8;
                 &:hover{
                     color: $btn-bg !important;
                     border-color: transparent;
                 }
                }
            }
        }

    }
}