@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
.hover-effect-1{
    padding: 3% 5% 3% 5%;
    border-radius: 8px;
    font-size: 20px;
    border: none;
    margin: 5%;
}
.hover-effect-1:hover {
    color: #ff7e42;
  }
.Span span{
    background-color: #ff7e42;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    font-size: 18px;
    padding-top: 8px;
    text-align: center;
    color: aliceblue;
}
.Span span{
    position: relative;
    bottom: 4px;
    right: 45px;
}
.Span a{
    text-decoration: none;
    color: black;
}
.Offer:hover .Span span{
    background-color: white;
    color: #ff7e42;
    border:1px solid #ff7e42;
    transition: .5s;
}
.Offer:hover .Span a{
    color: #ff7e42;
    transition: .5s;
}
.Offer:hover .img{
    transform: scale(1.1);
    transition: 1s;
}
.pad{
    overflow: hidden;
}
.p1{
    transition: 1s;
}
.p1:hover{
    transform: scale(1.070);
    transition: 1s;
}
.Pad1{
    animation: Pad1;
    animation-duration: 0.9s;
    animation-delay: 1.9s;
    animation-iteration-count: 1;
}
.Pad2{
    animation: Pad2;
    animation-duration: 1.4s;
    animation-delay: 1.9s;
    animation-iteration-count: 1;
}
.Pad3{
    animation: Pad3;
    animation-duration: 1.8s;
    animation-delay: 1.9s;
    animation-iteration-count: 1;
}
@keyframes Pad1{
    from{transform: translatey(200px);}
    to{transform: translatey(0px);}
}
@keyframes Pad2{
    from{transform: translatey(200px);}
    to{transform: translatey(0px);}
}
@keyframes Pad3{
    from{transform: translatey(200px);}
    to{transform: translatey(0px);}
}
@media screen and (min-width: 1024px) {
    .Gallery-01{
        position: relative;
        top: -125px;
    }
    .Gallery-03{
        position: relative;
        top: -125px;
    }
    .Gallery-04{
        position: relative;
        top: -250px;
    }
    .Gallery-05{
        position: relative;
        top: -125px;
    }
    .Gallery-06{
        position: relative;
        top: -250px;
    }
    .Gallery{
        height: 870px;
    }
}
.produce-new{
    position: relative;
    left: -180px;
    display: inline-block;
    background-color: rgba(35, 35, 254, 0.816);
    color: white;
    text-decoration: none;
    font-size: 10px;
    border-radius: 4px;
    padding: 0px 2px 2px 2px;
}
.produce{transition: 1s;}
.produce:hover{
    transform: scale(1.1);
    transition: 1s;
}
.produce-icon{
    color: black;
    text-decoration: none;
}
.produce-icon:hover{
    color: #ff7e42;
} 
.footer a{
    color: #bfbfbf;
}
.footer a:hover{
    color: white;
}

.whatapp i{
    font-size: 30px;
    font-weight: 900;
    color: aliceblue;
}
.whatapp a{
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center; 
}
@keyframes whatapp{
    0%, 100% {
    transform: scale(1);
    opacity: 1;
    }
    50% {
    transform: scale(1.2);
    opacity: 0.8;
    }
}
.whatapp{
    width: 65px;
    height: 65px;
    padding: 20px 25px 20px 25px;
    border-radius: 50%;
    background-color: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 1435px;
    bottom: 90px;
    animation: whatapp;
    animation-duration: 4s;
    animation-delay: 0s;
    animation: whatapp 1.4s ease-in-out infinite;
    box-shadow: 0 0 15px rgba(37, 211, 102, 0.5);
    z-index: 10;
}
.alt-up i{
    font-size: 20px;
    font-weight: 900;
    color: aliceblue;
}
.alt-up{
    border-radius: 50%;
    background-color: #ff7e42;
    display: inline;
    padding: 10px 15px;
    position: fixed;
    left: 1440px;
    bottom: 20px;
}