@import url("https://fonts.googleapis.com/css2?family=Anton&family=Gilda+Display&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

.new-page img {
    width: 100%;
}
.new-page a {
    text-decoration: none;
    /* color: #fff; */
}
.new-page a:hover {
    text-decoration: none;
    /* color: #fff; */
}
.new-page p {
    font-size: 18px;
    color: #000;
}
.new-page p strong{
    color: #000;
}
.glance-main {
    width: 100%;
    padding: 0px;
    overflow: hidden !important;
}
.glance-main h2.block-head {
    display: none !important;
}
.new-page {
    position: relative;
    width: 100%;
}
.section-padding-lr {
    padding-left: 75px;
    padding-right: 75px;
}
.section-padding-tb {
    padding-top: 60px;
    padding-bottom: 60px;
}
.new-page .tagline {
    color: var(--site-color);
    font-size: 42px;
    line-height: 1.2;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "Gilda Display", serif;
    position: relative;
}
.new-page h1 {
    color: #a69c9a;
    font-size: 75px;
    line-height: 1.2;
    font-style: normal;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    position: relative;
}
.new-page h2 {
    color: var(--site-color);
    font-size: 70px;
    line-height: 1.2;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: none;
    font-family: "Playfair Display", serif;
    position: relative;
}
.new-page h3 {
    color: #ccc8bb;
    font-size: 65px;
    line-height: 1.2;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: "Anton", sans-serif;
    letter-spacing: 1px;
    position: relative;
}
.new-page h3 span {
    color: #a69c9a;
}
.new-page h3.h3 {
    color: #716d6a;
    font-size: 70px;
}
.new-page .title-line {
    position: relative;
}
.new-page .title-line::before {
    content: "";
    width: 450px;
    height: 2px;
    max-width: 75%;
    background-color: var(--site-color);
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.img-box {
    position: relative;
    width: 100%;
}
.img-box img {
    position: relative;
    object-fit: cover;
    object-position: center;
}
.top-main-img {
    height: 100dvh;
    object-fit: cover;
    min-height: 100%;
}
.img-box-year {
    position: absolute;
    bottom: 30px;
    right: 20px;
    color: #fff;
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-size: 70px;
}
.img-box-year::before {
    content: "";
    width: 190px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 20px;
    right: -20px;
}
.img-caption-box-con {
    position: relative;
}
.img-caption-box-left {
    padding-right: 25px;
}
.img-caption-box-right {
    padding-left: 25px;
}
/* .img-caption-box-col p {
    text-align: justify;
}
.p-text-justify p{
    text-align: justify;
} */

/* @media only screen and (min-width: 1200px) {
    .full-img-caption.section-padding-lr {
        padding-left: 60px;
    }
} */
@media only screen and (max-width: 1799.98px) {
    .new-page h1 {
        font-size: 70px;
        margin-bottom: 28px;
    }
    .new-page h2 {
        font-size: 65px;
        margin-bottom: 28px;
    }
    .new-page h3 {
        font-size: 60px;
        margin-bottom: 28px;
    }
    .new-page h3.h3 {
        font-size: 65px;
    }
}
@media only screen and (max-width: 1599.98px) {
    .section-padding-lr {
        padding-left: 65px;
        padding-right: 65px;
    }
    .section-padding-tb {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .new-page .tagline {
        font-size: 39px;
    }
    .new-page h1 {
        font-size: 65px;
        margin-bottom: 26px;
    }
    .new-page h2 {
        font-size: 60px;
        margin-bottom: 26px;
    }
    .new-page h3 {
        font-size: 55px;
        margin-bottom: 26px;
    }
    .new-page h3.h3 {
        font-size: 60px;
    }
    .new-page h3 br {
        display: none;
    }
}
@media only screen and (max-width: 1399.98px) {
    .section-padding-lr {
        padding-left: 55px;
        padding-right: 55px;
    }
    .section-padding-tb {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .new-page .tagline {
        font-size: 36px;
    }
    .new-page h1 {
        font-size: 60px;
        margin-bottom: 24px;
    }
    .new-page h2 {
        font-size: 55px;
        margin-bottom: 24px;
    }
    .new-page h3 {
        font-size: 50px;
        margin-bottom: 24px;
    }
    .new-page h3.h3 {
        font-size: 55px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .section-padding-lr {
        padding-left: 45px;
        padding-right: 45px;
    }
    .section-padding-tb {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .new-page .tagline {
        font-size: 33px;
    }
    .new-page h1 {
        font-size: 55px;
        margin-bottom: 22px;
    }
    .new-page h2 {
        font-size: 50px;
        margin-bottom: 22px;
    }
    .new-page h3 {
        font-size: 45px;
        margin-bottom: 22px;
    }
    .new-page h3.h3 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 991.98px) {
    .section-padding-lr {
        padding-left: 35px;
        padding-right: 35px;
    }
    .section-padding-tb {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .full-img-caption {
        padding-top: 40px;
    }
    .new-page .tagline {
        font-size: 30px;
    }
    .top-main-img {
        height: 100%;
    }
    .new-page h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }
    .new-page h2 {
        font-size: 45px;
        margin-bottom: 20px;
    }
    .new-page h3 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .new-page h3.h3 {
        font-size: 45px;
    }
    .img-caption-box-left {
        padding: 0px;
    }
    .img-caption-box-right {
        padding: 0px;
    }
    .gap-col > *{
        margin: 15px auto;
    }
    .text-center p{
        text-align: left;
    }
    .new-page h2.mb-0{
        margin-bottom: 15px !important;
    }
}
@media only screen and (max-width: 767.98px) {
    .section-padding-lr {
        padding-left: 25px;
        padding-right: 25px;
    }
    .section-padding-tb {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .full-img-caption {
        padding-top: 35px;
    }
    .new-page .tagline {
        font-size: 27px;
    }
    .new-page h1 {
        font-size: 45px;
        margin-bottom: 18px;
    }
    .new-page h2 {
        font-size: 40px;
        margin-bottom: 18px;
    }
    .new-page h3 {
        font-size: 35px;
        margin-bottom: 18px;
    }
    .new-page h3.h3 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 575.98px) {
    .section-padding-lr {
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-padding-tb {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .full-img-caption {
        padding-top: 30px;
    }
    .new-page .tagline {
        font-size: 24px;
    }
    .new-page h1 {
        font-size: 40px;
    }
    .new-page h2 {
        font-size: 35px;
    }
    .new-page h3 {
        font-size: 30px;
    }
    .new-page h3.h3 {
        font-size: 35px;
    }
}
@media only screen and (max-width: 481.98px) {
    .section-padding-lr {
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-padding-tb {
        padding-top: 27px;
        padding-bottom: 27px;
    }
    .full-img-caption {
        padding-top: 27px;
    }
    .new-page .tagline {
        font-size: 21px;
    }
    .new-page h1 {
        font-size: 35px;
    }
    .new-page h2 {
        font-size: 30px;
    }
    .new-page h3 {
        font-size: 25px;
    }
    .new-page h3.h3 {
        font-size: 30px;
    }
}
