summaryrefslogtreecommitdiff
path: root/src/main/resources/static/scss/_cutter_master.scss
blob: c45b6f8c51cb4249e0d8d2f0c92eb29c0928d39a (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
.cutter_muster{
    padding-top: 134px;
    padding-bottom: 130px;
    @media #{$mobile_device}{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    @media #{$tablet_device}{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .single_master{
        margin-bottom: 20px;
        .thumb{
            position: relative;
            z-index: 2;
            
            img{
                width: 100%;
            }
            .social_link{
                position: absolute;
                left: 0;
                right: 0;
                text-align: center;
                bottom: 0;
                padding: 30px 0;
                @include transform(translateY(-40px));
                @include transition(.3s) ;
                opacity: 0;
                a{
                    margin: 0 10px;
                    font-size: 20px;
                    color: #fff;
                    &:hover{
                        color: #BC9321;
                    }
                }
            }
        }
        .master_name{
            h3{
                font-size: 20px;
                font-family: $font1;
                color: #4A3600;
                font-weight: 400;
                margin-top: 25px;
                margin-bottom: 0;
            }
            p{
                font-size: 14px;
                margin-bottom: 0;
                color: #919191;
            }
        }
        &:hover{
            .social_link{
                @include transform(translateY(0px));
                opacity: 1;
            }
        }
    }
}

.find_bg_1{
    background-image: url(../../static/img/team/img.png);
}
.find_us_area{
    .single_find{
       padding-bottom: 10px;
    }
    .find_info{
        background: #BC9321;
        padding: 70px 0 60px 80px;
        @media #{$mobile_device}{
            padding: 20px;
        }
        .find_info_title{
            font-size: 42px;
            font-weight: 400;
            position: relative;
            color: #fff;
            padding-bottom: 20px;
            margin-bottom: 55px;
            @media #{$mobile_device}{
                font-size: 25px;

            }
            &::before{
                position: absolute;
                content: "";
                background: #fff;
                width: 100px;
                height: 2px;
                left: 0;
                bottom: 0;
            }
        }
        background: #BC9321;
        .single_find{
            i{
                font-size: 30px;
                color: #fff;
            }
            .find_text{
                padding-left: 20px;
                h3{
                    font-size: 16px;
                    color: #000;
                    font-weight: 400;
                }
                p{
                    color: #fff;
                    font-size: 18px;
                    font-weight: 400;
                    @media #{$mobile_device}{
                        font-size: 15px;
                    }
                }
            }
        }
    }
    .book_btn{
        margin-top: 34px;
        a{
         background: transparent;
         font-size: 16px;
         font-weight: 400;
         border: 1px solid #fff;
         color: #fff;
         padding: 14px 20px;
         display: inline-block;
         &:hover{
             background: #fff;
             color: #000 !important;
             border: 1px solid #fff;
         }
        }
    }
}