@font-face {
    font-family: Aclonica;
    src: url('https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/font/Aclonica/Aclonica-Regular.ttf');
}

@font-face {
    font-family: Amarante;
    src: url('https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/font/Amarante/Amarante-Regular.ttf');
}

@font-face {
    font-family: Inter;
    src:url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
}

html {
    overflow: auto;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'Inter';
    color: #000;
    overflow-x: hidden;
}

h1 {
    font-size: 60px;
    line-height: 78px;
    font-weight: 400;
    font-family: 'Amarante';
    color: #000;
}

p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'Inter';
    color: #000;
    margin-bottom: 0;
}

.body-bg-video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
    object-fit: cover;
    mix-blend-mode: screen;
    pointer-events: none;
}


/* HEADER CSS */

    #header {
        position: relative;
        background: #f7f1dd;
        z-index: 9999;
    /* background-image: url(/assets/images/Header.svg); */
    }

    #header:after {
    content: '';
    width: 100%;
    height: 100%;
    max-height: 45px;
    position: absolute;
    bottom: -40px;
    background-image: url(https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/images/Header-shape.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.desktop-header .navbar-nav {
    align-items: center;
    width: 570px;
    flex-direction: row;
}

.header .cus-con {
    padding-bottom: 0;
    justify-content: center;
    
}

.header .nav-link {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #737373 !important;
    padding: 0 18px !important;
}
.header .nav-link.active {
    color: #F80A0A !important;
}
.header .navbar-brand {
    margin-right: 0;
    padding: 0;
}

.header .navbar-brand img {
    max-height: 100px;
}

.header #navbarNav {
    gap: 160px;
    display: flex;
    justify-content: space-between;
    padding: 12px 130px 0;
}
.responsive-header .navbar-toggler {
        display: block;
        padding: 0;
        border: 0;
    }
    .menu-icon {
        width: 30px;
        height: 30px;
        margin: auto;
        display: flex;
        position: relative;
        flex-direction: column;
        transition: 0.4s cubic-bezier(0, 0, 0, 1);
    }
    .menu-line {
        background-color: #000;
        height: 2px;
        width: 100%;
        border-radius: 2px;
        transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    .menu-line.menu-line-2 {
        width: 80%;
        margin-left: auto;
    }
    .menu-line.menu-line-3, .menu-line.menu-line-1 {
        margin: auto;
    }
    
.invite-santa-dropdown {
    position: relative;
}

.two-column-dropdown {
    width: 820px;
    padding: 44px;
    border: 0;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.desktop-header .navbar-nav .nav-item {
    padding: 30px 0;
    outline: none;
}
.dropdown-columns {
   display: grid;
    grid-template-columns: auto auto;
    /*gap: 55px;*/
}

/* Show dropdown on hover */
.invite-santa-dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    transition: all 0.3s ease;
}

.dropdown-header {
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    font-family: 'Inter';
    color: #737373;
    margin-bottom: 42px;
}
.dropdown-toggle::after{
    display:none;
}
.dropdown-menu.show, .invite-santa-dropdown:hover .dropdown-menu {
    top: 90px;
        left: -120px;
    position: absolute;
}

.dropdown-column.dropdown-column1 {
       width: 420px;
    border-right: 1px solid #E5E5E5;
    padding-right: 30px;
}
.dropdown-column2 {
    max-width: 278px;
}
.dropdown-column a {
    padding: 12px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    font-family: 'Inter';
    text-wrap: auto;
    display: flex;
    align-items: center;
    transition: .3s ease-in-out;
    border-radius: 20px;
}
.dropdown-column a:hover, .dropdown-item.active, .dropdown-item:active {
    background: #FFDEDE;
    color: #212529;
}
.dropdown-column a:hover span, .dropdown-column .active span{
    background: #D10404;
}
.dropdown-column a img, .dropdown-column .active img {
    filter: invert(1);
}
.dropdown-column a:hover span img, .dropdown-column .active span img {
    filter: invert(0);
}
.dropdown-column a span {
    background: #e5e5e5;
    padding: 10px 12px 12px;
    border-radius: 50px;
    margin-right: 20px;
}
/* BANNER CSS */

.banner {
    position: relative;
    /*top: -50px;*/
    z-index: -1;
}

.banner:after {
    content: '';
    width: 100%;
    height: 100%;
    max-height: 200px;
    position: absolute;
    bottom: -30px;
    background-image: url(https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/images/banner-shape.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    left: 0;
    right: 0;
}

.banner video {
    width: 100%;
    height: 100%;
    max-height: 950px;
}

.banner-content {
    position: absolute;
    top: 70%;
    left: 0;
    transform: translate(12%, 0%);
}

.banner-content h1 {
    font-size: 70px;
    color: #fff;
    text-align: center;
    font-family: Great Vibes;
    margin-bottom:0;
}

.town-rightbox {
    position: relative;
    overflow: hidden;
    padding-left: 70px;
}

.town-rightbox img {
    width: 100%;
    height: auto;
    display: block;
}

.town-rightbox .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 120%;
    object-fit: cover;
    z-index: 2;
    mix-blend-mode: screen;
    pointer-events: none;
}

.home-sec2 {
    position: relative;
    padding-top: 60px;
}

.home-sec2::before {
    content: "";
    position: absolute;
    top: 54px;
    right: 0;
    width: 150px;
    height: 150px;
    background: url(https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/images/frame_1x.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transform: translateY(95px);
    opacity: 0;
    transition: all 0.8s ease-out;
    z-index: 5;
}

.home-sec2.show-pseudo::before {
    transform: translateY(-95px);
    opacity: 1;
}

.home-sec3 {
    padding-top: 200px;
    position: relative;
}

.image2.from-right {
    position: absolute;
    top: -10px;
    right: 0;
    width: 450px;
    height: 180px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
}

.image3.from-left {
    position: absolute;
    top: -10px;
    left: 0;
    width: 410px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
}

.image4.from-left {
    position: absolute;
    bottom: -110px;
    left: 0px;
    width: 160px;
    height: 377px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
}

.image5.from-right {
    position: absolute;
    bottom: 120px;
    right: 0px;
    width: 410px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
    /* transform: rotate(180deg); */
}

.magic-content {
  position: relative;
  overflow: hidden;
  padding: 200px 0px;
}
.magic-content .magic-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*object-fit: cover; */
  z-index: 0;
}

.magic-content > div {
  position: relative;
  z-index: 1;
}

.magic-content-box h1,
.magic-content-box p {
    color: #fff;
}

.magic-content-box h1 {
    margin-top: 45px;
}

.magic-content .bg-sparkle-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40%;
    transform: translate(-50%, 20%);
    object-fit: cover;
    z-index: 2;
    mix-blend-mode: screen;
    pointer-events: none;
}

.magic-content-box {
    position: relative;
    z-index: 3;
}

.home-sec4 {
    background-image: url(https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/images/Frame.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 120px 0;
    position: relative;
    padding: 250px 0;
}

.home-sec4:before {
    content: '';
    width: 100%;
    height: 100%;
    max-height: 240px;
    background-image: url(https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/images/bottomvector.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    position: absolute;
    top: -20px;
}

.home-sec4:after {
    content: '';
    width: 100%;
    height: 100%;
    max-height: 223px;
    background-image: url(https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/images/head-vec.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%;
    position: absolute;
    bottom: -30px;
}

.home-sec4 .bg-sparkle-video {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 100%;
    height: 30%;
    transform: translate(-50%, 20%);
    object-fit: cover;
    z-index: 2;
    mix-blend-mode: screen;
    pointer-events: none;
}

.meet-right img {
    max-width: 530px;
}

.meet-right {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.home-sec4 .bg-sparkle-video {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 100%;
    height: 30%;
    transform: translate(-50%, 20%);
    object-fit: cover;
    z-index: 2;
    mix-blend-mode: color-dodge;
    pointer-events: none;
}

.meet-right .bg-video {
    position: absolute;
    top: -20px;
    left: 40px;
    width: 80%;
    height: 80%;
    object-fit: cover;
    z-index: 2;
    mix-blend-mode: lighten;
    pointer-events: none;
}

.cus-row {
    position: relative;
}

.image6.from-left {
    position: absolute;
    top: -330px;
    left: -304px;
    width: 315px;
    height: 315px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
}

.image7.from-right {
    position: absolute;
    bottom: -140px;
    right: -275px;
    width: 290px;
    height: 232px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
}

.image8.from-left {
    position: absolute;
    bottom: -30px;
    left: -190px;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
}

.holiday-content h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    font-family: 'Inter';
    text-align: center;
    padding: 25px 0;
    margin-bottom: 0;
}

.holiday-content p {
    text-align: center;
    margin-bottom: 0;
}

.holiday-head p {
    margin-bottom: 120px;
}

.photo1 {
    transform: rotate(-3deg);
    transition: .5s all;
}

.holiday-box:hover .photo1 {
    transform: rotate(0deg);
}

.photo2 {
    transform: rotate(3deg);
    transition: .5s all;
}

.holiday-box:hover .photo2 {
    transform: rotate(0deg);
}

.home-sec6 {
    width: 100%;
    padding-bottom: 150px;
    background-image: url(https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/images/frame_1244831424.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin: 170px 0;
}

.home-sec6:after {
    content: '';
    width: 100%;
    height: 100%;
    max-height: 170px;
    background-image: url(https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/images/frame_1244831422.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: -80px;
}

.home-sec6:before {
    content: '';
    width: 100%;
    height: 100%;
    max-height: 170px;
    background-image: url(https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/images/frame_1244831422.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: -90px;
    z-index: 9;
}

.santa-gifts h1 {
    color: #fff;
    margin-bottom: 0;
}

.second-para {
    padding: 24px 0;
}

.santa-top-image {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    text-align: center;
}


/* .santa-top-image:before {
    content: '';
    width: 550px;
    height: 460px;
    background-image: url(/assets/images/frame_146.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%;
    position: absolute;
    top: -100px;
    left: -220px;
} */

.image9.from-left {
    position: absolute;
    top: -100px;
    left: -220px;
    width: 550px;
    height: 460px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
}


/* .santa-top-image:after {
    content: '';
    width: 520px;
    height: 400px;
    background-image: url(/assets/images/frame_147.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    position: absolute;
    top: -100px;
    right: -150px;
} */

.image10.from-right {
    position: absolute;
    top: -100px;
    right: -150px;
    width: 520px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
}

.santa-top-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 350px;
}

.santa-gifts:before {
    content: '';
    width: 100%;
    height: 100%;
    max-width: 120px;
    max-height: 120px;
    background-image: url(https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/images/aa.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%;
    position: absolute;
    top: 50%;
    right: -200px;
    z-index: 9;
}

.santa-gifts:after {
    content: '';
    width: 100%;
    height: 100%;
    max-width: 120px;
    max-height: 120px;
    background-image: url(https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/images/group.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%;
    position: absolute;
    top: 50%;
    left: -200px;
    z-index: 9;
}

.form-sec {
    position: relative;
  overflow: hidden;
  padding: 130px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.form-sec .form-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*object-fit: contain; */
  z-index: 0;
}

.form-sec > div {
  position: relative;
  z-index: 1;
}

.form-group.form-fields {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    margin-bottom: 20px;
}

.home-form-left,
.home-form-right {
    width: 600px;
}

.home-form-details h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    font-family: 'Inter';
    margin-bottom: 40px;
}

.home-form-details h1 {
    color: #D10404;
    margin-bottom: 40px;
}

.home-form-details ul {
    padding-left: 0;
    margin-bottom: 0;
}

.home-form-details ul li {
    list-style: none;
}

.home-form-details ul li {
    list-style: none;
    font-size: 24px;
    line-height: 38px;
    font-weight: 400;
    font-family: 'Inter';
}

.form-para {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'Inter';
    padding: 50px 0 70px;
}

.form-head {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    font-family: 'Inter';
}

.form-horizontal input {
    background: #fff;
    border: 1px solid #D4D4D4;
    height: 60px;
    border-radius: 40px;
   font-size: 16px;
    font-weight: 400;
    color: #A3A3A3;
    font-family: 'Inter';
    text-transform: capitalize;
    color: #737373;
    padding: 16px 25px;
}

.send-button {
    width: 100%;
    background: #D10404;
    border: 0;
    color: #fff;
    height: 60px;
    border-radius: 50px;
    margin-top: 54px;
}

.home-form-left {
    padding-left: 30px;
}

.home-form-right {
    padding-right: 30px;
}

.home-sec6 .cus-container {
    position: relative;
}


/* .home-sec6 .cus-container::after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/screenshot_2025_04_09_at_3_11_36_pm_1_1x.webp);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: contain;
    position: absolute;
    bottom: -120px;
    right: -110px;
    max-width: 200px;
    max-height: 290px;
    transform: translateX(100px);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out;
}

.home-sec6.animate::after {
    transform: translateX(0);
    opacity: 1;
} */

.scroll-image {
    position: absolute;
    bottom: -120px;
    width: 200px;
    height: 290px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out;
}

.scroll-image.from-right {
    right: -110px;
    transform: translateX(100px);
    /* Start off to the right */
}

.scroll-image.from-left {
    left: -110px;
    transform: translateX(-100px);
    /* Start off to the left */
}

.scroll-image.animate {
    transform: translateX(0);
    opacity: 1;
}

.home-sec6 .bg-sparkle-video {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 100%;
    height: 20%;
    transform: translate(-50%, 100%);
    object-fit: cover;
    z-index: 0;
    mix-blend-mode: screen;
    pointer-events: none;
}

.home-sec7 {
    padding: 120px 0 60px;
    position: relative;
}

.timer {
    background-image: url(https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/images/timer.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.timer ul {
    display: flex;
    justify-content: center;
    gap: 100px;
    align-items: center;
    margin-bottom: 0;
    padding: 110px 0 0;
}

.timer ul li {
    list-style: none;
}

.timer ul li {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'Inter';
    color: #fff;
    position: relative;
}

.timer ul li span {
    font-size: 102px;
    line-height: 120px;
    font-weight: 400;
    font-family: Aclonica;
    color: #fff;
}

.timer ul li:after {
    content: ':';
    width: 100%;
    height: 100%;
    color: #fff;
    position: absolute;
    top: 5%;
    left: -70px;
    font-size: 102px;
    line-height: 120px;
    font-weight: 400;
    font-family: Aclonica;
}

.timer ul li:first-child:after {
    display: none;
}

.timer-title h1 {
    text-align: center;
    margin-bottom: -50px;
}

.timer-btm-sec {
    text-align: center;
    /*margin-top: -50px;*/
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
}

.image1 {
    position: absolute;
    right: 0;
        top: -160px;
    z-index: -1;
    width: 120px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
}

.image11.from-top {
   position: absolute;
    top: -160px;
    left: 0;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
    z-index: -1;
}


/* Directions */

.from-top {
    transform: translateY(-100px);
    top: -160px;
}

.from-bottom {
    transform: translateY(100px);
    bottom: 0;
}

.from-right {
    transform: translateX(100px);
    right: 0;
}

.from-left {
    transform: translateX(-100px);
    left: 0;
}


/* Animate when in view */

.animate {
    transform: translate(0, 0);
    opacity: 1;
}

.home-sec8 {
    padding: 0px 0 40px;
    position: relative;
}

.image12.from-left {
    position: absolute;
    top: 54px;
    left: -16px;
    width: 400px;
    height: 180px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
}

 .home-sec8 .image13 {
    position: absolute;
    top: 470px;
    right: 0;
    width: 200px;
    height: 180px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
}

.home-sec8 .image14 {
    position: absolute;
    bottom: 215px;
    left: 40px;
    width: 157px;
    height: 165px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
}

.home-sec8 .image15 {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 273px;
    height: 188px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
}
.travel {
    text-align: center;
}
.travel-content {
    text-align: center;
    max-width: 1296px;
    margin: 0 auto;
}

.travel-content h1 {
    margin-top: 50px;
    margin-bottom: 20px;
}

.footer {
    background-image: url(https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/images/footer-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    width: 100%;
    height: 100%;
    padding: 120px 0 30px;
}

.footer-logo {
    text-align: right;
}

.footer-left {
    max-width: 415px;
    padding: 20px 0;
}

.footer-right {
    max-width: 413px;
    text-align: center;
    margin-left: auto;
    padding-left: 63px;
}

.footer-left p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Inter';
    color: #fff;
    padding-bottom: 24px;
}

.ftr-social-links {
    padding-left: 0;
    display: flex;
    gap: 30px;
    align-items: center;
}

.ftr-social-links li {
    list-style: none;
}

.footer-right h1 {
    color: #fff;
    margin-bottom: 10px;
}

.btm-ftr {
    margin-top: 85px;
}

.footer-right h2 a {
    text-decoration: none;
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    font-family: 'Inter';
}

.footer-right p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Inter';
    color: #fff;
}

.footer-right p a {
    text-decoration: none;
    color: #fff;
}

.footer-right h2 {
    margin-bottom: 18px;
}
.holiday-photo .bg-video {
    position: absolute;
    top: -13px;
    right: -40px;
    width: 30%;
    height: 30%;
    object-fit: cover;
    z-index: 2;
    mix-blend-mode: screen;
    pointer-events: none;
}
.holiday-photo {
    position: relative;
    overflow: hidden;
    background: #fff;
}

/* BOOKING FORM PAGE CSS*/

.bookingform-bnr .banner-content {
    top: 40%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 70%;
}
.booking-box {
    text-align: center;
}
.banner.bookingform-bnr {
    top: 0;
}
.bfimage.from-top {
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 772px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
}
.bookingform-bnr .bg-sparkle-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40%;
    transform: translate(-50%, 20%);
    object-fit: cover;
    z-index: 2;
    mix-blend-mode: screen;
    pointer-events: none;
}
.bookingform-sec2 {
    position: relative;
    padding: 70px 0 70px;
}
.bookingform-sec2 .image1.from-top {
    top: -38px;
}
.bookingform-sec2 .image11.from-top {
    top: -35px;
}
.booking-box h1 {
    margin-bottom: 28px;
}
.booking-box {
    margin-bottom: 32px;
}
.booking-box h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    font-family: 'Inter';
    margin-bottom: 28px;
}

.booking-box ul {
    padding-left: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 32px;
}
.booking-box ul {
    padding-left: 0;
    display: flex;
    gap: 100px;
    align-items: center;
    margin-bottom: 32px;
    justify-content: center;
}
.booking-box ul li {
    list-style: none;
}
.booking-box ul li a {
    display: flex;
    gap: 32px;
    align-items: center;
    text-decoration: none;
    color: #000;
}
.bookingform-sec3{
   position:relative; 
}
.bookingform-sec3 .image7.from-left {
    position: absolute;
    bottom: -60px;
    left: -100px;
    width: 290px;
    height: 234px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
    z-index: -1;
}
.bookingform-sec3 .image6.from-right {
    position: absolute;
    top: -150px;
    right: -95px;
    width: 240px;
    height: 240px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
    z-index: -1;
}
.bookingform-sec6 {
    margin-bottom: 100px;
}
.bookingform-sec4 {
    position: relative;
    padding: 120px 0 50px;
}
.booking-form-box {
    max-width: 1200px;
    margin: 0 auto;
}
.booking-form-box h1 {
    margin-bottom: 44px;
}
.contact-information .input-fields {
    margin-bottom: 32px;
}
.contact-information .form-group.form-fields {
    row-gap: 0;
    margin-bottom: 0;
}
.contact-information .input-fields label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Inter';
    color:#000;
    margin-bottom: 4px;
}
.contact-information .input-fields label span {
    color: #ED2F2F;
    padding-left: 2px;
}
.contact-information .input-fields input, .contact-information .input-fields select, .contact-information .input-fields textarea {
    padding: 16px 25px;
    height: 60px;
    border-radius: 30px;
    background: #F5F5F5;
    border: 1px solid #D4D4D4;
    font-size: 16px;
    font-weight: 400;
    color: #A3A3A3;
    font-family: 'Inter';
}
.input-fields.cust-fields {
    display: flex;
    flex-direction: column;
}
.contact-information .input-fields input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #A3A3A3;
    font-family: 'Inter';
}
label.cust-label {
    margin-bottom: 24px;
}
.contact-information .time-box .cust-fields select {
    width: 174px;
}
.time-box {
    gap: 32px;
}
.time-box .input-fields.cust-fields {
    margin-bottom: 0;
}
.contact-information .input-fields.cust-textarea textarea {
    height: 160px;
}
.contact-information .input-fields p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Inter';
    color: #737373;
}
.event-head {
    margin-top: 90px;
}
.contact-information .input-fields.cust-textarea {
    margin-bottom: 0;
}
.contact-information .send-button {
    max-width: 360px;
}
.cust-label.cus-am-pm {
    color: #ffffff !important;
}

/* WE BELIEVE PAGE CSS */

.webelieve-bnr .banner-content {
    top: 30%;
    left: 10%;
    /*transform: translate(-50%, 0%);*/
    max-width: 588px;
    text-align: left;
   opacity: 0;
    transform: translateX(-100px); /* Move left */
    transition: all 0.8s ease-out;
}



.webelieve-bnr .banner-content.animate-in {
    opacity: 1;
    transform: translateX(0);
}


.wbimage.from-bottom {
        position: absolute;
    top: 200px;
    right: -30px;
    width: 100%;
    max-width: 1080px;
    height: 100%;
    /*max-height: 700px;*/
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
}
.webelieve-bnr .banner-content h1 {
    text-align: left;
}
.webelieve-bnr .banner-content p {
    color: #fff;
}
.webelieve-bnr {
    top: 0;
    /*overflow:hidden;*/
}
.webelieve-bnr .image9.from-left {
    position: absolute;
    top: 490px;
    left: -165px;
    width: 520px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
}
.webelieve-bnr .image10.from-right {
    position: absolute;
    position: absolute;
    top: 490px;
    right: -180px;
    width: 520px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
    
}
/*.banner.webelieve-bnr:after {*/
/*    bottom: -35px;*/
/*}*/

.webelieve-bnr .bg-sparkle-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40%;
    transform: translate(-50%, 20%);
    object-fit: cover;
    z-index: 2;
    mix-blend-mode: screen;
    pointer-events: none;
}  
.webelieve-sec2 {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}
.webelieve-sec2 .image1 {
    position: absolute;
    right: 0;
    top: -24px;
    z-index: -1;
    width: 120px;
    height: 228px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
}
.webelieve-sec2 .image11 {
    position: absolute;
    top: -25px;
    left: 0;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
    z-index: -1;
}
.believe-leftbox {
    position: relative;
}
.believe-rightbox {
    padding-left: 70px;
}
.believe-leftbox img {
    width: 100%;
    height: auto;
    display: block;
}
.believe-leftbox .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    mix-blend-mode: lighten;
    pointer-events: none;
}

.scroll-animate {
    opacity: 0;
    transition: all 0.8s ease-out;
}

.scroll-animate.from-left {
    transform: translateX(-100px);
}

.scroll-animate.from-right {
    transform: translateX(100px);
}

.scroll-animate.from-bottom {
    transform: translateY(100px);
}

.scroll-animate.animate-in {
    opacity: 1;
    transform: translate(0, 0);
}

.webelieve-sec2 .image3.from-left {
    position: absolute;
    top: 660px;
    left: 0;
    width: 410px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
}
.webelieve-sec3{
        margin-top: 50px;
}
.webelieve-sec4 {
    position: relative;
    padding: 0px 0 120px;
}
.believe-content {
    text-align: center;
    margin-top: 45px;
}
.webelieve-sec4 .image13 {
    position: absolute;
    top: -50px;
    left: -70px;
    width: 200px;
    height: 180px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
}
.webelieve-sec4 .image12.from-left {
    position: absolute;
        top: 1030px;
    left: 40px;
    width: 450px;
    height: 180px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
}
.webelieve-sec4 .image7.from-right {
    position: absolute;
    bottom: 270px;
    right: -25px;
    width: 290px;
    height: 232px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
}
.webelieve-sec5 {
    width: 100%;
    background-image: url(https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/images/21.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 160px 0;
        margin-top: 140px;
}
.webelieve-sec5:before {
    content: '';
    width: 100%;
    height: 100%;
    max-height: 170px;
    background-image: url(https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/images/frame_1244831422.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: -90px;
    z-index: 9;
}
.webelieve-sec5:after {
    content: '';
    width: 100%;
    height: 100%;
    max-height: 170px;
    background-image: url(https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/images/frame_1244831422.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: -80px;
}
.webelieve-sec6 {
    position:relative;
    padding: 120px 0 0;
}
.webelieve-sec6 .image11.from-top {
    position: absolute;
    top: 25px;
    left: -16px;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
    z-index: -1;
    }
    .webelieve-rightbox {
        position: relative;
    }
    .webelieve-rightbox img {
        width: 100%;
        height: auto;
        display: block;
    }
    .webelieve-rightbox .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    mix-blend-mode: lighten;
    pointer-events: none;
    }
    .webelieve-leftbox ul li {
        font-size: 24px;
        line-height: 32px;
        font-weight: 400;
        font-family: 'Inter';
        color: #000;
    }
    .webelieve-leftbox ul {
        margin: 20px 0;
    }
    .webelieve-leftbox {
        padding-right: 70px;
    }
    .webelieve-sec6 .image7 {
        position: absolute;
        bottom: -10px;
        right: -60px;
        width: 156px;
        height: 377px;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 1;
        transition: transform 1s ease-out, opacity 1s ease-out;
    }
    .webelieve-sec7 {
        margin-bottom: 100px;
    }
    .webelieve-bnr img {
        height: 100%;
        min-height: 955px;
    }
    
    /* TIPS FOR A GREAT VISIT CSS */
    
    .tips-bnr {
        top: 0;
    }
    .tips-bnr .bg-sparkle-video, .home-visit-bnr .bg-sparkle-video, .rates-bnr .bg-sparkle-video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 40%;
        transform: translate(-50%, 20%);
        object-fit: cover;
        z-index: 2;
        mix-blend-mode: screen;
        pointer-events: none;
    }
    .tips-bnr .banner-content {
        top: 30%;
        left: 50%;
        transform: translate(-50%, 0%);
        width: 40%;
        text-align: center;
    }
    .tips-bnr .banner-content p {
        color: #fff;
    }
    .tips-sec1 .booking-box {
        max-width: 800px;
        margin: 0 auto;
    }
    .tips-sec1 .booking-box .tips-para {
        max-width: 600px;
        margin: 0 auto;
    }
    .tips-image {
        margin: 70px 0;
    }
    .great-visit-image {
        margin-bottom: 72px;
        text-align: center;
    }
    .great-visit-content {
        max-width: 1152px;
        margin: 0 auto;
    }
    .content-box2, .content-box4, .content-box6, .content-box8, .content-box10, .content-box12, .content-box14, .content-box16, .content-box18, .content-box20, .content-box22, .content-box24, .content-box26, .content-box28, .content-box30, .content-box32, .content-box34, .content-box36, .content-box38, .content-box40 {
        margin: 72px auto;
    }
    .great-visit-content h2 {
        font-size: 30px;
        line-height: 36px;
        font-weight: 600;
        font-family: 'Inter';
        margin-bottom: 20px;
    }
    .great-visit-content h2 span, .great-visit-content p span, .booking-box p span {
        color: #D10404;
    }
    .great-visit-content ul {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 0;
    }
    .great-visit-content ul li {
        font-size: 24px;
        line-height: 32px;
        font-weight: 400;
        font-family: 'Inter';
        color: #000;
        margin-bottom: 0;
        list-style: none;
    }
    .tips-sec1 .image6.from-right {
        position: absolute;
        bottom: -90px;
        right: -116px;
        width: 240px;
        height: 240px;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 1;
        transition: transform 1s ease-out, opacity 1s ease-out;
    }
    .tips-sec2 .image6.from-right {
        position: absolute;
        top: 1280px;
        right: -66px;
        width: 160px;
        height: 377px;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 1;
        transition: transform 1s ease-out, opacity 1s ease-out;
    }
    .tips-sec2 {
        position: relative;
    }
    .tips-sec2 .image7.from-left {
        position: absolute;
        top: 460px;
        left: -120px;
        width: 290px;
        height: 232px;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 1;
        transition: transform 1s ease-out, opacity 1s ease-out;
    }
    .content-box40 {
        margin-bottom: 0;
        text-align: center;
    }
   
    .tips-sec2 .image3.from-left {
        position: absolute;
        top: 2770px;
        left: 0;
        width: 410px;
        height: 250px;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 1;
        transition: transform 1s ease-out, opacity 1s ease-out;
    }
    .tips-sec2 .image13.from-left {
        position: absolute;
        bottom: 1300px;
        left: -50px;
        width: 170px;
        height: 150px;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 1;
        transition: transform 1s ease-out, opacity 1s ease-out;
    }
    .tips-sec2 .animate-image1.from-right {
        position: absolute;
        bottom: 2190px;
        right: 0px;
        width: 172px;
        height: 172px;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 1;
        transition: transform 1s ease-out, opacity 1s ease-out;
    }
    .tips-sec2  .animate-image.from-left {
        position: absolute;
        bottom: 3120px;
        left: -30px;
        width: 200px;
        height: 200px;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 1;
        transition: transform 1s ease-out, opacity 1s ease-out;
    }

    /* INVITE SANTA TO VISIT PAGE CSS */
    
 
    .video-container {
        position: relative;
        width: 100%;
    }
        
    .background-frame {
        position: absolute;
        top:0;
        left:0;
        width: 100%;
        height: 100%;
        padding: 0px;
        background-image: url(https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/images/9.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 9;
        pointer-events: none;
    }
        
    .video-box {
        position: relative;
        width: 100%;
        z-index: 1;
        padding: 50px 50px;
        height: 900px;
    }
        
        .video-box iframe {
          width: 100%;
          height: 100%;
          border: none;
          display: block;
        }



    .invite-sec2 {
      background: #F7F1DD;
      padding: 42px 0;
    }
    
    .marquee {
      width: 100%;
      overflow: hidden;
      position: relative;
    }
    
    .marquee-inner {
      display: flex;
      gap: 72px;
      animation: marqueeLeft 20s linear infinite;
    }
    
    .marquee-content {
      display: flex;
      gap: 72px;
      align-items: center;
      white-space: nowrap;
    }
    
    .marquee-content img,
    .marquee-content p {
      display: inline-block;
      vertical-align: middle;
    }
    
    .marquee p {
      font-size: 30px;
      line-height: 36px;
      font-weight: 600;
      font-family: 'Inter', sans-serif;
    }
    
    @keyframes marqueeLeft {
      0% {
        transform: translateX(0%);
      }
      100% {
        transform: translateX(-50%);
      }
    }
    .invite-sec3 {
        padding: 120px 0;
        position:relative;
    }
    .btm-holidaybox {
        justify-content: center;
    }
    .holiday-btn {
        color: red;
        text-decoration: none;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        font-family: 'Inter';
        background: #fff;
        padding: 15px 25px;
        border-radius: 50px;
        display:none;
    }
    .holiday-box{
        position:relative;
    }
    .invite-sec3 .holiday-box:hover a {
        display: block;
        position: absolute;
        top: 32%;
        left: 35%;
        z-index:9;
    }


    .invite-sec3 .holiday-photo {
        position: relative;
        overflow: hidden;
        height: 440px;
    }
    
    .invite-sec3 .holiday-img {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        transition: background-image 0.3s ease;
         position: relative;
        z-index: 1;
    }
    .invite-sec3 .photo1 .holiday-img {
       background-image: url('https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/images/ChristmasinJuly.webp');
    }
    .invite-sec3 .photo2 .holiday-img {
       background-image: url('https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/images/home-visit.webp');
    }
    .invite-sec3 .photo3 .holiday-img {
       background-image: url('https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/images/CountryClubs,Restaurants,&CorporateParties.webp');;
    }
    .invite-sec3 .photo4 .holiday-img {
       background-image: url('https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/images/CommunityCelebrations.webp');
    }
    .invite-sec3 .photo5 .holiday-img {
       background-image: url('https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/images/Internationaltrips.webp');
    }
    
    /* Hover image changes */
    .invite-sec3 .holiday-box:hover .photo1 .holiday-img {
        background-image: url('https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/images/ChristmasinJuly2.webp');
    }
    
    .invite-sec3 .holiday-box:hover .photo2 .holiday-img{
        background-image: url('https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/images/24blur.webp');
    }
    
    .invite-sec3 .holiday-box:hover .photo3 .holiday-img {
        background-image: url('https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/images/CountryClubs,Restaurants,&CorporateParties2.webp');
    }
    
    .invite-sec3 .holiday-box:hover .photo4 .holiday-img {
        background-image: url('https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/images/CommunityCelebrations2.webp');
    }
    
    .invite-sec3 .holiday-box:hover .photo5 .holiday-img {
        background-image: url('https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/images/Internationaltrips2.webp');
    }
    
    .invite-sec3 .image2.from-right {
        position: absolute;
        top: 80px;
        right: -50px;
        width: 450px;
        height: 180px;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 1;
        transition: transform 1s ease-out, opacity 1s ease-out;
    }
    .invite-sec3 .image3.from-left{
        position: absolute;
        top: -10px;
        left: 0px;
        width: 410px;
        height: 250px;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 1;
        transition: transform 1s ease-out, opacity 1s ease-out;
    }
    .invite-sec3 .image6.from-left {
        position: absolute;
        top: 620px;
        left: -304px;
        width: 315px;
        height: 315px;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 1;
        transition: transform 1s ease-out, opacity 1s ease-out;
    }
    .invite-sec3 .image7.from-right {
        position: absolute;
        bottom: -140px;
        right: -275px;
        width: 290px;
        height: 232px;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 1;
        transition: transform 1s ease-out, opacity 1s ease-out;
    }
    .invite-sec3 .invite-animate.from-left {
    position: absolute;
    bottom: 140px;
    right: 0;
    width: 150px;
    height: 370px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
    }
    .invite-sec3 .image8.from-right {
    position: absolute;
    bottom: 420px;
    right: -47px;
    width: 200px;
    height: 220px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
    }
    .home-sec4.invite-sec4 {
    margin-top: 0;
     margin-bottom: 100px;
    background-image: url(https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/images/18.webp);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    position: relative;
    padding: 370px 0;
}
    .invite-content {
        text-align: center;
    }
    .invite-btn a {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        font-family: 'Inter';
        text-decoration: none;
        padding: 16px 0px;
        border-radius: 50px;
        color: #D10404;
        border: 1px solid #D10404;
        width: 200px;
    }
    .invite-btn {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 50px;
}
    .booking-btn {
        background: #D10404;
        color: #fff !important;
    }
    .home-sec4.invite-sec4:after {
        bottom: 0;
    }
    .invite-sec5 {
        margin-bottom: 60px;
    margin-top: 0;
    }

/* HOME VISIT PAGE CSS */
.home-visit-bnr{
    top:0;
}
.home-visit-bnr .banner-content {
    top: 30%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 50%;
    text-align: center;
}
.banner-content p {
    color: #fff;
}
.home-visit-sec1 {
    position:relative;
}
.home-visit-bnr:after, .tips-bnr:after, .webelieve-bnr:after {
    content: '';
    width: 100%;
    height: 100%;
    max-height: 200px;
    position: absolute;
    bottom: -30px;
    background-image: url(https://santapeteandmrsclaus.com/wp-content/themes/santapete/assets/images/03.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    left: 0;
    right: 0;
}
.home-visit-sec1 .image1 {
    position: absolute;
    right: 0;
    top: -40px;
    z-index: -1;
    width: 120px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
}
.home-visit-sec1 .image11 {
    position: absolute;
    top: -40px;
    left: 0;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
    z-index: -1;
}
.home-visit-sec2 {
    padding: 120px 0;
    position:relative;
}
.home-visit-sec2 .magic-content-box h1 {
    max-width: 616px;
    margin: 0 auto;
}
.home-visit-sec2 .magic-content {
    max-width: 1098px;
    width: 100%;
    position: relative;
    min-height: 690px; 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    
}
.home-visit-sec2 .magic-content-box ul {
        max-width: 490px;
    margin: 0 auto;
    text-align: left;
    padding-top: 10px;
}
.home-visit-content .invite-btn {
    justify-content: flex-start;
}
.home-visit-content .invite-btn a{
    text-align:center;
}
.home-visit-btm-content {
    max-width: 1276px;
    margin: 0 auto;
    text-align: center;
}
.home-visit-sec4 {
    padding: 0px 0 150px;
    position:relative;
}
.home-visit-btm-content p {
    margin-bottom: 30px;
}
.home-visit-btm-content p a {
    text-decoration: none;
    color: #D10404;
}
.home-visit-sec1 .image6.from-left {
    position: absolute;
    top: 675px;
    left: -60px;
    width: 240px;
    height: 180px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
    z-index: -1;
}
.home-visit-star {
    position: absolute;
    top: 10px;
    right: 0;
    width: 180px;
    height: 180px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transform: translateX(150px); 
    transition: transform 1s ease-out, opacity 1s ease-out;
    z-index: 0;
}

.home-visit-star.animate {
    transform: translateX(88px); /* Animate into place from right */
    opacity: 1;
}
.invite-sec4 .meet-right img {
    max-width: 100%;
}
.invite-sec4 .meet-right .bg-video {
    position: absolute;
    top: 0;
    left: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    mix-blend-mode: lighten;
    pointer-events: none;
}
.home-visit-sec1 .home-visit-left .bg-video {
    position: absolute;
    top: -40px;
    left: -20px;
    width: 110%;
    height: 110%;
    object-fit: cover;
    z-index: 2;
    mix-blend-mode: screen;
    pointer-events: none;
}
.home-visit-photo img {
    width: 100%;
    height: auto;
    display: block;
}
.home-visit-left {
    position: relative;
    overflow: hidden;

}
.home-visit-sec2 .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 2;
    mix-blend-mode: screen;
    pointer-events: none;
}
.home-visit-sec4 .image13 {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 170px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
}
.home-visit-sec4 .animate-image {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
}
.home-visit-second-row{
    margin-top:70px;
}
.home-sec3 .image5 {
    bottom: 772px;
    width: 315px;
}

.send-button p, .send-button {
  position: relative;
  display: flex;
    align-items: center;
    justify-content: center;
}
.send-button p input {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 24px;
}
.send-button .loading-gif img {
  width: 300px;
  height: 300px;
  vertical-align: middle;
}
.loading-gif {
    display: none;
}
.send-button.click .loading-gif {
    display: block;
    position: absolute;
}
.responsive-header {
        display: none;
    }
    
    
    
.responsive-header .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.responsive-header .dropdown-submenu {
  position: relative;
}

.responsive-header .dropdown-submenu > ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1000;
  background: #fff;
  padding: 10px;
  min-width: 220px;
  border: 1px solid #ccc;
}

.responsive-header .dropdown-submenu:hover > ul {
  display: block;
}

.responsive-header .dropdown-submenu > a::after {
  content: " ▸";
  float: right;
}

/* RATES PAGE CSS */

.rates-bnr {
    top: 0;
    overflow: hidden;
}
.rates-bnr .banner-content {
    top: 30%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 50%;
    text-align: center;
}
.rates-head {
    text-align: center;
}
.rates-sec1 .image1{
    height: 230px;
    top: -58px;
}
.rates-sec1 {
    position: relative;
    padding-top: 20px;
}
.rates-sec1 .image11{
    left: -25px;
    top: -40px;
}
.rates-image {
    margin-top: 70px;
}

.rates-sec2 {
    position: relative;
    padding: 120px 0 70px;
    text-align: center;
}
.rates-info, .rates-info-details {
    text-align: center;
}
.rates-sec2 .home-visit-star{
    top: 400px;
    right: 100px;
    width: 170px;
    height: 150px;
}
.travel-time-details {
    max-width: 732px;
    margin: 0 auto;
    position:relative;
   padding: 100px;
}

.travel-time-details img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.travel-time-details p {
    margin-bottom: 20px;
}
.travel-time-details p:last-child {
    margin-bottom: 0;
}
.travel-time-details p span {
    color: #D10404;
    font-weight: 600;
}
.travel-time {
    margin: 70px 0;
    text-align: center;
}
.rates-sec2 .image4 {
    height: 200px;
    width: 200px;
    bottom: 30px;
}
.santa-visit-box {
    display: flex;
    margin-bottom: 50px;
    margin-top:70px;
}
.santa-visits {
    text-align: center;
    padding-bottom: 70px;
}
.rates-sec4 {
    position: relative;
    text-align: center;
}
.rates-sec5, .rates-sec6, .rates-sec3 {
    position: relative;
}
.rates-sec3 .home-visit-star {
    right: 90px;
    width: 170px;
    height: 170px;
}
.rates-sec3 .image4 {
    width: 407px;
    height: 247px;
    bottom: 120px;
}
.rates-sec4 .image6 {
    left: -90px;
    width: 280px;
    height: 220px;
    top: 400px;
}
.rates-sec4 .home-visit-star {
    width: 240px;
    height: 240px;
    right: -30px;
}
.rates-sec6 {
    padding-top: 70px;
}
.rates-sec5 .home-visit-star {
    width: 156px;
    height: 377px;
    right: 26px;
    top: 240px;
}
.rates-sec5 .image4 {
    width: 200px;
    height: 223px;
    bottom: 120px;
    left: -30px;
}
.rates-sec7 .home-visit-content {
    text-align: center;
    max-width: 1090px;
    margin: 0 auto;
}
.rates-sec6 .santa-visits {
    padding-bottom: 0;
}
.send-button a {
    text-decoration: none;
}
.rates-sec7 .home-visit-content h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}
.rates-mail {
    padding: 30px 0;
}
.rates-mail a {
    text-decoration: none;
    color: #d10404;
    font-weight: 600;
}
.rates-sec7 .send-button {
    width: 280px;
    margin: 54px auto 0;
}

/* BLOG CSS */

.blog-sec1 {
    position: relative;
    padding-top: 20px;
    text-align: center;
}
.blog-sec1 .image1 {
    top: -58px;
}
.blog-sec1 .image11 {
    top: -39px;
}
.blog-image {
    margin-bottom: 70px;
}
.blog-sec1 .rates-head {
    padding-bottom: 120px;
}
.blog-sec1 .rate-border {
    margin-bottom: 70px;
}
.gallery-grid .custom-lightbox-gallery  {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
    justify-content: center;
}
.video-tabs .gallery-grid {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
}
.gallery-item img {
    min-width: 490px;
    max-width: 490px;
    max-height: 280px;
    object-fit: cover;
}

.envirabox-image img {
    max-width: 100% !important;
    max-height: 90vh !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

.envirabox-content {
    max-width: 100% !important;
    max-height: 100% !important;
}


.custom-gallery-pagination {
    padding: 70px 0 120px;
    display: flex;
    gap: 15px;
    justify-content: center;
}
.photographer-head {
    padding: 70px 0;
    text-align: center;
}
.photographer-head h1 {
    padding-top: 70px;
    margin-bottom: 0;
}
.gallery-sec1 .rates-head {
    padding-bottom: 70px;
}
.custom-gallery-pagination a, .custom-gallery-pagination span {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    background: #E5E5E5;
    border-radius: 50%;
    padding: 12px 20px;
}
.custom-gallery-pagination .current {
    background: #D10404;
    color: #fff;
}
.photographer-list li img {
    width: 32px;
    height: 32px;
    position: relative;
}
.photographer-list li {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}
 .photographer-list li:last-child {
     margin-bottom: 0px;
 } 
 .photographer-details h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}
.photographer-list {
    padding-left: 0;
    margin-bottom: 0;
}
.photographer-list li a {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    text-decoration: none;
    color: #000;
    white-space: normal;
    word-break: break-word;
    display: inline-block;
}
.photographer-details {
    display: flex;
    flex-wrap: wrap;
    gap: 44px;
    width: 100%;
}
.photographer-details .travel-time-details {
    position: relative;
    padding: 50px;
    width: 100%;
    max-width: 472px;
    margin: 0 auto;
}
.gallery-sec4 {
    margin-bottom: 100px;
}
.gallery-sec1, .gallery-sec2, .gallery-sec3 {
    position: relative;
}
.gallery-sec1 .image7 {
    bottom: 120px;
    right: -88px;
    width: 210px;
    height: 180px;
}
.gallery-sec2 .image4 {
    height: 220px;
    top: 950px;
    left: -30px;
    width: 200px;
}
.gallery-sec2 .home-visit-star {
    top: 1550px;
    right: 90px;
    width: 170px;
    height: 170px;
}
.gallery-sec2 .image13 {
    position: absolute;
    bottom: 780px;
    left: -40px;
    width: 170px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
}
.gallery-sec3 .image7 {
    position: absolute;
    bottom: 390px;
    right: -112px;
    width: 280px;
    height: 215px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
}
.gallery-sec3 .image4 {
    position: absolute;
    top: -120px;
    left: 0px;
    width: 160px;
    height: 377px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
}
/*.gallery-sec1 {*/
/*    padding-bottom: 120px;*/
/*}*/

/* TESTIMONIAL CSS*/

.testimonial-head h3 {
    margin-top: 30px;
    margin-bottom: 0;
}




.carousel-section .owl-carousel .owl-stage {
  padding-left: 0 !important;
}
.carousel-section .owl-carousel .owl-stage-outer {
  overflow: unset;
}
.carousel-section .owl-carousel .owl-nav .owl-next,
.carousel-section .owl-carousel .owl-nav .owl-prev {
  width: 50px;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  height: 50px;
  font-size: 30px;
}
.carousel-section .owl-carousel .owl-nav .owl-next:focus,
.carousel-section .owl-carousel .owl-nav .owl-prev:focus {
  outline: 0;
}

.carousel-item {
  display:block;
  width: 1022px;
}


.carousel-item__card{
    position:relative;
    padding: 100px;
    height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.carousel-item__card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.carousel-item__card div {
    display: flex;
    justify-content: space-between;
}
.carousel-item__card div {
    display: flex;
    justify-content: space-between;
}
.carousel-item__card div ul {
    display: flex;
    gap: 30px;
    padding-left: 0;
    margin-bottom: 0;
    align-items: center;
}
.carousel-item__card div ul li {
    list-style: none;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
}
.review-box {
    max-width: 1200px;
    margin: 0 auto;
}
.review-head {
    display: flex;
    align-items: center;
    gap: 44px;
    text-align: center;
    margin-bottom: 44px;
}
.testimonial-sec2 {
    padding: 120px 0;
    position:relative;
}
.glsr-field-rating .glsr-label {
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 30px;
}
.form-group input, .form-group textarea {
    padding: 16px 25px;
    height: 60px;
    border-radius: 30px;
    /*background: #F5F5F5;*/
    border: 1px solid #D4D4D4;
    font-size: 16px;
    font-weight: 400;
    color: #A3A3A3;
    font-family: 'Inter';
}
.form-group textarea{
    height: 160px;
}
.form-group {
    margin-bottom: 10px;
}
.wp-block-button button {
    background: #D10404;
    border: 0;
    color: #fff;
    height: 60px;
    border-radius: 50px;
    margin-top: 54px;
    width: 360px;
    justify-content: center;
}
.form-control:focus{
        box-shadow: none;
    border-color: #d4d4d4;
    background: #F5F5F5;
}
.testimonial-sec2 .image4 {
    position: absolute;
    top: 540px;
    left: -100px;
    width: 290px;
    height: 234px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
    z-index: -1;
}
.testimonial-sec2 .image7 {
    position: absolute;
    bottom: 70px;
    right: -60px;
    width: 156px;
    height: 377px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
}
.carousel-item__card div ul li img {
    width: 50px;
    height: 50px;
    position: relative;
}
.carousel-item__card p {
    margin-bottom: 40px;
}
.carousel-item__card h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 0;
}
.wp-block-button button:hover {
    background: #D10404;
    border: 0;
}
.holiday-head {
    margin-bottom: 120px;
}
.holiday-row {
    margin-top: 100px;
}
.invite-sec1 .booking-box {
        margin-bottom: 70px;
}
.rates-info {
    margin-bottom: 70px;
}
/*.rates-sec5 .rates-info {*/
/*    margin-bottom: 0px;*/
/*}*/
.tips-sec1 .image1 {
    top: -48px;
    right: 40px;
}
.tips-sec1 .image11 {
        top: -44px;
    }
.alt-send-button {
    display: flex;
    flex-direction: column;
}
.wpcf7-spinner {
    position: absolute !important;
    opacity: 0 !important;
}
.rates-info h1 {
    font-family: Great Vibes;
}
.eapps-facebook-feed-posts-inner {
    border-top: none !important;
    overflow: visible !important;
}
.eapps-facebook-feed-inner {
    background: #fff !important;
    border: none !important;
    border-radius: 0 !important;
}
.eapps-facebook-feed-posts-item-inner{
    box-shadow: 2px 7px 10px 2px #00000029;
}
.blog-sec2 {
    padding-bottom: 140px;
    position:relative;
}
.eapps-facebook-feed-load-more{
    background: #d10404 !important;
    max-width: 400px !important;
    border: 0 !important;
    color: #fff !important;
    height: 60px !important;
    border-radius: 50px !important;
    font-size: 24px !important;
    line-height: 28px !important;
    font-weight: 500 !important;
    font-family: 'Inter' !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 70px !important;
}
.home-sec2 .sub-heading, .home-sec5 .holiday-head h1, .santa-gifts h1, .travel-content h1 {
    font-family: Great Vibes;
}

.blog-sec2 .image13 {
    position: absolute;
    top: 1140px;
    left: -50px;
    width: 170px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
    z-index: 9;
}
.blog-sec2 .animate-image {
    position: absolute;
     bottom: 650px;
    left: -30px;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
    z-index: 9;
}
.blog-sec2 .image7 {
    position: absolute;
    top: 2120px;
    left: -120px;
    width: 290px;
    height: 216px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
    z-index: 9;
}
.blog-sec2 .home-visit-star {
    width: 156px;
    height: 377px;
    right: 26px;
    top: 2960px;
    z-index: 9;
}
.blog-sec2 .home-visit-star2{
    position: absolute;
    top: 380px;
    right: 0px;
    width: 240px;
    height: 240px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transform: translateX(150px);
    transition: transform 1s ease-out, opacity 1s ease-out;
    z-index: 9;
}
.home-visit-star2.animate {
    transform: translateX(118px);
    opacity: 1;
}
.blog-sec2 .animate-image1 {
    position: absolute;
    top: 1870px;
    right: 0px;
    width: 172px;
    height: 172px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transform: translateX(100px);
    transition: transform 1s ease-out, opacity 1s ease-out;
    z-index: 9;
}
.blog-sec2 .animate-image1.animate {
    transform: translateX(0px);
    opacity: 1;
}
.blog-sec1 .image4 {
    width: 200px;
    height: 223px;
    bottom: 60px;
    left: -20px;
    z-index: 9;
}
.blog-sec2 .image6 {
    position: absolute;
    top: 3850px;
    left: -10px;
    width: 200px;
    height: 220px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
    z-index: 9;
}
.blog-sec2 .image4 {
    position: absolute;
    bottom: 1700px;
    right: -60px;
    width: 200px;
    height: 220px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
    z-index: 0;
    z-index: 9;
}
.blog-bnr .banner-content {
        width: 70%;
}
.blog-bnr {
    overflow: visible;
}

    .gallery-video-box .video-container {
      position: relative;
      height: 810px;
      background-color: #000;
      background-image: url('https://img.youtube.com/vi/sLxDlmMlKSw/maxresdefault.jpg');
      background-size: cover;
      background-position: center;
      cursor: pointer;
      overflow: hidden;
    }

    .gallery-video-box .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 80px;
      height: 80px;
      background: url('https://img.icons8.com/ios-filled/100/ffffff/play-button-circled--v1.png') no-repeat center center;
      background-size: contain;
      transform: translate(-50%, -50%);
      z-index: 2;
      pointer-events: none;
    }

    .gallery-video-box .video-container iframe {
       width: 100%;
      height: 100%;
      border: none;
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3;
    }
    ul#galleryTab {
        justify-content: center;
        gap: 40px;
        padding-bottom: 45px;
        border-bottom: 0;
    }
    .video-tabs {
        padding-bottom: 120px;
    }
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        border: 0;
        position: relative;
        background-image: url(https://santapeteandmrsclaus.com/wp-content/uploads/2025/07/Vector-1.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: contain;
        padding-bottom: 20px;
        color:#000;
    }
    .nav-tabs .nav-link {
        font-size: 30px;
        line-height: 36px;
        font-weight: 600;
        font-family: 'Inter';
        color: #737373;
            border: 0;
    }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #000;
    border: 0;
}
