/*=========================================================
GOOGLE FONT
=========================================================*/


/*=========================================================
GALLERY HERO
=========================================================*/

.gallery-hero{

position:relative;

padding:130px 0 110px;

background:linear-gradient(135deg,#142850,#213166,#0d6efd);

overflow:hidden;

color:#fff;

}

.gallery-hero::before{

content:"";

position:absolute;

width:450px;

height:450px;

background:rgba(255,255,255,.08);

border-radius:50%;

top:-180px;

right:-100px;

animation:floatOne 8s infinite ease-in-out;

}

.gallery-hero::after{

content:"";

position:absolute;

width:280px;

height:280px;

background:rgba(255,255,255,.06);

border-radius:50%;

bottom:-120px;

left:-120px;

animation:floatTwo 9s infinite ease-in-out;

}

.hero-badge{

display:inline-flex;

align-items:center;

gap:10px;

padding:12px 28px;

background:rgba(255,255,255,.12);

backdrop-filter:blur(15px);

border:1px solid rgba(255,255,255,.2);

border-radius:50px;

font-weight:600;

font-size:15px;

}

.hero-badge i{

color:#FFC107;

}

.gallery-hero h1{

font-size:58px;

font-weight:800;

margin-top:30px;

line-height:1.2;

}

.gallery-hero h1 span{

color:#FFC107;

}

.gallery-hero p{

font-size:18px;

max-width:760px;

margin:30px auto 0;

line-height:1.9;

opacity:.92;

}

/*=========================================================
FILTER
=========================================================*/

.album-filter{

margin-top:-35px;

position:relative;

z-index:100;

}

.album-filter .container{

background:#fff;

padding:25px;

border-radius:18px;

box-shadow:0 15px 45px rgba(0,0,0,.08);

}

.album-filter button{

border:none;

background:#eef3fb;

padding:13px 30px;

margin:8px;

border-radius:40px;

font-weight:600;

transition:.35s;

color:#213166;

}

.album-filter button:hover{

background:#213166;

color:#fff;

transform:translateY(-5px);

}

.album-filter .active{

background:#FFC107;

color:#213166;

}

/*=========================================================
ALBUM SECTION
=========================================================*/

.album-section{

padding:90px 0;

}

.album-card{

background:#fff;

border-radius:24px;

overflow:hidden;

box-shadow:0 20px 55px rgba(0,0,0,.08);

transition:.45s;

height:100%;

position:relative;

}

.album-card:hover{

transform:translateY(-12px);

box-shadow:0 35px 80px rgba(0,0,0,.18);

}

/*=========================================================
IMAGE
=========================================================*/

.album-image{

position:relative;

overflow:hidden;

height:260px;

}

.album-image img{

width:100%;

height:100%;

object-fit:cover;

transition:.7s;

}

.album-card:hover img{

transform:scale(1.12);

}

/*=========================================================
OVERLAY
=========================================================*/

.album-overlay{

position:absolute;

top:0;

left:0;

width:100%;

height:100%;

display:flex;

justify-content:center;

align-items:center;

background:linear-gradient(rgba(0,0,0,.15),

rgba(0,0,0,.75));

opacity:0;

transition:.45s;

}

.album-card:hover .album-overlay{

opacity:1;

}

.album-overlay .btn{

padding:14px 34px;

border-radius:50px;

font-weight:700;

transition:.35s;

}

.album-overlay .btn:hover{

transform:scale(1.08);

}

/*=========================================================
CONTENT
=========================================================*/

.album-content{

padding:28px;

}

.album-date{

display:inline-flex;

align-items:center;

gap:10px;

padding:8px 18px;

background:#eef4ff;

border-radius:30px;

font-size:14px;

font-weight:600;

color:#213166;

margin-bottom:20px;

}

.album-content h3{

font-size:26px;

font-weight:700;

margin-bottom:15px;

color:#213166;

}

.album-content p{

font-size:15px;

line-height:1.8;

color:#6c757d;

margin-bottom:25px;

}

.album-footer{

display:flex;

justify-content:space-between;

align-items:center;

padding-top:18px;

border-top:1px solid #ececec;

font-weight:600;

color:#213166;

}

.album-footer span:last-child{

font-size:26px;

transition:.3s;

}

.album-card:hover .album-footer span:last-child{

transform:translateX(8px);

}

/*=========================================================
ANIMATION
=========================================================*/

@keyframes floatOne{

0%{

transform:translateY(0);

}

50%{

transform:translateY(20px);

}

100%{

transform:translateY(0);

}

}

@keyframes floatTwo{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-18px);

}

100%{

transform:translateY(0);

}

}

/*=========================================================
RESPONSIVE
=========================================================*/

@media(max-width:1200px){

.gallery-hero h1{

font-size:48px;

}

}

@media(max-width:992px){

.gallery-hero{

padding:100px 0;

}

.gallery-hero h1{

font-size:42px;

}

.album-image{

height:220px;

}

}

@media(max-width:768px){

.gallery-hero h1{

font-size:34px;

}

.gallery-hero p{

font-size:16px;

}

.album-filter button{

padding:10px 18px;

font-size:14px;

}

.album-content h3{

font-size:22px;

}

}

@media(max-width:576px){

.gallery-hero{

padding:80px 0;

}

.hero-badge{

font-size:13px;

padding:10px 18px;

}

.gallery-hero h1{

font-size:28px;

}

.album-image{

height:210px;

}

.album-content{

padding:22px;

}

}
/*=========================================================
        PREMIUM BADGES
=========================================================*/

.album-card{
    position:relative;
    overflow:hidden;
}

/* NEW Ribbon */

.ribbon{

    position:absolute;

    top:18px;

    left:-40px;

    width:150px;

    background:linear-gradient(45deg,#ff9800,#ff5722);

    color:#fff;

    text-align:center;

    transform:rotate(-45deg);

    padding:8px 0;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    z-index:99;

    box-shadow:0 8px 20px rgba(0,0,0,.25);

}

/* Featured Ribbon */

.ribbon-blue{

    background:linear-gradient(45deg,#0d6efd,#213166);

}

/*=========================================================
PHOTO COUNT
=========================================================*/

.photo-count{

    position:absolute;

    bottom:18px;

    left:18px;

    background:rgba(255,255,255,.92);

    backdrop-filter:blur(15px);

    padding:8px 18px;

    border-radius:40px;

    font-size:14px;

    font-weight:700;

    color:#213166;

    box-shadow:0 10px 25px rgba(0,0,0,.15);

}

.photo-count i{

    color:#FFC107;

    margin-right:8px;

}

/*=========================================================
DATE BADGE
=========================================================*/

.date-badge{

    position:absolute;

    top:18px;

    right:18px;

    background:#213166;

    color:#fff;

    border-radius:12px;

    padding:12px;

    width:70px;

    text-align:center;

    box-shadow:0 10px 25px rgba(0,0,0,.25);

}

.date-badge h4{

    margin:0;

    font-size:24px;

    font-weight:700;

}

.date-badge span{

    font-size:12px;

    text-transform:uppercase;

}

/*=========================================================
SHINE EFFECT
=========================================================*/

.album-image::before{

    content:"";

    position:absolute;

    top:-100%;

    left:-60%;

    width:40%;

    height:250%;

    background:rgba(255,255,255,.25);

    transform:rotate(25deg);

    transition:.9s;

}

.album-card:hover .album-image::before{

    left:150%;

}

/*=========================================================
GRADIENT BORDER
=========================================================*/

.album-card::before{

    content:"";

    position:absolute;

    inset:0;

    padding:2px;

    border-radius:24px;

    background:linear-gradient(45deg,

    #213166,

    #0d6efd,

    #FFC107);

    -webkit-mask:

    linear-gradient(#fff 0 0) content-box,

    linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;

    mask-composite:exclude;

    opacity:0;

    transition:.5s;

}

.album-card:hover::before{

    opacity:1;

}

/*=========================================================
TITLE EFFECT
=========================================================*/

.album-content h3{

    transition:.35s;

}

.album-card:hover h3{

    color:#0d6efd;

}

/*=========================================================
VIEW BUTTON
=========================================================*/

.album-overlay .btn{

    position:relative;

    overflow:hidden;

}

.album-overlay .btn::before{

    content:"";

    position:absolute;

    top:0;

    left:-100%;

    width:100%;

    height:100%;

    background:rgba(255,255,255,.3);

    transition:.5s;

}

.album-overlay .btn:hover::before{

    left:100%;

}

/*=========================================================
CARD FLOAT
=========================================================*/

.album-card{

    animation:floatCard 5s ease-in-out infinite;

}

.album-card:nth-child(even){

    animation-delay:1s;

}

@keyframes floatCard{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-5px);

}

100%{

transform:translateY(0);

}

}

/*=========================================================
PREMIUM SHADOW
=========================================================*/

.album-card:hover{

box-shadow:

0 25px 70px rgba(13,110,253,.18),

0 12px 35px rgba(0,0,0,.15);

}

/*=========================================================
GLASS FOOTER
=========================================================*/

.album-footer{

background:#f8fbff;

border-radius:14px;

padding:14px 18px;

}

/*=========================================================
ICON HOVER
=========================================================*/

.album-footer i{

transition:.35s;

}

.album-card:hover .album-footer i{

transform:rotate(15deg);

color:#FFC107;

}

/*=========================================================
TEXT ANIMATION
=========================================================*/

.album-content p{

transition:.35s;

}

.album-card:hover p{

color:#444;

}

/*=========================================================
VIEW ICON
=========================================================*/

.album-footer span:last-child{

width:40px;

height:40px;

background:#eef4ff;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:18px;

}

.album-card:hover .album-footer span:last-child{

background:#213166;

color:#fff;

}

/*=========================================================
SMOOTH IMAGE LOADING
=========================================================*/

.album-image img{

opacity:0;

animation:fadeImage .8s forwards;

}

@keyframes fadeImage{

to{

opacity:1;

}

}
/*=====================================
GALLERY
=====================================*/

.gallery-section{

padding:80px 0;

background:#f8f9fa;

}

.gallery-subtitle{

display:inline-block;

background:#213166;

color:#fff;

padding:8px 22px;

border-radius:30px;

font-weight:600;

margin-bottom:15px;

}

.gallery-title{

font-size:42px;

font-weight:700;

color:#213166;

margin-bottom:15px;

}

.gallery-section p{

color:#666;

max-width:700px;

margin:auto;

margin-bottom:40px;

}

.gallery-img{

width:100%;

height:260px;

object-fit:cover;

border-radius:15px;

cursor:pointer;

transition:.4s;

box-shadow:0 10px 30px rgba(0,0,0,.12);

}

.gallery-img:hover{

transform:translateY(-8px) scale(1.05);

box-shadow:0 20px 40px rgba(0,0,0,.20);

}

@media(max-width:768px){

.gallery-img{

height:180px;

}

.gallery-title{

font-size:30px;

}

}