Skip to content

Commit

Permalink
Merge pull request Eduhub-Community#283 from Pragati-3003/events
Browse files Browse the repository at this point in the history
Events section modified
  • Loading branch information
SahityaRoy authored Jun 7, 2023
2 parents 58ae355 + d1fac6a commit 012415f
Show file tree
Hide file tree
Showing 3 changed files with 3,320 additions and 3,210 deletions.
192 changes: 116 additions & 76 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ h6 {
}
.back-to-top i {
font-size: 28px;
color:#111;
color: #111;
/* color: #fff;*/
line-height: 0;
}
Expand Down Expand Up @@ -284,7 +284,7 @@ h6 {
transition: 0.5s;
}
/* .mobile-nav-toggle.bi-x { */
/* color: #fff; */
/* color: #fff; */
/* } */

@media (max-width: 991px) {
Expand Down Expand Up @@ -647,6 +647,13 @@ section {
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.column {
/* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
background-image: linear-gradient(to right, #141e30, #243b55);
}
.column:hover {
box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}
.services {
background: #2d405f;
padding-bottom: 80px;
Expand All @@ -663,12 +670,18 @@ section {
position: relative;
overflow: hidden;
background: #fff;
transition: all 0.3s;
transition: all 0.3s ease;
border-radius: 5px;
text-align: center;
/* box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px; */
/* box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; */
/* box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; */
box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
.services .icon-box:hover {
transform: scale(1.08);
transform: scale(0.9);
/* box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px; */
box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}
.services .icon {
margin-bottom: 15px;
Expand All @@ -678,24 +691,32 @@ section {
line-height: 1;
color: #2d405f;
background: #eff2f8;
box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px,
rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px,
rgba(0, 0, 0, 0.09) 0px 32px 16px;

padding: 20px;
margin-bottom: 10px;
margin-top: -20px;
border-radius: 50px;
transition: all 0.3s;
}
.services .title {
font-weight: 700;
margin-bottom: 15px;

font-size: 18px;
}
.services .title a {
color: #2d405f;
color: #1550ae;
transition: 0.3s;
font-weight: bold;
}
.services .title a:hover {
color: #4e6fa4;
color: #022358;
}
.services .description {
font-size: 15px;
font-size: 17px;
line-height: 28px;
color: #000000;
margin-bottom: 0;
Expand All @@ -704,85 +725,36 @@ section {
/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.event .event-item {
margin-bottom: 30px;
padding: 10px;
.event-container {
/* border-radius: 10px; */
}
.event #event-flters {
padding: 0;
margin: 0 auto 20px auto;
list-style: none;
.event .section-title h2 {
text-align: center;

font-size: 49px;
color: #1a58bc;
}
.event #event-flters li {
cursor: pointer;
display: inline-block;
padding: 8px 15px 10px 15px;
font-size: 14px;
font-weight: 600;
line-height: 1;
text-transform: uppercase;
color: #ffffff;
margin-bottom: 5px;
transition: all 0.3s ease-in-out;
border-radius: 3px;
}
.event #event-flters li:hover,
.event #event-flters li.filter-active {
/* color: #fff;*/
background: #3b4ef8;
}
.event #event-flters li:last-child {
margin-right: 0;
}
.event .event-wrap {
transition: 0.3s;
position: relative;
overflow: hidden;
z-index: 1;
background: rgba(140, 155, 173, 0.6);
border-radius: 10px;
}
.event .event-wrap::before {
content: "";
background: rgba(27, 28, 29, 0.6);
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
transition: all ease-in-out 0.3s;
z-index: 2;
opacity: 0;
}
.event .event-wrap img {
transition: all ease-in-out 0.3s;
.event .section-title p {
font-size: 22px;
}
.event .event-wrap .event-info {
opacity: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 3;
transition: all ease-in-out 0.3s;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: flex-start;
.event .event-item {
margin-bottom: 30px;
padding: 10px;
}

.event .event-wrap .event-info h4 {
font-size: 20px;
/* color: #fff;*/
/* padding: 35px; */
color: #fff;
font-weight: 600;
}
.event .event-wrap .event-info p {
color: rgba(255, 255, 255, 0.7);
color: white;
font-size: 14px;
text-transform: uppercase;
padding: 0;
font-weight: bold;
/* box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px; */
margin: 0;
font-style: italic;
}
Expand Down Expand Up @@ -816,6 +788,74 @@ section {
width: 50%;
}

.flip-card {
/* box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px; */

background-color: transparent;
width: 300px;
height: 300px;
perspective: 1000px;
display: inline-block;
margin: 10px;
}
.flip-card img {
border-radius: 10px;
}

.flip-card-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.6s;
transform-style: preserve-3d;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
position: absolute;
box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset,
rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset,
rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px,
rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px,
rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
width: 100%;
border-radius: 10px;
height: 100%;
backface-visibility: hidden;
}

.flip-card-front {
background-color: #f9f9f9;
color: black;
}

.flip-card-back {
background-color: #2474a9;
color: white;
transform: rotateY(180deg);
}

.event-title {
margin-top: 15px;
padding: 10px;
font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.event-description {
padding: 10px;
}
.event-description h6 {
padding-top: 10px;
text-align: right;
}

/* ....................................................................... */
/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
Expand Down Expand Up @@ -949,8 +989,8 @@ section {
# Team
--------------------------------------------------------------*/
/* .team { */
/* background: #fff; */
/* padding: 35px 7rem; */
/* background: #fff; */
/* padding: 35px 7rem; */
/* } */

.founder-img {
Expand Down Expand Up @@ -1023,7 +1063,7 @@ section {
display: inline-block;
}
/* .team .member .social a:hover { */
/* color: #fff;*/
/* color: #fff;*/
/* } */

.team .member .social i {
Expand Down Expand Up @@ -1183,7 +1223,7 @@ section {
display: none;
}
/* .faq .faq-list .collapsed { */
/* color: black; */
/* color: black; */
/* } */
.faq .faq-list .collapsed:hover {
color: #3b4ef8;
Expand Down
Loading

0 comments on commit 012415f

Please sign in to comment.