      html,
      body {
        position: relative;
        height: 100%;
      }

      body {
        background: #eee;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #000;
        margin: 0;
        padding: 0;
      }

     
      
      section.main-slider .swiper {
    width: 100%;
    height: 100%;
    background: #000;
}
section.main-slider .swiper .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 1;
}
section.main-slider .swiper .swiper-slide::after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.35);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
section.main-slider .swiper .swiper-slide .subtitle {
    margin-bottom: 35px;
}
section.main-slider .swiper .swiper-slide .subtitle h2 {
    font-size: 36px;
    font-weight: 600;
    max-width: 950px;
    margin: auto;
    color: #fff;
}
section.main-slider .swiper .swiper-slide .text {
    margin-bottom: 35px;
}
section.main-slider .swiper .swiper-slide .text p {
    font-size: 16px;
    max-width: 750px;
    margin: auto;
    line-height: 1.3;
    color: #fff !important;
}
section.main-slider .swiper .swiper-slide .slider-btn .btn {
    background-color: rgb(176,136,64);
    border-color: rgb(176,136,64);
    padding: 10px 35px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    text-transform: capitalize;
}
section.main-slider .swiper .swiper-button-next::after,
section.main-slider .swiper .swiper-button-prev::after {
    font-size: 25px;
}
section.main-slider .swiper .swiper-button-next {
    right: 25px;
}
section.main-slider .swiper .swiper-button-prev {
    left: 25px;
}
section.main-slider .swiper-wrapper .swiper-text {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 50px;
    position: relative;
}
section.main-slider .swiper-wrapper .swiper-text h2 {
    color: #252525;
    font-size: 26px;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: normal;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

html[dir="rtl"] .swiper {
    direction: ltr;
}
html[dir="rtl"] .swiper .swiper-slide * {
    direction: rtl;
}