/* =================slick css ends here================= */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
    width: 100%
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff center center no-repeat;
}

.slick-prev, .slick-next {
    z-index: 99;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    float: left;
    padding: 0;
    margin-top: -25px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border-radius: 50%;
    outline: none;
    background: var(--color_1);
    width: 50px;
    height: 50px;
    border: none;
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
    transition: all .3s ease-in;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: #c51920
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
    color: #fff;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .3;
}

.slick-prev:before, .slick-next:before {
    font-family: 'font Awesome 5 Free';
    font-weight: 900;
    font-size: 26px;
    line-height: 1;
    opacity: 0.9;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: transparent;
    border-radius: 50%;
    display: inline-block;
    padding: 0;
}

.slick-prev {
    left: -15px;
}

.slick-prev:before {
    content: "\f30a";
}

.slick-next {
    right: -15px;
}

.slick-next:before {
    content: "\f30b";
}

.slick-slider {
    margin-bottom: 0;
    padding-bottom: 45px;
}

.slick-dots {
    position: absolute;
    bottom: 1.5vh;
    display: block;
    width: 100%;
    padding: 0;/* list-style: none; */
    text-align: start;
    vertical-align: bottom;
    left: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 0px;
    padding: 0;
    text-align: -webkit-match-parent;
    cursor: pointer;
    vertical-align: bottom;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width: 1.2vw;
    height: 1.2vw;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    border-radius: 50%;
    outline: none;
    background: #ffffff;
    opacity: .9;
    vertical-align: top;
    margin: 0px .3vw;
    transition: all .3s ease-in;
    border: .3vw solid #c51920;
}

.slick-dots li.slick-active button {
    opacity: 1;
    background: #465b65;
}

.white-dots .slick-dots li button {
    border-color: #fff;
    background: #fff;
    opacity: 0.4;
}

.white-dots  .slick-dots li.slick-active button {
    background-color: #fff;
    opacity: 1;
}

/* =================slick css end here=================  */

/* =================reset css starts here=================  */
* {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, li, body, html, form, fieldset {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
}

a {
    text-decoration: none;
    border: 0;
    outline: 0;
    transition: all .3s ease-in;
}

ul {
    list-style: none;
}

a:focus, input:focus, textarea:focus, *:focus {
    outline: 0 !important;
}

a {
    color: inherit;
}

a:hover {
    color: var(--color-3);
}

img {
    max-width: 100%;
    border: 0;
    height: auto;
}

body {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    background: #c30f16;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    margin-bottom: 24px;
    line-height: 1.2;
    color: inherit;
    font-weight: 700;
}

h1 {
    font-size: 53px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 34px;
}

.btn {
    border: 1px solid;
    border-radius: 0;
    font-weight: 600;
    height: 5.31vh;
    padding: 1vh 2vw;
    min-width: 11vw;
    font-size: 1vw;
    line-height: 3.3vh;
    text-transform: uppercase;
    box-shadow: none;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    text-decoration: none;
}

.btn + .btn {
    margin-left: 1vw;
}

.btn-default, .btn-default:focus {
    color: #C30F16;
    background: #fff;
    box-shadow: none;
    border-color: #fff;
}

.btn-default:hover, .btn-default:active {
    color: #fff;
    background: transparent;
}

.btn-border, .btn-border:focus {
    color: #fff;
    background: transparent;
    border-color: #fff;
    box-shadow: none;
}

.btn-border:hover, .btn-border:active {
    color: #C30F16;
    background: #fff;
}

.btn-primary, .btn-primary:focus {
    color: #fff;
    background: #C30F16;
    box-shadow: none !important;
    border: none;
}

.btn-primary:hover, .btn-primary:active {
    color: #fff;
    background: #C30F16;
}

.btn.btn-block {
    width: 100%;
}

/* =================reset css starts here=================  */
#particles-js {
    position: absolute;
    z-index: 9;
    top: 1vw;
    width: calc(100% - 2vw);
    height: calc(100vh - 2vw);
    left: 1vw;
    opacity: .7;
}

.page-wrapper-container {
    position: relative;
}

/*.page-wrapper-container::before {content: '';position: absolute;right: 0;top: -30px;width: 100%;height: 8vw;background-image: url(../images/hanger.png);background-size: 5vw;background-position: top;background-repeat: repeat-x;}
*/
.page-wrapper {
    width: calc(100% - 5vw);
    height: calc(100vh - 5vw);
    position: relative;
    overflow: hidden;
    background: #C30F16;
    margin: 2.5vw;
    box-shadow: 0px 0px 15px 5px #890005;
    border-radius: 1vw;
}

.page-wrapper::before {
    content: '';
    position: absolute;
    right: -50%;
    top: -50%;
    width: 100%;
    height: 100%;
    background-image: url(../images/sun-rays.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .15;
    animation: sunray 10s infinite;
}

@keyframes sunray {
    from {
        -webkit-transform: rotateZ(0deg)
    }

    to {
        -webkit-transform: rotateZ(360deg)
    }

}

.page-wrapper::after {
    content: '';
    position: absolute;
    left: 0%;
    top: 50%;
    width: 50%;
    height: 150%;
    background: #fff;
    border-radius: 0 55% 55% 0;
    transform: translateY(-50%);
}

.image-slide-container {
    position: relative;
    z-index: 9;
    padding: 4vw 6vw 4vw 3vw;
    height: calc(100vh - 5vw);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.image-list {
    height: 75%;
    width: 100%;
    position: static;
}

.image-list .slick-list, .image-list .slick-track, .image-list .image-item, .image-list .image-box {
    height: 100%;
}

.image-list .image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.text-container {
    height: calc(100vh - 5vw);
    display: flex;
    flex-flow: column;
    align-items: start;
    justify-content: center;
    position: relative;
}

.text-container::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: -20%;
    right: -40%;
    background-image: url(../images/santa-bg.png);
    opacity: .3;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.count-down-box {
    padding: .7vw;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    min-width: 6vw;
    min-height: 6vw;
    text-align: center;
    opacity: 0;
    transform: scale(0);
    position: absolute;
    background: #fff;
    color: #c30f16;
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 17%);
    border-radius: 50%;
    right: 0;
}

.count-down-box span {
    font-weight: 500;
    font-size: .7vw;
    line-height: 1vw;
}

.count-down-box > div {
    font-size: 1.5vw;
    font-weight: 700;
    line-height: 2vw;
}

.count-down-box:nth-child(5) {
    bottom: 2.5vw;
    right: 0vw;
}

.count-down-box:nth-child(4) {
    right: -3vw;
    bottom: 30%;
}

.count-down-box:nth-child(3) {
    top: 30%;
    right: -3vw;
}

.count-down-box:nth-child(2) {
    top: 2.5vw;
    right: 0;
}

.text-box {
    position: relative;
    z-index: 99;
    padding: 2vw 5vw 2vw 6vw;
    opacity: 0;
    transform: translateY(75px);
    margin-top: 4vw;
}

.text-box h6 {
    font-size: 1vw;
    font-weight: 400;
    margin-bottom: 1vh;
}

.text-box h3 {
    font-size: 2.5vw;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 2.5vh;
    font-family: 'Charm', cursive;
    letter-spacing: 2px;
}

.text-box p {
    font-size: 1.1vw;
    line-height: 1.6vw;
    font-weight: 300;
}

.text-box .know-more {
    margin-top: 4vh;
}

.social-media-box {
    position: absolute;
    left: 3vw;
    bottom: .4vw;
    z-index: 99;
    opacity: 0;
}

.social-media-box .social-link {
    font-size: 1.1vw;
    margin: 0 .5vw;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    transition: all .3s ease-in;
    line-height: .8vw;
}

.social-media-box .social-link:hover {
    transform: translateY(-4px);
}

.design-by {
    position: absolute;
    font-size: 1vw;
    line-height: 1.8vw;
    z-index: 99;
    opacity: 0;
    right: 3vw;
    bottom: .4vw;
}

@keyframes contact {
    0% {
        transform: scale(.5)
    }

    50% {
        transform: scale(.7)
    }

    50% {
        transform: scale(, 9)
    }

    100% {
        transform: scale(.5)
    }

}

.contact-container .modal-header {
    padding: 30px;
    position: relative;
    border-color: rgba(149, 14, 0, .5);
}

.contact-container .modal-title {
    font-size: 33px;
    line-height: 33px;
    color: #C30F16;
    font-weight: 600;
    padding-right: 30px;
}

.contact-container .modal-header .btn-close, .contact-container .modal-header .btn-close:focus {
    position: absolute;
    right: 25px;
    top: 40px;
    opacity: 1;
    width: 20px;
    background-size: 20px;
    box-shadow: none;
    transition: all .3s ease-in;
}

.contact-container .modal-header .btn-close:hover {
    opacity: .6;
}

.contact-container .modal-body {
    padding: 15px 30px 40px;
}

.contact-container .modal-body::before {
    content: '';
    position: absolute;
    width: 125px;
    height: 125px;
    background-image: url(../images/gift-box.png);
    background-size: 125px;
    background-repeat: no-repeat;
    background-position: center;
    bottom: -44px;
    right: -21px;
    z-index: 99;
}

.form-group + .form-group {
    margin-top: 30px;
}

.form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(225, 225, 225, 0.8);
    border-radius: 0;
    line-height: 33px;
    padding: 8px 0;
}

.form-control::placeholder {
    color: #000;
}

.form-group textarea {
    height: 100px;
    resize: none;
}

.form-control:focus {
    background: transparent;
    box-shadow: none;
    border-color: #C30F16;
    color: #C30F16;
}

.form-control:valid {
    color: #C30F16;
}

label.error {
    font-size: 10px;
    color: #c30f16;
    line-height: 14px;
}

@media (max-width:991.98px) {
    .page-wrapper::after {
        left: 0;
    }

}

@media (max-width:767.98px) {
    #particles-js {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: auto;
        height: auto;
    }

    .btn {
        min-width: 150px;
        font-size: 14px;
        line-height: 20px;
        height: 46px;
    }

    .contact-box a {
        font-size: 12px;
        padding: 2px 8px 10px;
    }

    .contact-box {
        bottom: 60px;
        left: calc(50% + 125px);
    }

    .contact-container .modal-header {
        padding: 20px;
    }

    .contact-container .modal-title {
        font-size: 24px;
        line-height: 26px;
    }

    .contact-container .modal-body {
        padding: 10px 20px 30px;
    }

    .form-control {
        line-height: 24px;
        font-size: 15px;
    }

    .form-group + .form-group {
        margin-top: 25px;
    }

    .contact-container .modal-header .btn-close {
        top: 30px;
        right: 20px;
        width: 18px;
        background-size: 18px;
        padding: 5px;
    }

    .page-wrapper::after {
        width: 163%;
        height: 500px;
        top: 0;
        border-radius: 0 0  60% 60%;
        transform: translateX(-50%);
        left: 50%;
    }

    .image-slide-container {
        height: 500px;
        padding: 20px;
        padding-bottom: 60px;
    }

    .image-list {
        height: 100%;
    }

    .text-container {
        height: auto;
        padding-top: 0;
    }

    .page-wrapper {
        margin: 0;
        width: 100%;
        min-height: calc(100vh - 50px);
        border: none;
        box-shadow: none;
        height: auto;
        padding-bottom: 40px;
        border-radius: 0;
    }

    .text-box h3 {
        font-size: 24px;
        line-height: 27px;
        margin-bottom: 10px;
    }

    .text-box p {
        font-size: 14px;
        line-height: 19px;
    }

    .text-box {
        padding: 0 20px 10px;
        margin-top: 45px;
    }

    .text-box h6 {
        font-size: 12px;
        line-height: 12px;
    }

    .text-box .know-more {
        margin-top: 20px;
    }

    .design-by {
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        font-size: 10px;
        bottom: 8px;
        line-height: 16px;
        position: relative;
        text-align: center;
    }

    .social-media-box {
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        right: auto;
        bottom: auto;
        position: relative;
        justify-content: center;
        margin-bottom: 15px;
    }

    .social-media-box .social-link {
        font-size: 14px;
        margin: 0 8px;
    }

    .count-down-box {
        min-height: 65px;
        min-width: 65px;
        padding: 5px;
    }

    .count-down-box:nth-child(2) {
        left: 1px;
        right: auto;
        bottom: -10px;
        top: auto;
    }

    .count-down-box:nth-child(3) {
        left: 26.5%;
        right: auto;
        bottom: -26.5px;
        top: auto;
    }

    .count-down-box:nth-child(4) {
        right: 26.5%;
        left: auto;
        bottom: -25px;
        top: auto;
    }

    .count-down-box:nth-child(5) {
        right: 1%;
        left: auto;
        bottom: -10px;
        top: auto;
    }

    .count-down-box > div {
        font-size: 16px;
        line-height: 16px;
        display: block;
        line-height: 18px;
    }

    .count-down-box span {
        font-size: 10px;
        line-height: 14px;
    }

}

@media (max-width:575.98px) {
    .btn {
        min-width: 100%;
        font-size: 14px;
        line-height: 23px;
        padding: 6px 15px;
        height: 36px;
    }

    .btn + .btn {
        margin-left: 0;
        margin-top: 10px;
    }

    .image-slide-container {
        height: 350px;
    }

    .page-wrapper::after {
        height: 350px;
    }

}