.navbar{
    background-color: #0280c9;
}
img{
    width: 100%;
}
.main-menu{
    background-color: #fff8b9;
    padding: 30px;
}
.one-row{
    color: rgb(0, 0, 0);
    justify-content: center;
    border-bottom: 2PX SOLID blue;
}
/* .robota-item:hover{
    transform: translate(0, -20px);
    box-shadow: 0px 0px 10px #2700E5;
}
.robota-item{
    background-color: #808080;
    padding: 0;
    text-align: center;
    height: 100%;
    transition: 0.5s;
}
.robota-item>img{
    width: 50%;
} */


.pro-nas{
    background-image: url(panorama.jpg);
    width: 100%;
    color: white;
    box-sizing: border-box;
    background-position: 50 50;
    background-size: cover;
}
.button-vud{
    background-color: #9E9DFF;
    border: 0;
    border-radius: 10px;
}
.button-vud:hover{
    box-shadow: 0px 0px 15px #9E9DFF;
}
.robota-pidloga>img{
    width: 75%;
}
.pro-nas .row{
    background-color: rgba(0, 0, 0, 0.397);
}
.to-top{
    background-color: #00C896;
    box-sizing: border-box;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    animation: btn-to-top-anim 0.7s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.to-top:hover{
    animation-play-state: paused;
    box-shadow: 0px 0px 20px #00C896;
    color: white;
}
@keyframes btn-to-top-anim{
    0%{
bottom: 20px;
    }
    50%{
bottom: 30px;
    }
    100%{
bottom: 20px;
    }
}
.a-btn{
    color: black;
    text-decoration: none;
}
.to-top>a:hover{
    color: white;
}
.robota-card{
    color: black;
    text-decoration: none;
    /* display: block; */
}
.robota-card:hover{
   /* color: #00C896;  */
/* font-weight: 900; */
color: black;
}
.robota-card:hover h3{
    /* color: #00C896;  */
 /* font-weight: 900; */
 transform: scale(1.1);
 color: black;
 }
 .robota-card h3{
    /* color: #00C896;  */
 /* font-weight: 900; */
 transform: scale(0.9);
 
 }
.robota-item:hover{
    transform: translate(0, -20px);
    box-shadow: 0px 0px 30px #0260e8;

}
.robota-item{
    background-color: #FCF8FF;
    box-shadow: 0px 0px 30px #dedede;
    padding: 50px;
    text-align: center;
    height: 100%;
    transition: 0.5s;
}
.robota-item>img{
    width: 30%;
    margin-bottom: 50px;
    padding-bottom: 10px;
    transition: 0.5s;
}

.foto-galeru{
    background-size: cover;
    background-position: 50 50;
    width: 18%;
}
.foto-galerea{
    margin-top: 40px;
}
.foto-item{
    width: 100%;

}
.foto-wrap {
    margin: 50px;
transition: 0.5s;
}
.foto-wrap:hover{
    transform: scale(1.1);
}
.futer{
    padding-top: 80px;
    background-color: #0280c9;
}
.futer-row{
    justify-content: space-between;
}
.sotseti{
    font-size: 2rem;
}
.telefon{
    font-size: 1.5rem;
    color: black;
    text-decoration: none;
}
.adresa{
    font-size: 20px;
}
.telefon:hover{
    color: black;
}
.sotseti-items{
    color: black;
}
.sotseti-items:hover{
    color: black;
}
/* ----------------------------- */
/* слайдер */
*{
    box-sizing: border-box;
}
.long-slider{
    position: relative;
    height: 300px;
    width: 100%;
    /* overflow: hidden; */
    /* transform: translateX(); */
}
.arrow-left, .arrow-right{
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.356);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    transition: 0.8s;
    font-size: 4em;
    color: gray;
}
.arrow-left:hover, .arrow-right:hover{
    color: black;
    background-color: rgba(134, 131, 131, 0.658);

}
.arrow-right{
    right: 0;
}

.item-wrap{
    /* position: absolute; */
    display: flex;
    height: 300px;
    transition: 0.7s ease-out;
    max-width: 100%;
    overflow: auto;
    scroll-behavior: smooth;
}
.slider-item{
    /* width: 450px; */
    margin-left: 10px;
    /* border: 1px solid black; */
    display: flex;
    justify-content: center;
}
.item-wrap img{
    height: 100%;
}



.pdoduct-card{
    padding: 20px;
    margin-left: 20px;
    width: 300px;
    /* background-color: rgb(228, 228, 228); */
    transition: 0.8s;
 }
.pdoduct-card:hover{
    transform: scale(1.1);
    background-color: rgb(247, 244, 244);

 }
 .pdoduct-card img{
     width: 100%;
 }

/* Works on Chrome, Edge, and Safari */

.item-wrap::-webkit-scrollbar {
    height: 1px;               /* висота/ширина скрола */
  }
  
  .item-wrap::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);        /*смужка */
  }
  
  .item-wrap::-webkit-scrollbar-thumb { /*те, що їздить */
    background-color: rgb(218, 218, 218);    
    border-radius: 20px;      
    /* border: 3px solid rgb(163, 163, 163);  */
  }
  .item-wrap::-webkit-scrollbar-thumb:hover { /*те, що їздить */
    background-color: rgb(0, 0, 0);    
  
  }
/* Works on Firefox */
.item-wrap{
    scrollbar-width: thin;
    scrollbar-color: blue orange;
  }

/* фулскрін */
.photo{
    width: 300px;
    margin: 20px;
    display: inline-block;
}
img{
    width: 100%;
}

/* клас що додається до повного екрану */
/* ставити той параметр який більший */
.img-full-show{
    height: 80%;
    width:auto;

 }
 .img-galery{
         z-index: 50;
     display: flex;
     align-items: center;
     justify-content: center;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(155, 155, 155, 0.698);
 }

 /*--------------------------  */