129 lines
2.0 KiB
CSS

/** funfact-section **/
.funfact-section {
position: relative;
}
.funfact-block-one .inner-box {
position: relative;
display: block;
background: #fff;
box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
border-radius: 20px;
padding: 40px;
}
@media (max-width: 1024px) {
.funfact-block-one .inner-box {
padding: 20px;
}
}
@media (max-width: 425px) {
.funfact-block-one .inner-box {
padding: 10px;
}
}
.funfact-block-one .inner-box .count-outer {
position: relative;
display: block;
font-size: 50px;
line-height: 65px;
font-weight: 600;
margin-bottom: 15px;
color: #bc0000;
}
.funfact-block-one .inner-box .count-outer .symble {
font-weight: 300;
}
.funfact-block-one .inner-box .text {
position: relative;
display: block;
text-align: center;
font-size: 16px;
line-height: 26px;
font-weight: 500;
color: #bc0000;
background: #ffe6e6;
border-radius: 8px;
padding: 12px 15px;
}
.funfact-block-one .inner-box .text-new{
position: relative;
display: block;
text-align: center;
font-size: 16px;
line-height: 26px;
font-weight: 500;
color: #ffffff;
background: #bc0000;
border-radius: 8px;
padding: 12px 15px;
}
.funfact-section .inner-container {
position: relative;
z-index: 1;
margin-top: -75px;
}
.funfact-section .bg-layer {
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
height: 50%;
}
/** RTL-CSS **/
/** RESPONSIVE-CSS **/
@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 991px) {
.funfact-block-one .inner-box {
margin-bottom: 30px;
}
}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 599px) {}
@media only screen and (max-width: 426px) {
.funfact-block-one .inner-box .text-new{
position: relative;
display: block;
text-align: center;
font-size: 13px;
line-height: 26px;
font-weight: 500;
color: #ffffff;
background: #bc0000;
border-radius: 8px;
padding: 12px 15px;
}
}