@font-face {
    font-family: "Satisfy";
    src: url("fonts/Satisfy-Regular.ttf");
}

@font-face {
    font-family: "Alex";
    src: url("fonts/AlexBrush-Regular.ttf");
}

@font-face {
    font-family: "Urbanist";
    src: url("fonts/Urbanist-Italic.ttf");
}

@font-face {
    font-family: "Vicky";
    src: url("fonts/Vicky-SemiBold.ttf");
}

@font-face {
    font-family: "Urbanist_Semibold";
    src: url("fonts/Urbanist-SemiBold.ttf");
}

@font-face {
    font-family: "Urbanist_Bold";
    src: url("fonts/Urbanist-Bold.ttf");
}

@font-face {
    font-family: "Urbanist_Medium";
    src: url("fonts/Urbanist-Medium.ttf");
}


@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
  
    100% {
        transform: rotate(360deg);
    }
  }
  

.body {
    overflow: scroll;
    min-height: 100Vh;
    background-color: #FFE2FC;
    overflow-x: hidden;
}

.carosul1 {
    background-image: url(resources/banner1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
    width: 100%;
}

.banner--txt {
    font-family: "Satisfy";
    color: #fff;
    font-size: 2.5em;
    text-align: center;
    margin-top: -80px;
    /* -----glass----- */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(20px);
}

.banner--txt--p {
    margin-top: 0px;
}

.product--results {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec02--div01 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2%;
    column-gap: 2%;
    width: 95%;
}

.products--searchDiv {
    width: 100%;
    height: 20vh;
    /* background-color: blueviolet; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.products--sec1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 90%;
    column-gap: 2%;
}

.products--sec2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    column-gap: 2%;
    margin-top: 2%;
}

.products--row1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.products--input2 {
    width: 30%;
    border-radius: 5px;
    border-style: none;
    height: 100%;
    padding-left: 2%;
}

.products--input2:hover {
    background-color: #f0f0f0;

}

.products--t1 {
    width: 30%;
    margin-left: 2%;
}

.products--t2 {
    width: 10%;
    text-align: center;
}

.products--row2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.products--t3 {
    width: 30%;
    margin-left: 2%;
}

.products--input {
    width: 80%;
    border-radius: 5px;
    border-width: 2px;
    border-style: none;
    height: 100%;
    padding-left: 2%;
}

.products--input:hover {
    background-color: #f0f0f0;

}

.products--btn {
    width: 20%;
    border-radius: 5px;
    background-color: #fbbff0;
    border: none;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.products--btn:hover {
    background-color: #EE1ABF;
}

.products--select {
    width: 70%;
    border-radius: 5px;
    margin-top: 3%;
    border-style: none;
    height: 100%;
}

.products--select:hover {
    background-color: #f0f0f0;

}

.pSearchBtn--img {
    height: 70%;
    animation: loading 2s steps(16, jump-start) infinite;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #EE1ABF;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #fbbff0;
}

.nextbtn{
    background-color: #fbbff0;
    border: 1px solid rgb(131, 131, 131);
    border-radius: 5px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    cursor: pointer;
}

.nextbtn:hover{
    color: blue;
}

.pagination--nextBtn{
    border-radius: 10px;
}

.no_offer{
    margin-top: 5%;
}


@media screen and (min-width: 540px) and (max-width: 950px) {


    .sec02--div01 {
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .sec02--card {
        width: 50%;
    }

    .products--select {
        width: 80%;
        height: 3vh;
        margin-top: 2%;


    }

    .products--input {
        width: 60%;
        height: 3vh;

    }

    .products--btn {
        width: 37%;
        height: 3vh;

    }

    .products--input2 {
        width: 30%;
        height: 3vh;


    }

    .products--t3 {
        margin-top: 2%;
    }

    .pagination {
        display: inline-block;
    }

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
    }

    .pagination a.active {
        background-color: #EE1ABF;
        color: white;
    }

    .pagination a:hover:not(.active) {
        background-color: #fbbff0;
    }

}

@media screen and (min-width: 950px) {

    .sec02--div01 {
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .sec02--card {
        width: 25%;
    }

    .products--sec2 {
        flex-direction: row;
    }

    .products--row1 {
        width: 50%;
    }

    .products--row2 {
        width: 50%;
    }

    .products--t1 {
        width: 20%;
    }

    .products--t3 {
        width: 20%;
    }

    .products--select {
        width: 60%;
        height: 5vh;
        margin-top: 0%;


    }

    .products--input {
        width: 35%;
        height: 5vh;

    }

    .products--btn {
        width: 10%;
        height: 5vh;

    }

    .products--btn:hover {
        cursor: pointer;

    }

    .products--input2 {
        width: 30%;
        height: 5vh;


    }

    .pagination {
        display: inline-block;
    }

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
    }

    .pagination a.active {
        background-color: #EE1ABF;
        color: white;
    }

    .pagination a:hover:not(.active) {
        background-color: #fbbff0;
    }


}