/*====================================================
DIAMOND MEDIA GROUP
CORPORATE MEDIA KIT
====================================================*/

/*=========================
RESET
=========================*/

*{

margin:0;

padding:0;

box-sizing:border-box;

}

html{

scroll-behavior:smooth;

}

body{

font-family:'Poppins',sans-serif;

background:#061321;

color:#e8eef5;

line-height:1.8;

overflow-x:hidden;

}

/*=========================
CONTAINER
=========================*/

.container{

max-width:1280px;

}

/*=========================
LINKS
=========================*/

a{

text-decoration:none;

transition:.35s;

}

/*=========================
IMAGES
=========================*/

img{

max-width:100%;

display:block;

}

/*=========================
SECTIONS
=========================*/

section{

padding:110px 0;

position:relative;

}

/*=========================
HEADINGS
=========================*/

h1{

font-size:4.8rem;

font-weight:800;

color:#fff;

}

h2{

font-size:3rem;

font-weight:700;

color:#fff;

margin-bottom:25px;

}

h3{

font-weight:700;

color:#fff;

}

p{

color:#cbd8e6;

font-size:1.05rem;

}

/*=========================
SECTION TITLE
=========================*/

.section-title{

text-align:center;

margin-bottom:70px;

}

.section-title span{

display:inline-block;

padding:10px 22px;

background:linear-gradient(90deg,#d4af37,#f6d97d);

border-radius:40px;

font-size:.8rem;

font-weight:700;

letter-spacing:2px;

color:#111;

margin-bottom:22px;

text-transform:uppercase;

}

.section-title h2{

margin-bottom:18px;

}

.section-title p{

max-width:760px;

margin:auto;

}

/*=========================
BUTTONS
=========================*/

.btn{

padding:15px 34px;

border-radius:14px;

font-weight:700;

transition:.35s;

}

.btn:hover{

transform:translateY(-4px);

}

.btn-gold{

background:linear-gradient(90deg,#d4af37,#f7da7f);

color:#111;

border:none;

}

.btn-gold:hover{

box-shadow:0 14px 28px rgba(212,175,55,.35);

}

.btn-dark{

background:#17324f;

color:#fff;

border:none;

}

.btn-dark:hover{

background:#21456c;

}

/*=========================
TOP BAR
=========================*/

.topbar{

position:fixed;

top:0;

left:0;

right:0;

z-index:1000;

background:rgba(6,19,33,.90);

backdrop-filter:blur(14px);

box-shadow:0 12px 30px rgba(0,0,0,.35);

}

.topbar-inner{

display:flex;

justify-content:space-between;

align-items:center;

height:90px;

}

.logo{

height:58px;

width:auto;

}

.main-nav{

display:flex;

gap:36px;

list-style:none;

margin:0;

padding:0;

}

.main-nav li{

list-style:none;

}

.main-nav a{

font-weight:600;

font-size:.95rem;

color:#fff;

position:relative;

}

.main-nav a:hover{

color:#d4af37;

}

.main-nav a.active{

color:#d4af37;

}

.main-nav a.active::after{

content:"";

position:absolute;

left:0;

bottom:-8px;

width:100%;

height:2px;

background:#d4af37;

}
/*====================================================
HERO
====================================================*/

.hero{

min-height:100vh;

display:flex;

align-items:center;

padding-top:120px;

padding-bottom:90px;

background:
linear-gradient(135deg,#061321 0%,#0b2744 55%,#061321 100%);

overflow:hidden;

}

.hero::before{

content:"";

position:absolute;

width:700px;

height:700px;

right:-220px;

top:-180px;

background:radial-gradient(circle,
rgba(212,175,55,.18),
transparent 70%);

}

.hero .container{

position:relative;

z-index:2;

}

.hero-tag{

display:inline-block;

padding:10px 24px;

background:linear-gradient(90deg,#d4af37,#f6d97d);

border-radius:40px;

font-size:.8rem;

font-weight:700;

letter-spacing:2px;

color:#111;

margin-bottom:28px;

text-transform:uppercase;

}

.hero h1{

font-size:5rem;

line-height:1;

margin-bottom:20px;

}

.hero h2{

font-size:1.6rem;

font-weight:500;

color:#f4d56b;

margin-bottom:30px;

}

.hero p{

font-size:1.12rem;

max-width:650px;

margin-bottom:40px;

}

.hero-buttons{

display:flex;

gap:18px;

flex-wrap:wrap;

}

.hero-photo{

max-width:520px;

margin:auto;

border-radius:28px;

box-shadow:

0 30px 70px rgba(0,0,0,.45);

border:4px solid rgba(255,255,255,.08);

transition:.4s;

}

.hero-photo:hover{

transform:translateY(-6px);

}

/*====================================================
COMPANY OVERVIEW
====================================================*/

.company-overview{

background:#081c30;

}

.company-overview h3{

font-size:2rem;

margin-bottom:25px;

}

.overview-panel{

display:grid;

grid-template-columns:1fr 1fr;

gap:20px;

}

.overview-item{

background:#102845;

border-radius:20px;

padding:30px;

text-align:center;

box-shadow:

0 15px 35px rgba(0,0,0,.30);

transition:.35s;

}

.overview-item:hover{

transform:translateY(-6px);

background:#17385e;

}

.overview-item h3{

font-size:2.6rem;

color:#d4af37;

margin-bottom:10px;

}

.overview-item p{

margin:0;

font-size:.95rem;

}

/*====================================================
MISSION
====================================================*/

.mission-section{

background:#061321;

}

.mission-card{

height:100%;

padding:45px 35px;

background:#102845;

border-radius:22px;

text-align:center;

transition:.35s;

box-shadow:

0 18px 45px rgba(0,0,0,.35);

}

.mission-card:hover{

transform:translateY(-8px);

background:#17385e;

}

.mission-card i{

font-size:3rem;

color:#d4af37;

margin-bottom:25px;

}

.mission-card h3{

margin-bottom:20px;

}
/*====================================================
OUR BRANDS
====================================================*/

.our-brands{

background:#081c30;

}

.brand-feature{

height:100%;

display:flex;

flex-direction:column;

background:#102845;

border-radius:24px;

overflow:hidden;

box-shadow:0 25px 55px rgba(0,0,0,.35);

transition:.4s;

border:1px solid rgba(255,255,255,.06);

}

.brand-feature:hover{

transform:translateY(-10px);

box-shadow:0 35px 70px rgba(0,0,0,.45);

}

.brand-feature img:first-child{

width:100%;

height:240px;

object-fit:cover;

}

.brand-body{

padding:35px;

display:flex;

flex-direction:column;

flex:1;

}

.brand-logo{

height:70px;

width:auto;

margin-bottom:25px;

object-fit:contain;

}

.brand-body h3{

font-size:1.8rem;

margin-bottom:20px;

color:#fff;

}

.brand-body p{

margin-bottom:25px;

line-height:1.8;

}

.brand-list{

list-style:none;

padding:0;

margin:0 0 30px 0;

}

.brand-list li{

padding:10px 0;

border-bottom:1px solid rgba(255,255,255,.08);

color:#d5dfe8;

}

.brand-list li:last-child{

border-bottom:none;

}

.brand-body .btn{

margin-top:auto;

width:100%;

text-align:center;

}

/*====================================================
BRAND BUTTONS
====================================================*/

.brand-body .btn-gold{

padding:15px;

font-size:.95rem;

letter-spacing:.5px;

}

.brand-body .btn-gold:hover{

background:linear-gradient(90deg,#f6d97d,#d4af37);

}

/*====================================================
IMAGE EFFECTS
====================================================*/

.brand-feature img{

transition:.5s;

}

.brand-feature:hover img:first-child{

transform:scale(1.05);

}

/*====================================================
SECTION SPACING
====================================================*/

.our-brands .section-title{

margin-bottom:70px;

}
/*====================================================
COMPANY TIMELINE
====================================================*/

.timeline-section{

background:#061321;

}

.timeline{

position:relative;

max-width:1000px;

margin:70px auto 0;

}

.timeline::before{

content:"";

position:absolute;

left:40px;

top:0;

bottom:0;

width:4px;

background:linear-gradient(#d4af37,#f6d97d);

border-radius:10px;

}

.timeline-item{

position:relative;

padding-left:110px;

margin-bottom:60px;

}

.timeline-item:last-child{

margin-bottom:0;

}

.timeline-year{

position:absolute;

left:0;

top:10px;

width:80px;

height:80px;

background:linear-gradient(135deg,#d4af37,#f6d97d);

color:#111;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:1.2rem;

font-weight:700;

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

}

.timeline-content{

background:#102845;

padding:35px;

border-radius:22px;

box-shadow:0 20px 45px rgba(0,0,0,.35);

transition:.35s;

}

.timeline-content:hover{

transform:translateY(-6px);

background:#17385e;

}

.timeline-content h3{

margin-bottom:15px;

font-size:1.6rem;

}

.timeline-content p{

margin:0;

}

/*====================================================
CORPORATE HIGHLIGHTS
====================================================*/

.highlights{

background:#081c30;

}

.highlight-card{

height:100%;

padding:40px 25px;

text-align:center;

background:#102845;

border-radius:22px;

transition:.35s;

box-shadow:0 18px 40px rgba(0,0,0,.35);

}

.highlight-card:hover{

transform:translateY(-8px);

background:#17385e;

}

.highlight-card h2{

font-size:3.4rem;

font-weight:800;

color:#d4af37;

margin-bottom:10px;

}

.highlight-card p{

font-size:1rem;

margin:0;

color:#d8e2ec;

}
/*====================================================
DOWNLOAD CENTRE
====================================================*/

.downloads-section{

background:#061321;

}

.download-card{

height:100%;

padding:45px 35px;

background:#102845;

border-radius:24px;

text-align:center;

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

transition:.35s;

display:flex;

flex-direction:column;

justify-content:space-between;

}

.download-card:hover{

transform:translateY(-8px);

background:#17385e;

}

.download-card i{

font-size:3.5rem;

color:#d4af37;

margin-bottom:25px;

}

.download-card h3{

margin-bottom:20px;

}

.download-card p{

margin-bottom:30px;

flex:1;

}

/*====================================================
CONTACT
====================================================*/

.contact-section{

background:linear-gradient(180deg,#081c30,#061321);

}

.contact-box{

max-width:900px;

margin:auto;

background:#102845;

padding:70px;

border-radius:28px;

text-align:center;

box-shadow:0 30px 70px rgba(0,0,0,.40);

}

.contact-grid{

display:grid;

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

gap:30px;

margin:45px 0;

}

.contact-grid h4{

color:#d4af37;

margin-bottom:10px;

font-size:1.1rem;

}

.contact-grid p{

margin:0;

}

/*====================================================
FOOTER
====================================================*/

footer{

background:#04101c;

padding:70px 0 30px;

}

.footer-logo{

height:70px;

margin-bottom:25px;

}

footer h4{

color:#fff;

margin-bottom:20px;

}

footer ul{

list-style:none;

padding:0;

margin:0;

}

footer ul li{

margin-bottom:12px;

}

footer a{

color:#cbd8e6;

}

footer a:hover{

color:#d4af37;

}

footer hr{

border-color:rgba(255,255,255,.08);

margin:45px 0 30px;

}

.copyright{

text-align:center;

color:#93a7bb;

font-size:.9rem;

}

/*====================================================
RESPONSIVE
====================================================*/

@media(max-width:992px){

.hero{

text-align:center;

padding-top:150px;

}

.hero h1{

font-size:3.3rem;

}

.hero-photo{

margin-top:50px;

max-width:380px;

}

.overview-panel{

grid-template-columns:1fr;

}

.contact-grid{

grid-template-columns:1fr;

}

.timeline::before{

left:25px;

}

.timeline-year{

width:55px;

height:55px;

font-size:.9rem;

}

.timeline-item{

padding-left:85px;

}

.main-nav{

gap:18px;

}

}

@media(max-width:768px){

section{

padding:80px 0;

}

.hero h1{

font-size:2.6rem;

}

.hero h2{

font-size:1.2rem;

}

.section-title h2{

font-size:2.2rem;

}

.topbar-inner{

flex-direction:column;

height:auto;

padding:15px 0;

}

.main-nav{

flex-wrap:wrap;

justify-content:center;

margin-top:15px;

}

.contact-box{

padding:40px 25px;

}

}