/*==================================================
    ICONIC MEDIA CONCEPTS
    Premium Agency Website
==================================================*/

/*========================
ROOT VARIABLES
=========================*/

:root{

--gold:#D4AF37;
--gold-light:#E5C76B;
--gold-dark:#9A7728;

--black:#080808;
--black-light:#111111;
--dark:#1b1b1b;

--white:#ffffff;

--grey:#9b9b9b;
--light:#f7f7f7;

--transition:.35s ease;

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

--radius:18px;

--container:1280px;

}

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

*{

margin:0;
padding:0;
box-sizing:border-box;

}

html{

scroll-behavior:smooth;

}

body{

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

background:var(--black);

color:white;

overflow-x:hidden;

line-height:1.7;

}

img{

display:block;

width:100%;

}

a{

text-decoration:none;

color:inherit;

}

ul{

list-style:none;

}

button{

cursor:pointer;

font-family:inherit;

}

input,
textarea{

font-family:inherit;

outline:none;

}

/*========================
SCROLLBAR
=========================*/

::-webkit-scrollbar{

width:10px;

}

::-webkit-scrollbar-track{

background:#111;

}

::-webkit-scrollbar-thumb{

background:var(--gold);

border-radius:30px;

}

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

.container{

width:min(92%,1280px);

margin:auto;

}

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

section{

padding:120px 0;

position:relative;

}

.section-title{

text-align:center;

margin-bottom:80px;

}

.section-title span{

color:var(--gold);

letter-spacing:5px;

font-size:.85rem;

font-weight:600;

text-transform:uppercase;

}

.section-title h2{

font-family:'Cormorant Garamond',serif;

font-size:58px;

font-weight:600;

margin-top:15px;

line-height:1.15;

}

.section-title p{

max-width:700px;

margin:25px auto 0;

color:#bdbdbd;

}

/*========================
PRELOADER
=========================*/

#preloader{

position:fixed;

width:100%;

height:100vh;

background:#080808;

display:flex;

justify-content:center;

align-items:center;

z-index:99999;

}

.loader{

width:70px;

height:70px;

border-radius:50%;

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

border-top:3px solid var(--gold);

animation:spin 1s linear infinite;

}

@keyframes spin{

100%{

transform:rotate(360deg);

}

}

/*========================
HEADER
=========================*/

header{

position:fixed;

width:100%;

top:0;

left:0;

z-index:1000;

padding:18px 0;

transition:.4s;

}

header.scrolled{

background:rgba(10,10,10,.92);

backdrop-filter:blur(14px);

box-shadow:0 10px 30px rgba(0,0,0,.3);

}

nav{

display:flex;

justify-content:space-between;

align-items:center;

}

.logo img{

height:58px;

width:auto;

}

.nav-links{

display:flex;

gap:40px;

align-items:center;

}

.nav-links a{

font-size:.92rem;

font-weight:500;

transition:.3s;

position:relative;

}

.nav-links a::after{

content:"";

position:absolute;

bottom:-8px;

left:0;

width:0;

height:2px;

background:var(--gold);

transition:.35s;

}

.nav-links a:hover::after{

width:100%;

}

.btn-nav{

padding:14px 30px;

border:1px solid var(--gold);

border-radius:50px;

transition:.3s;

font-size:.9rem;

}

.btn-nav:hover{

background:var(--gold);

color:black;

}

.menu-btn{

display:none;

font-size:30px;

}

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

.btn-primary{

display:inline-flex;

align-items:center;

justify-content:center;

padding:18px 42px;

background:var(--gold);

color:black;

border-radius:50px;

font-weight:600;

transition:.35s;

}

.btn-primary:hover{

transform:translateY(-4px);

box-shadow:0 15px 40px rgba(212,175,55,.3);

}

.btn-secondary{

display:inline-flex;

align-items:center;

justify-content:center;

padding:18px 42px;

border-radius:50px;

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

transition:.35s;

}

.btn-secondary:hover{

background:white;

color:black;

}

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

.hero{

min-height:100vh;

display:flex;

align-items:center;

position:relative;

overflow:hidden;

padding-top:120px;

}

.hero::before{

content:"";

position:absolute;

width:700px;

height:700px;

background:radial-gradient(var(--gold),transparent 70%);

opacity:.08;

top:-200px;

right:-200px;

}

.hero-content{

display:grid;

grid-template-columns:1.1fr .9fr;

align-items:center;

gap:80px;

}

.hero-text span{

display:inline-block;

letter-spacing:4px;

color:var(--gold);

margin-bottom:18px;

text-transform:uppercase;

font-weight:600;

font-size:.9rem;

}

.hero-text h1{

font-family:'Cormorant Garamond',serif;

font-size:82px;

line-height:1.05;

margin-bottom:30px;

font-weight:700;

}

.hero-text strong{

color:var(--gold);

font-weight:700;

}

.hero-text p{

font-size:1.05rem;

color:#bcbcbc;

max-width:600px;

margin-bottom:45px;

}

.hero-buttons{

display:flex;

gap:20px;

flex-wrap:wrap;

}

.hero-image{

position:relative;

}

.hero-image img{

border-radius:30px;

box-shadow:var(--shadow);

}

.overlay{

position:absolute;

inset:0;

background:
linear-gradient(
90deg,
rgba(8,8,8,.25),
rgba(8,8,8,.6)
);

pointer-events:none;

}

/*==================================================
ABOUT SECTION
==================================================*/

.about-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:90px;
    align-items:center;
}

.about-image{
    position:relative;
}

.about-image img{
    width:100%;
    border-radius:24px;
    box-shadow:var(--shadow);
    transition:var(--transition);
}

.about-image:hover img{
    transform:scale(1.02);
}

.about-content h3{
    font-size:2rem;
    margin-bottom:25px;
    font-family:'Cormorant Garamond',serif;
    color:var(--gold);
}

.about-content p{
    color:#bdbdbd;
    margin-bottom:22px;
    line-height:1.9;
    font-size:1rem;
}

.about-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin:45px 0;
}

.about-features div{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:.95rem;
}

.about-features i{
    color:var(--gold);
    font-size:18px;
}

/*==================================================
SERVICES
==================================================*/

.services{
    background:#0d0d0d;
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:35px;
}

.service-card{
    background:#141414;
    border:1px solid rgba(212,175,55,.08);
    border-radius:22px;
    padding:45px 35px;
    transition:var(--transition);
    position:relative;
    overflow:hidden;
}

.service-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:5px;
    height:0;
    background:var(--gold);
    transition:.45s;
}

.service-card:hover::before{
    height:100%;
}

.service-card:hover{
    transform:translateY(-10px);
    border-color:rgba(212,175,55,.35);
    box-shadow:0 25px 60px rgba(0,0,0,.45);
}

.service-icon{
    width:72px;
    height:72px;
    border-radius:50%;
    background:rgba(212,175,55,.08);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:28px;
    transition:.35s;
}

.service-card:hover .service-icon{
    background:var(--gold);
}

.service-icon i{
    color:var(--gold);
    font-size:28px;
    transition:.35s;
}

.service-card:hover .service-icon i{
    color:#000;
}

.service-card h3{
    font-family:'Cormorant Garamond',serif;
    font-size:2rem;
    margin-bottom:18px;
}

.service-card p{
    color:#bdbdbd;
    line-height:1.9;
}

/*==================================================
WHY CHOOSE US
==================================================*/

.why-us{
    background:#080808;
}

.why-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:90px;
    align-items:center;
}

.why-image{
    position:relative;
}

.why-image img{
    width:100%;
    border-radius:24px;
    box-shadow:var(--shadow);
}

.section-subtitle{
    display:inline-block;
    color:var(--gold);
    text-transform:uppercase;
    letter-spacing:4px;
    margin-bottom:18px;
    font-size:.85rem;
    font-weight:600;
}

.why-content h2{
    font-family:'Cormorant Garamond',serif;
    font-size:3.5rem;
    line-height:1.15;
    margin-bottom:30px;
}

.why-content p{
    color:#bdbdbd;
    line-height:1.9;
    margin-bottom:40px;
}

.why-items{
    display:grid;
    gap:28px;
}

.why-item{
    display:flex;
    gap:22px;
    align-items:flex-start;
    padding-bottom:25px;
    border-bottom:1px solid rgba(255,255,255,.06);
}

.why-item:last-child{
    border:none;
}

.why-item i{
    width:58px;
    height:58px;
    border-radius:50%;
    background:rgba(212,175,55,.08);
    color:var(--gold);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    flex-shrink:0;
    transition:.35s;
}

.why-item:hover i{
    background:var(--gold);
    color:#000;
}

.why-item h4{
    margin-bottom:8px;
    font-size:1.2rem;
    font-weight:600;
}

.why-item p{
    margin:0;
    color:#a9a9a9;
    font-size:.95rem;
    line-height:1.7;
}

/*==================================================
STATISTICS
==================================================*/

.statistics{
    background:linear-gradient(180deg,#0b0b0b,#111);
}

.stats-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.stat-card{
    text-align:center;
    background:#141414;
    border:1px solid rgba(212,175,55,.08);
    border-radius:20px;
    padding:50px 25px;
    transition:var(--transition);
}

.stat-card:hover{
    transform:translateY(-8px);
    border-color:rgba(212,175,55,.3);
}

.stat-card h2{
    font-size:3.4rem;
    color:var(--gold);
    font-family:'Cormorant Garamond',serif;
    margin-bottom:12px;
}

.stat-card p{
    color:#c0c0c0;
    letter-spacing:1px;
    text-transform:uppercase;
    font-size:.85rem;
}

/*==================================================
CALL TO ACTION
==================================================*/

.cta{
    background:
    linear-gradient(rgba(0,0,0,.78),rgba(0,0,0,.78)),
    url("../images/cta-bg.jpg") center/cover no-repeat;
    text-align:center;
}

.cta-box{
    max-width:820px;
    margin:auto;
}

.cta-box h2{
    font-family:'Cormorant Garamond',serif;
    font-size:4rem;
    line-height:1.15;
    margin-bottom:25px;
}

.cta-box p{
    color:#c6c6c6;
    font-size:1.05rem;
    line-height:1.9;
    margin-bottom:45px;
}

/*==================================================
PORTFOLIO
==================================================*/

.portfolio{
    background:#080808;
}

.portfolio-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    grid-auto-rows:280px;
    gap:24px;
}

.portfolio-item{
    position:relative;
    overflow:hidden;
    border-radius:22px;
    cursor:pointer;
}

.portfolio-item.large{
    grid-column:span 2;
    grid-row:span 2;
}

.portfolio-item.wide{
    grid-column:span 2;
}

.portfolio-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .7s ease;
}

.portfolio-item:hover img{
    transform:scale(1.12);
}

.portfolio-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        transparent 20%,
        rgba(0,0,0,.88)
    );

    display:flex;
    justify-content:flex-end;
    flex-direction:column;

    padding:35px;

    opacity:0;

    transition:.4s;
}

.portfolio-item:hover .portfolio-overlay{
    opacity:1;
}

.portfolio-overlay h3{
    font-family:'Cormorant Garamond',serif;
    font-size:2rem;
    color:white;
    margin-bottom:8px;
}

.portfolio-overlay p{
    color:var(--gold);
    letter-spacing:2px;
    text-transform:uppercase;
    font-size:.85rem;
}

/*==================================================
EVENTS
==================================================*/

.events{

    background:#0d0d0d;

}

.events-grid{

    display:grid;

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

    gap:35px;

}

.event-card{

    position:relative;

    padding:45px;

    background:#141414;

    border-radius:22px;

    border:1px solid rgba(212,175,55,.08);

    transition:.35s;

    overflow:hidden;

}

.event-card::before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
        145deg,
        rgba(212,175,55,.10),
        transparent
    );

    opacity:0;

    transition:.4s;

}

.event-card:hover::before{

    opacity:1;

}

.event-card:hover{

    transform:translateY(-12px);

    border-color:rgba(212,175,55,.30);

}

.event-number{

    width:60px;

    height:60px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:50%;

    background:rgba(212,175,55,.08);

    color:var(--gold);

    font-size:1.2rem;

    margin-bottom:30px;

    font-weight:700;

}

.event-card h3{

    font-family:'Cormorant Garamond',serif;

    font-size:2rem;

    margin-bottom:18px;

}

.event-card p{

    color:#bdbdbd;

    line-height:1.9;

    margin-bottom:30px;

}

.event-card a{

    color:var(--gold);

    font-weight:600;

    letter-spacing:1px;

    transition:.3s;

}

.event-card a:hover{

    padding-left:8px;

}

/*==================================================
CLIENTS
==================================================*/

.clients{

    background:#080808;

    overflow:hidden;

}

.client-slider{

    display:flex;

    justify-content:space-between;

    gap:60px;

    flex-wrap:wrap;

    align-items:center;

}

.client-logo{

    color:#666;

    font-size:1.35rem;

    font-weight:600;

    letter-spacing:1px;

    transition:.35s;

    cursor:pointer;

}

.client-logo:hover{

    color:var(--gold);

    transform:translateY(-5px);

}

/*==================================================
TESTIMONIALS
==================================================*/

.testimonials{

    background:#101010;

}

.testimonial-grid{

    display:grid;

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

    gap:35px;

}

.testimonial{

    background:#171717;

    border-radius:22px;

    padding:45px;

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

    transition:.35s;

    position:relative;

}

.testimonial:hover{

    transform:translateY(-10px);

    border-color:rgba(212,175,55,.28);

}

.testimonial::before{

    content:"★★★★★";

    display:block;

    color:var(--gold);

    letter-spacing:3px;

    margin-bottom:25px;

    font-size:1rem;

}

.testimonial p{

    color:#bdbdbd;

    line-height:2;

    margin-bottom:35px;

    font-style:italic;

}

.testimonial h4{

    color:white;

    font-size:1rem;

    font-weight:600;

}

.testimonial h4::before{

    content:"— ";

    color:var(--gold);

}

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

.contact{
    background:#0b0b0b;
}

.contact-wrapper{
    display:grid;
    grid-template-columns:380px 1fr;
    gap:60px;
    align-items:start;
}

.contact-info{
    display:flex;
    flex-direction:column;
    gap:25px;
}

.contact-card{
    background:#141414;
    border:1px solid rgba(212,175,55,.08);
    border-radius:20px;
    padding:30px;
    transition:.35s;
}

.contact-card:hover{
    transform:translateY(-6px);
    border-color:rgba(212,175,55,.30);
}

.contact-card i{
    width:60px;
    height:60px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:rgba(212,175,55,.08);
    color:var(--gold);
    font-size:24px;
    margin-bottom:20px;
}

.contact-card h3{
    margin-bottom:10px;
    font-size:1.2rem;
}

.contact-card p{
    color:#bdbdbd;
    line-height:1.7;
}

.contact-form{
    background:#141414;
    border-radius:24px;
    padding:45px;
    border:1px solid rgba(212,175,55,.08);
}

.contact-form .row{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.contact-form input,
.contact-form textarea{
    width:100%;
    background:#0d0d0d;
    color:white;
    border:1px solid rgba(255,255,255,.08);
    border-radius:14px;
    padding:18px 20px;
    margin-bottom:20px;
    transition:.3s;
}

.contact-form textarea{
    resize:vertical;
    min-height:180px;
}

.contact-form input:focus,
.contact-form textarea:focus{
    border-color:var(--gold);
}

.contact-form button{
    border:none;
}

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

footer{
    background:#050505;
    border-top:1px solid rgba(255,255,255,.05);
}

.footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1fr;
    gap:50px;
    padding:80px 0;
}

.footer-logo{
    width:180px;
    margin-bottom:25px;
}

.footer-column p{
    color:#9b9b9b;
    line-height:1.8;
}

.footer-column h3{
    margin-bottom:25px;
    font-size:1.3rem;
    color:white;
}

.footer-column ul{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.footer-column ul li a{
    color:#bdbdbd;
    transition:.3s;
}

.footer-column ul li a:hover{
    color:var(--gold);
    padding-left:6px;
}

.social-icons{
    display:flex;
    gap:15px;
}

.social-icons a{
    width:46px;
    height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#141414;
    transition:.35s;
}

.social-icons a:hover{
    background:var(--gold);
    color:#000;
}

.footer-bottom{
    padding:30px 0;
    border-top:1px solid rgba(255,255,255,.05);
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
}

.footer-bottom p{
    color:#8d8d8d;
}

.back-to-top{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:var(--gold);
    transition:.3s;
}

.back-to-top:hover{
    transform:translateY(-3px);
}

/*==================================================
ANIMATIONS
==================================================*/

.fade-up{
    opacity:0;
    transform:translateY(40px);
    transition:all .8s ease;
}

.fade-up.show{
    opacity:1;
    transform:none;
}

.fade-left{
    opacity:0;
    transform:translateX(-40px);
    transition:all .8s ease;
}

.fade-left.show{
    opacity:1;
    transform:none;
}

.fade-right{
    opacity:0;
    transform:translateX(40px);
    transition:all .8s ease;
}

.fade-right.show{
    opacity:1;
    transform:none;
}

/*==================================================
UTILITY
==================================================*/

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

.mt-2{
    margin-top:20px;
}

.mt-3{
    margin-top:30px;
}

.mt-4{
    margin-top:40px;
}

.mb-2{
    margin-bottom:20px;
}

.mb-3{
    margin-bottom:30px;
}

.mb-4{
    margin-bottom:40px;
}

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

@media(max-width:1100px){

.hero-content,
.about-grid,
.why-grid,
.contact-wrapper{
    grid-template-columns:1fr;
    gap:60px;
}

.footer-grid{
    grid-template-columns:repeat(2,1fr);
}

.stats-grid{
    grid-template-columns:repeat(2,1fr);
}

.events-grid,
.testimonial-grid{
    grid-template-columns:1fr;
}

.portfolio-grid{
    grid-template-columns:repeat(2,1fr);
}

.hero-text h1{
    font-size:64px;
}

.section-title h2{
    font-size:48px;
}

.why-content h2,
.cta-box h2{
    font-size:3rem;
}

}

@media(max-width:768px){

section{
    padding:80px 0;
}

.menu-btn{
    display:block;
    cursor:pointer;
}

.nav-links{
    position:fixed;
    top:90px;
    right:-100%;
    width:280px;
    height:calc(100vh - 90px);
    background:#111;
    flex-direction:column;
    padding:50px 30px;
    transition:.35s;
    gap:30px;
}

.nav-links.active{
    right:0;
}

.btn-nav{
    display:none;
}

.hero-text h1{
    font-size:48px;
}

.hero-buttons{
    flex-direction:column;
}

.hero-buttons a{
    width:100%;
}

.about-features{
    grid-template-columns:1fr;
}

.services-grid,
.portfolio-grid,
.stats-grid,
.footer-grid,
.contact-form .row{
    grid-template-columns:1fr;
}

.portfolio-item.large,
.portfolio-item.wide{
    grid-column:auto;
    grid-row:auto;
}

.client-slider{
    justify-content:center;
}

.footer-bottom{
    text-align:center;
    flex-direction:column;
}

.contact-form{
    padding:30px;
}

.section-title h2{
    font-size:40px;
}

.cta-box h2{
    font-size:2.5rem;
}

}

@media(max-width:500px){

.container{
    width:94%;
}

.hero-text h1{
    font-size:40px;
}

.section-title h2{
    font-size:34px;
}

.logo img{
    height:48px;
}

.contact-card,
.service-card,
.event-card,
.testimonial{
    padding:28px;
}

.contact-form{
    padding:25px;
}

}
.nav-links a.active{
    color:var(--gold);
}

.nav-links a.active::after{
    width:100%;
}
.fade-up{
    opacity:0;
    transform:translateY(40px);
}

.fade-up.show{
    opacity:1;
    transform:translateY(0);
}
