@import url(mainstyle.css);

*{
    scroll-behavior: smooth;
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;  
}
body{
    overflow-x: hidden;
}
.btn-close {
    background-image: unset;
}
a{
    color: inherit;
    text-decoration: none;
}

[data-camvello-theme="dark"] [data-logo="dark"],
[data-camvello-theme="light"] [data-logo="light"] {
    display: block;
}

[data-camvello-theme="dark"] [data-logo="light"],
[data-camvello-theme="light"] [data-logo="dark"] {
    display: none;
}


/* ============================================ header css =================================================== */
header.fix{
    background-color: var(--head-bg);
}

header.fix img[data-item="light"] {
    display: none;
}

header img[data-item="dark"] {
    display: none;
}
header.fix img[data-item="dark"] {
    display: block;
}
header.fix .icon-stick{
    color: var(--head-text) !important;
}
header, .navbar{
    width: 100% !important;
}

.nav-link{
    color: var(--nav-text);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    padding: 0px !important;
    text-transform: capitalize;
    position: relative;
}
.nav-link:focus{
    color: var(--nav-text) !important;
}
.nav-item:hover .nav-link{
    color: var(--nav-text);    
}
::placeholder{
    color: var(--input-text) !important;
    /* opacity: 0.5 !important; */
}

.nav-link::after{
    content: '';
    width: 0;
    height: 1px;
    background-color: var(--head-bg);
    position: absolute;
    bottom: 0;
    left: 0%;
    transition: 1s ease;
}
.nav-link:hover::after{
    width: 100%;
    left: 0;
}

@media (max-width:991px) {
    .nav-link{
        color: var(--nav-text);
    }    
}

.head-content{
    margin: auto;
    max-width: 100%;
    text-align: center;
    margin-bottom: 50px !important;
}

.head-content p{
    margin: auto;
    max-width: 60%;
    text-align: center;
    padding: 0px 10px;
}

.theme-btn{
    min-width: 50px;
    min-height: 50px;
}

.icons-bg{
    min-width: 30px;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--icon-text);
    background-color: var(--prime-bg);
}
.icons-bg2{
    min-width: 40px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 50%; */
    color: var(--icon-text);
    background-color: var(--prime-bg);
}

/* ======================================= Banner Section ========================================= */
.banner-content {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url('../../assets/images/banner.webp') no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 800px;
    display: flex;
    align-items: center;
}
.banner-main{
    max-width: 800px;
    width: 100%;
    position: absolute;
    padding: 20px;
}
@media(max-width: 992px){
    .banner-content {
        min-height: 500px;
    } 
}

/* =============================== services section css ========================== */
.service-card {
  position: relative;
  height: 100%;
  border-radius: 0px;
  overflow: hidden;
  background: var(--card-alt-bg);
  color: var(--head-text);
  transition: transform 0.6s cubic-bezier(.25,.8,.25,1), box-shadow 0.6s ease;
}

/* Lift + Shadow */
.service-card:hover {
  transform: translateY(-14px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
  color: var(--white-text) !important;
}

/* Image Zoom + Depth */
.service-img img {
  transition: transform 1s ease;
}

.service-card:hover .service-img img {
  transform: scale(1.18);
  height: 100%;
}

/* Soft Dark Overlay */
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient( to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.35));
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 1;
}

.service-card:hover::before {
  opacity: 1;
}

/* Text Reveal */
.card-body {
  position: relative;
  z-index: 2;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.service-card:hover .card-body {
  transform: translateY(-10px);
}
/* why choose us section */
.why-card{
    background-color: #e5b968;
    color: var(--white-text);
    padding: 10px;
}

.why-card img{
    max-height: 80px;
    height: 100%;
}

/* testimonial css */
.test-bg{
    background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 100%), url('../../assets/images/test-bg.webp') no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 500px;
}

/* price cards css */
.plan1{
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url('../../assets/images/photography.webp') no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 450px;
    padding: 20px;
    text-align: center !important;
    color: var(--white-text);
    text-transform: capitalize;
}
.plan2{
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url('../../assets/images/video.webp') no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 450px;
    padding: 20px;
    text-align: center !important;
    color: var(--white-text);
    text-transform: capitalize;
}
.plan3{
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url('../../assets/images/editing.webp') no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 450px;
    padding: 20px;
    text-align: center !important;
    color: var(--white-text);
    text-transform: capitalize;
}

.insta-gallery{
    position: absolute;
    top: 50%;
    left: 50%;
}


/* ========================================= gallery css ========================================= */
  
.gallery-grid > a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.gallery-grid > a > img {
	width: 100%;
	height: 100%;
	object-fit: cover; 
    max-width: 100%; 
	vertical-align: middle;
	display: inline-block;
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	grid-auto-rows: 400px;
	grid-auto-flow: dense;
}
.gallery-grid .wide {
	grid-column: span 2;
}
.gallery-grid .tall {
	grid-row: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}
.gallery-item{
    transition: 0.5s ease;
    position: relative;
}
.gallery-item::after{
    content: '\f06e';
    font-family: 'FontAwesome';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.527);
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 40px;
    color: white;
    opacity: 0;
    transition: 0.5s ease;
}
.gallery-item:hover::after{
    opacity: 1;
}
.gallery-item:hover {
  transform: scale(1.01);
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

@media (max-width:767px) {
    .gallery-grid{
        grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
        grid-auto-rows: 200px; 
    } 
}

[data-camvello-theme="dark"] .shoot-card .card-img img{
    filter: invert(1);
}
div.error{
    color: rgb(255, 76, 76);
    text-transform: capitalize;
    font-size: 14px;
}
#newsletter{
    position: relative;
}
#newsletter div.error{
    position: absolute;
    bottom: -20px;
    left: -0px;
}

#backtotop {
    position: fixed;
    bottom: 30px;
    right: 30px; 
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    width: 50px !important;
    min-width: unset;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center; 
}
#backtotop.show {
    opacity: 1;
    visibility: visible;
} 