Detail pages and list pages are created
This commit is contained in:
721
assets/style.css
721
assets/style.css
@@ -30,7 +30,7 @@
|
||||
/* Backgrounds */
|
||||
--background-color: #ffffff;
|
||||
--background-light: #ffffff;
|
||||
--background-accent: #ecedff;
|
||||
--background-accent: #f5f5fd;;
|
||||
--background-dark: #dddddd;
|
||||
|
||||
/* Counter Section */
|
||||
@@ -49,10 +49,10 @@
|
||||
--shadow-color: #01297014;
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
height: 100%;
|
||||
padding-top: 132px;
|
||||
margin:0;
|
||||
|
||||
}
|
||||
/* Large tablets / small laptops */
|
||||
@@ -83,6 +83,67 @@ h1, h2, h3, h4, h5, h6 {
|
||||
font-weight: 400;
|
||||
|
||||
}
|
||||
|
||||
/* popup modal of home page */
|
||||
/* Overlay background */
|
||||
.notice-overlay {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
backdrop-filter: blur(6px); /* blur screen */
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
/* Modal box */
|
||||
.notice-modal {
|
||||
position: relative;
|
||||
max-width: 600px;
|
||||
width: 90%;
|
||||
background: #fff;
|
||||
border-radius: 8px;
|
||||
padding: 10px;
|
||||
animation: zoomIn 0.3s ease;
|
||||
}
|
||||
|
||||
/* Notice image */
|
||||
.notice-modal img {
|
||||
width: 100%;
|
||||
border-radius: 6px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Close button */
|
||||
.close-btn {
|
||||
position: absolute;
|
||||
top: -12px;
|
||||
right: -12px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
background: #ff3b3b;
|
||||
color: #fff;
|
||||
border: none;
|
||||
border-radius: 50%;
|
||||
font-size: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* Animation */
|
||||
@keyframes zoomIn {
|
||||
from {
|
||||
transform: scale(0.85);
|
||||
opacity: 0;
|
||||
}
|
||||
to {
|
||||
transform: scale(1);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
/* popup end */
|
||||
|
||||
section.team_area {
|
||||
padding: 80px 0 ;
|
||||
}
|
||||
@@ -128,7 +189,29 @@ html {
|
||||
/* .after-nabar{
|
||||
margin-top: 6%;
|
||||
} */
|
||||
.apply1{
|
||||
background-color: var(--primary-color1);
|
||||
color: var(--font-color1);
|
||||
transition: 0.3s all ease-out;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.apply1:hover{
|
||||
background-color: var(--hover-color);
|
||||
}
|
||||
.apply-btn {
|
||||
display: inline-block;
|
||||
padding: 10px 22px;
|
||||
background-color: #ff6b00; /* change color if needed */
|
||||
color: #fff !important;
|
||||
font-weight: 600 !important;
|
||||
text-decoration: none;
|
||||
border-radius: 4px;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.apply1:hover .apply-btn {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* hamburger part */
|
||||
.hamburgermenu {
|
||||
@@ -751,15 +834,26 @@ justify-content: center;
|
||||
transform-origin: left;
|
||||
transition: transform 0.35s ease;
|
||||
}
|
||||
.nav-link.apply-now span::after {
|
||||
display: none;
|
||||
}
|
||||
#navbar #navbarNavDropdown .subdropdown-menu li a:hover::after {
|
||||
transform: scaleX(1);
|
||||
width: 60%;
|
||||
width: 80%;
|
||||
}
|
||||
#navbar #navbarNavDropdown .subdropdown-menu .vdo a:hover::after {
|
||||
transform: scaleX(1);
|
||||
width: 70%;
|
||||
}
|
||||
#navbar .apply-now{
|
||||
background-color: var(--primary-color1);
|
||||
border-radius: 3px;
|
||||
transition: 0.3s ease-out;
|
||||
|
||||
}
|
||||
#navbar .apply-now:hover{
|
||||
background-color: var(--hover-color);
|
||||
}
|
||||
#navbar .apply-now span{
|
||||
color: var(--font-color1) !important;
|
||||
|
||||
@@ -819,7 +913,7 @@ height: 90px;
|
||||
background:var(--primary-color1);
|
||||
-webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, .05);
|
||||
box-shadow: 0 0 10px 3px #0000000d;
|
||||
left: -55px;
|
||||
left: -34px;
|
||||
list-style: outside none none;
|
||||
margin: 0;
|
||||
opacity: 0;
|
||||
@@ -833,10 +927,16 @@ height: 90px;
|
||||
-o-transition: all .5s ease 0s;
|
||||
transition: all .5s ease 0s;
|
||||
visibility: hidden;
|
||||
width: 210px;
|
||||
width: 193px;
|
||||
z-index: 999;
|
||||
border-radius: 4px;
|
||||
|
||||
}
|
||||
#navbar #navbarNavDropdown .subdropdown-menu11 {
|
||||
left: 0px !important;
|
||||
|
||||
width: 120% !important;
|
||||
|
||||
}
|
||||
#navbar #navbarNavDropdown ul li:hover .subdropdown-menu {
|
||||
opacity: 1;
|
||||
@@ -959,6 +1059,7 @@ height: 90px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 0;
|
||||
color: var(--primary-color1);
|
||||
font-size: 29px;
|
||||
}
|
||||
|
||||
/* Counter Text */
|
||||
@@ -1159,7 +1260,13 @@ margin-bottom: 80px;
|
||||
text-align: center !important;
|
||||
}
|
||||
}
|
||||
|
||||
.column__stack.column__full{
|
||||
margin-bottom: 40px;
|
||||
transition: 0.3s all ease-out;
|
||||
}
|
||||
.column__stack.column__full:hover img{
|
||||
transform: scale(0.97);
|
||||
}
|
||||
.cta.-type-1 {
|
||||
z-index: 0;
|
||||
position: relative;
|
||||
@@ -1767,6 +1874,10 @@ ul {
|
||||
border-radius: 5px;
|
||||
margin: 0;
|
||||
}
|
||||
.testimonial121 {
|
||||
border: none !important;
|
||||
|
||||
}
|
||||
.swiper-slide {
|
||||
flex-shrink: 0;
|
||||
width: 100%;
|
||||
@@ -1779,7 +1890,12 @@ ul {
|
||||
width: 60px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.testimonial .img121 {
|
||||
width: 54%;
|
||||
height: 254px;
|
||||
margin-left: 124px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.testimonial_content i {
|
||||
color: #fff;
|
||||
font-size: 22px;
|
||||
@@ -1837,6 +1953,18 @@ ul {
|
||||
font-size: 16px;
|
||||
line-height: 28px;
|
||||
}
|
||||
.swiper-slide {
|
||||
width: 100% !important;
|
||||
}
|
||||
.testimonial .img121 {
|
||||
margin-left: 0px;
|
||||
width: 100%;
|
||||
object-fit: contain;
|
||||
}
|
||||
#about-logo-area img{
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
@media (max-width: 479px) {
|
||||
.testimonial_content p {
|
||||
@@ -1844,7 +1972,7 @@ ul {
|
||||
}
|
||||
}
|
||||
.footer {
|
||||
background: #f5f5fd;
|
||||
background: var(--background-accent);
|
||||
}
|
||||
.section-padding {
|
||||
padding: 81px 0;
|
||||
@@ -1884,7 +2012,7 @@ ul {
|
||||
transition: all .3s ease 0s;
|
||||
margin-right: 10px;
|
||||
font-size: 16px;
|
||||
color: #000;
|
||||
color: var(--primary-color1);
|
||||
display: block;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
@@ -2103,3 +2231,578 @@ ul {
|
||||
font-size: 40px !important;
|
||||
}
|
||||
}
|
||||
.section-top {
|
||||
padding-top: 150px;
|
||||
position: relative;
|
||||
padding-bottom: 90px;
|
||||
background: url(/assets/image/school.png) center center / cover;
|
||||
background-position: center center;
|
||||
}
|
||||
/* Light dim overlay */
|
||||
.section-top::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
background: rgba(0, 0, 50, 0.5); /* increase for more light */
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
/* Keep content above overlay */
|
||||
.section-top > * {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
.section-top-title {
|
||||
position: relative;
|
||||
}
|
||||
.section-top-title h1 {
|
||||
margin-bottom: 10px;
|
||||
text-transform: capitalize;
|
||||
font-weight: 700;
|
||||
font-size: 50px;
|
||||
color: var(--font-color1);
|
||||
}
|
||||
.section-top-title ul li {
|
||||
color: var(--background-color) !important;
|
||||
display: inline-block;
|
||||
}
|
||||
.section-top-title ul li a {
|
||||
color:var(--hover-color) !important;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
/* image */
|
||||
.gallery-area {
|
||||
margin: 56px 0px;
|
||||
}
|
||||
.gallery-img {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
border-radius: 12px;
|
||||
}
|
||||
.header-logo-menu.stick.semi-transparent, .gallery-img, .gallery-img .hover-effect {
|
||||
background: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
.gallery-img img
|
||||
|
||||
{
|
||||
width: 100%;
|
||||
height: 199px;
|
||||
object-fit: cover;
|
||||
display: block;
|
||||
position: relative;
|
||||
transform: scale(1);
|
||||
transition: transform 0.7s ease-in-out;
|
||||
}
|
||||
.gallery-img .hover-effect {
|
||||
opacity: 0;
|
||||
background: rgba(0, 0, 0, 0.7);
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
transition: opacity 0.5s ease-in-out;
|
||||
}
|
||||
.gallery-img h2 {
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
|
||||
color: var(--primary-color) !important;
|
||||
font-size: 16px;
|
||||
line-height: 28px;
|
||||
margin: 20px auto 10px;
|
||||
font-weight: 600;
|
||||
opacity: 0;
|
||||
padding: 9px 0;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
transform: scale(0.8);
|
||||
transition: all 0.4s ease-in-out;
|
||||
}
|
||||
.gallery-img p {
|
||||
color: #ffffff;
|
||||
/* margin: 0 30px; */
|
||||
opacity: 0;
|
||||
text-align: center;
|
||||
transform: scale(0.8);
|
||||
transition: all 0.4s ease-in-out;
|
||||
}
|
||||
.gallery-img:hover img {
|
||||
transform: scale(1.1);
|
||||
}
|
||||
.gallery-img:hover .hover-effect {
|
||||
opacity: 1;
|
||||
}
|
||||
.lightbox .lb-image {
|
||||
object-fit: cover;
|
||||
}
|
||||
/* Text Animation */
|
||||
.gallery-img p {
|
||||
color: #ffffff;
|
||||
/* margin: 0 30px; */
|
||||
opacity: 0;
|
||||
text-align: center;
|
||||
transform: scale(0.8);
|
||||
transition: all 0.4s ease-in-out;
|
||||
}
|
||||
|
||||
/* Reveal text on hover */
|
||||
.gallery-img:hover h2,
|
||||
.gallery-img:hover p {
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
}
|
||||
.lightboxOverlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 9999;
|
||||
background-color: black;
|
||||
opacity: 0.8;
|
||||
display: none;
|
||||
}
|
||||
.lightbox {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
z-index: 10000;
|
||||
text-align: center;
|
||||
line-height: 0;
|
||||
font-weight: normal;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.lb-outerContainer {
|
||||
position: relative;
|
||||
width: 250px;
|
||||
height: 250px;
|
||||
margin: 0 auto;
|
||||
border-radius: 4px;
|
||||
background-color: white;
|
||||
}
|
||||
.lightbox .lb-image {
|
||||
display: block;
|
||||
height: auto;
|
||||
max-width: inherit;
|
||||
max-height: none;
|
||||
border-radius: 3px;
|
||||
border: 4px solid white;
|
||||
}
|
||||
|
||||
.lightbox .lb-image {
|
||||
object-fit: cover;
|
||||
}
|
||||
.lightbox img {
|
||||
width: 690px !important;
|
||||
height: 370px !important;
|
||||
/* object-fit: cover; */
|
||||
}
|
||||
.lb-nav {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
z-index: 10;
|
||||
}
|
||||
.lb-nav a.lb-prev
|
||||
{
|
||||
width: 34%;
|
||||
left: 0;
|
||||
float: left;
|
||||
background: url(../images/prev.png) left 48% no-repeat;
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity 0.6s;
|
||||
-moz-transition: opacity 0.6s;
|
||||
-o-transition: opacity 0.6s;
|
||||
transition: opacity 0.6s;
|
||||
}
|
||||
|
||||
.lb-nav a {
|
||||
outline: none;
|
||||
background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
|
||||
}
|
||||
.lb-nav a.lb-next {
|
||||
width: 64%;
|
||||
right: 0;
|
||||
float: right;
|
||||
background: url(../images/next.png) right 48% no-repeat;
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity 0.6s;
|
||||
-moz-transition: opacity 0.6s;
|
||||
-o-transition: opacity 0.6s;
|
||||
transition: opacity 0.6s;
|
||||
}
|
||||
.lb-prev, .lb-next {
|
||||
height: 100%;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
}
|
||||
.lb-loader {
|
||||
position: absolute;
|
||||
top: 43%;
|
||||
left: 0;
|
||||
height: 25%;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
line-height: 0;
|
||||
}
|
||||
.lb-cancel {
|
||||
display: block;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
margin: 0 auto;
|
||||
background: url(../images/loading.gif) no-repeat;
|
||||
}
|
||||
.lb-outerContainer:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
.lb-dataContainer {
|
||||
margin: 0 auto;
|
||||
padding-top: 5px;
|
||||
width: 100%;
|
||||
border-bottom-left-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
.lb-data {
|
||||
padding: 0 4px;
|
||||
color: #ccc;
|
||||
}
|
||||
/* video section */
|
||||
.custom-gallery-container {
|
||||
padding-top: 100px;
|
||||
padding: 80px 0;
|
||||
}
|
||||
.custom-gallery-img
|
||||
{
|
||||
position: relative;
|
||||
}
|
||||
.custom-gallery-img img {
|
||||
width: 100%;
|
||||
height: 199px;
|
||||
object-fit: cover;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.play-icon {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
font-size: 40px;
|
||||
color: white;
|
||||
opacity: 0;
|
||||
transition: opacity 0.3s ease;
|
||||
}
|
||||
.custom-gallery-item .video-description {
|
||||
text-align: center;
|
||||
margin-top: 10px;
|
||||
font-size: 14px;
|
||||
color: #555;
|
||||
}
|
||||
.custom-gallery-item .video-description h3 {
|
||||
font-size: 18px;
|
||||
margin-bottom: 5px;
|
||||
color: var(--primary-color) !important;
|
||||
font-weight: 600;
|
||||
}
|
||||
.custom-gallery-item .video-description p {
|
||||
margin: 0;
|
||||
font-weight: normal;
|
||||
}
|
||||
.modal1.show .modal-dialog {
|
||||
margin-top: 126px;
|
||||
}
|
||||
.modal-content {
|
||||
width: 630px !important;
|
||||
padding: 25px;
|
||||
margin-left: -70px;
|
||||
}
|
||||
.custom-modal-header h5
|
||||
{
|
||||
font-size: 1.25rem;
|
||||
font-weight: bold;
|
||||
color: var(--primary-color) !important;
|
||||
}
|
||||
.custom-video-container iframe, .custom-video-container video {
|
||||
width: 100%;
|
||||
height: 400px;
|
||||
}
|
||||
/* pagination */
|
||||
.active>.page-link, .page-link.active {
|
||||
background-color: var(--hover-color) !important;
|
||||
border-color: var(--hover-color) !important;
|
||||
}
|
||||
.page-link {
|
||||
color: var(--primary-color1) !important;
|
||||
}
|
||||
|
||||
/* detail page */
|
||||
.left-side {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.details_big_img {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.details_big_img img {
|
||||
width: 100%;
|
||||
transition: var(--transition);
|
||||
object-fit: cover;
|
||||
}
|
||||
.details_text_wrapper {
|
||||
padding-top: 30px;
|
||||
}
|
||||
.details_text_wrapper h2 {
|
||||
font-size: 26px;
|
||||
font-weight: 500;
|
||||
line-height: 50px;
|
||||
color: var(--primary-font-color) !important;
|
||||
}
|
||||
.details_text_wrapper p {
|
||||
padding-top: 15px;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
color: var(--font-color);
|
||||
font-weight: 500;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.details_small_img {
|
||||
padding-top: 30px;
|
||||
}
|
||||
.details_small_img img {
|
||||
width: 100%;
|
||||
height: 217px;
|
||||
object-fit: cover;
|
||||
}
|
||||
.sidebar_boxed {
|
||||
background: #ffffff;
|
||||
box-shadow: -4px -4px 20px rgba(0, 0, 0, 0.03), 8px 10px 24px rgba(0, 0, 0, 0.03);
|
||||
border-radius: 6px;
|
||||
padding: 30px 30px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.sidebar_heading_main {
|
||||
border-bottom: 1px solid #ededed;
|
||||
padding-bottom: 7px;
|
||||
}
|
||||
.sidebar_heading_main h3 {
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
color: var(--primary-font-color) !important;
|
||||
}
|
||||
.event_details_list ul li {
|
||||
padding-top: 20px;
|
||||
color: var(--primary-font-color);
|
||||
font-weight: 500;
|
||||
transition: 0.4s all ease-out;
|
||||
}
|
||||
.event_details_list ul li i {
|
||||
margin-right: 5px;
|
||||
width: 36px;
|
||||
background: var(--background-accent);
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
border-radius: 100%;
|
||||
color: var(--primary-color1);
|
||||
padding: 9px;
|
||||
font-size: 13px;
|
||||
transition: 0.4s all ease-out;
|
||||
}
|
||||
.event_details_list ul li:hover i{
|
||||
background-color: var(--hover-color);
|
||||
color: var(--font-color1);
|
||||
}
|
||||
|
||||
.event_details_list ul li span {
|
||||
color: var(--primary-font-color);
|
||||
}
|
||||
.register_now_details {
|
||||
padding-top: 40px;
|
||||
}
|
||||
.register_now_details a {
|
||||
color: var(--font-color1);
|
||||
background-color: var(--primary-color1);
|
||||
transition: var(--transition);
|
||||
box-shadow: none;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
border: none;
|
||||
transition: 0.4s all ease-out;
|
||||
width: 100%;
|
||||
}
|
||||
.register_now_details a:hover {
|
||||
background-color: var(--hover-color);
|
||||
}
|
||||
.view-events-btn {
|
||||
display: inline-block;
|
||||
background: var(--primary-color1);
|
||||
color: white;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
padding: 7px 12px;
|
||||
border-radius: 3px;
|
||||
text-align: center;
|
||||
transition: 0.3s;
|
||||
}
|
||||
.recent_donet_item {
|
||||
display: flex;
|
||||
padding-top: 25px;
|
||||
}
|
||||
.recent_donet_img {
|
||||
width: 25%;
|
||||
}
|
||||
.recent_donet_img a img {
|
||||
height: 78px;
|
||||
width: 78px;
|
||||
object-fit: cover;
|
||||
transition: transform 0.3s ease-in-out;
|
||||
}
|
||||
.recent_donet_text{
|
||||
width: 100%;
|
||||
padding-left: 15px;
|
||||
}
|
||||
.recent_donet_text p {
|
||||
padding-top: 5px;
|
||||
color: var(--primariy-background2);
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
.recent_donet_text h4 {
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
.recent_donet_text1 h4 a {
|
||||
color: var(--primary-font-color) !important;
|
||||
font-size: 18px !important;
|
||||
}
|
||||
.social_icon_sidebar ul {
|
||||
/* gap: 16px !important; */
|
||||
display: flex;
|
||||
margin-top: 23px;
|
||||
justify-content: space-between;
|
||||
padding-left: 0px;
|
||||
}
|
||||
.social_icon_sidebar ul li {
|
||||
display: inline-flex;
|
||||
/* padding-top: 20px; */
|
||||
/* padding-right: 15px; */
|
||||
padding: 5px;
|
||||
transition: var(--transition);
|
||||
border: 1px solid var(--primariy-background);
|
||||
border-radius: 100%;
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
font-size: 24px;
|
||||
}
|
||||
.social_icon_sidebar ul li a i {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
border-radius: 50%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: var(--primary-color1);
|
||||
transition: 0.3s all ease-out;
|
||||
}
|
||||
.social_icon_sidebar ul li a i:hover {
|
||||
transform: scale(0.9);
|
||||
}
|
||||
.recent_donet_item:hover img {
|
||||
transform: scale(1.1);
|
||||
}
|
||||
#trending_causes_main{
|
||||
margin:80px 0px
|
||||
}
|
||||
#custom-addon-wrapper {
|
||||
margin-top: 30px;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
#custom-addon {
|
||||
background: #ffffff;
|
||||
box-shadow: -4px -4px 20px rgba(0, 0, 0, 0.03), 8px 10px 24px rgba(0, 0, 0, 0.03);
|
||||
border-radius: 6px;
|
||||
padding: 30px 30px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.categories-list {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
.categories-list li {
|
||||
margin-top: 4px;
|
||||
}
|
||||
.categories-list li a {
|
||||
color: #6f6f6f;
|
||||
font-size: 16px;
|
||||
display: flex !important;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 5px 0px;
|
||||
font-weight: 500;
|
||||
border-radius: 10px;
|
||||
text-decoration: none;
|
||||
transition: all 0.5s ease;
|
||||
}
|
||||
.tags_noted {
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
padding-bottom: 10px;
|
||||
display: block;
|
||||
transition: all 0.3s ease-in-out 0.1s;
|
||||
outline: 0 !important;
|
||||
color: var(--primary-color1);
|
||||
}
|
||||
|
||||
.social_icon_sidebar ul li a:hover{
|
||||
background-color: var(--hover-color);
|
||||
border-radius: 50%;
|
||||
color: var(--font-color1);
|
||||
}
|
||||
.social_icon_sidebar ul li a:hover i{
|
||||
color: var(--font-color1);
|
||||
}
|
||||
.about-us {
|
||||
margin-top: 100px;
|
||||
}
|
||||
.heading {
|
||||
font-size: 40px;
|
||||
line-height: 1.2;
|
||||
margin-bottom: 0.5rem;
|
||||
color: var(--font-color);
|
||||
font-weight: 600;
|
||||
}
|
||||
.desc p {
|
||||
margin-bottom: 0px;
|
||||
line-height: 1.7;
|
||||
font-size: 16px;
|
||||
color: var(--font-color);
|
||||
font-weight: 500;
|
||||
margin-bottom: 20px;
|
||||
text-align: justify;
|
||||
margin-bottom: 10px !important;
|
||||
}
|
||||
.about-us img {
|
||||
height: 300px;
|
||||
border-radius: 100%;
|
||||
padding: 10px;
|
||||
background-color: var(--primary-color1);
|
||||
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
|
||||
width: 306px;
|
||||
}
|
||||
.view-events-btn {
|
||||
transition: 0.3s all ease-out;
|
||||
}
|
||||
.view-events-btn:hover {
|
||||
background-color: var(--hover-color);
|
||||
}
|
||||
Reference in New Issue
Block a user