@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@font-face {
    font-family: 'montserrat';
    src: url('fonts/montserrat-web/montserratalternates-medium1-webfont.woff2') format('woff2'), url('fonts/montserrat-web/montserratalternates-medium1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.popup {
    position: fixed;
    top: -100vh;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: top 0ms ease-in-out 200ms;
    z-index: 1;
}

.popup .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 100ms ease-in-out 200ms;
}

.popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.15);
    height: 324px;
    width: 55%;
    max-width: 666px;
    /* background: #f5f6f0; */
    /* padding: 25px; */
    /* border-radius: 10px; */
    opacity: 0;
    /* box-shadow: 0px 2px 2px 5px rgba(0, 0, 0, 0.05); */
    transition: all 300ms ease-in-out;
}

.card-p {
    background: #f5f6f0;
    border-radius: 10px;
}

.R12 {
    display: flex;
    flex-direction: column;
    /* flex-wrap: nowrap; */
    align-items: center;
}

.a-i {
    align-items: center;
}

.popup .popup-content {
    margin: 10px 0px;
    font-size: 25px;
    color: #111;
    text-align: center;
}

.popup .popup-content {
    margin: 15px 0px;
    color: #222;
    font-size: 16px;
    text-align: center;
}

.popup .popup-content .controls {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px 0px;
}

.popup .popup-content .controls {
    padding: 10px 20px;
    border: none;
    outline: none;
    font-size: 15px;
    border-radius: 20px;
    cursor: pointer;
}

.popup .popup-content .controls .close-btn {
    background: transparent;
    color: #3284ed;
    display: none;
}

.popup .popup-content .controls .submit-btn {
    background: #3284ed;
    color: #fff;
    display: none;
}

.popup.active {
    top: 0px;
    transition: top 0ms ease-in-out 0ms;
}

.popup.active .overlay {
    opacity: 1;
    transition: all 300ms ease-in-out;
}

.popup.active .popup-content {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-right-radius: 0px;
}

.card-p h3 {
    text-transform: uppercase;
    color: rgb(177, 177, 177);
    font-size: .8rem;
    font-family: 'Lato';
}

.card-p h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    color: #303030;
}

.card-p p {
    line-height: 1.4em;
    text-align: start;
    padding-right: 10px;
}

.card-p h4 {
    font-family: 'Lato';
    color: #303030;
    font-weight: 700;
}

.card-p .num {
    color: rgb(177, 177, 177);
    font-size: .8rem;
    font-family: 'Lato';
    /* color: #303030; */
}

.btn-dark {
    width: 50%;
    font-family: 'Lato';
}

.bi-whatsapp {
    /* padding-right: 7px; */
}

.h-100 {
    height: 100%!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

@media (max-width:1100px) {
    /* .c-img {
        height: 100.6%;
    } */
}

@media (max-width:1047px) {
    .popup .popup-content {
        width: 60%;
    }
}

@media (max-width:992px) {
    .popup .popup-content {
        width: 64%;
    }
}

@media (max-width:893px) {
    .popup .popup-content {
        height: 344px;
    }
}

@media (max-width:768px) {
    .c-img {
        display: none;
    }
    .popup .popup-content {
        height: 324px;
    }
    .btn-dark {
        width: 100%;
        line-height: 220%;
    }
}

@media (max-width:579px) {
    .h-100 {
        height: 100%!important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: flex-start;
        width: 200%;
    }
    /* .card-p {
        width: 71%;
    } */
    /* .card-p p {
        text-align: center;
    } */
    .popup .popup-content {
        padding-bottom: 0px;
        padding-top: 10px;
        height: auto;
    }
    .card-p h4 {
        padding-top: 20px;
    }
}

@media (max-width:400px) {
    .popup .popup-content {
        width: 74%;
    }
    .card-p h4 {
        padding-top: 20px;
    }
}


/* text copy button */

.copy__button {
    padding: 3.5px;
    background-color: #303030;
    border-radius: 5px;
    color: #F5F6F0;
    font-size: 15px;
    font-family: 'Lato';
    font-style: normal;
}

.featured2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #303030;
    justify-content: center;
    padding-top: 93.05px;
    padding-bottom: 93.05px;
    background: #f5f6f0;
    margin-bottom: 60px;
}

.row4 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: nowrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
    padding-top: 42.06px;
    z-index: 1;
}

.fcol3 {
    width: 22%;
    /* height: 172.45px; */
    background: #F5F6F0;
    border-radius: 100px;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 5px;
    /* border: 5px solid white; */
    /* color: white; */
    font-family: Verdana;
    /* font-weight: bold; */
    font-size: 50px;
    /* cursor: pointer; */
    padding: 0;
    transform: translate(0px, 0px);
    padding-top: 17px;
    padding-left: 17px;
    padding-right: 17px;
    border-radius: 5px;
    padding-bottom: 16px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.slider-i {
    width: 100%;
    max-width: 260.02px;
    height: 100%;
    border-radius: 5px;
}

.s-title {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #303030;
    padding-top: 7%;
}

.s-dscrb {
    font-family: 'Lato';
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: #6F6F6F;
    padding-top: 4%;
}

.s-BD {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #303030;
    padding-top: 8%;
}

.t-order {
    flex: 0 0 auto;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    background: #303030;
    border-radius: 5px;
    width: 100%;
    /* height: 90%; */
    color: #FFF;
    text-align: center;
    line-height: 250%;
    margin-top: 6px;
    cursor: pointer;
    z-index: 2;
}

.t-order:hover {
    color: #c3c3c3;
}

.fa-solid {
    line-height: 0.72;
}

.f-f {
    width: 300px;
    flex-shrink: 0;
    height: 100%;
    background: #F5F6F0;
    border-radius: 20px;
    pointer-events: none;
    transition: all 0.3s;
    width: 89%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 17px;
    padding-left: 17px;
    padding-right: 17px;
    border-radius: 5px;
    padding-bottom: 16px;
}

@media (max-width:992px) {
    .container5 {
        padding-bottom: 50px;
    }
    .f-f {
        width: 300px;
        flex-shrink: 0;
        height: 443.45px;
        background: #F5F6F0;
        border-radius: 20px;
        pointer-events: none;
        transition: all 0.3s;
        width: 295px;
        margin-right: 30px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 17px;
        padding-left: 17px;
        border-radius: 5px;
    }
    .slider-i {
        width: 100%;
        max-width: 260.02px;
        height: 100%;
        border-radius: 5px;
    }
    .t-order {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        background: #303030;
        border-radius: 5px;
        width: 100%;
        height: 48.35px;
        color: #FFF;
        text-align: center;
        line-height: 2.3;
        margin-top: 6px;
        cursor: pointer;
    }
    .s-title {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #303030;
        padding-top: 17px;
    }
    .s-dscrb {
        font-family: 'Lato';
        font-style: normal;
        font-size: 14px;
        line-height: 17px;
        color: #6F6F6F;
        padding-top: 6px;
    }
    .s-BD {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #303030;
        padding-top: 18px;
    }
    .fcol3 {
        flex: 0 0 auto;
        width: 40%;
    }
    /* .row4 {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x) * -.5);
        margin-left: calc(var(--bs-gutter-x) * -.5);
        padding-top: 42.06px;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        align-content: center;
    } */
}

@media (max-width:767px) {
    .fcol3 {
        /* flex: 0 0 auto; */
        width: 40%;
    }
    .t-order {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        background: #303030;
        border-radius: 5px;
        width: 100%;
        height: 48.35px;
        color: #FFF;
        text-align: center;
        line-height: 2.3;
        margin-top: 6px;
        cursor: pointer;
    }
    .s-title {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 19px;
        line-height: 24px;
        color: #303030;
        padding-top: 12px;
    }
    .slider-i {
        width: 100%;
        max-width: 260.02px;
        height: 100%;
        border-radius: 5px;
    }
    .s-BD {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 19px;
        line-height: 24px;
        color: #303030;
        padding-top: 12px;
    }
}

@media (max-width:576px) {
    #p-row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: nowrap;
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x) * -.5);
        margin-left: calc(var(--bs-gutter-x) * -.5);
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
    .fcol3 {
        /* flex: 0 0 auto; */
        width: 55%;
    }
}

@media (max-width:270px) {
    .t-order {
        height: 93.35px;
    }
}


/* foooter section*/


/* pagination section */


/* 
* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    box-sizing: border-box;
} */


/* body {
    height: 100vh;
    display: grid;
    place-items: center;
} */

#pag {
    margin-bottom: 120px;
    padding-top: 120px;
}

.pagi {
    text-decoration: none;
    font-size: 30px;
    margin: 2vw;
    margin-bottom: 20px;
    /* padding: 20px 0px; */
    border-radius: 100%;
    color: #303030;
    /* transition: transform 0.5s, background 0.5s; */
}

.pagi:hover
/* .pagi:nth-child(2)*/

{
    /* background-color: #ffc614; */
    color: #303030;
    top: -18px;
    position: relative;
    transform: translate(0px, -20px);
    transition: 0.5s;
}


/* pagination  */


/* .container {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
} */

.card-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* margin: 30px; */
}

.card {
    position: relative;
    /* background: #fff; */
    /* max-width: 325px; */
    width: 100vw;
    /* height: auto; */
    /* margin: 25px; */
    /* box-shadow: 0 5px 25px rgb(1 1 1 / 20%); */
    /* border-radius: 10px; */
    overflow: hidden;
    padding-bottom: 100px;
}

#p-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    /* flex-wrap: nowrap; */
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
    justify-content: center;
}

@media (max-width:576px) {
    #p-row {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        grid-gap: 30px;
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        /* flex-wrap: nowrap; */
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x) * -.5);
        margin-left: calc(var(--bs-gutter-x) * -.5);
        justify-content: center;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }
}

.fcol5 {
    position: relative;
    background: #fff;
    /* max-width: 325px; */
    /* width: 325px; */
    /* height: auto; */
    /* margin: 25px; */
    /* box-shadow: 0 5px 25px rgb(1 1 1 / 20%); */
    border-radius: 10px;
    overflow: hidden;
    width: 22%;
    /* height: 172.45px; */
    background: #F5F6F0;
    border-radius: 100px;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 5px;
    /* border: 5px solid white; */
    /* color: white; */
    font-family: Verdana;
    /* font-weight: bold; */
    font-size: 50px;
    /* cursor: pointer; */
    padding: 0;
    transform: translate(0px, 0px);
    padding-top: 17px;
    padding-left: 17px;
    padding-right: 17px;
    border-radius: 5px;
    padding-bottom: 16px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

@media (max-width:992px) {
    .fcol5 {
        flex: 0 0 auto;
        width: 40%;
    }
}

@media (max-width:767px) {
    .fcol5 {
        /* flex: 0 0 auto; */
        width: 40%;
    }
}

@media (max-width:576px) {
    .fcol5 {
        /* flex: 0 0 auto; */
        width: 55%;
    }
}

.card-image {
    max-height: 200px;
}

.card-image .s-foto {
    max-width: 100%;
    height: auto;
}

.card-info {
    position: relative;
    color: #222;
    padding: 10px 20px 20px;
}


/* .card-info h3 {
    font-size: 1.8em;
    font-weight: 800;
    margin-bottom: 5px;
}

.card-info p {
    font-size: 1em;
    margin-bottom: 5px;
} */

.pagination {
    text-align: center;
    margin: 30px 30px 60px;
    user-select: none;
}

.pagination li {
    display: inline-block;
    margin: 5px;
    box-shadow: 0 5px 25px rgb(1 1 1 / 10%);
}

.pagination li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 45px;
}

.previous-page,
.next-page {
    background: #ffc614;
    width: 80px;
    border-radius: 45px;
    cursor: pointer;
    transition: 0.3s ease;
    color: #fff;
}

.previous-page:hover {
    transform: translateX(-5px);
}

.next-page:hover {
    transform: translateX(5px);
}

.current-page,
.dots {
    background: #c5c7bc;
    width: 45px;
    border-radius: 50%;
    cursor: pointer;
}


/* .page-item[aria-current="page"] {
    text-decoration: underline;
} */


/* .active {
    background: #ffc614;
}

.disable {
    background: #c5c7bc;
} */


/* foooter section*/


/* 
.f-backg {
    background: #303030;
    width: 100vw;

    margin-top: 136px;
    padding-top: 38px;
    padding-bottom: 65px;
} */


/* product pop up content */

.p-title {
    font-family: 'Lato';
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 24px;
    color: #303030;
    display: flex;
    justify-content: center;
    align-items: center;
}