forked from pratibimbsgsits/Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.css
155 lines (152 loc) · 3.01 KB
/
about.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
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
/* About */
.contain {
font-family: var(--font);
display:flex;
}
.story {
background-color: black;
color: #fff;
}
.story,
.abt-img,
.desc {
height: 600px;
width: 33.33%;
font-family: var(--font1);
}
.story h3 {
margin-top: 1.5rem;
margin-bottom: 2rem;
margin-left: 5rem;
}
.story p {
margin-left: 5rem;
margin-right: 5rem;
text-align: justify;
text-justify: inherit;
}
.desc p {
margin-left: 3.5rem;
margin-right: 5rem;
text-align: justify;
text-justify: inherit;
}
.abt-img {
background-image: url(img/88213043_531854247445249_3671707185671607419_n\ 1.png);
background-size: 100%;
}
.desc {
background-color: #804c95;
color: #fff;
}
.desc p {
margin-top: 8.5rem;
}
br {
margin-bottom: 0.5rem;
}
.col-center {
margin: 0 auto;
float: none !important;
}
.carousel {
margin: 50px auto;
padding: 0 70px;
}
.carousel-item {
color: black;
font-size: 14px;
text-align: center;
overflow: hidden;
min-height: 290px;
}
.carousel .item .img-box {
width: 135px;
height: 135px;
margin: 0 auto;
padding: 5px;
border: 1px solid #ddd;
border-radius: 50%;
}
.carousel .img-box img {
width: 100%;
height: 100%;
display: block;
border-radius: 50%;
}
.testimonial {
margin-top: 3rem;
font-size: 1.2rem;
font-family: var(--font);
}
.inc {
font-family: var(--font);
font-size: 1.1rem;
}
.overview span {
color: royalblue;
font-size: 1.5rem;
font-weight: 600;
}
.carousel {
height: 600px;
}
.carousel .overview {
font-style: italic;
}
.carousel .overview b {
font-size: 1.5rem;
/* text-transform: uppercase; */
color: #db584e;
}
.carousel .carousel-control {
width: 40px;
height: 40px;
margin-top: -20px;
top: 50%;
background: none;
}
.carousel-control i {
font-size: 80px;
line-height: 42px;
position: absolute;
display: inline-block;
color: rgba(0, 0, 0, 0.8);
text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.fa-angle-left {
margin-top: -20rem;
margin-right: 2rem;
}
.fa-angle-right {
margin-top: -14rem;
margin-left: -1rem;
}
.carousel .carousel-indicators {
bottom: -40px;
}
.carousel-indicators li,
.carousel-indicators li.active {
width: 10px;
height: 10px;
margin: 1px 3px;
border-radius: 50%;
position: fixed;
}
.carousel-indicators li {
background: #999;
border-color: transparent;
box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}
.carousel-indicators li.active {
background: #fff;
box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}
.msg {
font-family: var(--font);
font-weight: 700;
font-size: 2rem;
float: right;
margin-top: -8rem;
margin-right: 3rem;
}