
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --inter: "Inter", sans-serif;
  --primary-color: #23C0A5;
  --secondary-color: #0e0e0e;
  --sub-bg: #f5f5f5;
  --heading-color: #0e0e0e;
  --paragraph: #303030;
  --span: #888888;
  --border: #d9d9d9;
  --white: #ffffff;
  --black: #000000;
  --border-1px: 1px solid #d9d9d9;
  --border-2px: 2px solid #d9d9d9;
  --transition: all 0.4s ease-in-out;
  --shadow: 0px 4px 55px 0px #4baf4726;
}
.arry-btn button
 {
    font-size: 13px!important;
    border-radius: 50%;
    border: 1px solid var(--border);
    color: var(--border);
    transition: var(--transition);
    background: white;
}

.image img {
  width: 100%;
}

.arry-btn button {
 
  font-size: 10px;
  border-radius: 50%;
  border: 1px solid var(--border);
  color: var(--border);
  transition: var(--transition);
}
.arry-btn button:hover {
  background-color: var(--primary-color);
  color: var(--white);
  border: 1px solid var(--primary-color);
}
.arry-btn .active {
  background-color: var(--primary-color);
  color: var(--white);
  border: 1px solid var(--primary-color);
}

.arry-prev {
  
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid var(--border);
  color: var(--border);
  transition: var(--transition);
}
.arry-prev:hover {
  background-color: var(--primary-color);
  color: var(--white);
  border: 1px solid var(--primary-color);
}

.arry-next {
 
  font-size: 18px;
  border-radius: 50%;
  transition: var(--transition);
  background-color: var(--primary-color);
  color: var(--white);
  border: 1px solid var(--primary-color);
}

.section-header {
  margin-bottom: 65px;
}
.section-header h5 {
  color: var(--primary-color);
 
  text-transform: uppercase;
}
.section-header h2 {
  text-transform: capitalize;
}

.project {
  overflow: hidden;
}
.project__wrp {
  position: relative;
}
.project .swiper.have-bg {
  width: 48%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cart-payment select:focus-visible {
  border: 1px solid var(--border);
}
.dot .swiper-pagination-bullet, .dot-light .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: 0.6s;
  background-color: transparent;
  opacity: 1;
  position: relative;
  border: 1px solid transparent;
}
.dot .swiper-pagination-bullet::before, .dot-light .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #858585;
  transition: 0.6s;
}
.dot .swiper-pagination-bullet.swiper-pagination-bullet-active, .dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--primary-color);
}
.dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before, .dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--primary-color);
}

.dot-light .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid transparent;
}
.dot-light .swiper-pagination-bullet::before {
  background-color: var(--white);
}
.dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--white);
}
.dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--white);
}
.project__image {
    width: 95%!important;
    height: 100%;
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
}
@media screen and (max-width: 424px) {
  .section-header h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom:20px;
   
  
}
.section-header h5 {
 margin-bottom:20px;
 font-size:12px!important;
}
}
