.section-1{
    position: relative;
}
.section-1-btn {
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	background: white;
	z-index: 999;
	width: 40px;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 50px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.heroSwiper{
  width:100%;
  height:auto; /* 85vh */
}

.swiper-slide{
  overflow:hidden;
}
.swiper-slide .slide-img{
    width: 100%;
    height:auto; /* 100% */
    /*object-fit:cover;*/
    transform:scale(1.1);
    transition:transform 1.5s linear;
}
.swiper-slide-active .slide-img{
  transform:scale(1);
}
.slide-bg{
  width:100%;
  height:100%;
  background-size:cover;
  background-position:center;
  transform:scale(1.1);
  transition:transform 1.5s linear;
}

.swiper-slide-active .slide-bg{
  transform:scale(1);
}

/* Pagination */

.swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	background: transparent !important;
	border-radius: 50%;
	border: 2px solid rgb(0, 0, 0);
	position: relative;
	opacity: 1;
}

/*.swiper-pagination-bullet::after{
  content:'';
  position:absolute;
  inset:-2px;
  border-radius:50%;
  border:2px solid #fff;
  transform:scale(0);
}

.swiper-pagination-bullet-active::after{
  animation:progressBorder 5s linear forwards;
}

@keyframes progressBorder{
  from{
    transform:scale(0);
  }
  to{
    transform:scale(1);
  }
}*/

.swiper-pagination-bullet-active{
    background: white !important;
}
.swiper-pagination {
	text-align: right !important;
	padding: 15px 5% !important;
}
@media (max-width:1200px){
    
}
@media (max-width:1024px){
    
}
@media (max-width:992px){
    
}
@media (max-width:768px){
    
}
@media (max-width:575px){
    
}
@media (max-width:425px){
    
}
@media (max-width:375px){
    
}


.section-2{
    padding: 50px 5%;
}
.section-2-row{
    display: flex;
    margin: 0 -1%;
}
.section-2-col-1, .section-2-col-2, .section-2-col-3, .section-2-col-4{
    width: 23%;
    margin: 0 1%;
}
.section-2-col-1 img, .section-2-col-2 img, .section-2-col-3 img, .section-2-col-4 img{
    width: 100%;
    transition: all 0.5s;
}
.section-2-col-1 img:hover, .section-2-col-2 img:hover, .section-2-col-3 img:hover, .section-2-col-4 img:hover{
    opacity: 0.9;
}
.section-2-slider img{
    width: 100%;
}
.section-2-slider .swiper-slide img{
    transition:all .4s ease;
    transform:scale(0.95);
}
.section-2-slider .swiper-slide img:hover{
    transform:scale(1);
}
@media (max-width:1200px){
    
}
@media (max-width:1024px){
    
}
@media (max-width:992px){
    
}
@media (max-width:768px){
    
}
@media (max-width:575px){
    .section-2 {
        padding: 40px 5%;
    }
}
@media (max-width:425px){
    .section-2 {
        padding: 40px 5%;
    }
}
@media (max-width:375px){
    .section-2 {
        padding: 40px 5%;
    }
}


.section-3{
    padding: 0 5% 50px 5%;
}
.section-3-title h2{
    text-align: center;
    font-size: 24px;
    margin: 0 0 25px 0;
}
.section-3-row{
    display: flex;
    margin: 0 -1%;
}
.section-3-col-1, .section-3-col-2{
    width: 48%;
    margin: 0 1%;
    position: relative;
}
.section-3-col-1 img, .section-3-col-2 img{
    width: 100%;
    display: block;
    transition: all 0.5s;
}
.section-3-col-1:hover img, .section-3-col-2:hover img{
    opacity: 0.9;
}
.section-3-col-1-overlay, .section-3-col-2-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 5%;
}
.section-3-col-1-overlay h2, .section-3-col-2-overlay h2{
    font-size: 24px;
    color: white;
    text-align: center;
    margin: 0 0 15px 0;
}
.section-3-col-1-overlay a, .section-3-col-2-overlay a{
    display: block;
    padding: 7px 20px;
  color: white;
  border: 1px solid white;
  text-decoration: none;
  font-size: 14px;
}
@media (max-width:1200px){
    
}
@media (max-width:1024px){
    
}
@media (max-width:992px){
    
}
@media (max-width:768px){
    
}
@media (max-width:575px){
    .section-3{
        padding: 0 5% 40px 5%;
    }
}
@media (max-width:425px){
    .section-3{
        padding: 0 5% 40px 5%;
    }
}
@media (max-width:375px){
    .section-3{
        padding: 0 5% 40px 5%;
    }
}

.section-4{
    padding: 0 0 50px 0;
}
.section-4-title h2{
    text-align: center;
    font-size: 24px;
    margin: 0 0 10px 0;
}
/* Swiper Container */
.section-4-slider{
  width:100%;
  overflow:visible;
    margin-bottom: 30px;
}

/* Wrapper alignment */
.section-4-slider .swiper-wrapper{
  align-items:center;
}

/* Slides */
.section-4-slider .swiper-slide{
  width:340px;
  display:flex;
  justify-content:center;
  align-items:center;
  transition:all .4s ease;
  transform:scale(.95);
  opacity:.1;
}

/* Images */
.section-4-slider .swiper-slide img{
  width:100%;
  height:auto; /* 500px */
  object-fit:cover;
  object-position:center;
  border-radius:0;
  padding: 15px;
}

/* Active Center Slide */
.section-4-slider .swiper-slide-active{
  transform:scale(1);
  opacity:1;
  z-index:2;
}

/* Side Slides */
.section-4-slider .swiper-slide-prev,
.section-4-slider .swiper-slide-next{
  transform:scale(.95);
  opacity:.5;
}

/* Navigation arrows */
.section-4-slider .swiper-button-prev,
.section-4-slider .swiper-button-next{
  color: #000;
  width: 40px;
  height: 40px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.section-4-slider .swiper-button-next::after, .section-4-slider .swiper-button-prev::after {
    font-size: 16px;
}
.section-4-slider .swiper-button-prev{
  left:20px;
}

.section-4-slider .swiper-button-next{
  right:20px;
}

.section-4-link{
    display: flex;
    justify-content: center;
}

.section-4-link a{
    padding: 7px 25px;
    color: black;
  border: 1px solid black;
  text-decoration: none;
  font-size: 14px;
}
/* Responsive */
@media (max-width:991px){

  .section-4-slider .swiper-slide{
    width:260px;
  }

  /*.section-4-slider .swiper-slide img{
    height:420px;
  }*/

}

@media (max-width:600px){

  .section-4-slider .swiper-slide{
    width:220px;
  }

  /*.section-4-slider .swiper-slide img{
    height:360px;
  }*/

}

.section-5{
    position: relative;
}
.section-5 img{
    width: 100%;
    display: block;
    transition: all 0.5s;
}
.section-5:hover img{
    opacity: 0.9;
}
.section-5-overlay{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 5%;
    text-align: center;
}
.section-5-overlay h2 {
  font-size: 24px;
  color: white;
  text-align: center;
  margin: 0 0 15px 0;
}
.section-5-overlay a {
  padding: 10px;
  color: white;
  border: 1px solid white;
  text-decoration: none;
  font-size: 14px;
  display: block;
  width: 120px;
  margin: auto;
}

@media (max-width:1200px){
    
}
@media (max-width:1024px){
    
}
@media (max-width:992px){
    
}
@media (max-width:768px){
    
}
@media (max-width:575px){
    
}
@media (max-width:425px){
    
}
@media (max-width:375px){
    
}