@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@1,600&family=Libre+Baskerville&family=Quintessential&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Open+Sans&display=swap");
:root {
    ---headfont: "Quintessential", cursive;
    ---parafont: "Open Sans", sans-serif;
}

body {
    background-color: #eee;
}

.socialbtn {
    list-style-type: none;
}


/* =========================================== Header ============================================== */

.firstNav {
    background-color: #3b0505;
    height: 30px;
}

.firstNav ul {
    list-style-type: none;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 0%;
}

.logo-text {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
}

.contact-link {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
}

.social-icon-link {
    color: rgb(242 202 103);
    padding: 10px;
    align-items: right;
    float: right;
    list-style-type: none;
    display: flex;
    transition: 0.4s ease-in-out;
    text-decoration: none;
}

.socialLinks ul {
    list-style: none;
    display: flex;
    margin-bottom: 0;
}

.social-icon-link:hover {
    background-color: rgb(242 202 103);
    transition: 0.4s ease-in-out;
    transform: scale(1.3);
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 500px) {
    .firstNav ul {
        align-items: left;
        margin: 0px;
        padding: 0px;
    }
    .firstNav a {
        padding-left: 3px;
        font-size: 12px;
    }
}


/* ========================================== NavBar =========================================== */

.nav-item-repeat a:hover {
    transform: scale(1.05);
}

.navLogo {
    width: 90px;
    height: 80px;
}

.navLogo img {
    width: 100%;
    height: 100%;
}


/* .container-fluid {
  margin-left: 200px;
} */

#navbarNav {
    margin-left: 20px;
}

#navbarNavG {
    margin-left: 20px;
}

.navbar-nav .nav-link {
    font-size: 20px;
    margin: 10px;
}

.navbar-brand {
    margin-left: 10rem;
}


/* Remove border from toggler */

.navbar-toggler {
    border: 0;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.navbar-toggler-icons {
    position: relative;
    width: 2rem;
    height: 2px;
    background: #3d0505;
    transition: transform 200ms ease-in-out, opacity 200ms linear;
}

.navbar-toggler-icons:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    width: 2rem;
    height: 2px;
    background: #3d0505;
    transition: transform 200ms ease-in-out, opacity 200ms linear;
}

.navbar-toggler-icons:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 2rem;
    height: 2px;
    background: #3d0505;
    transition: transform 200ms ease-in-out, opacity 200ms linear;
}

.sticky {
    position: fixed;
    top: 0;
    background-color: #111;
    z-index: 1000;
    width: 100%;
}

.logo2 {
    width: 100px;
    display: block;
}

.stickyLogo {
    display: block;
}

.card-title {
    font-family: var(---robotoFornt);
    font-size: x-large;
    color: var(---primeColor);
}

@media (max-width: 500px) {
    .category-text {
        font-size: 100%;
    }
    .container-fluid {
        padding: 0px;
        margin: 0px;
    }
    .navbar-brand {
        margin-left: 2rem;
    }
}

.nav-item-repeat a {
    font-size: smaller;
}

.container-fluid {
    padding-left: 50px;
}


/* ================================================ Home Section =================================== */

.homeSection {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: var(---primeColor);
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 15px;
}

.homeSection .carousel-inner,
.homeSection .carousel-item {
    width: 100%;
    height: 75vh;
}

#firstSlide {
    width: 100%;
    height: 100;
    background: linear-gradient(to right, rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)), url("img/stage/s1.jpeg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 115% 115%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    animation: shrink 4s infinite alternate;
}

#secondSlide {
    width: 100%;
    height: 100;
    background: linear-gradient(to right, rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)), url("img/101.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 115% 115%;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-repeat: repeat;
    background-position: center;
    animation: shrink 4s infinite alternate;
}

#thirdSlide {
    width: 100%;
    height: 100;
    background: linear-gradient(to right, rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)), url("img/stage/s3.jpeg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 115% 115%;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-position: center;
    animation: shrink 4s infinite alternate;
}

#fourthSlide {
    width: 100%;
    height: 100;
    background: linear-gradient(to right, rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)), url("img/stage/s4.jpeg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 115% 115%;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-position: center;
    animation: shrink 4s infinite alternate;
}

@keyframes shrink {
    0% {
        background-size: 115% 115%;
    }
    100% {
        background-size: 100% 100%;
    }
}

@media (max-width: 1045px) {
    #home {
        padding: 10px 0px;
        margin: 0px;
        height: 400px;
    }
    .col-md-6 .homeContent h1 {
        font-size: 30px;
        text-align: center;
        padding: 15px 5px;
        text-align: center;
        font-family: var(---headfont);
    }
    .col-md-6 .homeContent h6 {
        font-size: 15px;
        padding: 15px 5px;
        text-align: center;
        font-family: var(---parafont);
    }
}

.homeLine {
    background-color: #620f0f;
    height: 25px;
    z-index: 1;
}

.homeContent h6 {
    padding-top: 25px;
    color: #e1e1e1;
    padding-left: 25px;
    font-family: var(---parafont);
}

.homeContent h1 {
    color: #fff;
    font-family: var(---headfont);
    font-size: 90px;
    padding-top: 20px;
    padding-left: 25px;
}

.videobtn {
    display: flex;
}

.videobtn a {
    font-size: 30px;
    color: #ffffff;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
}

@media(max-width: 600px) {
    .homeSection{
        padding: 0px;
    }
}

/* ===================================== Section 2(Our Service) ========================================== */

.secondSec {
    padding-left: 60px;
    padding-right: 60px;
}

.sectservice {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #620f0f;
}

.serviceimg {
    height: 65vh;
    padding-bottom: 20px;
    padding-top: 20px;
}

.serviceimg img {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
    -moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
    -o-box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
    transition: all 1s ease;
}

.serviceimg img:hover {
    transform: scale(1.1);
}

.servicetext h1 {
    font-family: var(---headfont);
    padding-top: 20px;
    color: #ffffff;
    font-size: 30px;
}

.servicetext h6 {
    color: rgb(143, 142, 142);
    font-size: larger;
    font-weight: bold;
    font-family: var(---parafont);
}

.servicetext h1 {
    font-size: 53px;
    font-family: var(---headfont);
}

.servicetext p {
    color: #fff;
    font-size: larger;
    padding-top: 10px;
    font-family: var(---parafont);
}

.servicetext a {
    color: white;
    display: flex;
    padding-left: 30px;
}

.servicetext .link {
    display: flex;
    padding-top: 80px;
    padding-bottom: 20px;
}

.servicetext .link a:hover {
    font-style: italic;
}

@media (max-width: 1045px) {
    .secondSec {
        padding: 0px;
    }
    .servicetext h6 {
        font-size: 15px;
        padding: 0px;
        margin: 0px;
        font-family: var(---parafont);
    }
    .servicetext h1 {
        font-family: var(---headfont);
        font-size: 25px;
        padding: 10px 0px;
    }
    .servicetext p {
        font-family: var(---parafont);
        font-size: 15px;
        padding: 0px 5px;
    }
    .servicetext .link a {
        text-align: left;
        padding: 5px 10px;
    }
    .servicetext .link {
        padding: 0px 0px;
    }
    .servicetext .link h5 {
        font-size: 15px;
        font-family: var(---parafont);
    }
    .serviceimg {
        padding: 5px 10px;
        height: 48vh;
    }
}

@media (max-width: 500px) {
    .serviceimg {
        height: 70vh;
    }
    .sectservice {
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #620f0f;
    }
}


/*  =========================== Section 3 (Service List ) ================================ */

.serviceList .col-md-3 h1 {
    padding: 15px;
    font-family: var(---headfont);
    text-align: center;
    font-size: 30px;
}

.serviceList .col-md-3 a {
    text-align: center;
    justify-content: center;
    display: flex;
    color: #111;
    text-decoration: none;
    font-family: var(---parafont);
}

.servList {
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    margin:20px 0px;
}

.servList:hover {
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 1px 14px #80808080;
    padding-bottom:15px;
}

.serviceList .col-md-3 h6 {
    color: grey;
    text-transform: uppercase;
    text-align: center;
    font-family: var(---parafont);
}

.serviceList .col-md-3 p {
    text-align:justify;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: var(---parafont);
    min-height: 220px;
    max-height: 160px;
}

@media (max-width: 1045px) {
    .section3 {
        padding: 0px;
    }
    .serviceList {
        padding: 0px;
    }
    .serviceList .col-md-3 .servList h1 {
        font-size: 25px;
    }
    .serviceList .col-md-3 .servList h6 {
        font-size: 15px;
    }
    .serviceList .col-md-3 .servList p {
        font-size: 15px;
    }
}

@media(max-width: 600px){
    .serviceList .col-md-3 h1{
        padding: 25px 0px 0px 0px;
    }
}

/* ====================== Section 4 (Products in Demand) ================================= */

.productDemondSection {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: var(---primeColor);
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 15px;
}

.sectionFour {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #620f0f;
}

.productDemand h5 {
    font-family: var(---parafont);
    font-size: 18px;
}

.productDemand h2 {
    font-family: var(---headfont);
    font-size: 35px;
}

.smallTitle {
    text-align: center;
    justify-content: center;
}

.sectionTitle {
    text-align: center;
    justify-content: center;
}

.productSec {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 7px 0;
    position: relative;
}

.pdDesc {
    position: absolute;
    left: 10px;
    bottom: 50px;
    color: #fff;
    font-family: "Cormorant", Sans;
}

.productSec {
    z-index: 100;
    cursor: pointer;
}

.productSec img {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
    -moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
    -o-box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
    transition: all 1s ease;
}

.productSec img:hover {
    transform: scale(1.05);
}

.productDemand {
    height: 510px;
}

@media (max-width: 500px) {
    .productDemondSection {
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: var(---primeColor);
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 15px;
    }
    .sectionFour {
        padding-top: 20px;
        padding-left: 5px;
        padding-right: 5px;
        background-color: #620f0f;
    }
    .productSec {
        width: 100%;
        height: 100%;
        display: flex;
        padding: 5px 0px;
        position: relative;
    }
    .productDemand .smallTitle h5 {
        font-size: 15px;
        padding: 0px;
        font-family: var(---parafont);
    }
    .productDemand .sectionTitle h1 {
        font-size: 25px;
        padding: 10px 0px;
        font-family: var(---headfont);
    }
    .homeSection .productDemand .col-md-6 .productSec {
        height: 90%;
        width: 100%;
    }
    .productDemand {
        height: auto;
    }
    .pdDesc {
        position: absolute;
        left: 10px;
        bottom: 20px;
        color: #fff;
        font-family: "Cormorant", Sans;
    }
}


/* =============================== See Gallery ============================== */

.gallContent {
    padding-bottom: 10px;
    padding-top: 30px;
}

.gallContent a {
    color: #ffffff;
}

.gallContent p {
    color: #ffffff;
    font-family: var(---parafont);
}

.gallimg {
    width: 100%;
    height: 70vh;
    padding: 10px;
}

.galleryLink .gallContent h1 {
    font-family: "Cormorant Garamond", serif;
    padding-bottom: 20px;
    font-size: 55px;
}

.gallimg img {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
    -moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
    -o-box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
    transition: all 1s ease;
}

.gallimg img:hover {
    transform: scale(1.05);
}

@media (max-width: 500px) {
    .gallContent {
        padding-bottom: 5px;
        padding-top: 0px;
    }
    .gallContent h6 {
        font-size: 15px;
        text-align: center;
        font-family: var(---parafont);
    }
    .galleryLink .gallContent h1 {
        font-family: var(---headfont);
        padding-bottom: 10px;
        font-size: 35px;
        text-align: center;
    }
    .galleryLink .gallContent p {
        font-size: 15px;
        font-family: var(---parafont);
    }
    .gallimg {
        width: 100%;
        height: auto;
        padding: 10px 2px;
    }
}


/* ==================================== Our Hall ========================= */

.hallList {
    overflow: hidden;
}

.ourHall {
    margin: 0 140px;
}

@media (max-width: 500px) {
    .ourHall {
        margin: 0 10px;
    }
}


/* ================================== Hall List ============================== */

.swiper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #eee;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.hallList .hallHead h2 {
    font-family: var(---headfont);
    font-size: 50px;
    text-align: center;
    padding-top: 40px;
}

.hallCards {
    padding: 0 10px;
}

.hallcard {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.hallcard .card {
    /* -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
    -moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
    -o-box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px; */
    box-shadow: 0 0 7px grey;
}

.hallcard .hallImg {
    width: 25rem;
    height: 15rem;
}

.hallcard .hallImg img {
    width: 100%;
    height: 100%;
}

.hallcard a {
    color: #111;
    font-family: var(---parafont);
}

.hallcard a:hover {
    color: #620f0f;
    font-family: var(---parafont);
}

@media (max-width: 500px) {
    .hallCards {
        padding: 0;
    }
}


/* ================================== Hall Details ==================================== */

.viewDetailCard {
    background-color: azure;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.cardImgView {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.cardTitleView .titleText {
    color: #620f0f;
    font-family: var(----fontRelawy);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 2rem;
    text-align: left;
}

.brandText {
    text-align: left;
    font-size: 1.2rem;
    font-weight: 500;
    color: #3d0505;
    line-height: 10px;
}

.cardDiscriptionView {
    margin: 20px 25px 20px 0;
    text-align: justify;
    font-size: 1rem;
}

.cardDiscriptionView .paraText {
    font-size: 1rem;
    text-align: justify;
    font-family: var(---parafont);
    font-weight: 500;
}

.viewCardBottom {
    display: flex;
    text-align: center;
    align-items: center;
    position: relative;
    padding: 20px 0;
}

.viewProductPrice h3 {
    color: #3b0505;
    font-family: var(---headfont);
    font-weight: normal;
    font-size: 1.6rem;
    font-weight: 500;
}

.viewProductPrice h3 i {
    font-size: 1.6rem;
    font-weight: normal;
    font-style: normal;
    padding-left: 10px;
}

.viewProductPrice h3 .priceInr {
    font-weight: 600;
    font-size: 1.8rem;
}

.productReview {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.modal .productQuantity {
    margin-left: 50px;
}

.modal .productQuantity input {
    background: none;
    border-radius: 5px;
    width: 35px;
    border: 2px #3d0505;
    text-align: center;
    height: 35px;
    color: azure;
    outline: none;
    margin: 0 5px;
    color: #620f0f;
}

.modal .quantityMinus,
.modal .quantityPlus {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    background-color: #3d0505;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: azure;
    padding-bottom: 4px;
}

.productReview h4 {
    font-size: 20px;
    font-family: var(---parafont);
}

.cardViewBtton {
    width: 100%;
    text-align: left;
}

.cardViewBtton .btn {
    color: #fff;
    background: #3d0505;
    width: 120px;
    font-weight: 500;
    font-family: var(---fontMonstret);
    position: relative;
    transition: 0.5s ease-in-out;
}

.fa-cart-plus {
    font-size: 1.2rem;
    margin-left: 5px;
    transform: translateX(20px) scale(0.7);
    transition: 0.5s ease-in-out;
    position: absolute;
    opacity: 0;
}

.cardViewBtton .btn:hover .fa-cart-plus {
    transform: translateX(0px) scale(1);
    transition: 0.5s ease-in-out;
    opacity: 1;
}

.modal .carousel-inner,
.modal .carousel-item {
    width: 100%;
    height: 500px;
}

.modal .carousel-item {
    padding: 30px;
}

.modal .carousel-item img {
    width: 100%;
    height: 100%;
}

.modal .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 60px;
    opacity: 1;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    border: 2px solid #3b0505;
}

.modal .carousel-indicators .active {
    width: 60px;
    height: 60px;
    transition: 0.4s ease all;
    transform: translateY(-5px) scale(1.2);
}

.modal .carousel-control-next-icon,
.modal .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-color: #3d0505;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.modal .carousel-indicators {
    border-radius: 5px;
}

.carousel-indicators button {
    background-size: 100% 100%;
    background-position: center center;
    border-radius: 5px;
}

.btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.viewCardBody {
    background-color: azure;
}

.cardViewBtton .productQuantity {
    display: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.viewProductUnit {
    font-size: 0.9rem;
    color: orange;
    font-weight: 500;
    text-transform: capitalize;
    font-family: var(----fontRelawy);
}

@media (max-width: 770px) {
    .productReview {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #cardDetails {
        position: relative;
    }
    .btn-close {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .modal .carousel-inner,
    .modal .carousel-item {
        width: 100%;
        height: 300px;
    }
    .modal .carousel-indicators [data-bs-target] {
        width: 40px;
        height: 40px;
        opacity: 1;
        background-color: rgb(255, 255, 255);
        border-radius: 5px;
        border: 2px solid #3b0505;
    }
    .modal .carousel-indicators .active {
        width: 40px;
        height: 40px;
        transition: 0.4s ease all;
        transform: translateY(-5px) scale(1.2);
    }
    .modal .carousel-item {
        padding: 20px;
    }
    .modal .carousel-item img {
        width: 100%;
        height: 100%;
    }
    .cardDiscriptionView {
        margin: 0px 0px 0px 0;
        text-align: justify;
        font-size: 0.9rem;
        font-weight: 400;
        font-family: var(---fontMonstret);
    }
    .cardTitleView .titleText {
        color: #3d0505;
        font-family: var(----fontRelawy);
        font-weight: 600;
        text-transform: capitalize;
        font-size: 1.4rem;
        text-align: center;
    }
    .brandText {
        text-align: center;
        font-size: 1.2rem;
        font-weight: 500;
        color: orange;
        line-height: 10px;
    }
    .productReview ul li {
        font-size: 1.2rem;
        margin-bottom: 10px;
        margin: 2px;
    }
    .viewCardBottom {
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: space-around;
        position: relative;
        padding: 20px 0;
    }
    .viewProductPrice h3 {
        color: var(---primaryColor);
        font-family: var(---fontMonstret);
        font-weight: normal;
        font-size: 1.6rem;
        font-weight: 500;
    }
    .viewProductPrice h3 i {
        font-size: 1.5rem;
        font-weight: normal;
        font-style: normal;
        padding-left: 10px;
    }
    .viewProductPrice h3 .priceInr {
        font-weight: 600;
        font-size: 1.6rem;
    }
    .modal .viewCardBottom .productQuantity {
        margin-left: 0;
        display: flex;
    }
    .cardViewBtton .btn {
        color: #fff;
        background: #3d0505;
        width: 100%;
        font-weight: 500;
        font-family: var(---fontMonstret);
        position: relative;
        font-size: 0.9rem;
        transition: 0.5s ease-in-out;
    }
    .cardViewBtton {
        width: 100%;
        display: flex;
    }
    .cardViewBtton .productQuantity {
        display: flex;
        cursor: pointer;
        justify-content: center;
        align-items: center;
    }
    .modal .quantityMinus,
    .modal .quantityPlus {
        width: 25px;
        height: 25px;
    }
    .modal .productQuantity input {
        width: 25px;
        height: 25px;
    }
}


/* ================================== Our Clients ================================= */

.ourClient {
    padding-left: 60px;
    padding-right: 60px;
}

.clientSec {
    width: 100%;
    height: 500px;
    border-style: solid;
    border-width: 20px;
    border-color: #ffffff;
    background: linear-gradient(to right, rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)), url("img/stage/sc.jpeg");
    background-size: 100% 100%;
}

.clientText {
    padding-top: 100px;
}

.clientSec h1 {
    color: #ffff;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-family: var(---headfont);
    font-size: 60px;
}

.clientSec h6 {
    color: grey;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    font-family: var(---parafont);
}

@media (max-width: 500px) {
    .ourClient {
        padding-left: 10px;
        padding-right: 10px;
    }
    .clientText {
        padding-top: 20px;
    }
    .clientSec {
        width: 100%;
        height: 300px;
        border-style: solid;
        border-width: 10px;
        border-color: #ffffff;
        background: linear-gradient(to right, rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)), url("img/1.jpg");
    }
    .clientSec h1 {
        color: #ffff;
        text-align: center;
        align-items: center;
        justify-content: center;
        font-family: var(---headfont);
        font-size: 25px;
        padding: 10px 40px;
    }
}


/* =================================== Get Together ===================================  */

.togetherSec {
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 500px;
    background: linear-gradient(to right, rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)), url("img/stage/s2.jpeg");
    background-size: 100% 100%;
}

.togetherSec h1 {
    color: #ffff;
    padding-top: 200px;
    font-family: var(---headfont);
    font-size: 60px;
    padding-bottom: 20px;
}

.togetherSec button {
    background-color: #111;
    color: #fff;
    padding: 10px;
    border-radius: 10%;
}

.togetherSec button a {
    text-decoration: none;
    color: #fff;
    font-family: var(---parafont);
}

@media (max-width: 500px) {
    .togetherSec h1 {
        color: #ffff;
        padding-top: 30px;
        font-family: var(---headfont);
        font-size: 50px;
        padding-bottom: 20px;
    }
    .togetherSec {
        justify-content: center;
        text-align: center;
        width: 100%;
        height: 350px;
        background: linear-gradient(to right, rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)), url("img/1.jpg");
    }
}


/* ================================= About.html ============================================== 
=============================================================================================================*/

.aboutHead {
    text-align: center;
    padding-top: 200px;
    padding-bottom: 200px;
}

.aboutHead h1 {
    font-family: var(---headfont);
    font-size: 60px;
    color: #ffffff;
}

.aboutHome {
    padding: 0px;
}

@media (max-width: 500px) {
    .aboutHead {
        text-align: center;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .aboutHome {
        height: 50vh;
    }
}


/* ====================================== Section 2 (Our Story) ============================= */

.abtSection {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: var(---primeColor);
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 15px;
}


.sectStory {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #620f0f;
}

.storyLink .storyContent h6 {
    color: #a3a1a1;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 15px;
}

.storyLink .storyContent h1 {
    font-family: "Cormorant Garamond", serif;
    padding-bottom: 20px;
    font-size: 55px;
}

.storyContent button {
    background-color: #111;
    color: #e1e1e1;
}

.storyContent button:hover {
    background-color: #ffff;
    color: rgb(167, 12, 12);
}

.storyContP {
    color: white;
    padding-bottom: 30px;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 70px;
}

.dlinfo {
    padding-top: 10px;
}

.dlinfo h2 {
    color: #ffffff;
    font-size: 30px;
    font-family: var(---headfont);
}

.dlinfo p {
    color: #ffffff;
}

@media (max-width: 500px) {
    .abtSection {
        width: 100%;
        height: 100%;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 5px;
    }
    .sectStory {
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
        height: auto;
        background-color: #620f0f;
    }
    .storyContP {
        color: white;
        padding-bottom: 5px;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .colimg {
        width: 100%;
        height: 370px;
        padding: 5px 10px;
    }
    .dlinfo {
        padding: 0px 30px;
    }
    .storyLink .storyContent h1 {
        font-family: var(---headfont);
        padding-bottom: 0px;
        font-size: 40px;
    }
}


/* ========================================== Our Team =============================================== */

.teamText {
    padding-left: 40px;
    padding-right: 40px;
}

.teamText .col-md-6 p {
    font-size: 22px;
    padding-top: 50px;
    font-family: var(---parafont);
}

.review {
    padding: 30px 0;
    background-color: rgb(98 15 15);
    text-align: center;
}

.custreview {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 0 20px;
}

.border {
    width: 160px;
    height: 5px;
    background: rgb(240, 216, 8);
    margin: 26px auto;
}

.custrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.custrow .col {
    flex: 33.33%;
    max-width: 33.33%;
    box-sizing: border-box;
    padding: 15px;
}

.testimonal {
    background-color: #620f0f;
    padding: 30px;
}

.testimonal p {
    color: #e1e1e1;
    font-family: var(---parafont);
}

.testimonal img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.name {
    font-size: 20px;
    margin: 20px 0;
    color: #fff;
}

.ourTeam {
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
}

.teamText .row {
    padding-left: 35px;
    padding-right: 35px;
}

.teamText .col-md-6 h1 {
    font-family: var(---headfont);
    font-size: 54px;
}

.teamText .col-md-6 h6 {
    color: #a3a1a1;
    padding-bottom: 10px;
    font-size: var(---headfont);
}

.teamText .col-md-3 a:hover {
    font-style: italic;
}

.teamPhoto {
    padding-top: 30px;
}

.teamText {
    padding-left: 20px;
}

.latest button {
    background-color: #3d0505;
    color: #ffff;
    padding: 10px;
}

.latest button a {
    text-decoration: none;
    color: #fff;
    font-family: var(---parafont);
}

.latest {
    text-align: center;
    align-items: center;
    padding-top: 30px;
}

@media (max-width: 500px) {
    .teamText .col-md-6 p {
        font-size: 15px;
        padding-top: 15px;
        font-family: var(---parafont);
    }
    .teamText .col-md-6 h1 {
        font-family: var(---headfont);
        font-size: 30px;
    }
    .teamText .col-md-6 h6 {
        color: #a3a1a1;
        padding-bottom: 0px;
        font-family: var(---parafont);
    }
    .ourTeam {
        padding-top: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .review {
        padding: 10px 0;
        background-color: rgb(98 15 15);
        text-align: center;
    }
}


/* ======================================= Some Cilents ======================================= */

.ourClients {
    background-color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
}

.clietText h6 {
    text-align: center;
    color: #a3a1a1;
    padding-top: 50px;
    font-size: 12px;
    font-family: var(---parafont);
}

.clietText h1 {
    text-align: center;
    font-family: var(---headfont);
    padding-top: 25px;
}

.brandLogo {
    padding-top: 40px;
    padding-bottom: 45px;
    padding-left: 40px;
    padding-right: 40px;
}

.client-logo {
    width: 50%;
    height: auto;
}

.client-logo img {
    width: 100%;
    height: 100%;
    transition: 0.5s ease-in-out;
}

.client-logo img:hover {
    transform: scale(1.1);
    overflow: hidden;
    -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
    -moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
    -o-box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
}

@media (max-width: 500px) {
    .client-logo {
        width: 16px;
        height: auto;
    }
    .brandLogo {
        padding: 10px;
    }
}

.photoInnerA {
    padding-top: 30px;
    width: 100%;
    height: 50vh;
    margin-bottom: 10px;
    background: linear-gradient(to right, rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)), url("img/corp.jpg");
    background-size: 100% 100%;
}

.photoInnerB {
    padding-top: 30px;
    width: 100%;
    height: 50vh;
    margin-bottom: 10px;
    background: linear-gradient(to right, rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)), url("img/party.jpg");
    background-size: 100% 100%;
}

.clientPhoto {
    padding-left: 30px;
    padding-right: 30px;
}

.clientPhoto .col-md-6 h6 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #ffff;
    font-family: var(---parafont);
}

.clientPhoto .col-md-6 h4 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    color: #ffff;
    font-family: var(---headfont);
    font-size: 40px;
}

@media (max-width: 500px) {
    .clientPhoto .col-md-6 {
        margin-bottom: 10px;
        align-items: center;
        justify-content: center;
    }
    .clientPhoto .col-md-6 h6 {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 10px;
        color: #ffff;
        font-size: 12px;
        font-family: var(---parafont);
    }
    .clientPhoto .col-md-6 h4 {
        text-align: center;
        align-items: center;
        padding-top: 0px;
        padding-bottom: 10px;
        color: #ffff;
        font-family: var(---headfont);
        font-size: 18px;
    }
    .clientPhoto {
        padding: 0;
    }
}


/* ============================================== what they say ================================= */

.whatTheySay {
    background-color: #620f0f;
    text-align: center;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.whatTheySay h6 {
    color: #ffff;
    padding-top: 30px;
    font-family: var(---parafont);
}

.whatTheySay h1 {
    color: #ffff;
    padding: 40px;
    font-family: var(---headfont);
}

.whatTheySay p {
    color: orange;
    font-family: var(---parafont);
}

.whatTheySay button {
    color: #ffff;
    background-color: #111;
    padding: 10px;
}

.whatTheyBtn {
    padding-bottom: 20px;
}


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


/* ========================================== Our Service =============================================== */

.serviceSection {
    background-color: #3d0505;
    padding-top: 30px;
}

.service-inner {
    padding: 30px;
    background-color: #ffff;
    height: 65vh;
}

.serviceTitle h6 {
    color: #a3a1a1;
    font-size: 11px;
    padding-left: 80px;
    font-family: var(---parafont);
}

.bigTite {
    padding-top: 30px;
    font-family: "Cormorant Garamond", serif;
    text-align: center;
}

.side-logo img {
    width: 100%;
    height: 100%;
}

.side-logo {
    width: 40%;
    height: auto;
}


/* ======================================= service pointer =========================================== */

.servicePointers {
    background-color: #3d0505;
    padding: 10px 40px;
}

.upperPoint {
    background-color: #ffff;
    border-bottom: 20px solid #eee;
    border-top: 20px solid #eee;
    border-left: 20px solid #eee;
    padding: 40px;
}

.lowerPoint {
    background-color: #ffff;
    border-bottom: 20px solid #eee;
    border-right: 20px solid #eee;
    padding: 40px;
}

.servicePoint-inner {
    z-index: 1;
    padding-top: 0px;
    margin-left: 30px;
    margin-right: 30px;
    transform: translateY(-60px);
}

.upperPoint h2 {
    font-family: var(---headfont);
    text-align: center;
}

.lowerPoint h2 {
    font-family: var(---headfont);
    text-align: center;
}

.upperPoint h6 {
    color: #a3a1a1;
    font-size: 12px;
    text-align: center;
    font-family: var(---parafont);
}

.lowerPoint h6 {
    color: #a3a1a1;
    font-size: 12px;
    text-align: center;
    font-family: var(---parafont);
}

.upperPoint a {
    color: #111;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 14px;
}

.lowerPoint a {
    color: #111;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 14px;
}

.upperPoint p {
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
    font-family: var(---parafont);
}

.lowerPoint p {
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
    font-family: var(---parafont);
}

@media (max-width: 500px) {
    .servicePointers {
        padding: 0px;
    }
    .upperPoint {
        background-color: #ffff;
        border-bottom: 20px solid #eee;
        border-top: 20px solid #eee;
        border-left: 20px solid #eee;
        padding: 10px;
    }
    .lowerPoint {
        background-color: #ffff;
        border-bottom: 20px solid #eee;
        border-right: 20px solid #eee;
        padding: 10px;
    }
    .upperPoint p {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        font-family: var(---parafont);
    }
    .lowerPoint p {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        font-family: var(---parafont);
    }
}


/* ========================================= Approach ===================================== */

.approachImg {
    padding: 20px;
    width: 100%;
    height: 500px;
}

.approachImg img {
    width: 100%;
    height: 100%;
}

.approachSec {
    padding-top: 30px;
}

.approachSec .container {
    background-color: #3d0505;
}

.approachContent {
    padding-top: 50px;
}

.approachContent h1 {
    color: #ffa500;
    font-family: var(---headfont);
    padding-top: 20px;
    padding-bottom: 20px;
}

.approachContent p {
    color: #ffffff;
    font-family: var(---parafont);
}

.approachContent h6 {
    color: #e1e1e1;
    padding-top: 10px;
    font-family: var(---parafont);
}

@media (max-width: 500px) {
    .approachContent {
        padding-top: 10px;
    }
    .approachImg {
        width: 100%;
        height: 350px;
        padding: 10px;
    }
    .approachSec .container {
        background-color: #3d0505;
    }
}


/* ================================ Event Planning ===================================== */

.eventPlanning {
    padding-top: 20px;
}

.eventPlanning .container {
    background-color: #ffffff;
    padding: 30px;
}

.planningImg {
    justify-content: center;
    align-items: center;
}

.planningImg {
    width: 100%;
    height: 60vh;
    background: linear-gradient(to right, rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)), url("img/124.jpg");
    background-size: 100% 100%;
}

.planningImg h6 {
    color: #ffffff;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 30px;
    font-family: var(---parafont);
}

.planningImg h3 {
    color: #ffffff;
    text-align: center;
    font-family: var(---headfont);
}

.planningContent h6 {
    padding-top: 10px;
    font-size: 15px;
    color: #a3a1a1;
    font-family: var(---parafont);
}

.planningContent h1 {
    font-family: var(---headfont);
    padding-bottom: 20px;
    padding-top: 10px;
}

@media(max-width: 600px) {
    .planningImg {
        height: 50vh;
    }
}

/* ================================ Event Planning 2 ===================================== */

.nextPlanning .container {
    background-color: #3d0505;
    padding: 25px;
}

.nextplanningImg {
    width: 100%;
    height: 60vh;
    background: linear-gradient(to right, rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)), url("img/saya2.jpg");
    background-size: 100% 100%;
}

.nextplanningImg h6 {
    color: #a3a1a1;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 30px;
    font-family: var(---parafont);
}

.nextplanningImg h3 {
    color: #ffffff;
    font-family: var(---headfont);
    text-align: center;
}

.nextplanningContent h6 {
    color: #a3a1a1;
    padding-top: 10px;
    font-size: 15px;
    font-family: var(---parafont);
}

.nextplanningContent h1 {
    color: #ffa500;
    font-family: var(---headfont);
    padding-bottom: 20px;
    padding-top: 10px;
}

.nextplanningContent p {
    color: #ffffff;
    font-family: var(---parafont);
}


/*  ============================ Site Selection ============================================ */

.siteSelection {
    padding-top: 25px;
}

.siteSelection .container {
    background-color: #fff;
    padding: 25px;
}

.siteImg {
    width: 100%;
    height: 60vh;
    background: linear-gradient(to right, rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)), url("img/tulip2.jpeg");
    background-size: 100% 100%;
}

.siteImg h6 {
    padding-top: 80px;
    padding-bottom: 30px;
    color: #fff;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-family: var(---parafont);
}

.siteImg h3 {
    color: #fff;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-family: var(---headfont);
}

.siteContent h6 {
    color: #a3a1a1;
    padding-top: 10px;
    font-size: 15px;
    font-family: var(---parafont);
}

.siteContent h1 {
    padding-bottom: 20px;
    padding-top: 10px;
    font-family: var(---headfont);
}


/*  ============================ EVENT TYPES ============================================ */

.eventTypes {
    padding-top: 20px;
    background: linear-gradient(to right, rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)), url("img/lakhani.jpg");
    background-size: 100% 100%;
}

.type-title {
    color: #f2921d;
    font-family: "Cormorant Garamond", serif;
    text-align: center;
}

.eventTypes .col-md-6 ul {
    padding-top: 10px;
    color: white;
    justify-content: center;
    text-align: center;
    align-items: center;
    list-style-type: none;
}

.eventTypes .col-md-6 li:hover {
    transform: scale(1.05);
}


/*  ======================================= Get Together =========================================== */

.togetherbtn button {
    color: #fff;
    background-color: #111;
    padding: 10px;
}

.togetherbtn {
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.together .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.socialIcons ul {
    display: flex;
    margin: 10px;
    padding: 0px;
    list-style: none;
}

.socialIcons ul li {
    font-size: 1.4rem;
}

.together h6 {
    color: #a3a1a1;
    font-family: var(---parafont);
}


/* ====================================== Gallery Page ============================================= 
 ============================================================================================= */

.galleryHome {
    background-color: #3d0505;
    margin: 20px 120px;
    padding-top: 20px;
}

.galleryHead h6 {
    color: #a3a1a1;
    padding-top: 80px;
    padding-bottom: 30px;
    font-family: var(---parafont);
}

.galleryHead p {
    color: #a3a1a1;
    padding-top: 80px;
    padding-bottom: 30px;
    font-family: var(---parafont);
}

.galleryHead h1 {
    font-family: var(---headfont);
    padding-left: 20px;
    font-size: 50px;
}

.galleryHead .col-md-6 a {
    text-decoration: none;
    color: #111;
}

.galleryHead .col-md-6 button {
    background-color: #3d0505;
    color: #fff;
    padding: 10px;
}

.ApproachBtn {
    padding-bottom: 20px;
}

.galleryHead .col-md-6 a:hover {
    font-style: italic;
}

.galleryHome-inner {
    background-color: #ffff;
    margin: 20px 70px;
    padding-left: 20px;
    padding-right: 20px;
    height: 80vh;
}

@media (max-width: 500px) {
    .galleryHome {
        background-color: #3d0505;
        margin: 5px 10px;
        padding-top: 20px;
    }
    .galleryHome-inner {
        background-color: #ffff;
        margin: 10px 30px;
        padding-left: 20px;
        padding-right: 20px;
        height: 80vh;
    }
}

@media (max-width: 1045px) {
    .galleryHome {
        background-color: #3d0505;
        margin: 5px 10px;
        padding-top: 20px;
    }
    .galleryHome-inner {
        background-color: #ffff;
        margin: 10px 30px;
        padding-left: 20px;
        padding-right: 20px;
        height: 80vh;
    }
    .evetPhotos {
        padding: 0 20px;
    }
}


/* ========================================= Photos ============================================ */

.evetPhotos {
    padding: 0 20px;
    transform: translateY(-60px);
}

.eventImg {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 50vh;
    -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
    -moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
    -o-box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
}

.photoCont {
    position: absolute;
}

.eventImg-inner {
    width: 100%;
    height: 100%;
    background-color: #111;
}

.eventImg-inner img {
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.eventSmallHead {
    color: #ffffff;
    font-size: 8px !important;
}

.eventBigHead {
    color: #ffffff;
    font-family: "Cormorant Garamond", serif;
}

.eventPhotos .row {
    padding: 20px 40px !important;
}

.eventHeader {
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 500px) {
    .evetPhotos {
        padding: 0 20px;
        transform: translateY(-130px);
    }
    .photoCont {
        position: absolute;
    }
    .photoCont h6 {
        font-size: 16px;
        font-family: var(---parafont);
    }
    .photoCont h3 {
        font-size: 20px;
        font-family: var(---headfont);
    }
}


/* ===================================== Swiper ===================================  */

.workcard {
    overflow: hidden;
    width: 100%;
    height: 250px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
    -moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
    -o-box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
}

.workcard img {
    width: 100%;
    height: 100%;
}

.smallGall {
    margin-top: -30px;
}


/* =========================================== Gallery View ============================ */

.img-wrapper {
    position: relative;
    margin: 10px 0;
}

.img-wrapper img {
    width: 100%;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.img-overlay i {
    color: #fff;
    font-size: 3em;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
    @media screen and (min-width: 768px) {
        width: 60%;
    }
    @media screen and (min-width: 1200px) {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#nextButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #nextButton {
        color: #fff;
        font-size: 3em;
        transition: opacity 0.8s;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #prevButton {
        color: #fff;
        font-size: 3em;
        transition: opacity 0.8s;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #exitButton {
        color: #fff;
        font-size: em;
        transition: opacity 0.8s;
        position: absolute;
        top: 15px;
        right: 15px;
    }
}


/* ================================= some of the clients (Gallery bottom) ===============================  */

.galleryBottom-inner {
    background-color: #ffff;
    margin: 20px 70px 0px 70px;
    padding-left: 20px;
    padding-right: 20px;
    height: 80vh;
}

.galleryFoot h6 {
    color: #a3a1a1;
    padding-top: 80px;
    padding-bottom: 30px;
    text-align: center;
    align-items: center;
    font-family: var(---parafont);
}

.galleryFoot h1 {
    font-family: var(---headfont);
    padding-left: 20px;
    font-size: 50px;
    text-align: center;
}

.galleryFoot a {
    text-decoration: none;
    color: #111;
}

.galleryFoot button {
    background-color: #3d0505;
    color: #fff;
    padding: 10px;
}

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


/* =================================== Socail Media Page ======================================== 
================================================================================================== */


/* Social Media Home Page */

.socialHomePage {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 60vh;
    background: linear-gradient(to right, rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)), url("img/socialBg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.social-inner h6 {
    color: #e1e1e1;
    font-family: var(---parafont);
}

.social-inner h1 {
    color: #ffffff;
    font-family: var(---headfont);
    text-align: center;
    font-size: 80px;
    padding-bottom: 20px;
}

.social-BigLogo img {
    height: 100%;
    width: 100%;
}

@media (max-width: 500px) {
    .social-inner h6 {
        color: #e1e1e1;
        text-align: center;
    }
    .social-inner h1 {
        color: #ffffff;
        font-family: var(---headfont);
        text-align: center;
        font-size: 40px;
        padding-bottom: 10px;
    }
}


/* ================================ social Strategy ===================================   */

.socialStrategy h1 {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 10px;
    font-family: var(---headfont);
}

.socialStrategy h5 {
    text-align: center;
    align-items: center;
    padding-bottom: 20px;
    color: #a3a1a1;
    font-family: var(---parafont);
}

.socialLogo-inner img {
    width: 100%;
    height: 100%;
}

.social-BigLogo {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.socialLogo-inner {
    width: 30%;
    height: 400px;
}

.logo-below p {
    padding-top: 40px;
    font-size: 15px;
    text-align: center;
    font-family: var(---parafont);
}

.social-BigLogo {
    position: relative;
}

@media (max-width: 500px) {
    .socialLogo-inner {
        width: 50%;
        height: 200px;
    }
}


/* ================================ Youtube  ============================= */

.Youtube {
    background-color: #eee;
    padding: 15px 10px;
}

.youtubeHead h2 {
    font-family: var(---headfont);
    text-align: center;
    margin-top: 20px;
}


/* .social-BigLogo::after {
    content: '';
    border-bottom-left-radius: 50% 100%;
    border-bottom-right-radius: 50% 100%;
    position: absolute;
    bottom: -135px;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    height: 140px;
} */


/* =============================== Insta Facebook =============================== */

.instaFb .col-md-6 {
    padding: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.instaFb .instaFeed h1 {
    text-align: center;
    font-family: var(---headfont);
}

.instaFeed .followBtn {
    padding-top: 20px;
}

.facebook .likePageBtn {
    padding-top: 10px;
}

.instaFb .facebook h1 {
    text-align: center;
    font-family: var(---headfont);
}

.instaFeed a {
    align-items: center;
    justify-content: center;
}

.instaFeed a button {
    background: linear-gradient( 45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
    padding: 8px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.facebook a button {
    background-color: rgb(59, 89, 152);
    color: #fff;
    padding: 8px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.facebook a {
    align-items: center;
    justify-content: center;
    display: flex;
    text-decoration: none;
}

.bichmeFb {
    align-items: center;
    justify-content: center;
    display: flex;
}


/* ================================== We create =================================== */

.weCreate {
    width: 100%;
    height: 80vh;
    background: linear-gradient(to right, rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)), url("img/stage/s3.jpeg");
}

.weCreate .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.weCreate h1 {
    padding-top: 165px;
    color: #fff;
    font-family: var(---headfont);
    font-size: 70px;
}

.weCreate-btn a button {
    background-color: #3b0505;
    color: #ffffff;
    padding: 10px;
}

.weCreate-btn {
    padding-top: 10px;
}

@media (max-width: 500px) {
    .weCreate h1 {
        padding-top: 50px;
        color: #fff;
        font-family: var(---headfont);
        font-size: 45px;
        text-align: center;
    }
    .weCreate {
        width: 100%;
        height: 300px;
        background: linear-gradient(to right, rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)), url("img/stage/s3.jpeg");
    }
}


/* ================================ Customer Review =================================== */

.review-small-head {
    text-align: center;
    font-family: "Cormorant Garamond", serif;
}

.review-small-head h3 {
    padding-top: 20px;
    font-family: var(---parafont);
}

.reviewHead h1 {
    font-size: 30px;
    text-align: center;
    font-family: var(---headfont);
}

.wrapper {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.wrapper .box {
    background-color: #e1e1e1;
    border-radius: 3px;
    padding: 20px;
    width: calc(33% - 10px);
    margin: 20px;
}

.wrapper .box .content {
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper .box i.quote {
    font-size: 20px;
    color: #3d0505;
}

.wrapper .box .info .custName {
    font-size: 17px;
    font-weight: 700px;
}

.wrapper .box .info .job {
    font-size: 15px;
    font-weight: 500px;
    color: #3d0505;
}

.wrapper .box .info .stars {
    color: #3d0505;
}

.wrapper .box .custImage {
    height: 75px;
    width: 75px;
    padding: 3px;
    background-color: #3d0505;
    border-radius: 50%;
}

.wrapper .box .custImage img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
}

@media (max-width: 1045px) {
    .wrapper .box {
        width: calc(50%-10px);
        margin: 5px 10px;
    }
}

@media (max-width: 702px) {
    .wrapper .box {
        width: 100%;
    }
}


/* ==================================== Contact US Page ================================== */


/* ========================================================================================== */

.letsConnect {
    padding-left: 55px;
    padding-right: 55px;
}

.connect-inner {
    background: url("img/leather.jpg");
}

.connect-inner .col-md-4 h5 {
    color: darkorange;
    text-align: center;
    font-family: var(---parafont);
}

.connect-inner .col-md-4 p {
    color: #ffffff;
    text-align: center;
    font-family: var(---parafont);
}

.connect-inner .col-md-4 h6 {
    color: darkorange;
    text-align: center;
    font-family: var(---parafont);
}

.connect-inner h6 {
    color: darkorange;
    text-align: center;
    padding-top: 10px;
    font-family: var(---parafont);
}

.connect-inner h1 {
    color: #fff;
    text-align: center;
    font-size: 80px;
    padding-top: 20px;
    font-family: var(---headfont);
}

.connect-inner .row {
    padding-top: 30px;
}

.connect-inner a {
    text-decoration: none;
}

.connect-inner .col-md-4 {
    padding: 50px;
    padding-top: 80px;
}

@media (max-width: 500px) {
    .letsConnect {
        padding-left: 5px;
        padding-right: 5px;
    }
    .connect-inner h1 {
        color: #fff;
        text-align: center;
        font-size: 50px;
        padding-top: 20px;
        font-family: var(---headfont);
    }
    .connect-inner .row {
        padding-top: 13px;
    }
}


/*  =========================== Map ========================================================= */

.contactMap {
    padding-left: 55px;
    padding-right: 55px;
    margin: 20px;
}

@media (max-width: 500px) {
    .contactMap {
        padding-left: 5px;
        padding-right: 5px;
        margin: 10px;
    }
}


/* ================================== Contact form ============================================  */

.contactForm-inner {
    width: 100%;
    height: 80vh;
    padding: 30px;
    background: url("img/stage/sc.jpeg");
}

.form-text h5 {
    color: #ffffff;
    text-align: center;
    font-family: var(---parafont);
}

.form-text h1 {
    text-align: center;
    color: #ffffff;
    font-size: 120px;
    font-family: var(---headfont);
}

.formCol h5 {
    color: #ffffff;
    font-family: var(---parafont);
}

.formCol .contSubmit {
    background-color: #3b0505;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 11px;
}

.formDesign {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media (max-width: 500px) {
    .contactForm-inner {
        width: 100%;
        height: auto;
        padding: 20px;
        background: url("img/stage/sc.jpeg");
    }
    .form-text h1 {
        text-align: center;
        color: #ffffff;
        font-size: 40px;
    }
    .form {
        align-items: center;
        justify-content: center;
    }
}


/* ======================================= Footer =============================================== */

.footerSection {
    background-color: #3b0505;
}

.foot-address p {
    color: #fff;
    font-family: var(---parafont);
}

.foot-address h6 {
    padding-top: 20px;
    color: #fff;
    font-family: var(---headfont);
    font-size: 20px;
}

.foot-address a {
    text-decoration: none;
}

.foot-address h3 {
    font-size: 20px;
    color: #ffffff;
    padding-top: 10px;
}

.foot-logo img {
    width: 100%;
    height: 100%;
}

.foot-logo {
    width: 15vh;
    height: auto;
    padding-top: 20px;
}

.socialbtn {
    padding-left: 0%;
    display: flex;
    flex-direction: column-reverse;
}

.foot-social li {
    text-decoration: none;
}

.foot-social {
    display: flex;
    margin-left: -45px;
    list-style-type: none;
}

.foot-social a {
    list-style-type: none;
}


/* -- Gallery -- */

.gal img {
    width: 100%;
    height: 100%;
}

.gal {
    width: 70px;
    height: 50px;
    margin-bottom: 5px;
}


/* =====================================  Copyright ================================= */


/* .copyright {
    color: var(---primeColor);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #111;
    z-index: 10;
}

.copyright p {
    margin-top: 10px;
    font-family: var(---paraFont);
    color: #e6e6e6;
    padding: 15px 5px;
}

@media(max-width:500px) {
    .copyright p {
        padding: 10px;
    }
} */

.copyright {
    padding: 15px 0;
    background-color: #202020;
    text-align: center;
}

.copyright span,
.copyright a {
    color: #e6e6e6;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.copyright a:hover {
    color: #007bff;
}

.copyright-menu ul {
    text-align: right;
    margin: 0;
}

.copyright-menu li {
    display: inline-block;
    padding-left: 20px;
}


/*==========================================================================================
social medial connect float css start (call icon)
===========================================================================================*/

.floattingButton .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #620f0f;
    color: azure;
    border-radius: 50px;
    text-align: center;
    z-index: 1000;
    animation: bot-to-top 2s ease-out;
}

.floattingButton ul {
    position: fixed;
    right: 40px;
    padding-bottom: 20px;
    bottom: 80px;
    z-index: 100;
}

.floattingButton ul li {
    list-style: none;
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    color: #fff;
}

.floattingButton ul li:first-child {
    background-color: rgb(11, 224, 22);
    border-radius: 50px;
    text-align: center;
    width: 60px;
    height: 60px;
    display: block;
}

.floattingButton ul li:last-child {
    background-color: rgb(4, 99, 50);
    border-radius: 50px;
    text-align: center;
    width: 60px;
    height: 60px;
    display: block;
}

.floattingButton ul:hover {
    visibility: visible!important;
    opacity: 1!important;
}

.floattingButton .my-float {
    font-size: 24px;
    margin-top: 18px;
}

.floattingButton span#menu-share+ul {
    visibility: hidden;
}

.floattingButton span#menu-share:hover+ul {
    visibility: visible;
    animation: scale-in 0.5s;
}

.floattingButton span#menu-share i {
    animation: rotate-in 0.5s;
}

.floattingButton span#menu-share:hover>i {
    animation: rotate-out 0.5s;
}

@keyframes bot-to-top {
    0% {
        bottom: -40px
    }
    50% {
        bottom: 40px
    }
}

@keyframes scale-in {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes rotate-in {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate-out {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}