@charset "utf-8";

/*==================================================
PT SHAMBHU MEDIA GROUP
MAIN CSS
==================================================*/

:root{
    --primary:#000;
    --secondary:#6fc7f0;
    --dark:#111111;
    --white:#ffffff;
    --light:#f8f9fa;
    --text:#666;
}

/*==================================================
GENERAL
==================================================*/

body{
    font-family:'Poppins',sans-serif;
    color:var(--text);
    line-height:1.8;
    background:#fff;
    padding-top:100px;
    overflow-x:hidden;
}

.section{
    padding:90px 0;
}

.section-title{
    color:var(--primary);
    font-size:42px;
    font-weight:800;
    margin-bottom:15px;
}

.section-sub{
    max-width:760px;
    margin:auto;
    color:#777;
}

img{
    max-width:100%;
    height:auto;
}

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

.top-bar{

    background:#6fc7f0;

    color:#fff;

    height:40px;

    line-height:40px;

    font-size:13px;

    z-index:1040;

}

.top-bar a{

    color:#fff;

}

.top-bar a:hover{

    color:var(--secondary);

}

.top-bar i{

    color:var(--secondary);

    margin-right:6px;

}

/*====================================
NAVBAR
====================================*/

.navbar-main{

top:38px;

background:rgba(255,255,255,.96);

backdrop-filter:blur(12px);

box-shadow:0 8px 25px rgba(0,0,0,.08);

padding:14px 0;

transition:.35s;

}

.site-logo{

height:70px;

width:auto;

transition:.3s;

}

.navbar-nav .nav-item{

margin-left:18px;

}

.nav-link{

position:relative;

font-size:15px;

font-weight:600;

color:#0F4749 !important;

padding:10px 0 !important;

text-transform:uppercase;

letter-spacing:.5px;

transition:.3s;

}

.nav-link:before{

content:"";

position:absolute;

left:0;

bottom:0;

width:0;

height:3px;

background:#6fc7f0;

transition:.35s;

border-radius:20px;

}

.nav-link:hover{

color:#6fc7f0 !important;

}

.nav-link:hover:before,

.nav-link.active:before{

width:100%;

}

.nav-btn{

display:inline-flex;

align-items:center;

justify-content:center;

padding:12px 28px;

background:#6fc7f0;

color:#111;

border-radius:40px;

font-weight:700;

text-decoration:none;

transition:.35s;

}

.nav-btn:hover{

background:#0F4749;

color:#fff;

text-decoration:none;

transform:translateY(-2px);

box-shadow:0 12px 25px rgba(15,71,73,.25);

}

.navbar-toggler{

border:none;

outline:none;

font-size:24px;

color:#0F4749;

}

.navbar-toggler:focus{

outline:none;

box-shadow:none;

}

@media(max-width:991px){

.navbar-main{

padding:12px 0;

}

.site-logo{

height:58px;

}

.navbar-collapse{

background:#fff;

padding:20px;

margin-top:15px;

border-radius:15px;

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

}

.navbar-nav .nav-item{

margin:0;

}

.nav-link{

padding:12px 0 !important;

}

.nav-btn{

margin-top:15px;

width:100%;

}

}

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

.btn-primary{

    background:var(--secondary);

    border:2px solid var(--secondary);

    color:#111;

    border-radius:40px;

    padding:12px 34px;

    font-weight:600;

}

.btn-primary:hover{

    background:var(--primary);

    border-color:var(--primary);

    color:#fff;

}

.btn-outline-dark{

    border:2px solid #fff;

    color:#fff;

    border-radius:40px;

    padding:12px 34px;

}

.btn-outline-dark:hover{

    background:var(--secondary);

    border-color:var(--secondary);

    color:#111;

}

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

.hero-production{

position:relative;

min-height:900px;

display:flex;

align-items:center;

background:url("images/banner.jpg") center center;

background-size:cover;

overflow:hidden;

}

.hero-overlay{

position:absolute;

left:0;
top:0;
width:100%;
height:100%;

background:linear-gradient(90deg,
rgba(0,0,0,.82),
rgba(18,75,99,.82));

}

.hero-production .container{

position:relative;

z-index:2;

}

.hero-label{

display:inline-block;

padding:10px 22px;

background:rgba(111,199,240,.15);

border:1px solid rgba(111,199,240,.35);

border-radius:40px;

color:#6fc7f0;

font-size:13px;

font-weight:700;

letter-spacing:1px;

margin-bottom:25px;

}

.hero-label i{

margin-right:8px;

}

.hero-heading{

font-size:72px;

font-weight:800;

line-height:1.08;

color:#fff;

margin-bottom:30px;

}

.hero-heading span{

color:#6fc7f0;

}

.hero-desc{

font-size:19px;

line-height:1.9;

color:#d7d7d7;

max-width:650px;

margin-bottom:40px;

}

.hero-action{

display:flex;

gap:18px;

flex-wrap:wrap;

}

.hero-btn{

background:#6fc7f0;

color:#000;

padding:17px 38px;

border-radius:50px;

font-weight:700;

text-decoration:none;

}

.hero-btn:hover{

background:#fff;

color:#000;

}

.hero-btn-outline{

padding:17px 38px;

border:2px solid #6fc7f0;

color:#fff;

border-radius:50px;

font-weight:700;

text-decoration:none;

}

.hero-btn-outline:hover{

background:#6fc7f0;

color:#000;

}

.hero-glass-card{

background:rgba(255,255,255,.08);

backdrop-filter:blur(14px);

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

border-radius:30px;

padding:35px;

}

.glass-item{

display:flex;

align-items:flex-start;

padding:22px 0;

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

}

.glass-item:last-child{

border:none;

padding-bottom:0;

}

.glass-item i{

width:65px;

height:65px;

border-radius:18px;

background:#6fc7f0;

display:flex;

align-items:center;

justify-content:center;

font-size:24px;

color:#124b63;

margin-right:20px;

}

.glass-item h5{

color:#fff;

font-weight:700;

margin-bottom:8px;

}

.glass-item p{

margin:0;

color:#dcdcdc;

font-size:15px;

}

@media(max-width:991px){

.hero-production{

padding:120px 0 80px;

min-height:auto;

}

.hero-heading{

font-size:48px;

}

.hero-glass-card{

margin-top:50px;

}

}

@media(max-width:768px){

.hero-heading{

font-size:36px;

}

.hero-desc{

font-size:16px;

}

.hero-action{

justify-content:center;

}

.hero-production{

text-align:center;

}

}

/*=========================================
ABOUT - PT SHANKAR PRODUCTION INTL
=========================================*/

.about-production{
padding:100px 0;
background:#fff;
position:relative;
overflow:hidden;
}

.about-production:before{
content:"";
position:absolute;
width:450px;
height:450px;
background:#6fc7f0;
opacity:.08;
border-radius:50%;
top:-180px;
right:-180px;
}

.about-production:after{
content:"";
position:absolute;
width:320px;
height:320px;
background:#124b63;
opacity:.05;
border-radius:50%;
bottom:-120px;
left:-120px;
}

.section-tag{

display:inline-block;
padding:8px 22px;
border-radius:40px;
background:#124b63;
color:#fff;
font-size:13px;
font-weight:700;
letter-spacing:2px;

}

.production-image{

position:relative;
overflow:hidden;
border-radius:25px;
box-shadow:0 30px 60px rgba(0,0,0,.15);

}

.production-image img{

width:100%;
transition:.6s;

}

.production-image:hover img{

transform:scale(1.08);

}

.production-badge{

position:absolute;
left:30px;
bottom:30px;
background:#fff;
padding:18px 28px;
border-radius:15px;
box-shadow:0 15px 35px rgba(0,0,0,.18);
font-size:15px;
font-weight:700;
color:#124b63;

}

.production-badge i{

margin-right:10px;
color:#6fc7f0;
font-size:20px;

}

.about-production h3{

font-size:34px;
font-weight:800;
color:#124b63;
margin-bottom:20px;

}

.about-text{

font-size:16px;
line-height:1.9;
color:#666;
margin-bottom:20px;

}

.about-list{

display:flex;
align-items:center;
margin-bottom:18px;
font-size:16px;
font-weight:600;
color:#333;

}

.about-list i{

width:34px;
height:34px;
border-radius:50%;
background:#124b63;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-size:14px;
margin-right:15px;

}

.foundation-card{

background:#fff;
padding:45px 35px;
margin-top:30px;
border-radius:20px;
text-align:center;
box-shadow:0 15px 45px rgba(0,0,0,.08);
transition:.35s;
height:100%;
position:relative;
overflow:hidden;

}

.foundation-card:before{

content:"";
position:absolute;
left:0;
top:0;
width:100%;
height:5px;
background:#6fc7f0;

}

.foundation-card:hover{

transform:translateY(-12px);
box-shadow:0 25px 55px rgba(18,75,99,.18);

}

.foundation-icon{

width:80px;
height:80px;
margin:auto;
border-radius:50%;
background:#124b63;
display:flex;
align-items:center;
justify-content:center;
font-size:30px;
color:#6fc7f0;
margin-bottom:25px;

}

.foundation-card h4{

font-size:24px;
font-weight:700;
color:#124b63;
margin-bottom:18px;

}

.foundation-card p{

font-size:15px;
line-height:1.9;
color:#666;
margin:0;

}

.about-production .btn-primary{

margin-top:25px;
padding:14px 36px;
border-radius:50px;
background:#124b63;
border:2px solid #124b63;
font-weight:600;

}

.about-production .btn-primary:hover{

background:#6fc7f0;
border-color:#6fc7f0;
color:#000;

}

/* Responsive */

@media(max-width:991px){

.about-production{

padding:80px 0;

}

.production-image{

margin-bottom:40px;

}

.production-badge{

position:relative;
left:0;
bottom:0;
margin:20px;
display:inline-block;

}

.about-production h3{

font-size:28px;

}

}

@media(max-width:767px){

.section-title{

font-size:34px;

}

.production-badge{

padding:15px 20px;
font-size:14px;

}

.foundation-card{

padding:35px 25px;

}

.foundation-icon{

width:65px;
height:65px;
font-size:24px;

}

.about-production{

text-align:center;

}

.about-list{

justify-content:center;

}

}


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

.hero-title{
    font-size:62px;
    font-weight:800;
    line-height:1.15;
    color:#fff;
    margin-bottom:25px;
    max-width:760px;
}

.hero-subtitle{
    font-size:20px;
    color:rgba(255,255,255,.90);
    line-height:1.9;
    max-width:720px;
    margin-bottom:35px;
}

.hero-img{
    width:100%;
    animation:floatImage 5s ease-in-out infinite;
}

@keyframes floatImage{
    0%{transform:translateY(0);}
    50%{transform:translateY(-12px);}
    100%{transform:translateY(0);}
}

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

@media (max-width:991px){

.hero-modern{
    min-height:700px;
    padding:90px 0;
}

.hero-title{
    font-size:46px;
}

.hero-subtitle{
    font-size:18px;
}

}

@media (max-width:767px){

.hero-modern{
    min-height:600px;
    text-align:center;
}

.hero-title{
    font-size:34px;
}

.hero-subtitle{
    font-size:16px;
    margin:auto auto 30px;
}

.hero-modern .btn{
    margin-bottom:12px;
}

}




/*==================================================
SCROLL TO TOP
==================================================*/

#topBtn{
    position:fixed;
    right:25px;
    bottom:25px;
    width:52px;
    height:52px;
    border:none;
    border-radius:50%;
    background:#6fc7f0;
    color:#111;
    font-size:18px;
    cursor:pointer;
    display:none;
    z-index:9999;
    box-shadow:0 10px 25px rgba(0,0,0,.18);
    transition:.35s;
}

#topBtn:hover{
    background:#000;
    color:#fff;
    transform:translateY(-5px);
}

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

.about-section{

padding:100px 0;

background:#ffffff;

}

.section-tag{

display:inline-block;

padding:8px 20px;

background:#6fc7f0;

color:#111;

font-size:13px;

font-weight:700;

border-radius:50px;

letter-spacing:1px;

}

.about-image-wrap{

position:relative;

overflow:hidden;

border-radius:25px;

box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.about-image{

width:100%;

height:620px;

object-fit:cover;

transition:.5s;

}

.about-image:hover{

transform:scale(1.05);

}

.experience-box{

position:absolute;

left:30px;

bottom:30px;

background:#0F4749;

color:#fff;

padding:25px 35px;

border-radius:18px;

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

}

.experience-box h2{

margin:0;

font-size:34px;

font-weight:800;

color:#6fc7f0;

}

.experience-box p{

margin:0;

font-size:16px;

}

.about-text{

font-size:16px;

line-height:1.9;

color:#666;

margin-bottom:20px;

}

.feature-item{

margin-bottom:18px;

font-size:16px;

font-weight:600;

color:#333;

}

.feature-item i{

color:#6fc7f0;

margin-right:10px;

font-size:18px;

}

.btn-about{

display:inline-block;

margin-top:25px;

padding:15px 35px;

background:#0F4749;

color:#fff;

border-radius:50px;

font-weight:600;

text-decoration:none;

transition:.3s;

}

.btn-about:hover{

background:#6fc7f0;

color:#111;

text-decoration:none;

}

@media(max-width:991px){

.about-image{

height:420px;

}

.experience-box{

left:20px;

bottom:20px;

padding:18px 25px;

}

}

@media(max-width:767px){

.about-section{

padding:70px 0;

}

.about-image{

height:320px;

}

.experience-box{

position:relative;

left:auto;

bottom:auto;

margin:20px;

}

}

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

.footer-minimal{

background:#fff;
padding:70px 0 30px;
border-top:1px solid #e7eef3;

}

.footer-logo-wrap{

text-align:center;
margin-bottom:45px;

}

.footer-logo{

height:75px;
margin-bottom:20px;

}

.footer-logo-wrap h4{

color:#124b63;
font-weight:700;
margin-bottom:10px;

}

.footer-logo-wrap p{

color:#666;
margin:0;
font-size:16px;

}

.footer-contact{

display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
gap:25px;

margin-bottom:45px;

}

.footer-contact a{

color:#555;
font-weight:500;
text-decoration:none;

}

.footer-contact a:hover{

color:#124b63;

}

.footer-contact i{

color:#124b63;
margin-right:8px;

}

.footer-contact span{

width:1px;
height:18px;
background:#d8d8d8;

}

.footer-line{

height:1px;
background:#ececec;
margin-bottom:25px;

}

.footer-bottom{

display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;

}

.footer-bottom p{

margin:0;
color:#666;

}

.footer-bottom a{

color:#124b63;
font-weight:600;

}

.footer-bottom a i{

margin-left:8px;

}

.footer-bottom a:hover{

color:#6fc7f0;

}

@media(max-width:768px){

.footer-contact{

flex-direction:column;
gap:18px;

}

.footer-contact span{

display:none;

}

.footer-bottom{

text-align:center;
justify-content:center;
gap:15px;

}

.footer-logo{

height:60px;

}

}
/*==============================
CONTACT SECTION
==============================*/

.contact-section{

padding:100px 0;

background:#f8f9fb;

}

.contact-tag{

display:inline-block;

background:#6fc7f0;

color:#111;

padding:8px 22px;

border-radius:50px;

font-size:13px;

font-weight:700;

letter-spacing:1px;

}

.contact-wrapper{

background:#fff;

border-radius:22px;

overflow:hidden;

box-shadow:0 25px 70px rgba(0,0,0,.08);

}

.contact-info{

background:#000;

color:#fff;

padding:60px 45px;

height:100%;

}

.contact-info h3{

font-weight:700;

margin-bottom:15px;

}

.contact-intro{

opacity:.8;

margin-bottom:40px;

line-height:1.8;

}

.contact-item{

display:flex;

margin-bottom:30px;

align-items:flex-start;

}

.contact-item:last-child{

margin-bottom:0;

}

.contact-item .icon{

width:55px;

height:55px;

border-radius:50%;

background:#6fc7f0;

display:flex;

align-items:center;

justify-content:center;

color:#111;

font-size:20px;

margin-right:18px;

flex-shrink:0;

}

.contact-item h6{

font-weight:600;

margin-bottom:8px;

}

.contact-item p{

margin:0;

opacity:.9;

line-height:1.8;

}

.contact-item a{

color:#fff;

text-decoration:none;

opacity:.9;

}

.contact-item a:hover{

color:#6fc7f0;

}

.contact-form-box{

padding:60px;

background:#fff;

}

.contact-form-box h3{

font-weight:700;

color:#000;

}

.contact-form-box .form-control{

height:56px;

border-radius:12px;

border:1px solid #ddd;

padding:15px 20px;

box-shadow:none;

}

.contact-form-box textarea.form-control{

height:180px;

resize:none;

}

.contact-form-box .form-control:focus{

border-color:#6fc7f0;

box-shadow:0 0 0 4px rgba(252,177,0,.15);

}

.btn-send{

background:#6fc7f0;

color:#111;

padding:15px 38px;

border:none;

border-radius:50px;

font-weight:700;

transition:.3s;

}

.btn-send i{

margin-right:10px;

}

.btn-send:hover{

background:#000;

color:#fff;

}

@media(max-width:991px){

.contact-info{

padding:40px;

}

.contact-form-box{

padding:40px;

}

}

@media(max-width:767px){

.contact-section{

padding:70px 0;

}

.contact-info{

padding:35px 25px;

}

.contact-form-box{

padding:35px 25px;

}

}

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

.production-services{

padding:100px 0;
background:#f8fbfd;

}

.service-box{

background:#fff;
display:flex;
border-radius:22px;
overflow:hidden;
height:100%;
box-shadow:0 12px 35px rgba(0,0,0,.08);
transition:.35s;

}

.service-box:hover{

transform:translateY(-10px);
box-shadow:0 25px 50px rgba(18,75,99,.18);

}

.service-number{

min-width:95px;
background:#124b63;
color:#6fc7f0;
display:flex;
align-items:center;
justify-content:center;
font-size:34px;
font-weight:800;

}

.service-content{

padding:35px;
flex:1;

}

.service-icon{

width:70px;
height:70px;
border-radius:18px;
background:#e9f8ff;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
color:#124b63;
margin-bottom:20px;

}

.service-content h4{

font-size:25px;
font-weight:700;
margin-bottom:15px;
color:#124b63;

}

.service-content p{

color:#666;
line-height:1.9;
margin-bottom:22px;

}

.service-content a{

font-weight:700;
color:#124b63;
text-decoration:none;

}

.service-content a i{

margin-left:8px;
transition:.3s;

}

.service-box:hover a i{

margin-left:15px;

}

@media(max-width:768px){

.service-box{

flex-direction:column;

}

.service-number{

width:100%;
min-width:100%;
padding:18px;
font-size:28px;

}

.service-content{

padding:28px;

}

.service-content h4{

font-size:22px;

}

}


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

.portfolio-section{

padding:100px 0;
background:#fff;

}

.portfolio-card{

position:relative;
overflow:hidden;
border-radius:20px;
height:380px;
cursor:pointer;
box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.portfolio-card img{

width:100%;
height:100%;
object-fit:cover;
transition:.6s;

}

.portfolio-overlay{

position:absolute;
left:0;
right:0;
bottom:0;
padding:30px;
background:linear-gradient(to top,
rgba(0,0,0,.92),
rgba(0,0,0,.15));

transition:.4s;

}

.portfolio-overlay span{

display:inline-block;
background:#6fc7f0;
color:#000;
padding:6px 16px;
border-radius:30px;
font-size:13px;
font-weight:700;
margin-bottom:15px;

}

.portfolio-overlay h4{

color:#fff;
font-size:24px;
font-weight:700;
margin:0;

}

.portfolio-card:hover img{

transform:scale(1.12);

}

.portfolio-card:hover .portfolio-overlay{

padding-bottom:45px;

}

@media(max-width:768px){

.portfolio-card{

height:300px;

}

.portfolio-overlay h4{

font-size:20px;

}

}


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

.contact-modern{

padding:100px 0;
background:#000;

}

.contact-company{

background:#124b63;
color:#fff;
padding:45px;
border-radius:25px;
height:100%;
box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.contact-company h3{

font-weight:700;
margin-bottom:20px;

}

.contact-company p{

color:#dbeef7;
margin-bottom:30px;

}

.contact-company ul{

list-style:none;
padding:0;
margin:0;

}

.contact-company li{

display:flex;
align-items:flex-start;
margin-bottom:25px;

}

.contact-company i{

width:45px;
height:45px;
background:#6fc7f0;
color:#124b63;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin-right:15px;
font-size:18px;
flex-shrink:0;

}

.contact-company a{

color:#fff;

}

.contact-form-modern{

background:#fff;
padding:45px;
border-radius:25px;
box-shadow:0 20px 40px rgba(0,0,0,.08);

}

.contact-form-modern h3{

color:#124b63;
font-weight:700;
margin-bottom:30px;

}

.contact-form-modern .form-control{

height:55px;
border-radius:12px;
border:1px solid #d9e3ea;
box-shadow:none;

}

.contact-form-modern textarea.form-control{

height:auto;
padding-top:15px;

}

.contact-form-modern .form-control:focus{

border-color:#6fc7f0;
box-shadow:none;

}

.contact-btn{

background:#124b63;
color:#fff;
border:none;
padding:15px 40px;
border-radius:50px;
font-weight:600;
transition:.3s;

}

.contact-btn:hover{

background:#6fc7f0;
color:#000;

}

.quick-contact{

background:#fff;
padding:30px;
text-align:center;
border-radius:18px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.3s;
height:100%;

}

.quick-contact:hover{

transform:translateY(-8px);

}

.quick-contact i{

width:70px;
height:70px;
line-height:70px;
border-radius:50%;
background:#124b63;
color:#6fc7f0;
font-size:28px;
margin-bottom:20px;

}

.quick-contact h5{

color:#124b63;
font-weight:700;

}

.quick-contact p{

margin:0;
color:#666;

}

@media(max-width:991px){

.contact-company{

margin-bottom:30px;

}

}

@media(max-width:768px){

.contact-modern{

padding:80px 0;

}

.contact-company,
.contact-form-modern{

padding:30px;

}

}