/*slider part*/
.swiper-container {
  padding: 0;
  height: 950px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .swiper-container {
    height: 750px;
  }
}
.swiper-slide {
  width: 100%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.swiper-slide:after {
  content: "";
  background-image: linear-gradient(0deg, black, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 1;
  opacity: 0.3;
}

.swiper-slide:before {
  content: "";
  background-color: rgba(69, 69, 78, 0.2);
    background-image: linear-gradient(180deg, rgb(10 10 10 / 30%), rgb(31 31 33 / 30%));
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 1;
}

/* swiper arrows */
.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev {
  left: 30px;
}

.swiper-button-next {
  right: 30px;
}

.swiper-button-prev span,
.swiper-button-next span {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: absolute;
  border: solid 2px white;
  border-left: 0;
  border-bottom: 0;
  transition: all 0.3s ease;
}

.swiper-button-prev span {
  transform: rotate(-135deg);
  left: 50%;
}

.swiper-button-next span {
  transform: rotate(45deg);
  right: 50%;
}

.swiper-button-prev span:after,
.swiper-button-next span:after {
  content: "";
  position: absolute;
  background-color: white;
  width: 0px;
  height: 2px;
  transition: all 0.3s ease;
  transform: rotate(-45deg);
}

.swiper-button-prev:hover span {
  left: 30%;
}

.swiper-button-next:hover span {
  right: 30%;
}

.swiper-button-prev:hover span:after,
.swiper-button-next:hover span:after {
  width: calc(20px - 4px);
}

/* swiper arrows mobile */
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 0px;
  }

  .swiper-button-next {
    right: 0px;
  }

  .swiper-button-prev:hover span {
    left: 50%;
  }

  .swiper-button-next:hover span {
    right: 50%;
  }

  .swiper-button-prev:hover span:after,
.swiper-button-next:hover span:after {
    display: none;
  }
}
/* swiper pagination */
.swiper-pagination {
  height: 40px;
}

.swiper-pagination-bullet {
  background-color: transparent;
  border: solid 1px white;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.swiper-pagination-bullet:hover {
  background-color: white;
}

.swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  left: 0;
  background-color: transparent;
  border: solid 1px white;
}

/* text content */
.slide-text {
  text-align: center;
  color: white;
  opacity: 1;
  z-index: 2;
  font-family: 'Raleway', sans-serif;
  width: 80%;
  max-width: 700px;
}

.slide-text h1 {
    font-size: 35px;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

.slide-text p {;
       line-height: 26px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing:.5px;
}

/* text mobile */
@media screen and (max-width: 768px) {
  .slide-text {
    width: 60%;
  }

  .slide-text h1 {
    font-size: 20px;
    letter-spacing: 0.02em;
  }

  .slide-text p {
        font-size: 14px;
    line-height: 24px;
  }
}
/* button */
.slide-text .btn {
      font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
  background-color: transparent;
  border: solid 1px white;
  padding: 15px 30px;
  min-width: 100px;
  width: fit-content;
  font-size: 14px;
  letter-spacing: 2px;
  color: white;
  position: relative;
  border-radius: 80px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 20px;
}

.slide-text .btn:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  border-radius: inherit;
  transition: all 0.3s ease-in-out;
}

.slide-text .btn:hover::after {
  left: 4px;
  top: 5px;
  background-color: rgba(255, 255, 255, 0.3);
}

.slide-text .btn:hover {
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .slide-text .btn:hover::after {
    left: 0px;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
button:focus {
  outline: 0;
}

/*breadcrumb*/
video {
  object-fit: cover;
  width: 100%;
  height: 450px;
  position: relative;
  top: 0;
  left: 0;
}

.viewport-header {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
    align-self: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index:2;
  max-width:1600px;
  flex-direction:column;
  row-gap:20px;
}

.viewport-header h1 {
  color: #000;
    font-size: 55px;
    font-weight: 700;
  text-align: center;
}

.breadcrumb{
    padding: 0;
    margin-bottom:0;
}

.breadcrumb_overlay .breadcrumb_image{
position:relative;
}
.breadcrumb_overlay .breadcrumb_image:before{
background-color: rgba(0, 0, 0, 0.6);
background: rgba(0, 0, 0, 0.6);
color: rgba(0, 0, 0, 0.6);
position:absolute;
content:"";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.overlay{
height: 540px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: #000;
    opacity: 0.5;
}

.viewport-header a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: inline-block;
    transition: all 0.4s;
    line-height: 24px;
}

.viewport-header i {
    margin: 0 8px;
}
/*breadcrumb New*/

.breadcrumb_image{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: center !important;
}

.about-header-area {
    position: relative;
    z-index: 1;
    padding: 160px 0 80px;
}

.about-header-area .elements1 {
    position: absolute;
    z-index: -1;
}

.about-header-area .star2 {
    position: absolute;
}

.about-header-area .about-inner-header{
    display:flex;
    flex-direction:column;
    row-gap:20px;
    justify-content:center;
    align-items:center;
}

.about-header-area .about-inner-header h1 {
    color: #000;
    transition: all .4s;
    font-size: 55px;
    font-weight: 700;
}

.about-header-area .about-inner-header a {
    font-family: "Outfit";
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: inline-block;
    transition: all .4s;
    line-height: 24px;
}

.about-header-area .about-inner-header p i {
    margin: 0 8px;
}

.about-header-area .about-inner-header p {
    font-weight: 600;
    font-size: 1.3em;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family:"Outfit";
    column-gap: 5px;
}
.about-header-area .about-inner-header a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #fad02b;
    text-align: center;
    margin-right: 0;
}

