
.section_1 {
    /* width: 1300px; */
    width: 100%;
    margin: auto;
}

.section_1_slider{
    width: 2000px;
    max-width: 100vw;
    height: 85vh;
    /* height: 700px; */
    margin: auto;
    position: relative;
    overflow: hidden;
}
.section_1_slider .section_1_list{
  position: absolute;
    width: max-content;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    transition: 1s;
}
.section_1_slider .section_1_list .section_1_image{
    width: 2000px;
    max-width: 100vw;
    height: 100%;
    filter :brightness(0.6);
    -webkit-filter: brightness(0.6);
    object-position: center;
    object-fit: cover;
    /* aspect-ratio: 1/1; */
}
.section_1_slider .section_1_buttons{
  position: absolute;
  top: 45%;
  left: 5%;
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.section_1_slider .section_1_buttons .section_1_button{
  width: 4vw;
  height: 4vw;
  font-size: 3vw;
  border-radius: 50%;
  background-color: #fff5;
  color: #fff;
  border: none;
  font-family: monospace;
  font-weight: bold;
  cursor: pointer;
}
.section_1_slider .section_1_dots{
  position: absolute;
  bottom: 3%;
  left: 0;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.section_1_slider .section_1_dots li{
  list-style: none;
  width: 1vw;
  height: 1vw;
  background-color: #fff;
  margin: 1vw;
  border-radius: 2vw;
  transition: 0.5s;
  cursor: pointer;
}
.section_1_slider .section_1_dots li.active{
  width: 4vw;
}
.section_1_itemTextContainer
{
  position: relative;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0%;
}
.section_1_centeritemTextContainer
{
    position: absolute;
    width: 75%;
    left: 13%;
    top: 51%;
}
.section_1_itemTextCont1
{
  font-size: 3.5vw;
  color: white;
  font-weight: 600;
  margin-bottom: 0%;
}

.section_1_itemTextCont2
{
  font-size: 1.7vw;
  color: white;
  font-weight: 200;
  margin-bottom: 1%;
}
.section_1_itemTextContButton1
{
  font-size: 1.7vw;
  color: white;
  z-index: 99;
  margin-right: 1.5%;
}
.section_1_itemTextContButton2
{
  font-size: 1.7vw;
  color: white;
  z-index: 99;

}

/* ---------------------- Media Query ------------------------------- */

@media screen and (max-width: 1025px){
  .section_1_slider{
    height: 56vh !important;
    width: 1250px !important;
  }
  .section_1_slider .section_1_list .section_1_image{
    width: 1250px !important;
  }
  .section_1_slider .section_1_buttons .section_1_button{
    width: 5vw !important;
    height: 5vw !important;
    font-size: 4vw !important;
  }
  .section_1_slider .section_1_dots li {
    width: 1vw !important;
    height: 1vw !important;
    margin: 1vw !important;
    border-radius: 2vw !important;
}
.section_1_slider .section_1_dots li.active{
  width: 4vw !important;
} 
.section_1_itemTextCont1
{
  font-size: 4vw !important;
}
.section_1_itemTextCont2
{
  font-size: 2.5vw !important;
}
.section_1_itemTextContButton1
{
  font-size: 1.5vw !important;
}
.section_1_itemTextContButton2
{
  font-size: 1.5vw !important;
}
.section_1_centeritemTextContainer
{
    width: 76%;
    left: 12%;
    top: 34%;
}

}

@media screen and (max-width: 769px){
  .section_1_slider{
    height: 54vh !important;
    width: 820px !important;
  }
  .section_1_slider .section_1_list .section_1_image{
    width: 820px !important;
  }
  .section_1_slider .section_1_buttons .section_1_button{
    width: 7vw !important;
    height: 7vw !important;
    font-size: 4vw !important;
  }
  .section_1_slider .section_1_dots li {
    width: 1vw !important;
    height: 1vw !important;
    margin: 1vw !important;
    border-radius: 2vw !important;
}
.section_1_slider .section_1_dots li.active{
  width: 4vw !important;
}
.section_1_itemTextCont1
{
  font-size: 4vw !important;
}
.section_1_itemTextCont2
{
  font-size: 2.7vw !important;
}
.section_1_itemTextContButton1
{
  font-size: 2.5vw !important;
}
.section_1_itemTextContButton2
{
  font-size: 2.5vw !important;
}
.section_1_centeritemTextContainer
{
    width: 71%;
    left: 15%;
    top: 46%;
}
}

@media screen and (max-width: 481px){
  .section_1_slider{
    height: 55vh !important;
    width: 550px !important;
  }
  .section_1_slider .section_1_list .section_1_image{
    width: 550px !important;
  }
  .section_1_slider .section_1_buttons .section_1_button{
    width: 7vw !important;
    height: 7vw !important;
    font-size: 5.2vw !important;
  }
  .section_1_slider .section_1_dots li {
    width: 2vw !important;
    height: 2vw !important;
    margin: 2vw !important;
    border-radius: 4vw !important;
}
.section_1_slider .section_1_dots li.active{
  width: 6vw !important;
}
.section_1_itemTextCont1
{
  font-size: 3.5vw !important;
}
.section_1_itemTextCont2
{
  font-size: 2.2vw !important;
}
.section_1_itemTextContButton1
{
  font-size: 2vw !important;
}
.section_1_itemTextContButton2
{
  font-size: 2vw !important;
}
.section_1_centeritemTextContainer
{
    width: 71%;
    left: 17%;
    top: 49%;
}

}


@media screen and (max-width: 320px){
  .section_1_slider{
    height: 45vh !important;
    width: 400px !important;
  }
  .section_1_slider .section_1_list .section_1_image{
    width: 400px !important;
  }
  .section_1_slider .section_1_buttons .section_1_button{
    width: 8vw !important;
    height: 8vw !important;
    font-size: 6vw !important;
  }
  .section_1_slider .section_1_dots li {
    width: 2vw !important;
    height: 2vw !important;
    margin: 2vw !important;
    border-radius: 4vw !important;
}
.section_1_slider .section_1_dots li.active{
  width: 5vw !important;
}

.section_1_itemTextCont1
{
  font-size: 2.8vw !important;
}
.section_1_itemTextCont2
{
  font-size: 2.2vw !important;
}
.section_1_itemTextContButton1
{
  font-size: 2.2vw !important;
}
.section_1_itemTextContButton2
{
  font-size: 2.2vw !important;
}
.section_1_centeritemTextContainer
{
    width: 67%;
    left: 16%;
    top: 51%;
}
}
@media screen and (min-width: 1026px){
  .section_1_slider{
    width: 2000px !important; /* */
    height: 90vh !important;
  }
  .section_1_slider .section_1_list .section_1_image{
    width: 2000px !important;
  }
  .section_1_slider .section_1_buttons .section_1_button{
    width: 4vw !important;
    height: 4vw !important;
    font-size: 3vw !important;
  }
  .section_1_slider .section_1_dots li {
    width: 1vw !important;
    height: 1vw !important;
    margin: 1vw !important;
    border-radius: 2vw !important;
}
.section_1_slider .section_1_dots li.active{
  width: 4vw !important;
} 

.section_1_itemTextCont1
{
  font-size: 3.5vw !important;
}
.section_1_itemTextCont2
{
  font-size: 1.7vw !important;
}
.section_1_itemTextContButton1
{
  font-size: 1.7vw !important;
}
.section_1_itemTextContButton2
{
  font-size: 1.7vw !important;
}
.section_1_centeritemTextContainer
{
    width: 75%;
    left: 11%;
    top: 45%;
}
}
/* @media screen and (min-height: 1080px){
  .section_1_slider{
    height: 56vh !important;
    width: 1250px !important;
  }
  .section_1_slider .section_1_list .section_1_image{
    width: 1250px !important;
  }
} */



.section_1_item .section_1_itemTextContainer .section_1_centeritemTextContainer .section_1_centeritemTextspaceCont,
.section_1_item .section_1_itemTextContainer .section_1_centeritemTextContainer .section_1_itemTextCont2
{
  opacity: 0;
  transition: opacity 2s ease-in;
}

.section_1_item.activeImage .section_1_itemTextContainer .section_1_centeritemTextContainer .section_1_centeritemTextspaceCont,
.section_1_item.activeImage .section_1_itemTextContainer .section_1_centeritemTextContainer .section_1_itemTextCont2
{
  opacity: 1;
  -webkit-animation: upward 4s ;
  animation: upward 4s forwards ;
}
@-webkit-keyframes upward {
  0% {
    transform: translateY(120%);
  }
 
  50% {
    transform: translateY(0%);

  }
}
@keyframes upward {
  0% {
    transform: translateY(120%);
  }
 
  50% {
    transform: translateY(0%);

  }
}

.section_1_item .section_1_itemTextContainer .section_1_centeritemTextContainer .section_1_itemTextCont1
{
  /* opacity: 0; */
  transition: opacity 2s ease-in;

}
.section_1_item.activeImage .section_1_itemTextContainer .section_1_centeritemTextContainer .section_1_itemTextCont1
{
  opacity: 1;
  -webkit-animation: jump 3s ;
  animation: jump 3s forwards ;
}

@-webkit-keyframes jump {
  0% {
    opacity: 1;
    transform: translateY(120%);
  }
  20% {
    opacity: 1;
    transform: translateY(100%);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    opacity: 1;
    transform: translateY(120%);
  }
  20% {
    opacity: 1;
    transform: translateY(100%);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
}

.section_1_centeritemTextContainerUpperText
{
  overflow: hidden;
  width: 100%;
  
}

.section_1_item.activeImage .section_1_itemTextContainerBlur .section_1_image 
{
  -webkit-animation: zoom 5s ;
  animation: zoom 5s forwards ;
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);

  }
}
@keyframes zoom {
  0% {
    transform: scale(1.1);

  }
  20% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);

  }
}