.backgr1 {
    height: var(--calc-height);
    background-image: url(../img/slider/back1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: shrink 8s 1 alternate;
}
.backgr2{
    height: var(--calc-height);
    background-image: url(../img/slider/back345.png);
    background-position: center;
    background-repeat: no-repeat;
    animation: shrink 8s 1 alternate;
}
.backgr3{
     height: var(--calc-height);
    background-image: url(../img/home/2.png);
    background-position: center;
    background-repeat: no-repeat;
    animation: shrink 8s 1 alternate;
}
.down-right{
    color: #000;
    font-size: 24px;
}
.down-right1{
/*    border-bottom: 2px solid #9e9d85; */
    padding-bottom: 10px;
    color: #9e9d85;
    font-weight: 700;
    font-size: 0.95rem;
    color: rgb(139, 148, 9); 
    text-decoration: underline;
}
.pt-20{
    padding-top: 20px
}
.pt-80{
    padding-top: 80px
}
.pb-40{
    padding-bottom: 40px 
}
.position-rel{
    position: relative;
}
.backgr-1.aos-init.aos-animate, .backgr-2.aos-init.aos-animate, .backgr-3.aos-init.aos-animate, .backgr-4.aos-init.aos-animate, .backgr-5.aos-init.aos-animate {
    animation: shrink 8s 1 alternate;
}

.wh-3{
    width: 100%;
    height: 250px;
}
.backgr-1{
    background-image: url(../img/slider/back345.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.backgr-2{
    background-image: url(../img/home/choco-ice.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
}
.backgr-3{
    background-image: url(../img/slider/123.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
    margin-top: 20px;
}
.backgr-4{
    background-image: url(../img/slider/45.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.backgr-5{
    background-image: url(../img/slider/567.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@keyframes shrink {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 100%;
  }
}
