/*====================================
FABRIC HERO
=====================================*/
/*====================================
FABRIC HERO
=====================================*/

.fabric-hero{

    position:relative;
    height:90vh;
    min-height:700px;

    display:flex;
    align-items:center;
    justify-content:center;

    overflow:hidden;

    background:url("../images/fabric/banner.jpeg") center center/cover no-repeat;

}

.fabric-hero-overlay{

    position:absolute;
    inset:0;

    background:rgba(0,0,0,.60);

}

.fabric-hero .container{

    position:relative;
    z-index:2;

}

.fabric-hero-content{

    max-width:900px;
    margin:auto;

    text-align:center;

    color:#fff;

}

.fabric-hero-content span{

    display:inline-block;

    color:#e61a27;

    font-size:23px;

    font-weight:600;

    text-transform:uppercase;

    letter-spacing:4px;

    margin-bottom:20px;

}

.fabric-hero-content h1{

    font-size:65px;

    line-height:1.15;

    font-weight:700;

    margin-bottom:20px;

}

/* Luxury Divider */

.hero-divider{

    width:80px;

    height:3px;

    background:#e61a27;

    margin:0 auto 30px;

    border-radius:20px;

}

.fabric-hero-content p{

    font-size:25px;

    line-height:34px;

    color:#e8e8e8;

    max-width:700px;

    margin:0 auto 40px;

}

.fabric-hero-btns{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:20px;

    flex-wrap:wrap;

}

/* Buttons */

.btn-red{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:16px 36px;

    background:#e61a27;

    color:#fff;

    text-decoration:none;

    border-radius:50px;

    transition:.35s;

    font-weight:600;

}

.btn-red:hover{

    background:#c21420;

    transform:translateY(-3px);

    color:#fff;

}

.btn-outline{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:16px 36px;

    border:2px solid #fff;

    color:#fff;

    text-decoration:none;

    border-radius:50px;

    transition:.35s;

    font-weight:600;

}

.btn-outline:hover{

    background:#fff;

    color:#111;

    transform:translateY(-3px);

}

/*==================================
Tablet
===================================*/

@media(max-width:991px){

.fabric-hero{

    height:75vh;

    min-height:600px;

}

.fabric-hero-content{

    max-width:750px;

}

.fabric-hero-content h1{

    font-size:48px;

}

.fabric-hero-content p{

    font-size:17px;

    line-height:30px;

}

}

/*==================================
Mobile
===================================*/

@media(max-width:767px){

.fabric-hero{

    height:auto;

    min-height:auto;

    padding:140px 0 90px;

}

.fabric-hero-content{

    text-align:center;

}

.fabric-hero-content span{

    font-size:13px;

    letter-spacing:2px;

}

.fabric-hero-content h1{

    font-size:36px;

}

.hero-divider{

    width:60px;

    margin:0 auto 25px;

}

.fabric-hero-content p{

    font-size:16px;

    line-height:28px;

    margin-bottom:35px;

}

.fabric-hero-btns{

    justify-content:center;

}

}

/*==================================
Small Mobile
===================================*/

@media(max-width:480px){

.fabric-hero{

    padding:120px 0 70px;

}

.fabric-hero-content h1{

    font-size:30px;

    line-height:1.3;

}

.fabric-hero-content p{

    font-size:20px;

    line-height:26px;

}

.fabric-hero-btns{

    flex-direction:column;

    gap:15px;

}

.btn-red,
.btn-outline{

    width:100%;

    max-width:280px;

}

}
/*==================================
FABRIC ABOUT
===================================*/

.fabric-about{

    padding:110px 0;

    background:#fff;

}

.fabric-about-wrapper{

    display:grid;

    grid-template-columns:1fr 1fr;

    align-items:center;

    gap:80px;

}

.fabric-about-images{

    position:relative;

}

.big-image img{

    width:100%;

    border-radius:18px;

    display:block;

}

.small-image{

    position:absolute;

    right:-40px;

    bottom:-40px;

    width:260px;

}

.small-image img{

    width:100%;

    border-radius:18px;

    border:8px solid #fff;

    box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.fabric-about-content span{

    color:#e61a27;

    text-transform:uppercase;

    letter-spacing:3px;

    font-weight:600;
    font-size:25px;

}

.fabric-about-content h2{

    font-size:48px;

    margin:20px 0;

    color:#222;

    line-height:1.2;

}

.fabric-about-content p{

    color:#000000;

    line-height:32px;

    margin-bottom:25px;

    font-size:22px;

}

.fabric-features{

    display:flex;

    gap:25px;

    margin-top:40px;

}

.feature-box{

    flex:1;

    background:#f8f6f2;

    padding:30px;

    border-radius:15px;

    text-align:center;

    transition:.35s;

}

.feature-box:hover{

    background:#e61a27;

    color:#fff;

}

.feature-box:hover span{

    color:#fff;

}

.feature-box h3{

    font-size:34px;

    margin-bottom:10px;

}

.feature-box span{

    color:#ce1c1c;

}

/*=========================
Responsive
=========================*/

@media(max-width:991px){

.fabric-about-wrapper{

grid-template-columns:1fr;

gap:60px;

}

.small-image{

right:0;

bottom:-20px;

width:220px;

}

.fabric-about-content h2{

font-size:38px;

}

}

@media(max-width:767px){

.fabric-about{

padding:80px 0;

}

.fabric-about-content{

text-align:center;

}

.fabric-about-content h2{

font-size:30px;

}

.fabric-features{

flex-direction:column;

}

.small-image{

display:none;

}

}
/*====================================
Featured Fabric Collections
=====================================*/
/*====================================
Featured Fabric Collections
=====================================*/

.featured-fabrics{
    padding:80px 0;
    background:#f8f6f2;
}

.fabric-showcase{
    display:grid;
    grid-template-columns:0.9fr 1.1fr;
    gap:50px;
    align-items:center;
    margin-bottom:70px;
}

.fabric-showcase:last-child{
    margin-bottom:0;
}

.fabric-showcase.reverse .fabric-img{
    order:2;
}

.fabric-showcase.reverse .fabric-info{
    order:1;
}

/* Image */

.fabric-img{
    text-align:center;
}

.fabric-img img{
    width:100%;
    max-width:460px;
    border-radius:18px;
    display:block;
    margin:auto;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
    transition:.45s ease;
}

.fabric-img img:hover{
    transform:scale(1.03);
}

/* Content */

.fabric-info span{
    display:inline-block;
    color:#e61a27;
    text-transform:uppercase;
    letter-spacing:3px;
    font-weight:600;
    font-size:25px;
    margin-bottom:10px;
}

.fabric-info h2{
    font-size:40px;
    line-height:1.2;
    margin-bottom:18px;
    color:#222;
}

.fabric-info p{
    color:#000000;
    line-height:28px;
    margin-bottom:22px;
    font-size:23px;
    font-weight:500;
}

.fabric-info ul{
    list-style:none;
    padding:0;
    margin:0;
}

.fabric-info ul li{
    margin-bottom:12px;
    color:#000000;
    font-size:21px;
    display:flex;
    align-items:center;
    gap:10px;
}

/* Divider */

.fabric-showcase{
    position:relative;
}

.fabric-showcase::after{
    content:"";
    position:absolute;
    bottom:-35px;
    left:50%;
    transform:translateX(-50%);
    width:120px;
    height:1px;
    background:#e2d8ca;
}

.fabric-showcase:last-child::after{
    display:none;
}

/*=========================
Tablet
=========================*/

@media(max-width:991px){

.featured-fabrics{
    padding:70px 0;
}

.fabric-showcase{
    grid-template-columns:1fr;
    gap:35px;
    margin-bottom:60px;
    text-align:center;
}

.fabric-showcase.reverse .fabric-img,
.fabric-showcase.reverse .fabric-info{
    order:unset;
}

.fabric-img img{
    max-width:420px;
}

.fabric-info h2{
    font-size:32px;
}

.fabric-info ul{
    display:inline-block;
    text-align:left;
}

}

/*=========================
Mobile
=========================*/

@media(max-width:767px){

.featured-fabrics{
    padding:60px 0;
}

.fabric-showcase{
    gap:25px;
    margin-bottom:45px;
}

.fabric-img img{
    max-width:320px;
    border-radius:15px;
}

.fabric-info span{
    font-size:21px;
    letter-spacing:2px;
}

.fabric-info h2{
    font-size:26px;
    margin-bottom:15px;
}

.fabric-info p{
    font-size:15px;
    line-height:26px;
    margin-bottom:18px;
}

.fabric-info ul li{
    font-size:19px;
    margin-bottom:10px;
}

.fabric-showcase::after{
    bottom:-22px;
    width:80px;
}

}



/*==================================
Fabric Experience
===================================*/

.fabric-experience{

    padding:90px 0;

    background:#ffffff;

}

.experience-wrapper{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:60px;

    align-items:center;

}

.experience-content span{

    color:#e61a27;

    text-transform:uppercase;

    letter-spacing:3px;

    font-size:24px;

    font-weight:600;

}

.experience-content h2{

    font-size:42px;

    margin:20px 0;

    color:#222;

    line-height:1.2;

}

.experience-content p{

    color:#050505;

    line-height:30px;

    margin-bottom:35px;

    font-size:22px;

    font-weight:400;

}

.experience-btn{

    display:inline-block;

    padding:15px 35px;

    background:#e61a27;

    color:#fff;

    text-decoration:none;

    border-radius:40px;

    transition:.35s;

}

.experience-btn:hover{

    background:#222;

}

.experience-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:25px;

}

.exp-card{

    background:#f8f6f2;

    padding:40px 30px;

    border-radius:18px;

    transition:.35s;

    text-align:center;

}

.exp-card:hover{

    background:#e61a27;

    transform:translateY(-8px);

}

.exp-card:hover h3,
.exp-card:hover p{

    color:#fff;

}

.exp-card h3{

    font-size:42px;

    color:#222;

    margin-bottom:10px;

}

.exp-card p{

    color:#666;
    font-size:23px;

}

/* Responsive */

@media(max-width:991px){

.experience-wrapper{

grid-template-columns:1fr;

}

.experience-content{

text-align:center;

}

}

@media(max-width:767px){

.fabric-experience{

padding:70px 0;

}

.experience-content h2{

font-size:30px;

}

.experience-grid{

grid-template-columns:1fr;

}

}