@font-face {
    font-family: "PlayfairDisplay";
    src: url(../fonts/PlayfairDisplay.woff2) format("woff2"), url(../fonts/PlayfairDisplay.woff) format("woff");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "HankenGrotesk";
    src: url(../fonts/HankenGrotesk.woff2) format("woff2"), url(../fonts/HankenGrotesk.woff) format("woff");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap
}

body {
    background: #640E12;
}

p {
    font-family: "HankenGrotesk";
}

.gapw {

    display: inline-block;
    width: 10.5vw;

}

.posmain {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    height: 60vh;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 0;
}

.maintop {
    position: absolute;
    top: 20vh;
    width: 100%;
    right: 0;
    left: 0;
}

.tophdline {
    font-size: min(8vw, 8vh);
    line-height: 1.1;
    font-weight: 600;
    font-family: "PlayfairDisplay";
    color: #F8CF9B;
    letter-spacing: 0.02em;
    width: fit-content;
    margin: auto;
    text-align: center;
}

.brkline {
    display: block;
    margin-top: 12vh;
    font-size: min(5.5vw, 5.5vh);
}

h1,
p.subhd {
    font-size: 1.6vw;
    line-height: 1.35;
    font-weight: 600;
    font-family: "PlayfairDisplay";
    color: #F8CF9B;
    letter-spacing: 0.07em;
}

p.subhd.enlarge {
    font-size: min(4vw, 4.6vh);
}

h3 {
    font-size: 1.66rem;
    line-height: 1.1;
    font-weight: 700
}

main {
    background-color: rgb(81 0 0);
    margin-top: 64px;

}

.mainbg {
    height: 95vh;
    object-fit: cover;
    object-position: center;
}

.soonimg {
    width: 13vw;
}

h2 {
    font-family: "PlayfairDisplay";
    font-weight: 700;
    letter-spacing: 0.07em;
    font-size: 2.3rem;
    color: #640B0F;
    line-height: 1.25;
}

.introduction {
    background: #ffffff;
}

.slider_caption {
    width: fit-content;
    margin: auto;

}

.slider_caption h2 {
    max-width: 17.96ch;
    margin: auto;
}

.slider_caption p {
    max-width: 41ch;
}

.separator_line {
    width: 70%;
    height: 50px;
    background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/33660774-c1ee-4577-b89e-f30cdc551400/w=800);
    background-size: 100% 100%;
    margin-bottom: 1rem;

}

.slide-content::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/90296705-8b7f-43e1-42f3-64c35efc6d00/1200);
    background-size: cover;
    background-repeat: no-repeat;
    width: 11dvi;
    height: 100%;
    background-position: right;

}

.slideimg {
    height: 50dvi;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.slider_caption p {
    font-weight: 300;
}

.features h2 {
    color: #F2DABB;

}

.features {
    position: relative;
}

.features::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/1c89b330-7d60-45f9-13d1-0a44cc78d900/1920);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 0;
    width: 50%;
    height: 100%;
    pointer-events: none;
}

h2.max1 {
    max-width: 27ch;
    margin: auto;
    text-align: center;
}

.crd_cont {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1.5rem;
    margin: auto;
}

.card_item {
    grid-column: span 4;
    background: #EFCB8F;
    border-radius: 15px;
    overflow: hidden;

}

.card_item h3 {
    color: #640B0F;
    font-family: "HankenGrotesk";
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 1.8vw;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1rem;
}

.card_item p {
    color: #301B0C;
}

.ci_wrap {
    padding: 1.7rem;
}

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

.amenities {
    background: rgb(244 224 189);
}

.amenticon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    display: block;
    margin: auto;
    object-position: bottom;
    margin-bottom: 1rem;
}

.amen_cont {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    width: 90%;
    margin: auto;
}

.amtitem {
    grid-column: span 3;
}

.amtitem h3 span {
    display: block;
    font-weight:800 ;
    margin: auto;
    font-size: 1.7rem;
}

.amtitem h3 {
    text-align: center;
    color: #640B0F;
    font-size: 1.15rem;
    font-weight: 600;
    min-height: 60px;

}

.amtitem p {
    color: #301B0C;
    max-width: 23.6ch;
    margin: auto;
    text-align: center;
}

#registration h3 {
    font-family: "HankenGrotesk";
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1.5rem;
    letter-spacing: 0.1em;
}

#frmLeadGen input[type="text"],
#frmLeadGen input[type="tel"],
#frmLeadGen input[type="email"] {
    margin-bottom: 0.7rem;
    display: block;
    width: 100%;
    max-width: 32rem;
    margin: auto;
    background-color: #F2DABB;
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
    padding-left: 1.1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #640B0F;
    text-align: left;
    border-radius: 8px;
    border: 1px solid #F2DABB;
    margin-bottom: 1.1rem;
}

#frmLeadGen input[type="text"]::placeholder,
#frmLeadGen input[type="email"]::placeholder,
#frmLeadGen input[type="tel"]::placeholder {
    color: #640B0F;
    text-align: left;
}

.submit-btn {
    background-color: #640B0F;
    color: #fff;
    padding: 10px 50px;
    display: block;
    width: fit-content;
    border-radius: 15px;
    border: 2px solid transparent;
    margin: auto;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.submit-btn:hover {
    box-shadow: 0 0 10px #441B2B;
    border: 1px solid #fff;
}

.register {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register>* {
    z-index: 3;
    position: relative;
}

.register::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/8c39924c-17e8-4643-8928-74f278ac7300/1920);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;

}

.twnslogo {
    width: 11.5vw;
    margin-bottom: 2.2rem;
}

.sales_gallery h3 {
    font-family: "HankenGrotesk";
    font-weight: 700;
    letter-spacing: 0.08em;
}

.sales_gallery p {
    letter-spacing: 0.05em;
}

a.linktel {
    font-weight: 900;
}

.splide__arrow svg {
    display: none;
}

.splide__arrow--prev {
    background: url("https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/0ab0daaf-2d0c-423d-4267-ef1507b3e400/400") center/contain no-repeat;
}

.splide__arrow--next {
    background: url("https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/3f0af785-017f-43ad-2a46-4c904bf2b100/400") center/contain no-repeat;
}
.splide__pagination {
    bottom: 1.3rem;
}
 .splide__pagination .splide__pagination__page {
  margin-left: 0.525rem;
  margin-right: 0.525rem;
}
 .splide__pagination__page {
    background: #ffffff;
    transform: scale(1);
    z-index: 1;
    height: 1.5ch;
    width: 1.5ch;
    border-radius: 50px;
}
.splide__pagination__page.is-active {
  background: #f4b343;
  transform: scale(1);
  z-index: 1;
  border-radius: 50px;
  opacity: 1;
}
@media screen and (min-width:2000px) {

    .tophdline {
        font-size: min(5vw, 9vh);
    }

    .brkline {
        display: block;
        margin-top: 7dvi;
        font-size: min(3.5vw, 8.5vh);
    }

    h1,
    p.subhd {
        font-size: 1.7vw;
        line-height: 1.5;
    }

    p.subhd.enlarge {
        font-size: 2.83vw;
    }

    .mainbg {
        height: 49dvi;

    }

    .posmain {
        margin-top: 0;
        height: auto;
        top: 23dvi;

    }

    .maintop {
        top: 9dvi;
    }

    .card_item h3 {
        font-size: 1.1vw;
    }

    .register {
        position: relative;
        min-height: 50dvi;
    }
}

@media screen and (min-width:1024px) {}

@media screen and (max-width:1024px) {
    .twnslogo {
        width: 150px;
    }

    .register {
        min-height: auto;
    }

    .amen_cont {
        width: 80%;
        gap: 4rem 1rem;
    }

    .amtitem {
        grid-column: span 6;
    }

    .slide-content {
        padding: 1rem;
        position: relative;
        height: 100%;
        min-height: stretch;
        display: flex;
    }

    .slide-content::after {
        width: 102px;
        background-size: 9vw 100%;
    }

    .tophdline {
        font-size: min(4vw, 7vh);
    }

    .brkline {
        font-size: min(3.5vw, 4.5vh);
    }

    .mainbg {
        height: auto;
    }

    .posmain {
        justify-content: flex-end;
        margin-top: 0;
        height: fit-content;
        top: auto;
        padding-bottom: 4dvi;

    }

    .maintop {
        position: absolute;
        top: 9dvi;
    }

    .brkline {

        margin-top: 9dvi;
    }

    p.subhd.enlarge {
        font-size: min(2.8vw, 2.8vh);
    }

    h2 {
        font-size: 3.5vw;
    }

}

@media screen and (max-width:768px) {
    .features::before {
        width: 100%;
        height: 100%;
    }

    .amtitem h3 {
        min-height: 47px;
    }

    .card_item h3 {
        font-size: 2.8vw;

    }

    .card_item {
        grid-column: span 6;
    }

    .cardimg {
        height: auto;
    }

    .amen_cont {
        width: 100%;
    }

    #registration h3 {
        font-size: 2.3vw;
    }

    #registration h2 {
        margin-bottom: 1.3rem;
    }
}

@media screen and (max-width:767px) {
    .slideimg {
        height: 98dvi;
    }

    h2 {
        font-size: 7dvi;
    }

    .slider_caption {
        max-width: 41ch;
        padding: 3rem 1.5rem;
        min-height: 105dvi;
    }

    #frmLeadGen input[type="text"],
    #frmLeadGen input[type="tel"],
    #frmLeadGen input[type="email"] {
        font-size: 0.85rem;
    }

}

@media screen and (max-width:600px) {
    .cardimg {
        height: 70dvi;
    }

    .tophdline {
        font-size: 7.6vw;
    }

    .maintop {
        position: absolute;
        top: 42dvi;
    }

    .posmain {
        height: fit-content;
        top: 84dvi;

    }

    .gapw {
        display: inline-block;
        width: 21vw;
    }

    .brkline {
        font-size: 5.3vw;
        margin-top: 16dvi;
    }

    h1,
    p.subhd {
        font-size: 4.8vw;
    }

    p.subhd.enlarge {
        font-size: 5.3vw;
    }

    .soonimg {
        width: 34vw;
    }

    .card_item {
        grid-column: span 12;

    }

    .crd_cont {
        padding: 0 1.5rem;
    }

    .sales_gallery h3 {
        font-size: 2vw;
        font-size: 4.6vw;
    }

    a.linktel {
        display: block;
    }

    span.linesp {
        display: none;
    }

    .amenticon {
        width: 50px;
        height: 50px;
    }

    .card_item h3 {
        font-size: 5vw;
        line-height: 1.4;

    }

    .slide-content::after {
        width: 40vw;
        background-size: 50% 100%;
    }
    .splide__pagination {
    bottom: auto;
   
    top: 43%;
    }
    .splide__pagination__page {
        width: 3dvi;
        height: 3dvi;
    }
}

@media screen and (max-width:450px) {

    h1,
    p.subhd {
        font-size: 4.28vw;
    }

    .soonimg {
        width: 39vw;
    }

    p {
        font-size: 3.6vw;
    }

    .amtitem h3 span {
        font-size: 5.2vw;
    }

    .amtitem h3 {
        font-size: 3.5vw;
    }

    .amtitem p {

        font-size: 3.13vw;
    }



    #registration h3 {
        font-size: 4.5vw;
        max-width: 30ch;
        line-height: 1.5;
        margin: auto;
        margin-bottom: 1.5rem;
    }

    .splide__arrow--prev {
        top: 24%;
        background-color: #510101;
        background-size: 2vw;
        background-repeat: no-repeat;
        background-position: center;
        /* padding: 10px; */
        display: block;
        width: 10vw;
        height: 10vw;
    }

    .splide__arrow--next {
        top: 24%;
        background-image: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/d3e41121-dbae-4686-7c4c-c4a92be97900/400);
        background-color: #510101;
        background-size: 2vw;
        background-repeat: no-repeat;
        background-position: center;
        /* padding: 10px; */
        display: block;
        width: 10vw;
        height: 10vw;
    }

    .features::before {

        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
    }


.splide__pagination {
    bottom: auto;
   
    top: 43%;
}
.splide__pagination__page {
    width: 3dvi;
    height: 3dvi;
}
}