@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Poppins"),url(../fonts/Poppins-Regular.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Poppins"),url(../fonts/Poppins-Medium.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Poppins"),url(../fonts/Poppins-Bold.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

:root,:host {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

label:empty {
    display: none
}

label.error {
    color: red
}

.svg-icon svg {
    height: 1em;
    width: 1em;
    vertical-align: -0.125em
}

button .svg-icon,a.btn .svg-icon {
    margin-left: 10px
}

:root {
    --theme-font-family: "Poppins",sans-serif
}

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

body {
    font-family: var(--theme-font-family)
}

body.popup-open {
    overflow: hidden
}

.hero {
    padding: 60px 0;
    padding-top: 120px
}

.hero-h1 {
    font-weight: 900
}

.hero-text-top {
    font-size: 14px;
    line-height: 1.6
}

.image-with-text__inner {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 40px;
    border-radius: 20px;
    background: var(--bs-body-bg)
}

.image-with-text__inner ul {
    display: inline-block;
    margin: 20px 0 0 0;
    list-style-type: none;
    padding: 0
}

.image-with-text__inner li {
    width: 100%;
    padding-left: 25px;
    line-height: 1.3;
    float: left;
    color: var(--clrtheme1);
    position: relative;
    font-size: 14px;
    padding-bottom: 5px
}

.image-with-text__inner li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSIjMjlhOGUxIiBkPSJNNDM4LjYgMTA1LjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTI1NiAyNTZjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwbC0xMjgtMTI4Yy0xMi41LTEyLjUtMTIuNS0zMi44IDAtNDUuM3MzMi44LTEyLjUgNDUuMyAwTDE2MCAzMzguNyAzOTMuNCAxMDUuNGMxMi41LTEyLjUgMzIuOC0xMi41IDQ1LjMgMHoiLz48L3N2Zz4=);
    background-size: cover;
    height: 16px;
    width: 16px;
    filter: brightness(0) invert(1);
}

.reviews__inner {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 40px;
    border-radius: 20px;
    background: var(--bs-body-bg)
}

.info-boxes {
    background: #222 url(../images/bg-2.webp);
    background-repeat: no-repeat;
    background-size: 100%
}

.info-box {
    padding: 10px;
    transition: all 700ms;
    border-radius: 20px;
    background-color: var(--bs-body-bg);
    text-align: center;
    cursor: pointer;
    margin-bottom: 15px
}

.info-box:hover {
    background-color: var(--bs-primary)
}

.info-box__image {
    margin-bottom: 15px
}

.info-box__heading {
    margin-bottom: 15px
}

.info-box__heading h6 {
    font-weight: 700
}

.info-box__description {
    font-size: 14px
}

.services-box__image_1 .services-box__image__box {
    background-image: url("../lpassets/images/services-icons.webp")
}

.services-box__image_2 .services-box__image__box {
    background-image: url("../lpassets/images/services-icons2.webp")
}

.services-box {
    cursor: pointer;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    border-radius: 10px;
    min-height: 215px;
    padding: 40px;
    background: var(--bs-body-bg);
    text-align: center;
    margin-bottom: 15px
}

.services-box:hover .services-box__image__box {
    background-position-y: -70px
}

.services-box__image__box {
    height: 80px;
    width: 75px;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    transition: all .7s ease;
    background-position-y: 10px
}

.services-box__1 .services-box__image__box {
    background-position-x: 10px
}

.services-box__6 .services-box__image__box {
    background-position-x: 10px
}

.services-box__2 .services-box__image__box {
    background-position-x: -75px
}

.services-box__7 .services-box__image__box {
    background-position-x: -75px
}

.services-box__3 .services-box__image__box {
    background-position-x: -150px
}

.services-box__8 .services-box__image__box {
    background-position-x: -150px
}

.services-box__4 .services-box__image__box {
    background-position-x: -230px
}

.services-box__9 .services-box__image__box {
    background-position-x: -230px
}

.services-box__5 .services-box__image__box {
    background-position-x: -310px
}

.services-box__10 .services-box__image__box {
    background-position-x: -320px
}

.packages {
    scrollbar-width: auto;
    scrollbar-color: var(--bs-primary) #424242;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.packages::-webkit-scrollbar {
    width: 10px
}

.packages::-webkit-scrollbar-track {
    background: #424242
}

.packages::-webkit-scrollbar-thumb {
    background-color: var(--bs-primary);
    border-radius: 10px;
    border: 1px solid #fff
}

.form-control-feedback {
    position: absolute;
    right: 10px;
    top: 20%;
    color: red
}

.has-error.has-feedback {
    position: relative
}

.has-error .form-control {
    border-color: red
}

.pacakage__images-container {
    display: flex;
    justify-content: space-around
}

.package {
    margin-bottom: 50px
}

.popular__package .package__inner {
    position: relative
}

.popular__package .package__inner::before {
    content: "";
    height: 80px;
    width: 80px;
    position: absolute;
    right: -20px;
    top: -20px;
    display: block;
    background-image: url("../images/most-sold.webp")
}

.section__heding-small {
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.section__heding-big {
    color: white;
    font-weight: 700;
    text-transform: uppercase
}

.section__header {
    margin-bottom: 40px
}

.package__inner {
    padding: 30px 25px;
    border-radius: 20px;
    height: 100%
}

.package__title {
    color: white;
    font-weight: 700;
    margin: 0 0 15px;
    line-height: 1
}

.package__price-now {
    font-size: 2.5rem;
    line-height: 1;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px
}

.package__price {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.package__price-before {
    display: flex;
    flex-direction: column;
    position: relative;
    font-size: 18px;
    font-weight: 300;
    position: relative;
    margin: 0 0 0 23px
}

.package__price-before::before {
    content: "/";
    font-size: 40px;
    font-weight: 900;
    position: absolute;
    left: -30px;
    top: -10px
}

.package__price-before span {
    line-height: 1
}

.package__price-before-discount em {
    text-decoration: line-through;
    font-style: inherit
}

.package__body {
    position: relative
}

.package__body::before {
    content: "";
    display: block;
    margin: 20px 0;
    border-top: 1px solid rgb(var(--bs-primary-rgb), 60%)
}

.package__details {
    overflow: hidden
}

.package__details ul {
    height: 240px;
    scroll-behavior: smooth;
    overflow-y: scroll;
    padding: 0
}

.package__details ul li {
    position: relative;
    font-size: 20px;
    color: var(--bs-body-color);
    margin: 0 0 10px;
    position: relative;
    padding: 0 0 0 23px;
    line-height: 22px;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    list-style: none
}

.package__details ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--bs-primary);
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 100%;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out
}

.package__details ul li::after {
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
    background: radial-gradient(ellipse at 50% -100%, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0) 100%)
}

.package__place-order-button {
    display: flex;
    justify-content: space-evenly;
    margin-top: 25px
}

.package__button-container {
    margin-top: 25px
}

.package__two-buttons .package__place-order-button {
    justify-content: space-evenly
}

.package__two-buttons .btn {
    width: 108%
}

.package__button-bottom {
    display: flex;
    justify-content: center
}

.package__button-bottom .btn {
    width: 100%
}

.package__back-content {
    display: none;
    position: relative
}

.package__footer {
    border-top: 1px solid #d4d4d4;
    border-bottom: none;
    padding-top: 15px;
    margin-top: 30px
}

.package__footer-title {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px
}

.btn-package {
    padding: 0;
    width: 100%
}

.btn-package>p {
    margin-bottom: 5px;
    color: var(--bs-gray-100);
    text-align: center;
    font-weight: 300;
    text-shadow: 0 0;
    font-size: 14px
}

.btn-package>p>i {
    color: var(--bs-primary)
}

.package__close-section {
    position: absolute;
    right: 15px;
    top: 10px
}

.package__form-closer i {
    color: #fff;
    font-size: 20px
}

.package__form-header {
    text-align: center
}

.package__form-heading {
    font-size: 1.4rem
}

.package__form-description {
    font-size: .9rem;
    line-height: 1.2
}

.package__form textarea.form-control {
    resize: none;
    height: 70px
}

.gallery__inner {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 40px;
    border-radius: 20px;
    background: var(--bs-body-bg)
}

.gallery__image-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.gallery__image-container::before {
    background-color: #54b9e7;
    content: "";
    left: calc(var(--bs-gutter-x)*.5);
    right: calc(var(--bs-gutter-x)*.5);
    left: -15px;
    right: -15px;
    height: 100px;
    position: absolute;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: -100px;
    height: 100px;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    transition: transform .1s
}

.gallery__image-container::after {
    background-color: #54b9e7;
    content: "";
    left: calc(var(--bs-gutter-x)*.5);
    right: calc(var(--bs-gutter-x)*.5);
    left: -15px;
    right: -15px;
    height: 100px;
    position: absolute;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.gallery__image-container::after {
    bottom: -100px;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition: transform .1s
}

.gallery__image-container:hover::before {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg)
}

.gallery__image-container:hover::after {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg)
}

.gallery__image img {
    width: 100%
}

.big-cta {
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 20px
}

.big-cta__icon {
    font-size: 3rem
}

.btn-big-cta {
    text-decoration: none
}

.big-cta__header {
    display: flex;
    flex-direction: column;
    margin-left: 10px
}

.section-with-big-image {
    padding: 50px 0;
    margin-bottom: 60px
}

.section-with-big-image__image {
    text-align: center
}

.section-with-big-image__text-col {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.reviews__slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.review__client-image {
    display: flex;
    justify-content: center
}

.review__client-rating {
    font-size: 30px;
    color: #ffd513
}

.hero-bottom-text i {
    color: #ffd513
}

.review__text {
    height: auto;
    background-color: var(--bs-primary);
    padding: 40px;
    margin-top: 50px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    line-height: 23px;
    position: relative
}

.review__text::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 45px solid rgba(0,0,0,0);
    border-right: 45px solid rgba(0,0,0,0);
    border-bottom: 65px solid var(--bs-primary);
    text-align: center;
    position: absolute;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    top: -40px
}

.review__text p {
    font-size: 1.2rem;
    line-height: 1.6rem
}

.review__client-name {
    margin: 20px 0
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: rgba(0,0,0,0);
    border: 0;
    outline: none;
    background: rgba(0,0,0,0)
}

.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:hover::before {
    opacity: 1
}

.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:focus::before {
    opacity: 1
}

.slick-dots li button::before {
    font-family: "slick";
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: .25;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button::before {
    opacity: .75;
    color: #fff
}

.footer-section {
    background-image: url("../images/footer-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    background-color: #fff
}

.copy-right {
    padding: 15px 0
}

.copy-right p {
    margin-bottom: 0
}

.footer__heading {
    color: #000;
    font-weight: 700;
    text-align: center
}

.footer__header {
    color: #000;
    text-align: center
}

.floating-phone {
    position: fixed;
    left: 30px;
    bottom: 10px;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50%;
    background-color: #58af36;
    z-index: 99992
}

.floating-phone a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff
}

[data-bs-theme=light].popup-coupon-container .form_msg.alert {
    color: #000
}

[data-bs-theme=light].footer-section .form_msg.alert {
    color: #000
}

.form_msg.alert {
    text-align: center
}

@media(max-width: 767px) {
    .package__details ul {
        height:auto
    }

    .package__details ul li {
        line-height: 1.3
    }

    .navbar-brand img {
        max-width: 140px
    }

    .hero {
        padding-top: 90px;
        padding-right: 30px
    }

    .hero-h1 {
        font-size: 28px
    }

    .section-with-big-image {
        padding-right: 20px
    }

    .package__button-call {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid
    }

    .col-custom-5 {
        max-width: 80%
    }

    .popular__package .package__inner::before {
        right: 5px
    }

    .footer-section {
        background-image: none;
        background-color: #fff
    }

    .footer__form__button {
        display: flex;
        justify-content: center
    }

    .review__text {
        height: 300px;
        overflow-y: scroll;
        padding: 20px
    }

    .reviews__inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media(min-width: 475px) {
    .col-custom-5 {
        -ms-flex:0 0 50%;
        flex: 0 0 50%;
        width: 50%
    }

    .image-with-text__inner li {
        width: 50%
    }
}

@media(min-width: 768px) {
    .col-custom-5 {
        -ms-flex:0 0 33.33%;
        flex: 0 0 33.33%;
        width: 33.33%
    }
}

@media(min-width: 991px) {
    .col-custom-5 {
        -ms-flex:0 0 25%;
        flex: 0 0 25%;
        width: 25%
    }

    .section-with-big-image__image {
        margin-top: -140px
    }

    .section-with-big-image {
        margin-top: 60px
    }
}

@media(min-width: 1200px) {
    .col-custom-5 {
        -ms-flex:0 0 20%;
        flex: 0 0 20%;
        width: 20%
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.flipInY,.flipOutX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.popup-coupon-container {
    background-color: rgba(0,0,0,.7);
    backdrop-filter: blur(5px);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
    z-index: 9991;
    overflow-y: scroll
}

.popup-coupon-inner {
    margin: 0 auto;
    background-color: var(--bs-body-bg);
    padding: 20px 40px;
    border-radius: 15px;
    max-width: 600px;
    position: relative;
    top: 5%
}

.popup-coupon-buttons [type=submit] {
    width: auto;
    line-height: 1;
    padding: 15px 25px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,.75);
    background-color: var(--bs-primary);
    background-image: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px
}

.popup-coupon-buttons [type=submit]:hover {
    background-color: var(--bs-primary);
    color: #fff;
    background-image: linear-gradient(145deg, rgb(0, 90, 131) 0%, rgb(41, 168, 225) 100%)
}

.popup-coupon-form label {
    color: #000
}

.popup-coupon-close {
    position: absolute;
    height: 40px;
    width: 40px;
    right: 10px;
    top: 15px;
    display: flex;
    justify-content: center;
    align-items: center
}

.popup-coupon-close .close-pop {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #cd1010;
    border: 2px solid rgba(0,0,0,0);
    transition: all .2s linear;
    box-sizing: border-box;
    z-index: 2;
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-content: center
}

.popup-coupon-close .close-pop:hover {
    background: #fff;
    border-color: #cd1010;
    color: #cd1010
}

.popup-coupon-buttons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0
}

.popup-coupon-activate {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    color: #2a2a2a;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: .5rem
}

.popup-coupon-activate:before {
    content: "";
    display: block;
    width: 5px;
    background-color: var(--bs-primary);
    height: 100%;
    position: absolute;
    left: 0
}

.popup-coupon-last {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 8px;
    color: var(--bs-primary)
}

.popup-coupon-main .form-group {
    margin-bottom: 1rem
}

.popup-coupon-main .form-control {
    border: 1px solid rgba(0,0,0,.04);
    background: #f4f7fc;
    height: 50px;
    padding-left: 15px;
    border-radius: 10px
}

.popup-coupon-main .form-control::placeholder {
    color: #000
}

.popup-coupon-main .form-control:hover,.popup-coupon-main .form-control:focus {
    border-color: var(--bs-primary);
    box-shadow: none
}

.popup-coupon-main textarea.form-control {
    resize: none;
    height: auto
}

@media(max-width: 767px) {
    .popup-coupon-close {
        height:25px;
        width: 25px
    }

    .popup-coupon-close .close-pop {
        font-size: 18px;
        line-height: 15.5px
    }

    .popup-coupon-inner {
        padding: 20px 20px;
        max-width: calc(100% - 20px);
        margin-top: 0
    }

    .popup-coupon-last {
        font-size: 22px
    }

    .popup-coupon-activate {
        font-size: 20px;
        padding-right: 20px
    }

    .popup-coupon-main input.form-control {
        line-height: 1;
        font-size: 14px;
        height: 45px
    }

    .popup-coupon-main textarea.form-control {
        height: 80px
    }

    .popup-coupon-close {
        height: 25px;
        width: 25px
    }

    .popup-coupon-close a {
        font-size: 18px;
        line-height: 17.5px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .popup-coupon-buttons {
        flex-direction: column
    }

    .popup-coupon-buttons [type=submit] {
        margin-bottom: 10px;
        padding: 10px 15px;
        font-size: 16px;
        width: 100%
    }
}

@media(max-width: 500px) {
    .popup-coupon-inner {
        max-width:calc(100% - 20px)
    }

    .popup-coupon-main .form-control {
        font-size: 14px
    }

    .popup-coupon-main .form-controltextarea {
        height: 100px
    }

    .popup-coupon-main .form-controlinput {
        height: 40px
    }

    .popup-coupon-main .form-group {
        margin-bottom: 10px
    }

    .popup-coupon-last {
        font-size: 20px
    }

    .popup-coupon-activate {
        font-size: 16px
    }
}

.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: rgba(0,0,0,0)
}

.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
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.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 rgba(0,0,0,0)
}

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