.elementor-40 .elementor-element.elementor-element-adeef02{--display:flex;--margin-top:-100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-ff004f5 *//*=====================================
GOOGLE FONT
======================================*/

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');


body{

font-family:'Poppins',sans-serif;
background:#faf8f2;
overflow-x:hidden;

}


/*=====================================
HERO
======================================*/

.culture-hero{

position:relative;
height:90vh;

 background-image:  url("https://otakuadda.com/wp-content/uploads/2026/08/ChatGPT-Image-Aug-18-2026-09_10_13-PM.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

display:flex;
justify-content:center;
align-items:center;

overflow:hidden;

}

.hero-overlay{

position:absolute;
inset:0;

background:linear-gradient(
180deg,
rgba(0,0,0,.25),
rgba(0,0,0,.65)
);

backdrop-filter:blur(2px);

}

.hero-content{

position:relative;
z-index:5;

text-align:center;

max-width:900px;

padding:20px;

color:#fff;

animation:heroFade 1.3s ease;

}

.hero-subtitle{

display:inline-block;

padding:12px 30px;

border-radius:40px;

background:rgba(212,175,55,.95);

color:#111;

font-weight:600;

letter-spacing:3px;

margin-bottom:25px;

text-transform:uppercase;

}

.hero-content h1{

font-size:80px;

font-family:"Cinzel",serif;

margin-bottom:20px;

text-shadow:0 10px 25px rgba(0,0,0,.4);

}

.hero-divider{

display:flex;
justify-content:center;
align-items:center;
gap:20px;

color:#D4AF37;

margin-bottom:25px;

font-size:22px;

}

.hero-divider span{

width:130px;
height:2px;

background:#D4AF37;

}

.hero-content p{

font-size:22px;

line-height:2;

color:#f4f4f4;

max-width:760px;

margin:auto;

}


/*=====================================
INTRO
======================================*/

.culture-intro{

padding:110px 8%;

background:#faf8f2;

}

.intro-wrapper{

max-width:1350px;

margin:auto;

display:grid;

grid-template-columns:1fr 1fr;

gap:70px;

align-items:center;

}

.intro-image{

overflow:hidden;

border-radius:30px;

box-shadow:0 30px 70px rgba(0,0,0,.15);

}

.intro-image img{

width:100%;

display:block;

transition:.6s;

}

.intro-image:hover img{

transform:scale(1.08);

}

.section-tag{

display:inline-block;

color:#0B5D3B;

font-weight:700;

letter-spacing:4px;

margin-bottom:18px;

}

.intro-content h2{

font-size:58px;

font-family:"Cinzel",serif;

color:#1d1d1d;

line-height:1.3;

margin-bottom:25px;

}

.title-line{

display:flex;

align-items:center;

gap:15px;

color:#D4AF37;

margin-bottom:35px;

font-size:25px;

}

.title-line span{

width:90px;
height:2px;
background:#D4AF37;

}

.intro-content p{

font-size:20px;

line-height:2;

color:#555;

margin-bottom:25px;

}


/*=====================================
HIGHLIGHT
======================================*/

.intro-highlights{

display:flex;

gap:25px;

margin-top:40px;

}

.highlight{

flex:1;

padding:30px;

background:#fff;

border-radius:22px;

text-align:center;

box-shadow:0 12px 30px rgba(0,0,0,.08);

transition:.4s;

}

.highlight:hover{

transform:translateY(-10px);

box-shadow:0 25px 50px rgba(0,0,0,.15);

}

.number{

font-size:42px;

font-weight:700;

font-family:"Cinzel",serif;

color:#0B5D3B;

margin-bottom:10px;

}

.text{

font-size:17px;

color:#666;

}


/*=====================================
ANIMATION
======================================*/

@keyframes heroFade{

from{

opacity:0;
transform:translateY(60px);

}

to{

opacity:1;
transform:translateY(0);

}

}


/*=====================================
TABLET
======================================*/

@media(max-width:992px){

.culture-hero{

height:75vh;

}

.hero-content h1{

font-size:55px;

}

.hero-content p{

font-size:18px;

}

.intro-wrapper{

grid-template-columns:1fr;

}

.intro-content{

text-align:center;

}

.title-line{

justify-content:center;

}

.intro-highlights{

justify-content:center;

}

}


/*=====================================
MOBILE
======================================*/

@media(max-width:768px){

.hero-content h1{

font-size:40px;

}

.hero-divider span{

width:60px;

}

.hero-content p{

font-size:16px;

}

.intro-content h2{

font-size:38px;

}

.intro-content p{

font-size:17px;

}

.intro-highlights{

flex-direction:column;

}

}
/*==============================
GENERAL
==============================*/

.container{
max-width:1300px;
margin:auto;
padding:90px 25px;
}

.section-title{
text-align:center;
margin-bottom:60px;
}

.section-title span{
color:#b8860b;
font-size:15px;
letter-spacing:4px;
font-weight:600;
}

.section-title h2{
font-size:48px;
font-family:"Cinzel",serif;
color:#153b2d;
margin-top:10px;
}

/*==============================
INTRO
==============================*/

.culture-intro{
background:#fffef8;
}

.intro-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

.section-tag{
color:#b8860b;
letter-spacing:4px;
font-weight:600;
font-size:14px;
}

.intro-content h2{
font-size:52px;
margin:20px 0;
font-family:"Cinzel",serif;
color:#143726;
}

.divider{
display:flex;
align-items:center;
gap:18px;
color:#b8860b;
margin:25px 0;
}

.divider span{
flex:1;
height:2px;
background:#d4af37;
}

.intro-content p{
font-size:18px;
line-height:1.9;
color:#555;
margin-bottom:25px;
}

.intro-image img{
width:100%;
border-radius:22px;
box-shadow:0 20px 60px rgba(0,0,0,.18);
transition:.5s;
}

.intro-image:hover img{
transform:scale(1.04);
}

/*==============================
HIGHLIGHTS
==============================*/

.highlights{
background:#f7f6ef;
}

.highlight-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
}

.highlight-card{
background:#fff;
border-radius:18px;
overflow:hidden;
box-shadow:0 10px 35px rgba(0,0,0,.08);
transition:.4s;
}

.highlight-card:hover{
transform:translateY(-10px);
}

.highlight-card img{
width:100%;
height:230px;
object-fit:cover;
}

.highlight-card h3{
font-family:"Cinzel",serif;
padding:20px 25px 10px;
font-size:26px;
}

.highlight-card p{
padding:0 25px 25px;
color:#666;
line-height:1.8;
}

/*==============================
ARTS
==============================*/

.arts{
background:white;
}

.arts-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.art-box{
padding:35px;
background:#f9f9f4;
border-radius:20px;
border-top:5px solid #d4af37;
transition:.4s;
}

.art-box:hover{
background:#0B5D3B;
color:white;
transform:translateY(-8px);
}

.art-box:hover p{
color:#fff;
}

.art-box h3{
font-family:"Cinzel",serif;
font-size:28px;
margin-bottom:15px;
}

.art-box p{
line-height:1.8;
color:#666;
}

/*==============================
RESPONSIVE
==============================*/

@media(max-width:991px){

.intro-grid{
grid-template-columns:1fr;
}

.highlight-grid{
grid-template-columns:repeat(2,1fr);
}

.arts-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.highlight-grid,
.arts-grid{
grid-template-columns:1fr;
}

.intro-content h2{
font-size:38px;
}

.section-title h2{
font-size:36px;
}

}
/*==================================
FESTIVALS
===================================*/

.festival-section{

padding:100px 0;
background:#f8f6ef;

}

.festival-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:35px;

}

.festival-card{

background:#fff;
overflow:hidden;
border-radius:22px;
box-shadow:0 15px 40px rgba(0,0,0,.08);
transition:.45s;

}

.festival-card:hover{

transform:translateY(-12px);

}

.festival-card img{

width:100%;
height:280px;
object-fit:cover;
transition:.5s;

}

.festival-card:hover img{

transform:scale(1.08);

}

.festival-content{

padding:30px;

}

.festival-content span{

color:#D4AF37;
font-weight:700;
letter-spacing:2px;

}

.festival-content h3{

font-size:32px;
margin:15px 0;
font-family:"Cinzel",serif;
color:#0B5D3B;

}

.festival-content p{

line-height:1.8;
color:#666;

}


/*==================================
FOOD
===================================*/

.food-section{

padding:100px 0;
background:#fff;

}

.food-wrapper{

display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:center;

}

.food-image img{

width:100%;
border-radius:25px;
box-shadow:0 25px 60px rgba(0,0,0,.15);
transition:.5s;

}

.food-image:hover img{

transform:scale(1.04);

}

.food-content h2{

font-size:52px;
font-family:"Cinzel",serif;
margin:20px 0;
color:#143726;

}

.food-content p{

font-size:18px;
line-height:2;
color:#555;
margin-bottom:20px;

}

.food-list{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;
margin-top:40px;

}

.food-item{

background:#faf8f2;
padding:25px;
border-radius:18px;
transition:.4s;
border:1px solid rgba(212,175,55,.2);

}

.food-item:hover{

background:#0B5D3B;
transform:translateY(-8px);
color:#fff;

}

.food-item:hover p{

color:#fff;

}

.food-item h4{

font-size:22px;
margin-bottom:10px;
font-family:"Cinzel",serif;

}

.food-item p{

margin:0;
font-size:15px;

}


/*==========================
Responsive
==========================*/

@media(max-width:992px){

.festival-grid{

grid-template-columns:1fr;

}

.food-wrapper{

grid-template-columns:1fr;

}

.food-list{

grid-template-columns:1fr 1fr;

}

}

@media(max-width:768px){

.food-content h2{

font-size:38px;

}

.food-list{

grid-template-columns:1fr;

}

}
/*=========================
TRADITIONAL ATTIRE
=========================*/

.attire-section{

    padding:100px 8%;
    background:#fff;

}

.attire-grid{

    max-width:1300px;
    margin:60px auto 0;

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;

}

.attire-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.45s;

}

.attire-card:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 60px rgba(0,0,0,.15);

}

.attire-card img{

    width:100%;
    height:280px;
    object-fit:cover;

    transition:.5s;

}

.attire-card:hover img{

    transform:scale(1.08);

}

.attire-content{

    padding:28px;

}

.attire-content h3{

    font-size:28px;

    font-family:"Cinzel",serif;

    color:#0B5D3B;

    margin-bottom:15px;

}

.attire-content p{

    color:#666;

    line-height:1.9;

}

@media(max-width:992px){

.attire-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.attire-grid{

grid-template-columns:1fr;

}

.attire-card img{

height:240px;

}

}
/*=========================
DANCE & MUSIC
=========================*/

.dance-section{

    padding:110px 8%;

    background:#ffffff;

}

.dance-grid{

    max-width:1350px;

    margin:70px auto 0;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}

.dance-card{

    background:#fff;

    border-radius:25px;

    overflow:hidden;

    box-shadow:0 18px 45px rgba(0,0,0,.08);

    transition:.45s;

    border:1px solid rgba(11,93,59,.08);

}

.dance-card:hover{

    transform:translateY(-12px);

    box-shadow:0 30px 60px rgba(0,0,0,.15);

}

.dance-image{

    overflow:hidden;

}

.dance-image img{

    width:100%;

    height:280px;

    object-fit:cover;

    transition:.5s;

}

.dance-card:hover img{

    transform:scale(1.08);

}

.dance-content{

    padding:30px;

}

.dance-content h3{

    font-size:30px;

    color:#0B5D3B;

    margin-bottom:18px;

    font-family:"Cinzel",serif;

}

.dance-content p{

    color:#666;

    line-height:1.9;

    font-size:16px;

}

/* Decorative line */

.dance-content::before{

    content:"";

    display:block;

    width:70px;

    height:4px;

    background:#D4AF37;

    border-radius:50px;

    margin-bottom:20px;

}

/* Hover Border */

.dance-card:hover{

    border-color:#D4AF37;

}

/* Tablet */

@media(max-width:992px){

.dance-grid{

grid-template-columns:repeat(2,1fr);

}

}

/* Mobile */

@media(max-width:768px){

.dance-grid{

grid-template-columns:1fr;

}

.dance-image img{

height:240px;

}

.dance-content{

padding:25px;

}

.dance-content h3{

font-size:24px;

}

}
/*=========================
GALLERY
=========================*/

.gallery-section{

padding:110px 8%;

background:#faf8f2;

}

.gallery-grid{

max-width:1400px;

margin:60px auto 0;

display:grid;

grid-template-columns:repeat(3,1fr);

gap:25px;

}

.gallery-item{

overflow:hidden;

border-radius:22px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

cursor:pointer;

}

.gallery-item img{

width:100%;

height:320px;

object-fit:cover;

transition:.5s;

display:block;

}

.gallery-item:hover img{

transform:scale(1.1);

}



/*=========================
QUOTE
=========================*/

.culture-quote{

padding:120px 8%;

background:#0B5D3B;

}

.quote-box{

max-width:900px;

margin:auto;

text-align:center;

color:#fff;

}

.quote-box h2{

font-size:55px;

font-family:"Cinzel",serif;

margin-bottom:30px;

}

.quote-box p{

font-size:22px;

line-height:2;

opacity:.95;

}



/*=================================
RELATED SECTION
==================================*/

.related-section{

    padding:120px 8%;

    background:linear-gradient(180deg,#ffffff,#f7f9f4);

}

.related-grid{

    max-width:1450px;

    margin:70px auto 0;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:35px;

}

/*==============================*/

.related-card{

    position:relative;

    height:470px;

    border-radius:28px;

    overflow:hidden;

    text-decoration:none;

    display:flex;

    align-items:flex-end;

    transition:.45s;

    box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.related-card img{

    position:absolute;

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.8s;

}

.related-card:hover img{

    transform:scale(1.12);

}

/*==============================*/

.overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(

        to top,

        rgba(0,0,0,.85),

        rgba(0,0,0,.2),

        transparent

    );

}

/*==============================*/

.related-content{

    position:relative;

    z-index:5;

    color:#fff;

    padding:35px;

    width:100%;

}

.related-content .icon{

    width:70px;

    height:70px;

    background:rgba(255,255,255,.18);

    backdrop-filter:blur(15px);

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:32px;

    margin-bottom:25px;

    border:1px solid rgba(255,255,255,.3);

}

.related-content h3{

    font-size:34px;

    font-family:"Cinzel",serif;

    margin-bottom:15px;

}

.related-content p{

    line-height:1.9;

    color:#ececec;

    margin-bottom:25px;

}

.related-content span{

    color:#D4AF37;

    font-weight:600;

    letter-spacing:1px;

    transition:.4s;

}

.related-card:hover span{

    letter-spacing:4px;

}

/*==============================*/

.related-card::before{

    content:"";

    position:absolute;

    inset:0;

    border:3px solid transparent;

    border-radius:28px;

    transition:.5s;

}

.related-card:hover::before{

    inset:15px;

    border-color:#D4AF37;

}

/*==============================*/

.related-card:hover{

    transform:translateY(-15px);

}

/*==============================*/

@media(max-width:1200px){

.related-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.related-grid{

grid-template-columns:1fr;

}

.related-card{

height:380px;

}

.related-content h3{

font-size:28px;

}

}



/*=========================
FOOTER
=========================*/

.culture-footer{

background:#071f17;

padding:70px 8%;

color:#fff;

text-align:center;

}

.footer-content h2{

font-family:"Cinzel",serif;

font-size:42px;

margin-bottom:20px;

}

.footer-content p{

max-width:700px;

margin:auto;

line-height:2;

opacity:.8;

}

.footer-links{

margin:40px 0;

display:flex;

justify-content:center;

gap:40px;

flex-wrap:wrap;

}

.footer-links a{

text-decoration:none;

color:#fff;

transition:.3s;

}

.footer-links a:hover{

color:#D4AF37;

}

.copyright{

border-top:1px solid rgba(255,255,255,.15);

padding-top:25px;

opacity:.7;

}



/*=========================
RESPONSIVE
=========================*/

@media(max-width:992px){

.gallery-grid{

grid-template-columns:repeat(2,1fr);

}

.related-grid{

grid-template-columns:repeat(2,1fr);

}

.quote-box h2{

font-size:40px;

}

}

@media(max-width:768px){

.gallery-grid{

grid-template-columns:1fr;

}

.related-grid{

grid-template-columns:1fr;

}

.quote-box h2{

font-size:30px;

}

.quote-box p{

font-size:17px;

}

.gallery-item img{

height:240px;

}

}
/*==================================
TRIBES OF ASSAM
===================================*/

.tribes-section{

    padding:120px 8%;

    background:#fafaf7;

}

.tribes-grid{

    max-width:1500px;

    margin:70px auto 0;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}

.tribe-card{

    background:#fff;

    border-radius:28px;

    overflow:hidden;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

    transition:.45s;

    border:1px solid rgba(212,175,55,.15);

}

.tribe-card:hover{

    transform:translateY(-12px);

    box-shadow:0 28px 55px rgba(0,0,0,.15);

}

.tribe-card img{

    width:100%;

    height:280px;

    object-fit:cover;

    transition:.6s;

}

.tribe-card:hover img{

    transform:scale(1.08);

}

.tribe-content{

    padding:28px;

}

.tribe-content h3{

    font-family:"Cinzel",serif;

    color:#0B5D3B;

    font-size:30px;

    margin-bottom:15px;

}

.tribe-content p{

    color:#666;

    line-height:1.9;

    font-size:16px;

}

/*==============================*/

@media(max-width:1100px){

.tribes-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.tribes-grid{

grid-template-columns:1fr;

}

.tribe-card img{

height:230px;

}

.tribe-content h3{

font-size:24px;

}

}/* End custom CSS */