﻿
.IndianWeddings-BgImage01 {
    background-image: url('/Resources/Images/BackgroundImages/549454514.jpg');
    min-height: 500px;
    background-attachment: fixed;
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    margin: 0px;
}
@media (max-width: 991px) {
    .IndianWeddings-BgImage01 {
        background-attachment: local;
        background-position: 50% 0%;
    }
}

.IndianWeddings-BgImage02 {
    background-image: url('/Resources/Images/BackgroundImages/1385113769.jpg');
    min-height: 500px;
    background-attachment: fixed;
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    margin: 0px;
}


.IndianWeddings-BgImage03 {
    background-image: url('/Resources/Images/BackgroundImages/1873220449.jpg');
    min-height: 500px;
    background-attachment: fixed;
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    margin: 0px;
}

.IndianWeddings-BgImage04 {
    background-image: url('/Resources/Images/BackgroundImages/1319074926.jpg');
    min-height: 500px;
    background-attachment: fixed;
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    margin: 0px;
}

.IndianWeddings-BgImage05 {
    background-image: url('/Resources/Images/BackgroundImages/1942281062.jpg');
    min-height: 300px;
    background-attachment: fixed;
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    margin: 0px;
}

.IndianWeddings-EmbeddedVideo {
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: var(--rtg-light-brown);
}

/* SMALL SCREENS */
@media (max-width: 991px) {
    .IndianWeddings-EmbeddedVideo {
        width: 90vw;
        height: calc(90vw / (16 / 10));
    }

    .IndianWeddings-CheckmarkTable-Container {
        width: 100%;
    }
}

/* LARGE SCREENS */
@media (min-width: 992px) {
    .IndianWeddings-EmbeddedVideo {
        width: 50vw;
        height: calc(50vw / (16 / 10));
    }

    .IndianWeddings-CheckmarkTable-Container {
        width: 60%;
    }
}

/* AWARD SECTION */
#divAwards img {
    max-width: 200px;
}

.divAwards_ImgContainer {
    background-color: white;
    border: 2px solid light-grey;
    padding: 15px;
    border-radius: 50px;
    filter: drop-shadow(5px 5px 7px #222);
}

.IndianWeddings-ImageCollage-Item {
    border: 1px solid rgb(230, 230, 230);
    padding: 3px;
}



blockquote::before {
    position: absolute;
    content: '\201C';
    margin: -5px -30px;
    font-size: 2.5em;
    line-height: 1;
    font-weight: bold;
    color: #56483A;
    font-family: 'Times New Roman' !important;
}
