* {
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;



}

.swiper {
  width: 100%;
  height: 100%;
}


.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  object-fit: cover;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.custom-shape-divider-top-1709285189 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1709285189 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 167px;
}

.shp {
  clip-path: polygon(0px 0px, 100% 25%, 100% 100%, 0% 100%) !important;
}

.rhshp {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.con-ord-shpe {
  clip-path: polygon(0px 0px, 100% 25%, 100% 100%, 0% 100%) !important;
}


/* .rhshp:first-child{
    overflow: hidden;
} */
.rhshp img {
  clip-path: polygon(50% 0%, 101.03% 37.39%, 50% 74.23%, 0.68% 37.12%);
}


.img {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}


#im {
  background-image: linear-gradient(rgba(0, 0, 0, 0.096), rgba(0, 0, 0, 0));
}

#maskimg {
  mask-image: radial-gradient(ellipse, black 0%, rgba(204, 18, 18, 0.2) 0%);
}

.button {
  display: block;
  position: relative;
  width: 56px;
  height: 56px;
  margin: 0;
  overflow: hidden;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  border: 0;
}

.button:before,
.button:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 7px;
}

.button:before {
  border: 2px solid #ff8400 !important;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1) 80ms,
    transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
}

.button:after {
  border: 1px solid #fc8200 !important;
  transform: scale(1.3);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}

.button:hover:before,
.button:focus:before {
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.button:hover:after,
.button:focus:after {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms,
    transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
}

.button-box {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.button-elem {
  display: block;
  width: 20px;
  height: 20px;
  margin: 17px 18px 0 18px;
  transform: rotate(180deg);
  fill: #db3300;
}

.button:hover .button-box,
.button:focus .button-box {
  transition: 0.4s;
  transform: translateX(-56px);
}
