﻿
.home-two {
    width: 100%;
    padding: 0 190px;
    max-width: none;
}

    .home-two .title {
        font-size: 55px;
        color: rgba(10, 10, 10, 1);
        text-align: center;
        margin-bottom: 60px;
        position: relative;
        padding-bottom: 20px;
    }

        .home-two .title:before {
            content: "";
            position: absolute;
            width: 179px;
            height: 2px;
            background-color: rgba(220, 231, 233, 1);
            left: 0;
            right: 0;
            bottom: 0;
            margin: 0 auto;
        }

    .home-two p {
        font-size: 22px;
        color: rgba(10, 10, 10, 1);
        text-align: center;
        margin-bottom: 200px;
    }

    .home-two .link {
        text-align: center;
        color: rgba(10, 10, 10, 1);
        font-size: 35px;
        margin-top: 90px;
    }


.home-two {
    padding: 0 30px;
}

    .home-two .link {
        font-size: 30px;
        margin-top: 30px;
    }

        .home-two .link a {
            color: #CB921E;
        }

    .home-two p {
        margin-bottom: 40px;
    }


    .home-two .title {
        font-size: 22px !important;
        margin-bottom: 20px !important;
        padding-bottom: 8px !important;
        font-family: "Times New Roman", Times, serif !important;
    }

        .home-two .title:before {
            width: 100px !important;
            height: 1px !important;
        }

    .home-two p {
        font-size: 14px !important;
        margin-bottom: 90px !important;
        font-family: "Times New Roman", Times, serif !important;
        line-height: 30px !important;
    }

    .home-two .image img {
        margin: auto !important;
        display: block;
        max-width: 100%;
        height: auto;
    }

    .home-two .link {
        font-size: 20px !important;
        margin-top: 35px !important;
        font-family: "Times New Roman", Times, serif !important;
    }

section.karun-wedding {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    section.karun-wedding .image {
        width: 60%;
    }

        section.karun-wedding .image img {
            width: 100%;
        }

    section.karun-wedding .text {
        width: 30%;
    }

        section.karun-wedding .text a {
            margin-top: 1rem;
            display: inline-flex;
            font-size: 1.2rem;
            transition: all 0.5s ease;
            padding-top: 0.25rem;
            border-bottom: 1px solid rgba(0, 0, 0, 0);
        }

    section.karun-wedding.left-text .text {
        justify-content: flex-end;
        align-items: flex-end;
        display: flex;
        flex-flow: column;
    }

footer {
    background-image: linear-gradient(180deg, rgba(65, 65, 65, 1), rgba(56, 56, 56, 1), rgba(47, 47, 47, 1), rgba(38, 38, 38, 1), rgba(30, 30, 30, 1));
    padding-top: 75px;
    color: #fff;
}

.contact-page .item {
    display: flex;
    margin-bottom: 100px
}

    .contact-page .item .map {
        width: 54%;
        height: 370px;
        position: relative;
        overflow: hidden;
        float: left;
        margin-bottom: 0
    }

        .contact-page .item .map iframe {
            width: 100%;
            height: 100%
        }

    .contact-page .item .address {
        background-color: rgba(245, 245, 245, 1);
        padding: 50px 35px;
        width: 24%;
        float: left
    }

        .contact-page .item .address .title {
            font-size: 18px;
            color: rgba(0, 0, 0, 1);
            position: relative;
            padding-bottom: 10px;
            margin-bottom: 20px
        }

            .contact-page .item .address .title:before {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                background-color: rgba(0, 0, 0, 1);
                height: 1px;
                width: 95px
            }

        .contact-page .item .address p {
            font-size: 14px;
            color: rgba(0, 0, 0, 1)
        }

    .contact-page .item .info {
        background-image: linear-gradient(180deg, rgba(65, 65, 65, 1), rgba(56, 56, 56, 1), rgba(47, 47, 47, 1), rgba(38, 38, 38, 1), rgba(30, 30, 30, 1));
        padding: 50px 50px 25px;
        width: 22%;
        float: left
    }

        .contact-page .item .info ul li {
            border-bottom: 1px solid rgba(255, 255, 255, 1);
            padding-bottom: 15px;
            margin-bottom: 15px
        }

            .contact-page .item .info ul li span {
                display: block;
                color: rgba(255, 255, 255, 1)
            }

                .contact-page .item .info ul li span:first-child {
                    font-size: 18px;
                    margin-bottom: 10px
                }

                .contact-page .item .info ul li span:last-child {
                    font-size: 14px
                }

footer #footer-block-1 {
    margin-top: 32px;
}

footer #footer-block-1 .footer-content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: end;

}

footer #row-col-17 {
    gap: 32px;
}

footer .container {
    width: 100%;
    padding: 0 200px;
    max-width: none;
}


