*{
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
.show-zoom{
  width: 600px!important;
  height: 600px!important;
}
.showPanel{
  z-index: 1000;
}
#show-img { width: 600px!important; height: 600px!important; z-index: 1000;}
.small-img {
    width: 400px;
    height: 70px;
    margin-top: 10px;
    position: relative;
    left: 110px;
}
.small-img .icon-left, .small-img .icon-right{
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.small-img .icon-left{
  transform: rotate(180deg)
}
.small-img .icon-right{
  right: 0;
}
.small-img .icon-left:hover, .small-img .icon-right:hover{
  opacity: .5;
}
.small-container {
    width: 310px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.small-container div{
  width: 800%;
  position: relative;
}

.small-container .show-small-img{
  width: 70px;
  height: 70px;
  margin-right: 6px;
  cursor: pointer;
  float: left;
}
.small-container .show-small-img:last-of-type{
  margin-right: 0;
}
.small-container div{
  z-index: 1000!important;
}
.show-zoom div{
  background-color: #fff;
  z-index: 1000!important;
}




/*Gem Form*/
.Gemform{
    width: 75% !important;
    margin: 30px 134px !important;
}
/*close Gem Form*/






/*video css*/




.section-header h1 {
  font: 400 32px "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #fff;
  
}

.video-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  grid-gap: 15px;
  max-width: 1100px;
  padding: 15px; 
  margin: 0 auto;
  box-sizing: border-box;
}

.video-gallery .gallery-item {
  position: relative;
  width: 100%;
  height: 300px;
  background: #000;
  cursor: pointer;
  overflow: hidden;
}

.video-gallery .gallery-item img {
  position: relative;
  display: block;
  width: 115%;
  height: 300px;
  object-fit: cover;
  opacity: .5;
  /*transition: opacity .35s, transform .35s;*/
  transition: all 350ms ease-in-out;
  transform: translate3d(-23px, 0, 0);
  /*backface-visibility: hidden;*/
}

.north-cascades-img {
  object-position: 50% 30%;
}

.video-gallery .gallery-item .gallery-item-caption {
  padding: 32px;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
}

.video-gallery .gallery-item .gallery-item-caption,
.video-gallery .gallery-item .gallery-item-caption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-gallery .gallery-item h2 {
  font-weight: 300;
  overflow: hidden;
  padding: 12px 0;
}

.video-gallery .gallery-item h2,
.video-gallery .gallery-item p {
  position: relative;
  margin: 0;
  z-index: 1;
  pointer-events: none;
}

.video-gallery .gallery-item p {
  letter-spacing: 1px;
  font-size: 12px;
  padding: 12px 0;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(10%, 0, 0);
}

.video-gallery .gallery-item:hover img {
  opacity: 0.3;
  transform: translate3d(0, 0, 0);
}

.video-gallery .gallery-item .gallery-item-caption {
  text-align: left;
}

.video-gallery .gallery-item h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  height: 1px;
  background: #fff;
  transition: transform 0.3s;
  transform: translate3d(-100%, 0, 0);
}

.video-gallery .gallery-item:hover h2::after {
  transform: translate3d(0, 0, 0);
}

.video-gallery .gallery-item:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}


.gallery-item iframe{
  width: 100%;
  height: 100%;
}
/*close video css*/


/*sivascontact*/
.sivascontact{
  text-align: center;
    margin: auto;
    padding: 40px 0px;
}

#explore{
        background-color: #9d0504;
    width: 70px;
    height: 4px;
        margin: auto;
        display: block;
        margin-top: 10px;
    }
/*close contact*/





@media (max-width: 1024px){

    .show-zoom {
    width: 400px!important;
    height: 400px!important;
}
  .show-zoom img{
    width: 100%!important;
    
}
#show-img {
    width: 500px!important;
    height: 500px!important;
    z-index: 1000;
}
.small-container {
    width: 300px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.small-img {
    width: 421px;
    height: 70px;
    margin-top: 30px;
    position: relative;
    left: 50px;
}
.card-home-category p {
    font-size: 14px;
}
}
@media (max-width: 768px){
  #show-img {
    width: 370px!important;
    height: 370px!important;
    z-index: 1000;
}
.small-container {
    width: 270px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.small-img {
    width: 311px;
    height: 70px;
    margin-top: 0px;
    position: relative;
    left: 25px;
}
.contact-form .sec-title-style1 {
    position: relative;
    display: block;
    padding-bottom: 21px;
    width: 100%;
}

}
@media (max-width: 568px){
  .show-zoom {
    width: 360px!important;
    height: 400px!important;
}
.small-img {
    width: 350px;
    height: 70px;
    margin-top: 0px;
    position: relative;
    left: 25px;
}
.small-container {
    width: 300px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
}
@media (max-width: 380px){
  .show-zoom {
    width: 291px!important;
    height: 400px!important;
}
#show-img {
    width: 300px!important;
    height: 356px!important;
    z-index: 1000;
}
  .small-img {
    width: 330px;
    height: 70px;
    margin-top: 0px;
    position: relative;
    left: 15px;
}
.small-container {
    width: 300px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
}

@media (max-width: 330px){
  .small-container .show-small-img {
    width: 60px;
    height: 60px;
    margin-right: 6px;
    cursor: pointer;
    float: left;
}
 .small-img {
    width: 270px;
    height: 70px;
    margin-top: 0px;
    position: relative;
    left: 13px;
}
.small-container {
    width: 210px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
 
}
