html,body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body{
    font-family: 'Poppins';
}


.navbar {
    font-size: 13px;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
}
.navbar.scroll-active {
    background-color: #88120e !important;
}
.navbar {
    background-color: #88120e !important;
}
.navbar-brand img {
    transition: filter 0.3s ease;
}
.navbar.scroll-active .navbar-brand img {
    filter: hue-rotate(310deg) saturate(5);
}

.contactUs {
    --color: #88120e;
    font-family: inherit;
    display: inline-block;
    width: 8em;
    /* height: 2.6em;
    line-height: 2.5em;
    margin: 20px; */
    margin-top: 4px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid var(--color);
    transition: color 0.5s;
    z-index: 1;
    font-size: 13px;
    border-radius: 6px;
    font-weight: 500;
    color: var(--color);
  }
  
  .contactUs:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--color);
    height: 150px;
    width: 200px;
    border-radius: 50%;
  }
  
  .contactUs:hover {
    color: #fff;
    border: 1px solid #fff;
  }
  
  .contactUs:before {
    top: 100%;
    left: 100%;
    transition: all 0.7s;
  }
  
  .contactUs:hover:before {
    top: -30px;
    left: -30px;
  }
  
  .contactUs:active:before {
    background: #fff;
    transition: background 0s;
  }
  

  .parallax {
    position: relative;
    background-image: url('img/ce2.jpg');
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-size: 2.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.parallax1 {
    position: relative;
    background-image: url('img/pexels-bertellifotografia-15141213.jpg');
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parallax1-text {
    color: white;
    /* text-align: center; */
    font-size: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    padding: 0 15px; /* Add padding for mobile responsiveness */
    max-width: 800px; /* Limit the width for better readability */
}

@media screen and (max-width: 768px) {
    .parallax1-text {
        font-size: 1.8rem; /* Reduce font size for smaller screens */
    }
}

@media screen and (max-width: 480px) {
    .parallax1-text {
        font-size: 1rem; /* Further reduce font size for very small screens */
    }
}

.copEvents{
    /* margin-top: 20px; */
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

#page-preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(180deg, #00548b, #1970ab, #00548b); */
    /* background: radial-gradient(#1d4c6c, #197dc1); */
    background: repeating-radial-gradient(circle at center, #295a64, #2a5760 100px);
    z-index: 100500;
    transition: 0.6s ease-out;
}

@media screen and (max-width: 576px) {
    h2.heading {
        font-size: 24px !important;
    }
}

h2.heading {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.6 !important;
    margin-top: 20px;
}

.para{
    font: 15px / 1.8571 Lato;
    color: rgba(0, 0, 0, 0.807);
}

.bGround{
    background-color: #FFFAF0;
    text-align: center;
    /* background-image: url(img/copBack.png); */
}

.ourClients {
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
}

/* .bGround1 {
    background-color: #f7f7f7;
    padding: 50px;
} */

.card {
    width: 200px;
    border: none;
    background-color: #295a64;
}

.owl-carousel .card {
    text-align: center;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 15px;
    background: white;
}

.owl-carousel .card img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.card-img img{
display: block;
width: 100%;
height: 18rem;
object-fit: cover;
}


.bGround2{
    margin-top: 30px;
    /* background-color: #FFFAF0; */
    background-image: url(img/backimg.jpg);
}

.head-style{
    /* text-align: justify; */
    color: #88120e;
    /* font-weight: 600; */
    font-size: 28px;
    padding-left: 20px;
    border-left: 4px solid #88120e;
}

.inContainer{
    align-items: flex-start;
    padding: 80px;
}
.inContainer p{
    color: #000;
    margin-top: 10px;
    font-size: 15px;
    font-family: Lato;
}

@media screen and (max-width: 992px) {
    .inContainer{
        padding: 20px;
    }
    
.backGrnd4{
    background-color: #f7f7f7;
    padding: 20px;
}
}

.corpEvent-Card{
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    /* height: 280px; */
    transition: 0.5s;
}

.corpEvent-Card::before {
    content: "";
    height: 3px;
    width: 100%;
    background-color: #f58633;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}


.corpEvent-Card h3{
    margin-top: 15px;
    color: #88120e;
    position: relative;
}
.corpEvent-Card 
    h3::before {
        content: "";
        height: 3px;
        width: 30px;
        background-color: #f58633;
        position: absolute;
        top: -20px;
        left: 0;
    }

.corpEvent-Card p{
    color: #777;
    position: relative;
    font-family: Lato;
}

.corpEvent-Card:hover {
    /* transform: translateY(-5%); */
    transform: translateY(-5%);
    box-shadow: 10px 10px 20px #ddd;
  }
  
  .corpEvent-Card:hover::before {
    animation-name: cardline;
    animation-duration: 0.6s;
    animation-timing-function: ease;
    opacity: 1;
  }

  .organise {
    padding: 80px 0;
    /* background-color: #f7f7f7; */
}

.sideImg img{
    margin: auto;
    /* width: 80%; */
    height: 400px;
}

.backGrnd4{
    background-color: #f7f7f7;
    padding: 80px 0;
}

.wedding-top {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.imgSelect{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


footer{
    background-color: #88120e
}

footer .ui-decor-2 {
    width: 20px;
    margin-right: 8px;
    vertical-align: middle;
    background-color: #fff;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 3px;
}

footer .top{
    margin: auto;
    color:white;
}


.djImg{
    margin: 20px 0px;
    padding: 30px;
}

.OurServices {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
}
.OurServicesMob {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
}

.highlight {
    color: #f58633;
}

.OurServicesHead {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.3;
    color: #333;
    text-transform: uppercase;
}

.OurServicesHead span {
    display: inline-block;
    font-size: 2rem;
}


.description {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

/* Image */
.responsive-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* Alignment */
.text-container {
    padding: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .OurServices {
        font-size: 2rem;
    }

    .OurServicesHead {
        font-size: 1.5rem;
    }

    .description {
        font-size: 0.9rem;
    }

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




.mobView {
    background: linear-gradient(to bottom, #ffffff, #f7f7f7);
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    display: none;
}
.mobView .row {
    margin-bottom: 30px;
}
  @media screen and (max-width: 1000px){
    .deskView{
        display: none;
    }
    .mobView{
        display: block;
    }
    .OurServicesMob {
        font-size: 1.8rem;
    }

    .OurServicesHead span {
        display: inline-block;
        font-size: 20px;
    }
    .OurServicesHead {
        text-align: center;
        font-size: 18px;
    }

    .description {
        margin-top: 10px;
        font-size: 0.9rem;
    }

    .responsive-img {
        border-radius: 5px;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    }

    .text-container {
        padding: 10px;
    }

}

.bGround1 {
    background-color: #f7f7f7; /* Adjust background color as needed */
    padding: 20px 0;
}

.expertise-title {
    font-size: 2rem;
    font-weight: bold;
}

.expertise-tagline {
    font-size: 1.2rem;
    color: #333;
}

.expertise-description {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    text-align: center;
}


.backGrnd4 {
    background-color: #f7f7f7; /* Light background */
    padding: 50px 0;
}

.event-top p {
    color: #333;
    line-height: 1.6;
}

.event-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.event-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #88120e;
}

.event-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}
/* General Styles */
 
/* Background and Header Styles */
.conBack {
    position: relative;
    text-align: center;
    color: white;
    margin-bottom: 20px;
}

.conBack img {
    filter: brightness(70%);
    object-fit: cover;
    height: 400px;
}

.conBack .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 20px;
    border-radius: 5px;
}

/* Heading Styles */
.wedhead {
    text-align: center;
    font-size: 2.2rem;
    color: #444;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Image Styles */
.ourwork_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ourwork_img:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

/* Animation */
.js-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.js-scroll.scrolled {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .conBack img {
        height: 250px;
    }

    .conBack .centered {
        font-size: 1.8rem;
        padding: 8px 15px;
    }

    .wedhead {
        font-size: 1.8rem;
    }

    .ourwork_img {
        margin-bottom: 15px;
    }
}
