@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap);

body,
html {
    overflow-x: hidden
}

.btn,
.header .navbar a:hover {
    color: #cd9f58
}

.image-slide,
.slidrer .slidre {
    clip-path: circle(0% at 0 50%)
}

*,
.container {
    box-sizing: border-box
}

* {
    font-family: Poppins, sans-serif;
    margin: 0;
    padding: 0;
    --webkit-box-sizing: border-box;
    outline: 0;
    border: none;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 9rem
}

html::-webkit-scrollbar {
    width: .5rem
}

html::-webkit-scrollbar-track {
    background: #e2e2e2
}

html::-webkit-scrollbar-thumb {
    background: #640a0a
}

body {
    background: #f8f9fc
}

section {
    padding: 3rem 9%
}

.heading {
    text-align: center;
    margin-bottom: 2rem
}

#overlay,
.calendar-popup,
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1000
}

.btn,
.header .navbar a {
    font-size: 1.7rem;
    display: inline-block
}

#cookiePopup {
    display: none;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    z-index: 1001
}

#cookiePopup img {
    display: block;
    width: 10em;
    transform: translateZ(0);
    position: relative;
    margin: auto
}

#cookiePopup p {
    text-align: center;
    margin: 1.4em 0
}

#cookiePopup .button-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px
}

#cookiePopup button {
    background-color: #6859fe;
    border: none;
    flex: 1;
    color: #fff;
    font-size: 1.2em;
    padding: 1em 1.4em;
    display: block;
    position: relative;
    margin: auto;
    border-radius: 5px
}

#cookiePopup a {
    color: #6859fe
}

#cookiePopup.show,
#overlay.show {
    display: block
}

.hide {
    visibility: hidden;
    bottom: 0;
    right: 2em
}

.show {
    visibility: visible;
    bottom: 2em;
    right: 2em
}

@media only screen and (max-width:37.5em) {
    #cookiePopup {
        width: 100%
    }

    .hide {
        bottom: 2em;
        right: 0
    }

    .show {
        right: 0;
        bottom: 0
    }
}

.heading span {
    color: #640a0a;
    font-size: 2rem
}

.heading h1 {
    font-size: 4rem;
    color: #000
}

.btn {
    margin-top: 1rem;
    padding: 1rem 3rem;
    border: .2rem solid;
    border-radius: 5rem;
    cursor: pointer;
    background: 0 0
}

.btn:hover {
    background: #640a0a;
    color: #fff
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ebe4e4;
    transition: opacity .75s, visibility .75s
}

.header,
.home {
    display: -webkit-box;
    display: -ms-flexbox
}

.loader--hidden {
    opacity: 0;
    visibility: hidden
}

.loader::after {
    content: "";
    width: 75px;
    height: 75px;
    border: 15px solid #ddd;
    border-top-color: #009578;
    border-radius: 50%;
    animation: .75s infinite loading
}

body.loader-active,
body.popup-open {
    overflow: hidden
}

@keyframes loading {
    from {
        transform: rotate(0turn)
    }

    to {
        transform: rotate(1turn)
    }
}

.popup-content {
    background-color: #fff;
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2)
}

@media (max-width:768px) {
    .popup-content {
        width: 100%;
        max-width: 110%
    }

    .popup-content iframe {
        width: 100%;
        height: auto;
        border: none
    }
}

@media (min-width:769px) {
    .popup-content {
        width: 80%;
        max-width: 1200px;
        top: 54%
    }

    .popup-content iframe {
        width: 120%;
        height: auto;
        border: none
    }
}

.cart-item img,
.header {
    width: 100%
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: transform .3s;
    transform: translateY(0);
    z-index: 9999;
    background: #640a0a;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.2rem 9%;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%)
}

.image-slide,
.navigation {
    opacity: 0;
    transition: opacity .5s
}

.header.hidden {
    transform: translateY(-100%)
}

.header .navbar a {
    color: #fff;
    margin: 0 2rem
}

.header .btn {
    margin-top: 0
}

.cart-wrapper {
    overflow-y: auto;
    max-height: 350px;
    width: 24vw
}

.subtotal {
    text-align: right;
    padding: 5%
}

@media (min-width:768px) {
    #desktop-map-link {
        display: none
    }
}

@media (max-width:767px) {
    #desktop-map-link {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px
    }
}

.checkout,
.view-cart {
    width: 95%;
    text-align: center;
    cursor: pointer;
    background-color: brown;
    font-size: large;
    color: #fff;
    margin: 10px auto;
    padding: 10px 15px
}

.fa-window-close,
.view-cart {
    color: brown
}

.view-cart {
    background-color: #fff;
    border: 2px solid brown
}

.cancel,
.cart-icon {
    text-align: right
}

.cart-item {
    display: grid;
    grid-template-columns: 3fr 6fr 1fr;
    padding: 5% 2%;
    border-bottom: 1px solid #d3d3d3
}

.cart-item .details {
    padding-left: 10%
}

.cart-item h3 {
    text-align: left;
    margin-bottom: 5%
}

.cart-item .price {
    display: block;
    text-align: right;
    margin-top: 35%
}

.quantity {
    display: block;
    margin-top: 5%
}

#menu-btn,
.hide {
    display: none
}

.whole-cart-window {
    border: 1px solid #d3d3d3;
    border-top: none;
    position: fixed;
    top: 12vh;
    background-color: #fff;
    margin-right: 2%
}

.non-empty::after {
    content: var(--after-content);
    font-size: 25px;
    width: 25px;
    display: inline-block;
    text-align: center;
    position: relative;
    top: -20px;
    right: 20%;
    background-color: red;
    border-radius: 50%
}

.login-btn {
    background-color: #0078d4;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer
}

.book-form,
.home {
    border-radius: 1rem
}

.login-btn:hover {
    background-color: #005a9e
}

.logo img {
    width: 110px;
    height: auto;
    left: auto
}

#menu-btn {
    font-size: 2.5rem;
    color: #000;
    cursor: pointer
}

.home {
    margin: 15rem auto 0;
    width: 90%;
    display: flex;
    min-height: 80vh;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 5rem
}

.about,
.book-form form {
    display: -webkit-box;
    display: -ms-flexbox
}

.home .content {
    text-align: center
}

.home .content span {
    font-weight: bolder;
    color: transparent;
    -webkit-text-stroke: 0.1rem #fff;
    font-size: 4vw;
    display: block
}

.home .content h3 {
    font-size: 40px;
    color: #fff
}

.home .content p {
    max-width: 60rem;
    margin: 1rem auto;
    font-size: 1.4rem;
    color: #f8f9fc;
    line-height: 2;
    letter-spacing: 1px
}

.book-form {
    width: 80%;
    margin: -5rem auto 1rem;
    background: #eee;
    -webkit-box-shadow: 0 .5rem 1rem rgba(17, 17, 17, .3);
    box-shadow: 0 .5rem 1rem rgba(17, 17, 17, .3);
    padding: 3rem 2rem
}

.book-form form {
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem
}

.book-form form .inputBox {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25rem;
    flex: 1 1 25rem
}

.blogs .box-container .box .content .icon a,
.book-form form .inputBox span {
    font-size: 1.4rem;
    color: #3d3d3d
}

.book-form form .inputBox input {
    width: 100%;
    padding: 1.2rem 1.4rem;
    border-radius: 5rem;
    border: .2rem solid #d9296f;
    font-size: 1.6rem;
    color: #3d3d3d;
    text-transform: capitalize;
    background: 0 0;
    margin-top: 1rem
}

.book-form form .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 15rem;
    flex: 1 1 15rem
}

.about {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4rem;
    margin-top: 5rem
}

.about .video-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 42rem;
    flex: 1 1 42rem
}

.about .video-container video {
    border-radius: 1rem;
    width: 100%
}

.about .video-container .controls {
    text-align: center;
    padding: 2rem 0
}

.about .video-container .controls span {
    display: inline-block;
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    margin: .7rem
}

.about .video-container .controls span:hover {
    background: #d9296f
}

.about .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 42rem;
    flex: 1 1 42rem;
    margin-bottom: 5rem
}

.about .content span {
    color: #d9296f;
    font-size: 2rem
}

.about .content h3 {
    color: #000;
    font-size: 4rem;
    margin-top: .5rem
}

.about .content p {
    padding: 1rem 0;
    font-size: 12px;
    color: #3d3d3d;
    line-height: 2
}

.services .box-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(32rem, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
    gap: 1.5rem
}

.services .box-container .box {
    background: #fff;
    border-radius: 1rem;
    padding: 3rem;
    text-align: center;
    box-shadow: rgb(17 17 17 / 15%) 0 .5rem 1rem
}

.services .box-container .box:hover {
    transform: scale(1.05);
    background: #fff
}

.services .box-container .box i,
.services .box-container .box svg {
    font-size: 4rem;
    color: #640a0a;
    margin-bottom: 2rem
}

.blogs .box-container .box .content .link,
.destination .box-container .box .content h3,
.destination .box-container1 .box1 .content h3,
.services .box-container .box h3 {
    font-size: 2rem;
    color: #000
}

.blogs .box-container .box .content p,
.services .box-container .box p {
    padding: 1rem 0;
    font-size: 1.4rem;
    color: #3d3d3d;
    line-height: 2
}

.products .content a,
.slidrer .slidre .info a {
    padding: 15px 35px;
    border-radius: 2px;
    text-decoration: none
}

.destination .box-container1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(27rem, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(27rem, 1fr));
    gap: 1.5rem
}

.destination .box-container1 .box1 {
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
    box-shadow: rgb(17 17 17 / 15%) 0 .5rem 1rem
}

.blogs .box-container .box:hover .image img,
.destination .box-container .box:hover img,
.destination .box-container1 .box1:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.destination .box-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(27rem, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(27rem, 3fr));
    gap: 2rem
}

.destination .box-container .box {
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
    box-shadow: rgb(17 17 17 / 15%) 0 1rem 2rem
}

.blogs .box-container .box .image,
.destination .box-container .box .image,
.destination .box-container1 .box1 .image {
    height: 25rem;
    overflow: hidden;
    width: 100%
}

.destination .box-container .box .image img,
.destination .box-container1 .box1 .image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    background-position: center;
    object-fit: cover
}

.destination .box-container .box .content,
.destination .box-container1 .box1 .content {
    padding: 2rem;
    text-align: center
}

.destination .box-container .box .content a,
.destination .box-container1 .box1 .content a {
    font-size: 1.7rem;
    color: #d9296f
}

.destination .box-container .box .content a:hover i,
.destination .box-container1 .box1 .content a:hover i {
    padding-left: 1rem
}

.destination .box-container .box .content a i,
.destination .box-container1 .box1 .content a i {
    padding-right: .5rem
}

.destination .box-container .box .content p,
.destination .box-container1 .box1 .content1 p {
    padding: 1rem 0;
    font-size: 14px;
    font-weight: 800;
    color: #3d3d3d;
    line-height: 2;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: 1.1
}

@media screen and (max-width:600px) {
    .mobile-only {
        display: none
    }
}

.slder {
    margin-top: 130px;
    margin-left: 15px;
    justify-content: center;
    align-items: center
}

.slidrer {
    position: relative;
    background: #000116;
    width: 1200px;
    min-height: 500px;
    margin: 10px;
    overflow: hidden;
    border-radius: 10px
}

.slidrer .slidre {
    position: absolute;
    width: 100%;
    height: 100%
}

.slidrer .slidre.active {
    clip-path: circle(150% at 0 50%);
    transition: 2s
}

.slidrer .slidre img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.slidrer .slidre .info {
    position: absolute;
    color: #222;
    background: rgba(255, 255, 255, .3);
    width: 75%;
    margin-top: 50px;
    margin-left: 50px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 5px 25px rgb(1 1 1 / 5%)
}

.blogs .box-container .box,
.credit,
.footer {
    box-shadow: rgb(17 17 17 / 15%) 0 .5rem 1rem
}

.slidrer .slidre .info h2 {
    font-size: 2em;
    font-weight: 800
}

.slidrer .slidre .info p {
    font-size: 1em;
    font-weight: 400
}

.slidrer .slidre .info a {
    background: #fff;
    font-size: 1.1em;
    font-weight: 500;
    margin-top: 70px
}

.navigation {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.slidrer:hover .navigation {
    opacity: 1
}

.next-btn,
.prev-btn {
    z-index: 999;
    font-size: 2em;
    color: #222;
    background: rgba(255, 255, 255, .8);
    padding: 10px;
    cursor: pointer
}

.prev-btn {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.next-btn {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.navigation-visibility {
    z-index: 999;
    display: flex;
    justify-content: center
}

.navigation-visibility .slidre-icon {
    z-index: 999;
    background: rgba(255, 255, 255, .5);
    width: 20px;
    height: 10px;
    transform: translateY(-50px);
    margin: 0 6px;
    border-radius: 2px;
    box-shadow: 0 5px 25px rgb(1 1 1 / 20%)
}

.navigation-visibility .slidre-icon.active {
    background: #4285f4
}

.products,
.slider-navigation .nav-btn.active {
    background: #640a0a
}

@media (max-width:900px) {
    .slidrer {
        width: 100%
    }

    .slidrer .slidre .info {
        position: relative;
        width: 80%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:500px) {
    .slder {
        margin-right: 25px;
        justify-content: center;
        align-items: center
    }

    .slidrer .slidre .info h2 {
        font-size: 1.8em;
        line-height: 40px
    }

    .slidrer .slidre .info p {
        font-size: .9em
    }
}

.products {
    padding: 100px 50px 11rem;
    position: relative;
    flex-direction: column;
    margin: 15rem auto 0;
    width: 90%;
    border-radius: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 80vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.addons-button,
.cart-link {
    background-color: #007bff;
    color: #fff;
    padding: 6px 12px
}

.products .content {
    z-index: 988;
    color: #fff;
    width: 70%;
    margin-top: 50px;
    margin-right: 90px
}

.products .content h1 {
    font-size: 4em;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 75px;
    margin-bottom: 40px
}

.products .content h1 span {
    font-size: 1.2em;
    font-weight: 600
}

.products .content p {
    font-size: 1.4em;
    margin-bottom: 65px
}

.products .content a {
    background: #fff;
    font-size: 1.1em;
    font-weight: 500
}

.products:before {
    z-index: 777;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.products img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: contain;
    background-position: center
}

.table-container {
    max-width: 100%;
    margin: 20px auto;
    overflow-x: auto
}

table {
    width: 100%;
    font-size: 14px;
    border-collapse: collapse
}

td,
th {
    border: 1px solid #ddd;
    padding: 4px;
    text-align: center
}

.addons-button {
    border: none;
    cursor: pointer
}

.cart-link {
    display: block;
    max-width: 200px;
    margin: 10px auto;
    text-align: center;
    text-decoration: none
}

.bottom-para,
.butt {
    margin-top: 30px
}

.bottom-para p {
    font-size: 18px;
    line-height: 2;
    font-weight: 500;
    justify-content: center
}

.butt {
    text-align: center
}

.slider-navigation {
    z-index: 888;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(80px);
    margin-bottom: 30px
}

.container,
.gallery .box .loading {
    justify-content: center;
    display: flex
}

.slider-navigation .nav-btn {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(100, 26, 26, .5);
    transition: .2s
}

.slider-navigation .nav-btn:not(:last-child) {
    margin-right: 20px
}

.gallery .box,
.gallery .box .loading {
    height: 100%;
    background-color: #fff
}

.image-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.gallery .box,
.testimonial {
    position: relative;
    width: 100%;
    overflow: hidden
}

.image-slide.active {
    opacity: 1;
    clip-path: circle(150% at 0 50%);
    transition: clip-path 2s
}

.gallery #box-container1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px
}

.gallery .box img {
    width: 100%;
    height: auto;
    display: block
}

.gallery .box .loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    align-items: center
}

.container {
    width: 100%;
    align-items: center
}

.testimonial {
    max-width: 900px;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff
}

.mobile-menu,
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s
}

.testimonial .image {
    height: 170px;
    width: 170px;
    object-fit: cover;
    border-radius: 50%
}

.testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 30px;
    height: 100%;
    width: 100%
}

.slide h2 {
    text-align: center;
    padding: 0 160px;
    font-size: 30px;
    font-weight: 900;
    color: #000
}

.slide p {
    text-align: center;
    padding: 0 160px;
    font-size: 14px;
    font-weight: 400;
    color: #333
}

.slide .quote-icon {
    font-size: 30px;
    color: #4070f4
}

.slide .details {
    display: flex;
    flex-direction: column;
    align-items: center
}

.details .name {
    font-size: 14px;
    font-weight: 600;
    color: #333
}

.rate {
    display: flex;
    justify-content: center;
    padding: 0 20px;
    font-size: 30px;
    color: #fff;
    outline: auto
}

.fa {
    cursor: pointer
}

.checked {
    color: orange
}

.mobile-menu {
    width: 100%;
    height: 100vh;
    background: #640a0a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999
}

.mobile-menu a {
    font-size: 1.7rem;
    color: #fff;
    margin: 1rem
}

.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 9998
}

.header.active .mobile-menu,
.header.active .overlay {
    opacity: 1;
    visibility: visible
}

.nav-btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transform: translateY(30px);
    background-color: rgba(0, 0, 0, .1);
    transition: .2s
}

.nav-btn:hover {
    background-color: maroon
}

.nav-btn::after,
.nav-btn::before {
    font-size: 20px;
    color: #fff
}

.swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, .8)
}

.swiper-pagination-bullet-active {
    background-color: #4070f4
}

@media screen and (max-width:768px) {
    .slide p {
        padding: 0 20px
    }

    .nav-btn {
        display: none
    }
}

.banner {
    background: --webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, .7)), to(rgba(17, 17, 17, .7))), url(../images/banner-bg.jpg) no-repeat;
    background: linear-gradient(rgba(17, 17, 17, .7), rgba(17, 17, 17, .7)), url(../images/banner-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 3rem 2rem;
    background-attachment: fixed;
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 5rem
}

.banner .content span {
    font-size: 2rem;
    color: #d9296f
}

.banner .content h3 {
    font-size: 4rem;
    color: #fff;
    margin-top: 1rem
}

.banner .content p {
    max-width: 60rem;
    margin: 1rem auto;
    font-size: 1.4rem;
    color: #f8f9fc;
    letter-spacing: 1px;
    line-height: 2
}

.blogs .box-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(32rem, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
    gap: 1.5rem;
    margin-bottom: 5rem
}

.blogs .box-container .box {
    border-radius: 1rem;
    background: #fff;
    overflow: hidden
}

.blogs .box-container .box:hover {
    transform: scale(1.05)
}

.blogs .box-container .box .image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blogs .box-container .box .content {
    padding: 2rem
}

.blogs .box-container .box .content .icon a:hover,
.blogs .box-container .box .content .link:hover,
.credit span,
.footer .box-container .box .links:hover {
    color: #d9296f
}

.blogs .box-container .box .content .icon {
    padding-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blogs .box-container .box .content .icon a i,
.footer .box-container .box .links i,
.footer .box-container .box p i {
    padding-right: .5rem;
    color: #d9296f
}

.footer {
    background-color: #fff
}

.footer .box-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(25rem, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 1.5rem
}

.footer .box-container .box {
    padding: 1rem 0
}

.footer .box-container .box .logo {
    padding-bottom: 1rem
}

.footer .box-container .box h3 {
    font-size: 2.2rem;
    color: #000;
    padding: 1rem 0
}

.footer .box-container .box p {
    font-size: 1.4rem;
    color: #3d3d3d;
    padding: 1rem 0;
    line-height: 2
}

.footer .box-container .box .share {
    padding-top: 1rem
}

.footer .box-container .box .share a {
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4rem;
    border-radius: 50%;
    font-size: 1.7rem;
    border: .2rem solid #d9296f;
    color: #d9296f;
    margin-right: .5rem;
    text-align: center
}

.footer .box-container .box .share a:hover {
    background: #d9296f;
    color: #f8f9fc
}

.footer .box-container .box .links {
    font-size: 1.4rem;
    color: #3d3d3d;
    padding: 1rem 0;
    display: block
}

.footer .box-container .box .links:hover i {
    padding-right: 2rem
}

.footer .box-container .box form .email {
    width: 100%;
    border-radius: 5rem;
    border: .2rem solid #d9296f;
    background: 0 0;
    font-size: 1.5rem;
    text-transform: none;
    color: #3d3d3d;
    margin-bottom: 1rem;
    padding: 1.2rem 1.4rem
}

.credit {
    background-color: #242424;
    text-align: center;
    font-size: 2rem;
    padding: 2rem 1rem;
    color: #f8f9fc
}

@media (max-width:991px) {
    html {
        font-size: 55%
    }

    .header {
        padding: 1.5rem 2rem
    }

    section {
        padding: 3rem 2rem
    }
}

@media (max-width:768px) {

    .home,
    .products {
        margin: 15rem auto 0;
        width: 90%
    }

    #menu-btn {
        display: inline-block
    }

    .header .navbar {
        position: absolute;
        top: 99%;
        left: 0;
        right: 0;
        background: #eee;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0)
    }

    .header .navbar.active {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }

    .header .navbar a {
        margin: 2rem;
        font-size: 2rem;
        display: block
    }

    .home {
        border-radius: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 50vh;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 5rem
    }

    .home .content {
        text-align: center
    }

    .home .content span {
        font-weight: bolder;
        color: transparent;
        -webkit-text-stroke: 0.1rem #fff;
        font-size: 4vw;
        display: block
    }

    .home .content h3 {
        font-size: 40px;
        color: #fff
    }

    .home .content p {
        max-width: 60rem;
        margin: 1rem auto;
        font-size: 1.2rem;
        color: #f8f9fc;
        line-height: 2;
        letter-spacing: 1px
    }

    .products {
        padding: 100px 50px 11rem;
        position: relative;
        flex-direction: column;
        border-radius: 1em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 80vh;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #640a0a
    }

    .products .content {
        z-index: 988;
        color: #fff;
        width: 70%;
        margin-top: 50px;
        margin-right: 90px
    }

    .products img,
    .products:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .products .content h1 {
        font-size: 4em;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 75px;
        margin-bottom: 40px
    }

    .products .content h1 span {
        font-size: 1.2em;
        font-weight: 600
    }

    .products .content p {
        font-size: 1.4em;
        margin-bottom: 65px
    }

    .products .content a {
        background: #fff;
        padding: 15px 35px;
        font-size: 1.1em;
        font-weight: 500;
        text-decoration: none;
        border-radius: 2px
    }

    .products:before {
        z-index: 777;
        content: '';
        position: absolute
    }

    .products img {
        object-fit: cover;
        background-size: contain;
        background-position: center
    }
}

@media (max-width:450px) {

    .home,
    .products {
        margin: 15rem auto 0
    }

    .header,
    .products {
        background: #640a0a
    }

    .credit,
    .home .content,
    td,
    th {
        text-align: center
    }

    html {
        font-size: 50%
    }

    .about .content h3 {
        font-size: 3.5rem
    }

    .banner .content h3 {
        font-size: 2.7rem
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1.2rem 9%;
        box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
        z-index: 9999
    }

    .credit,
    .footer {
        box-shadow: rgb(17 17 17 / 15%) 0 .5rem 1rem
    }

    .header .logo {
        margin-left: auto;
        margin-right: auto
    }

    .home {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 50vh;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 5rem
    }

    .home .content span {
        font-weight: bolder;
        color: transparent;
        -webkit-text-stroke: 0.1rem #fff;
        font-size: 4vw;
        display: block
    }

    .home .content h3 {
        font-size: 40px;
        color: #fff
    }

    .home .content p {
        max-width: 60rem;
        margin: 1rem auto;
        font-size: 1.2rem;
        color: #f8f9fc;
        line-height: 2;
        letter-spacing: 1px
    }

    .products {
        padding: 100px 50px 11rem;
        position: relative;
        flex-direction: column;
        width: 90%;
        border-radius: 1em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 80vh;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .products .content {
        z-index: 988;
        color: #fff;
        width: 70%;
        margin-top: 50px;
        margin-right: 90px
    }

    .products img,
    .products:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .products .content h1 {
        font-size: 4em;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 75px;
        margin-bottom: 40px
    }

    .products .content h1 span {
        font-size: 1.2em;
        font-weight: 600
    }

    .products .content p {
        font-size: 1.4em;
        margin-bottom: 65px
    }

    .products .content a {
        background: #fff;
        padding: 15px 35px;
        font-size: 1.1em;
        font-weight: 500;
        text-decoration: none;
        border-radius: 2px
    }

    .products:before {
        z-index: 777;
        content: '';
        position: absolute
    }

    .products img {
        object-fit: cover;
        background-size: contain;
        background-position: center
    }

    .footer {
        background-color: #fff
    }

    .footer .box-container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (minmax(25rem, 1fr)) [auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
        gap: 1.5rem
    }

    .footer .box-container .box {
        padding: 1rem 0
    }

    .footer .box-container .box .logo {
        padding-bottom: 1rem
    }

    .footer .box-container .box h3 {
        font-size: 2.2rem;
        color: #000;
        padding: 1rem 0
    }

    .footer .box-container .box p {
        font-size: 1.4rem;
        color: #3d3d3d;
        padding: 1rem 0;
        line-height: 2
    }

    .footer .box-container .box .links i,
    .footer .box-container .box p i {
        padding-right: .5rem;
        color: #d9296f
    }

    .footer .box-container .box .share {
        padding-top: 1rem
    }

    .footer .box-container .box .share a {
        height: 4.5rem;
        width: 4.5rem;
        line-height: 4rem;
        border-radius: 50%;
        font-size: 1.7rem;
        border: .2rem solid #d9296f;
        color: #d9296f;
        margin-right: .5rem;
        text-align: center
    }

    .footer .box-container .box .share a:hover {
        background: #d9296f;
        color: #f8f9fc
    }

    .footer .box-container .box .links {
        font-size: 1.4rem;
        color: #3d3d3d;
        padding: 1rem 0;
        display: block
    }

    .credit span,
    .footer .box-container .box .links:hover {
        color: #d9296f
    }

    .footer .box-container .box .links:hover i {
        padding-right: 2rem
    }

    .footer .box-container .box form .email {
        width: 100%;
        border-radius: 5rem;
        border: .2rem solid #d9296f;
        background: 0 0;
        font-size: 1.5rem;
        text-transform: none;
        color: #3d3d3d;
        margin-bottom: 1rem;
        padding: 1.2rem 1.4rem
    }

    .credit {
        background-color: #242424;
        font-size: 2rem;
        padding: 2rem 1rem;
        color: #f8f9fc
    }

    .table-container {
        max-width: 100%;
        margin: 20px auto;
        overflow-x: auto
    }

    table {
        width: 100%;
        font-size: 8px;
        border-collapse: collapse
    }

    td,
    th {
        border: 1px solid #ddd;
        padding: 2px
    }
}