ÿØÿà JPEG ÿþ;
| Server IP : 68.65.120.201 / Your IP : 216.73.216.221 Web Server : LiteSpeed System : Linux server179.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : taxhyuvu ( 2294) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/./././taxhyuvu/./././././public_html/publicationcard/scss/ |
Upload File : |
@import 'bootstrap/bootstrap';
@import 'bootstrap/variables';
@import 'bootstrap/mixins';
$font-primary: 'Poppins',Arial, sans-serif;
$primary: #ff487e;
body{
font-family: $font-primary;
font-size: 14px;
line-height: 1.8;
font-weight: normal;
color: lighten($black, 50%);
background: rgba(0,0,0,.05);
}
a {
transition: .3s all ease;
color: $primary;
&:hover, &:focus {
text-decoration: none !important;
outline: none !important;
box-shadow: none;
}
}
button {
transition: .3s all ease;
&:hover, &:focus {
text-decoration: none !important;
outline: none !important;
box-shadow: none !important;
}
}
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
line-height: 1.5;
font-weight: 400;
font-family: $font-primary;
}
.ftco-section{
padding: 7em 0;
}
.ftco-no-pt{
padding-top: 0;
}
.ftco-no-pb{
padding-bottom: 0;
}
//HEADING SECTION
.heading-section{
font-size: 28px;
color: $black;
}
//COVER BG
.img{
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.btn{
font-size: 14px;
&.btn-primary{
background: $primary;
border-color: $primary;
}
}
//OWL CAROUSEL
.owl-carousel {
position: relative;
.owl-item {
opacity: 1;
&.active {
opacity: 1;
}
}
.owl-nav {
position: absolute;
top: 50%;
width: 100%;
.owl-prev,
.owl-next {
position: absolute;
transform: translateY(-50%);
margin-top: -10px;
color: rgba(0,0,0,.1) !important;
@include transition(.7s);
span {
&:before {
font-size: 30px;
}
}
opacity: 0;
}
.owl-prev {
left: 0;
}
.owl-next {
right: 0;
}
}
.owl-dots {
text-align: center;
margin-top: 20px;
.owl-dot {
width: 10px;
height: 10px;
margin: 5px;
border-radius: 50%;
background: rgba(0,0,0,.1);
position: relative;
&:hover, &:focus{
outline: none !important;
}
&.active {
background: $primary;
}
}
}
&:hover{
.owl-nav{
.owl-prev,
.owl-next{
opacity: 1;
}
.owl-prev {
left: -25px;
}
.owl-next {
right: -25px;
}
}
}
}
.owl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
//BLOG ENTRY
.block-20 {
overflow: hidden;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
height: 275px;
position: relative;
display: block;
}
.blog-entry{
width: 100%;
background: $white;
.text {
position: relative;
border-top: 0;
border-radius: 2px;
.heading {
font-size: 20px;
margin-bottom: 16px;
font-weight: 600;
a {
color: $black;
&:hover, &:focus, &:active {
color: $primary;
}
}
}
.meta-chat{
color: lighten($black, 70%);
}
.read{
color: $black;
font-size: 14px;
}
}
.meta-date{
display: inline-block;
background: $dark;
span{
display: block;
color:$white;
}
.day{
font-weight: 700;
font-size: 20px;
}
.mos,.yr{
font-size: 13px;
}
}
.meta {
> div {
display: block;
margin-right: 5px;
margin-bottom: 0px;
font-size: 15px;
a {
color: lighten($black, 70%);
font-size: 13px;
&:hover {
color: lighten($black, 80%);
}
}
}
}
.meta2{
a{
text-transform: uppercase;
font-size: 13px;
letter-spacing: 1px;
color: rgba(0,0,0,.4);
}
}
}