* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: Georgia, "Times New Roman", serif;
    overflow-x: hidden;
}

.maintitle{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
}

.maintitle span{
    font-size: clamp(4rem, 20vw, 20rem);
}

.video{
    text-align: center;
    position: relative;
    width: 100vw;
    height: auto;
}

.video video{
    width: 100vw;
    height: auto;
}

.booknow{
    background-color: #ac924a00;
    border: 2px solid white;
    color: white;
    text-decoration: none;
    padding: 10px 50px;
    font-size: clamp(1rem, 1.5vw, 2rem);
    z-index: 99999;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: 0.3s ease-in-out;
    border-radius: 100px;
}
.booknow:hover{
    border: 1px solid black;
    background-color: white;
    color: black;
    transform: translate(-50%, -50%) scale(1.01);
}

@media screen and (max-width: 1100px) {
    .booknow{
        font-size: clamp(1rem, 2vw, 3rem);
        padding: 1vw 5vw;
        top: 70%;
    }

    .maintitle{
        top:40%;
    }
    .undermaintitle{
        display: none;
    }
}

@media (max-width: 600px){
    .maintitle{
        top: 30%;
    }
    .maintitle span{
        font-size: 30vw;
    }

    .booknow{
        top: 50%;
    }
    
    .video video{
        height: 60vh;
        object-fit: cover;
    }
}

.pagetitle{
    text-align: center;
    font-size: 40px;
    font-weight: 550;
    color: white;
    letter-spacing: 1.6px;
    z-index: 1;
    padding: 70px 0 70px 0;
    margin: auto;

}

.horizontalbg{
    width: 120vw;
}

.offer{
    background-color: rgb(0, 0, 0);
    text-align: center;
    align-items: center;
    color: white;
    position:relative;
    overflow: hidden;
    isolation: isolate;
    height: 100vh;
}

.offerbgandimgcontainer{
    margin-bottom: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spantitle{
    font-size: 20px;
    font-weight: 600;
}

.textfield{
    display: flex;
    justify-content: center;
    letter-spacing: 1.5;
    gap: 5vw;
    z-index: 1;
}

.img1, .img2{
    width: 25vw;
    transition: 300ms ease-in-out;
    background-color: #000000;
    z-index: 10;
    opacity: 1;
}

.img1:hover, .img2:hover{
    transform: scale(1.01);
}

@media screen and (max-width: 600px){
    .textfield{
        display: grid;
        gap: 10vw;
    }
    .img1, .img2{
        width: 60vw;
    }
}

.merch{
    background-color: black;
    padding-bottom: 150px;
    position: relative;
    height: 100vh;
}

.statistics{
    background-color: rgb(43, 43, 43);
    height: auto;
    position: relative;
    height: 100vh;
}

.statscontainers{
    display: flex;
    text-align: center;
    margin: auto;
    justify-content: center;
    gap: 300px;
    
}
.videoborder{
    position: absolute;
    inset: 0;            /* fill the photoandstats area */
    z-index: -1;          /* behind the stat cards */
    overflow: hidden;    /* crucial: clip the blurred edges */
    pointer-events: none;/* don't block clicks */
}

.horizontalvideobg{
    width: 100vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(1.05);
    filter: blur(8px) saturate(1);
}

.photoandstats{
    width: 100vw;
    margin: auto;
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: visible;
}

.videostats{
    height: 250px
}

.booknowstats{
    background-color: #ac924a00;
    border: 2px solid white;
    color: white;
    text-decoration: none;
    padding: 10px 50px;
    font-size: 1.2vw;
    z-index: 99999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: 0.3s ease-in-out;
    border-radius: 30px;
}

.booknowstats:hover{
    border: 1px solid black;
    background-color: white;
    color: black;
    transform: translate(-50%, -50%) scale(1.01);
}

.subtitlecontainer{
    width: 1250px;
    justify-content: center;
    margin: auto;
    margin-top: -100px;
    margin-bottom: 100px;
}
.subtitle{
    color: white;
    font-size: 30px;
    font-weight: bold;
}

.services{
    background-color: black;
}

.servicestable{
    display: grid;
    grid-template-columns: 350px 350px 350px;
    gap: 100px;
    justify-content: center;
    color: white;
}

.servicegroup{
    color: white;
    text-decoration: none;
    border: 0.1px solid rgb(76, 76, 76);
    font-size: 25px;
    height: 250px;
    padding-left: 20px;
}

.service{
    font-weight: 600;
    letter-spacing: 1.4px;
}

.service:after {
    content: "\00a0\00a0\00a0\00a0";
}
.servicedetail{
    font-size: 20px;
    padding-top: 20px;
}

.pricep{
    color: white;
    font-size: 50px;
}

.pricelist {
    background-color: grey;
    padding: clamp(20px, 5vw, 40px);
    box-sizing: border-box;
    position: relative;
    min-height: 1000px;
    z-index: -2;
    overflow: hidden;
}

.pricelistbg {
    position: absolute;
    inset: 0; /* top:0 right:0 bottom:0 left:0 */
    z-index: -1;
}

.pricelistbg img {
    width: 125%;
    height: 125%;
    object-fit: cover;      /* KEY */
    object-position: center;
    filter: blur(5px);
}

.catalogue {
    display: grid;
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
    grid-template-columns: 1fr 200px 120px;
    column-gap: clamp(16px, 3vw, 40px);
    padding: clamp(16px, 3vw, 24px);
    font-size: clamp(18px, 2vw, 25px);
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}
@media (min-width: 3000px){
  .catalogue{
    transform: translate(-50%, -50%) scale(1.2);
    transform-origin: center;
  }
  
  .pricelist{
    min-height: 1400px;
  }

  .pricep{
    font-size: clamp(3rem, 4vw, 5rem);
  }
}
@media (max-width: 1024px) {
    .catalogue {
        grid-template-columns: 1fr 150px 100px;
        font-size: 20px;
        top: 50%;
    }
}

@media (max-width: 950px){
    .catalogue{
        font-size: clamp(0.7rem, 2vw, 2rem);
        grid-template-columns: 1fr 11vw 11vw;
    }

    .pricep{
        font-size: clamp(1.5rem, 10vw, 3rem)
    }
}

@media (max-width: 550px){
    .pricelist{
        min-height: 800px;
    }
}

@media (max-width: 487px){
    #linebreak::after{
        content: "\a\a";
        white-space: pre;
    }
}

@media (max-width: 412px){
    #linebreak2::after{
        content: "\a\a";
        white-space: pre;
    }
}

@media (max-width: 343px){
    #linebreak3::after{
        content: "\a\a";
        white-space: pre;
    }
}

@media (max-width: 337px){
    #linebreak::after{
        content: "\a\a\a";
        white-space: pre;
    }
}
@media (max-width: 450px){
    .catalogue{
        font-size: clamp(0.7rem, 1vw, 2rem);
        grid-template-columns: 1fr 45px 40px;
        width: 85%;
    }
}

/* Remove default p margins and use controlled spacing */
.catalogue p {
  margin: 0 0 1rem 0;
}

.catalogue p:not(.servicetitle){
    font-weight: 550;
}
/* IMPORTANT: remove margin:auto on the column blocks */
.servicenamecontainer{
  margin: 0;                /* <-- was margin: auto */
  text-align: left;
  justify-self: start;      /* left edge of its grid cell */
  padding-left: 12px;       /* optional: small inner offset */
}

.servicedurationcontainer{
  margin: 0;                /* <-- remove auto */
  justify-self: center;     /* keep center column centered in its grid track */
  text-align: center;
}

.servicepricecontainer{
  margin: 0;                /* <-- remove auto */
  /* 'end' will put the block to the right inner edge of the grid cell */
  justify-self: end;        /* <-- use 'end' not 'right' */
  text-align: right;
  padding-right: 12px;      /* optional: small inner offset */
}

.servicetitle{
    font-weight: 700;
    color: white;
}

.photos{
    justify-content: center;
    text-align: center;
    background-color: black;
    width: 100%;
    padding-top: 2vw;
    padding-bottom: 2vw;
}
.photoscontainer{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 250px));
    justify-content: center;
    gap: 10px;
    width: 90%;
    margin: 0 auto;
}

@media screen and (min-width: 900px){
    .photoscontainer{
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 1100px){
    .photos img{
        filter: saturate(1);
    }
}
.photos img{
    width: 100%;
    height: auto;
    transition: 500ms;
    filter: saturate(0);
}

@media screen and (min-width: 1101px){
    .photos img{
        filter: saturate(0)
    }
}

.photos img:hover{
    filter: saturate(1);
}

.booknowdiv{
    background-color: black;
    position: relative;
}
.booknowdivbg{
    height: 400px;
    background-image: url(/photos/brothersphoto.jpeg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;     /* parallax effect */
    background-size: 120% auto;
    filter: blur(3px) brightness(70%);
    z-index: -1;
}

.details{
    height: 1500px;
}

.pagetitlebooknow{
    font-size: 50px;
    color: white;
    text-align: center;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -25%);
    margin: 0 auto;
    padding: 0;
    width: 100%;
}


.booknowsmall{
    border: 2px solid #ffffff;
    background-color: #ffffff;
    text-decoration: none;
    padding: 1vw 5vw;
    font-size: clamp(0.7rem, 1.5vw, 1.5rem);
    color: rgb(0, 0, 0);
    z-index: 99999;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    border-radius: 10vw;
    margin: auto;
}


@media screen and (min-width: 1200px){
    .booknowsmall{
        padding: 10px 50px;
    }
}
.booknowcontainer{
    text-align: center;
    justify-content: center;
    margin:auto;
    margin-top: 75px;
    padding-bottom: 150px;
}

.booknowsmall:hover{
    background-color: #ac924a00;
    border: 2px solid white;
    color: white;
    transform:scale(1.01);
}

.booknowcontainer2{
    text-align: center;
    justify-content: center;
    margin:auto;
    margin-top: 75px;
    padding-bottom: 150px;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -75%);
}

.details{
    background-color: black;
    height: 100%
}

.gmapscontainer{
    padding-top: 100px;
    width: 100%;
}

.gmapscontainer iframe{
    min-height: 25vh;
    width: 100%;
}

.googlereviews{
    color: white;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    font: arial;
}
.schedulecontainer{
    color: white;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 50%;
    justify-content: center;
    margin: 0 auto;
    font-size: clamp(1rem, 2vw, 4rem);
    padding-top: 50px;
}

.schedulehours{
    text-align: right;
}

.socialtitle{
    color: white; 
    font-size: clamp(1.5rem, 3vw, 4rem);
    text-align: center;
    padding-top: 70px;
}

.line{
    width: 100%;
    height: 2px;
    background-color: white;
    margin-top: 0px;
    margin-bottom: 39px;
}

.socialandcontact{
    display: flex;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    padding-bottom: 100px;
}

.socialicons{
    display: flex;
    gap: 10px;
    justify-self: right;
    padding-right: 60px;
}
.social img{
    width: clamp(50px, 4vw, 100px);
    padding: 0;
    margin-bottom: -7px
}

.social a{
    font-size: clamp(40px, 5vw, 75px);
    justify-content: center;
    margin: auto;
    
}
.socialicons a{
    transition: 500ms;
}
 
.socialicons a:hover{
    transform: scale(1.04);
}

.contact{
    margin:0;
    padding-left: 60px
}

.contact p{
    font-size: clamp(1rem, 2vw, 4rem);
    margin-top: 0;
    margin-bottom: 20px;
}

@media screen and (min-width: 1800px){
    .pagetitlebooknow{
        font-size: clamp(2rem, 2vw, 4rem);
    }

    .booknowsmall{
        padding: 14px 60px;
        font-size: clamp(1rem, 1vw, 1.4rem);
    }

    .booknowdiv{
        height: 500px;
    }

    .booknowdivbg{
        height: 500px;
        filter: blur(10px)
    }

    .gmapscontainer{
        height: 500px;
        margin-bottom: clamp(1vw, 2vw, 3vw)
    }

    .gmapscontainer iframe{
        height: 500px;
    }

}

@media screen and (max-width: 1300px){
    .booknowdivbg{
        background-attachment:inherit
    }

    .pagetitlebooknow{
        font-size: 45px;
    }

    .booknowsmall{
        font-size: 20px;
    }
}

@media screen and (max-width: 850px){
    .schedulecontainer{
        width: 60%;
    }

    .pagetitlebooknow{
        font-size: 35px;
    }

    .booknowdivbg{
        height: 300px;
    }

    .booknowsmall{
        font-size: 15px;
    }
}
@media screen and (max-width: 650px){
    .schedulecontainer{
        width: 80%;
    }
    .socialandcontact{
        flex-direction: column;
        gap: 50px;
        width: 100%;
    }

    .socialicons{
        justify-self: center;
        padding: 0;
    }

    .contact p{
        padding: 0;
        text-align: center;
    }

    .contact{
        padding: 0;
    }

    .pagetitlebooknow{
        font-size: 25px;
    }

    .booknowdivbg{
        height: 250px;
    }
}

@media screen and (max-width: 450px){
    .pagetitlebooknow{
        font-size: 18px;
        top: 35%;
    }

    .booknowdivbg{
        height: 200px;
    }

    .booknowcontainer2{
        top: 85%;
        left: 50%;
        transform: translate(-50%, -75%);
    }
    .booknowsmall{
        font-size: 12px;
    }
}

@media screen and (max-width: 400px){
    .schedulecontainer{
        width: 85%;
    }
}