@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Playfair Display", serif;
}

html,
body {
    overflow-x: hidden;
}

#circle {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: green;
}


.owl-carousel .item0 {
    height: 100vh;
    width: auto;
    background-image: url("images/pink\ background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.owl-carousel .item1 {
    height: 100vh;
    width: auto;
    background-image: url("images/green\ background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.owl-carousel .item2 {
    height: 100vh;
    width: auto;
    background-image: url("images/beige\ background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service-part1 {
    height: 80vh;
    width: auto;
    background-image: url("images/serivice-1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.part1 {
    height: 80vh;
    width: auto;
    background-image: url("images/adv3-570x570.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.service {
    background-image: url("images/adv2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.service1 {
    background-image: url("images/peace.png");
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transform: scale(20deg);
    transition: transform linear 3s;
}

.servive-part2 h4 {
    text-transform: uppercase;
    font-weight: 700;

}

.service2 {
    position: relative;
}

@keyframes tada {
    0% {
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {

        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {

        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }

}

.peach {
    -webkit-animation-name: tada;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    position: absolute;
    right: 0;
    top: -30px;
}



.service2 h4 {
    text-transform: uppercase;
    font-weight: 700;

}

.servive-part2 h2 {
    color: #43b02a;
    margin: 2rem 0 2.5rem;
    font-size: 3rem;


}

.service2 h2 {
    color: #43b02a;
    margin: 2rem 0 2.5rem;
    font-weight: normal;
    font-size: 2.8rem;


}

.servive-part2 p {
    font-weight: 700;
    font-size: 0.8rem;
    color: rgb(75, 72, 72);
    text-transform: uppercase;
    font-family: 'Merriweather Sans', sans-serif;
    margin-bottom: 4.5rem;
}

.service2 p {
    font-weight: 700;
    font-size: 0.8rem;
    color: rgb(75, 72, 72);
    text-transform: uppercase;
    font-family: 'Merriweather Sans', sans-serif;
    margin-bottom: 4.5rem;
}

.servicee {
    background-image: url("images/card-title.png");
    background-position: center;
    background-repeat: no-repeat;
}

.head1 {
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 5rem;
}

.p {
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}

.btnn {
    border: 2px dashed #555;
    padding: 0.5rem 2rem;
    border-radius: 20px;
    color: #555;
}

.cat {
    border: 1px dotted #555 !important;
    border-radius: 25px !important;
}

.card {

    position: relative;
    overflow: hidden;
}

.card-img-top {
    transition: transform 0.5s ease, background-color 0.5s ease;
}

.card:hover .card-img-top {
    transform: scale(1.1);
    background-color: hsl(0, 3%, 50%);
}

.card-body {
    position: relative;
    z-index: 1;
}

.box {
   margin: auto;
    height: 90vh;
    width: 80%;
    border: 1.2rem solid;
    border-bottom-color: #ffc1c9;
    border-left-color: #ffc1c9;
    border-right-color: #f3f3f3;
    border-top-color: #f3f3f3;

}

.text {
    font-size: 3.5rem;
    margin-top: 50px;
    font-weight: bold;
}

.list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.list li {
    font-size: 18px;

}

.hr {
    width: 18px;

}
.ppp{
    padding: 2.2rem 2rem !important;
}

.nn {
    font-weight: 700;
    color: #43b02a;
}



.im {
    height: 18rem;
    background-image: url("images/upshop-drink-03.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all linear 0.3s;
}

.im:hover {
    -webkit-transform: rotateY(180deg);
    height: 18rem;
    background-image: url("images/upshop-drink-04.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.im1 {
    height: 18rem;
    background-image: url("images/upshop-drink-04.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all linear 0.3s;
}

.im1:hover {
    -webkit-transform: rotateY(180deg);
    height: 18rem;
    background-image: url("images/upshop-drink-03.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.im2 {
    height: 18rem;
    background-image: url("images/upshop-drink-10.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all linear 0.3s;
}

.im2:hover {
    background-image: url("images/upshop-drink-19.jpg");
    -webkit-transform: rotateY(180deg);
    height: 18rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.im3 {
    height: 18rem;
    background-image: url("images/upshop-drink-19.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all linear 0.3s;
}

.im3:hover {
    -webkit-transform: rotateY(180deg);
    height: 18rem;
    background-image: url("images/upshop-drink-10.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.im4 {
    height: 18rem;
    background-image: url("images/upshop-drink-04.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all linear 0.3s;
}

.im4:hover {
    background-image: url("images/upshop-drink-03.jpg");
    -webkit-transform: rotateY(180deg);
    height: 18rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.im5 {
    height: 18rem;
    background-image: url("images/upshop-drink-16-270x340.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all linear 0.3s;
}

.im5:hover {
    -webkit-transform: rotateY(180deg);
    height: 18rem;
    background-image: url("images/upshop-drink-04.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.button {
    background-color: #ffc1c9;
    width: 100%;
    padding: 0.6rem 2.3rem;
    border: none;
    font-size: 21px;
    font-weight: 600;

}

.products {
    margin-top: 5rem;
}

.item-1,
.item-2,
.item-3 {

    margin-top: 3.2rem;
    padding: 0 22rem;
    background-image: url("images/bg-client.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.ff{
font-weight: 500;
    font-size: 1.5rem;
}

.sp{
    color: #43b02a;
}
.pp{
    color: #999;
}

.box1{
    padding: 7rem 0;
    margin-top: 5rem;
    height: 70vh;
    width: auto;
    background-image: url("images/bg-footer.jpg");
    background-size: cover;
}

.input-group{
    width: 40% !important;
}
#basic-addon2{
    border: none;
    color: white;
        font-weight: bold;
    background-color: #43b02a;
}
.rw{
    height: 60vh;
}
.si{
    font-size: 4rem;
    font-weight: bold;
}

.ss{
    font-size: 0.8rem;
    font-weight: bold;
}

.social i{
    font-size: 2.6rem;
}

.rw{
   
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15vh;
    width: auto;
    background-color: #252524 ;
}




