-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
111 lines (91 loc) · 1.57 KB
/
style.css
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
body::before {
display: block;
content: '';
height: 60px;
}
#map {
width: 100%;
height: 100%;
border-radius: 10px;
}
@media (min-width: 768px) {
.news-input {
width: 50%;
}
}
.navbar-brand {
font-weight: bold;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.form-control {
border-radius: 0%;
}
.btn {
border-radius: 0%;
}
.img-fluid1 {
height: 75% !important;
width: 75% !important;
}
.card {
border-radius: 0%;
}
.home-testimonial {
height: 380px
}
.home-testimonial-bottom {
background-color: #f8f8f8;
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
margin-top: 20px;
margin-bottom: 0px;
position: relative;
height: 130px;
top: 190px
}
.home-testimonial h3 {
color: var(--orange);
font-size: 14px;
font-weight: 500;
text-transform: uppercase
}
.home-testimonial h2 {
color: white;
font-size: 28px;
font-weight: 700
}
.testimonial-inner {
position: relative;
top: -174px
}
.testimonial-pos {
position: relative;
top: 24px
}
.testimonial-inner .tour-desc {
border-radius: 5px;
padding: 40px
}
.color-grey-3 {
font-family: "Montserrat", Sans-serif;
font-size: 14px;
color: #6c83a2;
}
.testimonial-inner img.tm-people {
width: 60px;
height: 60px;
-webkit-border-radius: 50%;
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover;
max-width: none
}
.link-name {
font-family: "Montserrat", Sans-serif;
font-size: 14px;
color: #6c83a2;
}
.link-position {
font-family: "Montserrat", Sans-serif;
font-size: 12px;
color: #6c83a2;
}