/*!
 * Template Name : navigation-thumbnail-ver-1
 */

/**********************************/
/* Navigation Thumbnails Version 1
/* Main Settings
/**********************************/

/* 1 - Background color of carousel */
.navi-thumb-ver-1.sz-slider {
  background: rgba(0,0,0,.5);
}
/* 2 - Images overlay */
.navi-thumb-ver-1.sz-slider .sz-wrapper::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.212);
}
/* 3 - Background Images Position */
.navi-thumb-ver-1.sz-slider[data-type=slider]:not([data-background=image]) > .carousel-inner > .carousel-item {
  background-position: center;
}

/**********************************/
/* Navigation Thumbnails Version 1
/* Layer Settings
/**********************************/

/* 1 - Left */
.navi-thumb-ver-1-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 530px;
  padding: 3px;
  height: 260px;
  display: block;
  max-width: 530px;
  text-align: left;
  position: absolute;
  margin: auto auto auto 19%;
}
/* 2 - Right */
.navi-thumb-ver-1-layer.navi-thumb-ver-1-layer-right {
  text-align: right;
  margin: auto 19% auto auto;
}
/* 3 - Center */
.navi-thumb-ver-1-layer.navi-thumb-ver-1-layer-center {
  margin: auto;
  text-align: center;
}
/* 3 - Children */
.navi-thumb-ver-1-layer > span {
  display: block;
}
/* 4 - 1st child */
.navi-thumb-ver-1-layer > span:nth-child(1) {
  color: #fff;
  margin: auto;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
/* 5 - Left 1st child underline */
.navi-thumb-ver-1-layer > span:nth-child(1)::after {
  left: 0;
  width: 50px;
  height: 1px;
  content: "";
  bottom: -3px;
  background: #fff;
  position: absolute;
}
/* 6 - Right 1st child underline */
.navi-thumb-ver-1-layer.navi-thumb-ver-1-layer-right > span:nth-child(1)::after {
  right: 0;
  left: auto;
}
/* 7 - Center 1st child underline */
.navi-thumb-ver-1-layer.navi-thumb-ver-1-layer-center > span:nth-child(1)::after {
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* 8 - 2nd child */
.navi-thumb-ver-1-layer > span:nth-child(2) {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.35;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}
/* 9 - Button */
.navi-thumb-ver-1-layer a {
  color: #fff;
  width: 160px;
  height: 43px;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 33px;
  text-align: center;
  position: relative;
  background: #c40020;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  transition: background .3s ease;
  -webkit-transition: background .3s ease;
}
/* 10 - Right Button */
.navi-thumb-ver-1-layer.navi-thumb-ver-1-layer-right a {
  margin-left: auto;
}
/* 11 - Center Button */
.navi-thumb-ver-1-layer.navi-thumb-ver-1-layer-center a {
  margin-left: auto;
  margin-right: auto;
}
/* 12 - Button Hover */
.navi-thumb-ver-1-layer a:hover {
  background: #930018;
}
/* 13 - Icon */
.navi-thumb-ver-1-layer a i {
  top: 0;
  color: #fff;
  width: 40px;
  height: 43px;
  right: -25px;
  font-size: 12px;
  line-height: 43px;
  position: relative;
  background: #930018;
  display: inline-block;
  transition: background .3s ease;
  -webkit-transition: background .3s ease;
}
/* 14 - Icon Hover */
.navi-thumb-ver-1-layer a:hover i {
  background: #c40020;
}

/******************/
/* Responsiveness */
/******************/

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Left */
  .navi-thumb-ver-1-layer {
    width: 60%;
	height: 230px;
    min-width: 450px;
    max-width: 530px;
    margin: auto auto auto 12%;
  }
  /* Right */
  .navi-thumb-ver-1-layer.navi-thumb-ver-1-layer-right {
    margin: auto 12% auto auto;
  }
  /* 1st Child */
  .navi-thumb-ver-1-layer > span:nth-child(1) {
    font-size: 16px;
  }
  /* 2nd Child */
  .navi-thumb-ver-1-layer > span:nth-child(2) {
    font-size: 26px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Left */
  .navi-thumb-ver-1-layer {
    width: 60%;
	height: 201px;
    min-width: 273px;
    max-width: 576px;
    margin: auto auto auto auto;
  }
  /* Right */
  .navi-thumb-ver-1-layer.navi-thumb-ver-1-layer-right {
    margin: auto auto auto auto;
  }
  /* 1st Child */
  .navi-thumb-ver-1-layer > span:nth-child(1) {
    font-size: 16px;
  }
  /* 2nd Child */
  .navi-thumb-ver-1-layer > span:nth-child(2) {
    font-size: 20px;
    margin-top: 10px;
  }
  /* Button */
  .navi-thumb-ver-1-layer > a {
    margin-top: 12px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Left & right & center */
  .navi-thumb-ver-1-layer,
  .navi-thumb-ver-1-layer.navi-thumb-ver-1-layer-right {
    width: 100%;
	height: 175px;
    max-width: 100%;
	text-align: center;
    margin: auto auto auto auto;
  }
  /* 1st Child underline */
  .navi-thumb-ver-1-layer.navi-thumb-ver-1-layer > span:nth-child(1)::after,
  .navi-thumb-ver-1-layer.navi-thumb-ver-1-layer-right > span:nth-child(1)::after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  /* 1st Child */
  .navi-thumb-ver-1-layer > span:nth-child(1) {
    font-size: 10px;
  }
  /* 2nd Child */
  .navi-thumb-ver-1-layer > span:nth-child(2) {
    font-size: 14px;
    margin-top: 10px;
  }
  /* Button */
  .navi-thumb-ver-1-layer > a,
  .navi-thumb-ver-1-layer.navi-thumb-ver-1-layer-right > a {
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
  }
}

/************************************/
/* Navigation Thumbnails Version 1
/* Left And Right Buttons
/* +
/* Navigation Thumbnails
/************************************/



/* 1 - Wrapper */
.navi-thumb-ver-1-btn .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  width: 50px;
  color: #fff;
  font-size: 0;
  height: 50px;
  display: block;
  background: #333;
  text-decoration: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 2 - On Hover & Focus */
.navi-thumb-ver-1-btn .carousel-control-btn:hover,
.navi-thumb-ver-1-btn .carousel-control-btn:focus {
  color: #fff;
  background: #000;
}

/* 3 - Prev Button */
.navi-thumb-ver-1-btn .carousel-control-prev.carousel-control-btn {
  margin: auto auto auto 25px;
}
/* 4 - Next Button */
.navi-thumb-ver-1-btn .carousel-control-next.carousel-control-btn {
  margin: auto 25px auto auto;
}
/* 5 - Icon */
.navi-thumb-ver-1-btn .carousel-control-btn > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 12px;
  height: 18px;
  margin: auto;
  font-size: 18px;
  position: absolute;
  display: inline-block;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}


