/*==================================================
ABOUT PAGE
BUTT ALUMINIUM
==================================================*/

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{

font-family:'Poppins',sans-serif;
background:#0b0b0b;
color:#ffffff;
overflow-x:hidden;
line-height:1.8;

}

.container{

width:90%;
max-width:1400px;
margin:auto;

}

section{

padding:120px 0;
position:relative;

}

img{

max-width:100%;
display:block;

}

a{

text-decoration:none;

}

.section-tag{

display:inline-block;
color:#C8A96A;
font-size:14px;
font-weight:600;
letter-spacing:3px;
text-transform:uppercase;
margin-bottom:20px;

}

.section-heading{

text-align:center;
max-width:800px;
margin:0 auto 80px;

}

.section-heading h2{

font-size:56px;
font-weight:700;
line-height:1.2;
margin-bottom:20px;

}

.section-heading p{

font-size:18px;
color:#bfbfbf;

}

/*==================================================
ABOUT HERO
==================================================*/

.about-hero{

height:100vh;
display:flex;
align-items:center;
justify-content:center;
background:url("../images/about-banner.jpg") center center/cover no-repeat;
position:relative;

}

.about-overlay{

position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.70);

}

.about-hero .container{

position:relative;
z-index:2;
max-width:900px;

}

.hero-subtitle{

display:inline-block;
color:#C8A96A;
letter-spacing:4px;
font-size:15px;
margin-bottom:25px;

}

.hero-title{

font-size:88px;
font-weight:700;
line-height:1.05;
margin-bottom:30px;

}

.hero-title span{

color:#C8A96A;

}

.hero-description{

font-size:22px;
color:#dddddd;
max-width:720px;

}
/*==================================================
OUR STORY
==================================================*/

.our-story{

background:#111111;

}

.our-story .container{

display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
gap:80px;

}

.story-left h2{

font-size:56px;
margin-bottom:30px;
line-height:1.2;

}

.story-left p{

font-size:18px;
color:#cfcfcf;
margin-bottom:25px;

}

.story-right{

overflow:hidden;
border-radius:24px;

}

.story-right img{

width:100%;
height:650px;
object-fit:cover;
border-radius:24px;
transition:.5s;

}

.story-right:hover img{

transform:scale(1.05);

}

/*==================================================
FOUNDER
==================================================*/

.founder{

background:#0b0b0b;

}

.founder .container{

display:grid;
grid-template-columns:420px 1fr;
gap:90px;
align-items:center;

}

.founder-image{

overflow:hidden;
border-radius:25px;

}

.founder-image img{

width:100%;
height:700px;
object-fit:cover;
border-radius:25px;
transition:.5s;

}

.founder-image:hover img{

transform:scale(1.05);

}

.founder-content h2{

font-size:52px;
margin-bottom:10px;

}

.founder-content h3{

font-size:28px;
color:#C8A96A;
margin-bottom:30px;

}

.founder-content p{

font-size:18px;
color:#d5d5d5;
margin-bottom:25px;
text-align:justify;

}

.founder-content blockquote{

margin-top:40px;
padding:30px;
border-left:4px solid #C8A96A;
background:#141414;
font-size:24px;
font-style:italic;
color:#ffffff;
border-radius:0 15px 15px 0;

}

/*==================================================
CEO
==================================================*/

.ceo{

background:#111111;

}

.ceo .container{

display:grid;
grid-template-columns:1fr 420px;
gap:90px;
align-items:center;

}

.ceo-image{

overflow:hidden;
border-radius:25px;

}

.ceo-image img{

width:100%;
height:700px;
object-fit:cover;
border-radius:25px;
transition:.5s;

}

.ceo-image:hover img{

transform:scale(1.05);

}

.ceo-content h2{

font-size:52px;
margin-bottom:10px;

}

.ceo-content h3{

font-size:28px;
color:#C8A96A;
margin-bottom:30px;

}

.ceo-content p{

font-size:18px;
color:#d5d5d5;
margin-bottom:25px;
text-align:justify;

}

.ceo-content blockquote{

margin-top:40px;
padding:30px;
border-left:4px solid #C8A96A;
background:#191919;
font-size:24px;
font-style:italic;
border-radius:0 15px 15px 0;

}

.ceo-signature{

margin-top:40px;

}

.ceo-signature h4{

font-size:28px;
margin-bottom:5px;

}

.ceo-signature span{

color:#C8A96A;
font-size:16px;
letter-spacing:2px;
text-transform:uppercase;

}
/*==================================================
COMPANY TIMELINE
==================================================*/

.timeline{

background:#0f0f0f;

}

.timeline-wrapper{

max-width:1000px;
margin:80px auto 0;
position:relative;

}

.timeline-wrapper::before{

content:"";
position:absolute;
left:50%;
top:0;
transform:translateX(-50%);
width:2px;
height:100%;
background:#C8A96A;

}

.timeline-item{

display:grid;
grid-template-columns:160px 1fr;
gap:40px;
margin-bottom:60px;
position:relative;

}

.timeline-year{

width:120px;
height:120px;
background:#C8A96A;
color:#111;
border-radius:50%;
display:flex;
justify-content:center;
align-items:center;
font-size:30px;
font-weight:700;
z-index:2;
box-shadow:0 0 35px rgba(200,169,106,.25);

}

.timeline-content{

background:#181818;
padding:40px;
border-radius:20px;
transition:.4s;

}

.timeline-content:hover{

transform:translateY(-10px);

}

.timeline-content h3{

font-size:30px;
margin-bottom:18px;

}

.timeline-content p{

font-size:17px;
color:#d0d0d0;
line-height:1.8;

}

/*==================================================
CORE VALUES
==================================================*/

.values{

background:#111;

}

.values-grid{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;

}

.value-card{

background:#191919;
padding:45px 35px;
border-radius:20px;
text-align:center;
transition:.4s;
border:1px solid rgba(255,255,255,.05);

}

.value-card:hover{

transform:translateY(-12px);
border-color:#C8A96A;

}

.value-card i{

font-size:50px;
color:#C8A96A;
margin-bottom:25px;

}

.value-card h3{

font-size:28px;
margin-bottom:15px;

}

.value-card p{

font-size:17px;
color:#cfcfcf;
line-height:1.8;

}
/*==================================================
COMPANY STATISTICS
==================================================*/

.about-stats{

background:#0b0b0b;

}

.stats-grid{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
margin-top:70px;

}

.stat-card{

background:#181818;
padding:50px 30px;
border-radius:20px;
text-align:center;
border:1px solid rgba(255,255,255,.05);
transition:.4s;

}

.stat-card:hover{

transform:translateY(-12px);
border-color:#C8A96A;
box-shadow:0 20px 50px rgba(0,0,0,.35);

}

.stat-card h2{

font-size:58px;
color:#C8A96A;
margin-bottom:15px;
font-weight:700;

}

.stat-card p{

font-size:18px;
color:#d0d0d0;

}

/*==================================================
WHY CHOOSE US
==================================================*/

.why-about{

background:#111111;

}

.why-grid{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
margin-top:70px;

}

.why-card{

background:#1a1a1a;
padding:45px 35px;
border-radius:20px;
transition:.4s;
text-align:center;

}

.why-card:hover{

transform:translateY(-10px);
background:#202020;

}

.why-card i{

font-size:48px;
color:#C8A96A;
margin-bottom:25px;

}

.why-card h3{

font-size:26px;
margin-bottom:18px;

}

.why-card p{

font-size:17px;
line-height:1.8;
color:#d5d5d5;

}

/*==================================================
SERVICE AREA
==================================================*/

.service-area{

background:#0f0f0f;
text-align:center;

}

.service-text{

max-width:900px;
margin:auto;
font-size:20px;
line-height:2;
color:#d5d5d5;

}

.service-text strong{

color:#C8A96A;

}

/*==================================================
CALL TO ACTION
==================================================*/

.about-cta{

background:linear-gradient(rgba(0,0,0,.75),rgba(0,0,0,.75)),
url("../images/about-cta.jpg") center center/cover no-repeat;

text-align:center;

}

.about-cta h2{

font-size:60px;
margin-bottom:25px;

}

.about-cta p{

max-width:850px;
margin:0 auto 40px;
font-size:20px;
line-height:1.9;
color:#dddddd;

}

.about-cta .btn-primary{

display:inline-block;
padding:18px 45px;
background:#C8A96A;
color:#111;
font-weight:600;
border-radius:50px;
transition:.35s;

}

.about-cta .btn-primary:hover{

background:#fff;
transform:translateY(-5px);

}
/*==================================================
RESPONSIVE
==================================================*/

@media (max-width:1200px){

.section-heading h2{
font-size:48px;
}

.hero-title{
font-size:70px;
}

.our-story .container,
.founder .container,
.ceo .container{
grid-template-columns:1fr;
gap:60px;
}

.founder-image,
.ceo-image{
max-width:500px;
margin:auto;
}

.founder-image img,
.ceo-image img{
height:600px;
}

.values-grid,
.stats-grid,
.why-grid{
grid-template-columns:repeat(2,1fr);
}

.timeline-wrapper::before{
left:60px;
}

.timeline-item{
grid-template-columns:120px 1fr;
}

}

/*==============================
TABLET
==============================*/

@media (max-width:768px){

section{
padding:90px 0;
}

.hero-title{
font-size:52px;
}

.hero-description{
font-size:18px;
}

.section-heading h2{
font-size:40px;
}

.story-left h2,
.founder-content h2,
.ceo-content h2{
font-size:40px;
}

.story-left p,
.founder-content p,
.ceo-content p{
font-size:17px;
}

.timeline-item{
grid-template-columns:1fr;
text-align:center;
}

.timeline-wrapper::before{
display:none;
}

.timeline-year{
margin:0 auto 25px;
}

.values-grid,
.stats-grid,
.why-grid{
grid-template-columns:1fr;
}

.about-cta h2{
font-size:42px;
}

.about-cta p{
font-size:17px;
}

}

/*==============================
MOBILE
==============================*/

@media (max-width:480px){

.container{
width:92%;
}

.hero-title{
font-size:38px;
line-height:1.2;
}

.hero-description{
font-size:16px;
}

.section-heading h2{
font-size:32px;
}

.story-left h2,
.founder-content h2,
.ceo-content h2{
font-size:32px;
}

.story-right img,
.founder-image img,
.ceo-image img{
height:400px;
}

.founder-content h3,
.ceo-content h3{
font-size:22px;
}

.timeline-content{
padding:25px;
}

.timeline-content h3{
font-size:24px;
}

.timeline-content p{
font-size:16px;
}

.value-card,
.stat-card,
.why-card{
padding:30px 20px;
}

.about-cta{
padding:80px 0;
}

.about-cta h2{
font-size:32px;
}

.about-cta p{
font-size:16px;
}

.about-cta .btn-primary{
width:100%;
text-align:center;
}

}

/*==================================================
SMOOTH HOVER EFFECTS
==================================================*/

.story-right img,
.founder-image img,
.ceo-image img{
transition:transform .5s ease;
}

.story-right:hover img,
.founder-image:hover img,
.ceo-image:hover img{
transform:scale(1.05);
}

.value-card,
.stat-card,
.why-card,
.timeline-content{
transition:all .35s ease;
}

html{
scroll-behavior:smooth;
}
@media (max-width:768px){

.header{

padding:15px 0;

}

.header .container{

display:flex;
flex-direction:row;
justify-content:space-between;
align-items:center;
flex-wrap:nowrap;

}

.logo{

display:flex;
flex-direction:column;

}

.logo h2{

font-size:22px;
margin:0;

}

.logo p{

font-size:8px;
margin:0;

}

.quote-btn{

padding:10px 16px;
font-size:11px;
white-space:nowrap;

}

}
