@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* *{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.block{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 10px;
}


.wrapper{
    max-width: 1100px;
}

.wrapper .gallery{
    display: flex;
    flex-wrap: wrap;
}

.gallery span{
    display: flex;
    width: 100%;
    overflow: hidden;
}

.gallery .image{
    padding: 7px;
    width: calc(100% / 3);
}

.gallery .image img{
    width:100%;
    vertical-align: middle;
    transition: all 0.3s ease;
}

.gallery .image:hover img{
    transform: scale(1.1);
}

.heg{
    color: rgb(38, 0, 255);
}

@media (max-width: 1000px){
    .gallery .image{
        width: calc(100% / 2);
    }
}

@media (max-width: 600px){
    .gallery .image{
        width: calc(100% / 2);
    }
}

.preview-box{
position: fixed;
max-width: 900px;
width: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -45%) scale(0.9);
background: rgb(0, 0, 0);
padding: 5px 5px 35px 50px;
opacity: 0;
pointer-events: none;
border-radius: 3px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
} */

/* .preview-box .show{
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -45%) scale(1);
    transition: all 0.3s ease;
} */

/* .preview-box .details{
    display: flex;
    align-items: center;
    padding: 12px 15px 12px;
    justify-content: space-between;
    width: 100%;
}

.preview-box .details .icon{
 color:#00178c;
 cursor: pointer;
 font-size: 20px;

}


.details .title{
    display: flex;
    font-size: 18px;
    font-weight: 400;
}

.details .title p{
    margin: 0 5px;

}

.details .title p.current-img{
    font-weight: 500;
}

.preview-box .img-box{
    display: flex;
    width: 100%;
}

.img-box .slide{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    cursor: pointer;
    color: rgb(207, 207, 207);
    width: 80px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.img-box .slide.prev{
left:0;
}

.img-box .slide.next{
right:0;    
}


.preview-box .img-box .img{
    width: 100%;
    border-radius: 0 0 3px 3px;
} */

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 350px;
}

div.gallery:hover {
  border: 2px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

.previewbox{
padding-top: 20px;
}

.backvideo{
    width: 1500px;
    align-items: center;
    padding-left: 30px;
    height: 800px;
}

@media (max-width: 1000px){
    .backvideoe{
        width: calc(100% / 2);
    }
}

@media (max-width: 600px){
    .backvideo{
        width: calc(100% / 2);
    }
}