a,
i,
svg {
    transition: 0.5s;
}
*{
    font-family: gd;
}

.leaflet-popup-content{
    width: 250px !important;
}
@font-face {
    font-family:gd ;
    src: url('../fonts/GE_Dinar_One_Medium.otf');
}

.h2::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: rgb(22 163 74);

}

.ph1::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: rgb(22 163 74);

}

.ph11::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: rgb(22 163 74);

}

.form{
    margin-top: 20px;
}

.ph11{
    margin-top: 20px;
}
.r h1::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    border-top-left-radius:20px ;
    border-bottom-right-radius:20px ;
    background: rgb(129, 1, 119);
}
@media(min-width:1024px){
    .form{
        margin-top: 0;
    }
    .ph11{
        margin-top: 0;
    }
}
/*
.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 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mySwiper2 {
    height: 80%;
    width: 100%;
  }

  .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }

  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */
