

/** +++++++++++++++++++++++++++++++++++++++++++++
                           Parsidana - Carousel -css
++++++++++++++++++++++++++++++++++++++++++++++++**/







/**--------------------------------------------------------------------------
                             Carousel
-----------------------------------------------------------------------------**/
//
// Left/right controls for nav
//

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  // Use flex for alignment (1-3)
  display: flex; // 1. allow flex styles
  align-items: center; // 2. vertically center contents
  justify-content: center; // 3. horizontally center contents
  width: $carousel-control-width;
  padding: 0;
  color: $carousel-control-color;
  text-align: center;
  background: none;
  border: 0;
  opacity: $carousel-control-opacity;
  @include transition($carousel-control-transition);

  // Hover/focus state
  &:hover,
  &:focus {
    color: $carousel-control-color;
    text-decoration: none;
    outline: 0;
    opacity: $carousel-control-hover-opacity;
  }
}
.carousel-control-prev {
  left: 0 !important;
  z-index: 10 !important;
  background-image: if($enable-gradients, linear-gradient(90deg, rgba($black, .25), rgba($black, .001)), null);
}
.carousel-control-next {
  right: 0 !important;
  z-index: 10 !important;
  background-image: if($enable-gradients, linear-gradient(270deg, rgba($black, .25), rgba($black, .001)), null);
}
.carousel-indicators [data-bs-target] {
  margin-top: -40px;
}
// Icons for within
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: $carousel-control-icon-width;
  height: $carousel-control-icon-width;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  margin-top: -2rem;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */


/**--------------------------------------------------------------------------
                             Carousel
-----------------------------------------------------------------------------**/
/* Carousel base class */
.carousel {
    #margin-bottom: 4rem;
    #margin-top: 1rem;
}
.bd-placeholder-img {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: -35px;
  background-position: center center;
}
  @media (min-width: 1400px) and (max-width: 1920.98px) {
.bd-placeholder-img {
  background-size: 100% 85%;
  background-position: top center;
  margin-top: -10px;
}
}
.bd-img-1 {
  background-image: url('/../images/avin-2.jpg?width=1480&height=833)');
}
.bd-img-2 {
  background-image: url('/../images/avin-4.jpg?width=1480&height=833)');
}
.bd-img-3 {
  background-image: url('/../images/avin-1.jpg?width=1480&height=833)');
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  margin-bottom: 3rem;
  z-index: 90;
  padding: 6rem 0rem !important;
  top: 0;
  overflow: hidden;
  right: 14% !important;
  left: 14% !important;
}
  @media (min-width: 0px) and (max-width: 575.98px) {
.carousel-caption {
  padding: 6rem 0rem !important;
}
}
  @media (min-width: 576px) and (max-width: 1920.98px) {
.carousel-caption {
  padding: 7rem 0rem !important;
}
}
.carousel-welcome {
  margin-bottom: 1.8rem;
  width: fit-content;
  color: rgb(255, 255, 255);
  text-align: right;
  font-family: iranyekanx;
  font-weight: 600 !important;
  font-size: 13px !important;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 5px 3px 3px 14px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  max-height: 44px;
  position: relative;
}
.carousel-welcome span {
  font-weight: bold;
  color: #fff;
  background: linear-gradient(135deg,#00aeef,#0071d5);
  padding: 6px 11px;
  margin-left: 10px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  font-size: 0.73rem;
  line-height: 12px;
  margin-top: -1px;
  max-height: 34px;
  display: inline-flex;
}
.carousel-caption h2 {
  font-weight: 600;
  line-height: 2.2;
  padding-bottom: 12px;
  text-shadow: 0.01rem 0.01rem rgba(255, 255, 255,0.6);
  color: #f1f3f5;
 }

.carousel-caption h2 > span {
  font-size: 2.1rem;
  padding-bottom: 3px;
  line-height: 2;
  color: #fffc;
}
   @media (min-width: 0px) and (max-width: 991.98px) {
.carousel-caption h2 > span {
  font-size: 2.1rem !important;
}
}
   @media (min-width: 1400px) and (max-width: 1920.98px) {
.carousel-caption h2 > span {
  font-size: 2.5rem !important;
}
}

.carousel-caption a {
    font-size: 0.813rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-top: 15px;
    line-height: 1;
}
.swiper-subtitle {
  z-index: 9;
  height: auto;
  width: auto;
  color: #ececec;
  text-decoration: none;
  white-space: break-spaces;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  line-height: 32px;
  letter-spacing: 0px;
  font-weight: 400;
  #font-size: 18px;
  border-color: transparent;
  border-width: 1px;
  transform-origin: 50% 50% 0px;
  opacity: 1;
  transform: translate(0px);
  visibility: visible;
}

.carousel-caption p {
    margin-bottom: 2.rem;
    line-height: 1.6;
    padding-top: 10px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #fffe;
}
  @media (min-width: 0px) and (max-width: 991.98px) {
.carousel-caption p {
  font-size: 1rem !important;
}
}
.carousel-caption p > i {
  display: inline-block;
  font-size: 1.1rem !important;
  color: #00aeef;
  margin-left: 10px;
}
.display-flex {
  display: flex;
}
.text-right {
  text-align: right;
  }
.text-left {
  text-align: left;
  }
.parsi-btn {
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  white-space: nowrap;
  font-size: 0.813rem !important;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  text-align: left;
  border-color: rgba(255, 255, 255, 0.3);
  border-style: solid;
  border-width: 1px;
  padding: 2px 20px 5px 20px;
  border-radius: 3px;
  line-height: 1.8 !important;
}
.btn-1 {
  margin-left: 2.6rem;
  color: #fff;
  border-color: #00aeef;
  background-color: #00aeef;
}
.btn-1:hover {
  margin-left: 2.6rem;
  color: #fff;
  border-color: #00aeef;
  background-color: #0da7df;
}
.btn-2 {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.btn-2:hover {
  color: #fff;
  border-color: #00aeef;
  background-color:#0da7df;
}
.carousel-caption .btn-primary {
  color: #fff;
  border-color: #00aeef;
  background-color: #00aeef;
    border-radius: 3px;
}
.carousel-caption .btn-primary:hover {
  color: #fff;
  border-color: #00aeef;
  background-color: #0da7df;
}
.carousel-indicators {
    #margin-bottom: 6rem !important;
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
/* Declare heights because of positioning of img element */
.carousel-item {
    height: 35rem;
    #transition: all 0s ease 0s;
    #transform: translate3d(0px, 0px, 0px);
}
  @media (min-width: 1400px) and (max-width: 1920.98px) {
.carousel-item {
  height: 39.5rem;
}
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 50.3rem;
}

.carousel-item::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.44);
    z-index: 1;
}
.carousel-control-prev-icon {
  margin-top: -2rem;
}
.carousel-control-next-icon {
  margin-top: -2rem;
}










