
/*accessibility start*/
#accessibility-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background-color: #000;
}
li.contrast.access-element:hover {
    background: transparent;
}
.accessibility-menu ul li.active, 
.accessibility-menu ul li:hover {
    background: #000;
}
li.contrast.access-element a {
    color: #000;
}
li.contrast.access-element:hover a {
    color: #000;
}
/*accessibility end*/

img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

body {
    direction: rtl;
    font-family: "Heebo", sans-serif;
    background: url(../img/bg.webp) no-repeat -1% center;
    background-size: 102% 102%;
    color: #2D0202;
    line-height: initial;
    min-height: 100vh;
}
.wrapper {
    overflow: hidden;
    width: 100%;
}
.container-fluid {
    padding-left: clamp(2rem, 1.6359rem + 1.5534vw, 3.5rem);
    padding-right: clamp(2rem, 1.6359rem + 1.5534vw, 3.5rem);
    max-width: 1920px;
}
.container {
    width: 1600px;
    max-width: 100%;
}

h1, .h1 {
    font-size: clamp(1.75rem, 1.6286rem + 0.5178vw, 2.25rem);
    /*font-size: clamp(1.75rem, 1.568rem + 0.7767vw, 2.5rem);*/
    font-weight: 700;
}

@media (max-width: 767px) {
    h1, .h1 {
        font-weight: 500;
    }
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    text-align: center;
    border: none;
    font-weight: 500;
    font-size: clamp(1.5rem, 1.3786rem + 0.5178vw, 2rem);
    padding: 1% 4%;
}
.btn img {
    margin-right: 10px;
    width: clamp(1.125rem, 1.0036rem + 0.5178vw, 1.625rem);
    transition: .3s;
}
.btn:hover img {
    transform: translateX(-4px);
}
.btn-primary {
    color: #F7B700;
    background: #2D0202;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus:active {
    background: #2D0202;
    box-shadow: 4px 4px 10px rgb(45, 2, 2, .6);
    color: #F7B700;
}
.btn-secondary {
    color: #2D0202;
    background: #F7B700;
    padding: 1% 2%;
}
.btn-secondary img{
    width: clamp(1.875rem, 1.8029rem + 0.3205vw, 2.1875rem);
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:focus:active {
    box-shadow: 4px 4px 10px rgb(45, 2, 2, .6);
    color: #2D0202;
    background: #F7B700;
}
@media (max-width: 767px) {
    .btn {
        padding-top: 2%;
        padding-bottom: 2%;
    }
}



.header {
    padding-top: clamp(1.375rem, 1.0109rem + 1.5534vw, 2.875rem);
    padding-bottom: clamp(1.875rem, 2.1966rem + 1.2945vw, 3.75rem);
}
.logo {
    display: inline-block;
    width: clamp(8.5rem, 8.8325rem + 3.8479vw, 15.25rem);
}
.logo img {
    width: 100%;
}
.title-logo{
    display: inline-block;
    width: clamp(8.5rem, 7.8325rem + 2.8479vw, 11.5rem);
    margin-top: -.3rem;
    vertical-align: middle;
}
.section-welcome {
    padding-bottom: clamp(2.25rem, 2.068rem + 0.7767vw, 3rem);
}
.welcome {
    width: 1700px;
    max-width: 92%;
    margin: 0 auto;
    background: #fff;
    box-shadow: inset 10px 10px 30px rgba(0,0,0,0.38);
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
}
.section-welcome h1 {
    margin: 0;
}
.welcome-text {
    width: 41%;
    text-align: center;
    padding-bottom: clamp(2.5rem, 1.8932rem + 2.589vw, 5rem);
    padding-top: clamp(2rem, 1.6359rem + 1.5534vw, 3.5rem);
    max-width: 563px;
}
.welcome-logo {
    width: 100%;
}
.welcome-img {
    width: 55%;
    position: relative;
}
.welcome-img img {
    width: 104%;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: none;
}
.welcome-down {
    text-align: center;
    font-weight: 600;
    width: 1172px;
    max-width: 80%;
    margin: 0 auto;
    font-size: clamp(1.5rem, 0.575rem + 2vw, 1.65rem);
}

@media (max-width: 1199px) {
    .logo {
        margin: 0 auto;
    }
    .welcome-text {
        margin: 0 auto 0 auto;
        padding: 0;
        margin-bottom: 10%;
        width: 90%;
    }
    .welcome-img {
        width: 100%;
    }
    .welcome-img img {
        width: 90%;
        margin: -15% auto 0 auto;
        position: static;
    }
    .welcome-down {
        font-weight: 500;
        line-height: 1.3;
    }
}
@media (max-width: 767px) {
    .welcome {
        width: 108%;
        max-width: 108%;
        margin-left: -4%;
        margin-right: -4%;
        margin-bottom: 24px;
    }
    .welcome-img {
        padding-bottom: 8px;
    }
    .welcome-img img {
        width: 130%;
        margin: -24% -17% 0 -7%;
        position: static;
    }
    .welcome-text {
        padding-bottom: 12%;
    }
    .welcome-down {
        max-width: 100%;
    }
    .btn-primary {
        padding-left: 48px;
        padding-right: 48px;
    }
    .section-welcome {
        margin-bottom: 20px;
    }
}


.section-video {

}
.next-video,
.prev-video {
    width: clamp(1rem, 0.818rem + 0.7767vw, 1.75rem);
    height: clamp(1.5rem, 1.0752rem + 1.8123vw, 3.25rem);
    margin-top: 0 !important;
    transform: translateY(-50%);
    top: 50% I !important;
    border-radius: 0;
    border: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.next-video:before,
.prev-video:before,
.next-video:after,
.prev-video:after {
    display: none;
}
.next-video .swiper-navigation-icon,
.prev-video .swiper-navigation-icon {
    display: none;
}
.next-video {
    background-image: url(../img/left.svg);
    left: 50% !important;
    margin-left: -380px !important;
    right: auto !important;
}
.prev-video {
    background-image: url(../img/right.svg);
    right: 50% !important;
    margin-right: -380px !important;
    left: auto !important;
}
.swiper-wrapper-container {
  overflow: visible;
  direction: rtl; /* ensures RTL structure */
  margin: 40px auto;
}
.mySwiper-video {
    overflow: visible;
    margin: 0 auto 52px auto;
}
.mySwiper-video .swiper-slide {
    width: 640px;
    max-width: 90%;
        text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mySwiper-video .swiper-slide:not(.swiper-slide-active) .video-play-btn  {
    opacity: 0;
}
.mySwiper-video .swiper-slide.swiper-slide-active .video-play-btn  {
    opacity: 1;
}
.mySwiper-video .swiper-slide:not(.swiper-slide-active) .video-card {
    /* opacity: 0.7; */
    transform: scale(.85);
    transform-origin: center;
}
.mySwiper-video .swiper-slide.swiper-slide-active .video-card {
    transform: scale(1);
}
.mySwiper-video .swiper-slide:not(.swiper-slide-active) video {
    opacity: 0.7;
}
.video-card {
    transition: .3s;
    box-shadow: 3px 4px 30px rgba(0,0,0,0.38);
    height: 100%;
    width: 100%;
}
.video-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.video-el {
    position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-play-btn {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.2);
        background-image: url(../img/play.svg);
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: clamp(3.25rem, 2.6735rem + 2.4595vw, 5.625rem);
  border: none;
  cursor: pointer;
  z-index: 5;
}
.video-soon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .6);
    color: #2D0202;
    font-weight: 800;
    font-size: clamp(2rem, 1.2718rem + 3.1068vw, 5rem);
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.no-video .video-play-btn {
    display: none;
}
.video-title {
   position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 2;
  transition: .3s;
font-size: clamp(1.25rem, 1.0983rem + 0.6472vw, 1.875rem);
  background: rgba(255,255,255,.75);
  font-weight: 500;
  padding: 12px;
  text-align: center;
  
}
.video-title.hidden {
  opacity: 0;
  pointer-events: none;
}
@supports not (aspect-ratio: 16/9) {
  .video-frame::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
}
@media (max-width: 820px) {
    .mySwiper-video .swiper-slide {
        max-width: 70%;
        width: 540px;
    }
    .prev-video {
        margin-right: -315px !important;
    }
    .next-video {
        margin-left: -315px !important;
    }
}
@media (max-width: 767px) {
     .mySwiper-video .swiper-slide {
        max-width: 90%;
    }
    .video-title {
        padding: 4px;
    }
    .prev-video {
        margin-right: 0 !important;
        right: -8px !important;
    }
    .next-video {
        margin-left: 0 !important;
        left: -8px !important;
    }
}



.section-benefit {
    padding-top: clamp(2.75rem, 2.3859rem + 1.5534vw, 4.25rem);
}
.section-benefit h1,
.section-benefit .h1 {
    margin-bottom: 42px;
}
.benefit-item {
    text-align: center;
    padding-bottom: clamp(2rem, 1.8483rem + 0.6472vw, 2.625rem);
    /* font-size: clamp(1.5625rem, 1.4867rem + 0.3236vw, 1.875rem); */
    font-size: 25px;
    line-height: 1.2;
}
.benefit-icon {
    width: 60px;
    margin: 0 auto 15px auto;
}
.benefit-title {
    font-weight: 600;
    margin-bottom: 2px;
}
.benefit-decor {
    max-width: 105%;
    max-height: 115vh;
        transform: translateY(5%);
}
@media (max-width: 1199px) {
    .benefit-decor {
        max-width: 420px;
        max-height: 100vh;
        transform: translateY(0);
    }
}
@media (max-width: 767px) {
    .section-benefit .h1 {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        font-weight: 700;
    }
    .benefit-decor {
        width: 420px;
        max-width: 100%;
    }
}



.section-info {
    padding-top: 10%;
}
.info {
     width: 1700px;
    max-width: 92%;
    margin: 0 auto;
    background: #fff;
    box-shadow: inset 10px 10px 30px rgba(0,0,0,0.38);
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 60px 1%;
}
.section-info .btn-primary {
    color: #fff;
}
.section-info .btn-primary:hover,
.section-info .btn-primary:active,
.section-info .btn-primary:focus,
.section-info .btn-primary:focus:active {
    color: #fff;
}
.info-text {
    width: 52%;
    line-height: 1.2;
    text-align: center;
    font-size: clamp(1.5625rem, 1.4867rem + 0.3236vw, 1.875rem);
}
.info-title {
    font-size: clamp(1.875rem, 1.7992rem + 0.3236vw, 2.1875rem);
    font-weight: 600;
}
.info-logo {
    width: 280px;
    margin: 0 auto 12px auto;
}
.info-img {
    position: relative;
    width: 22%;
    margin-right: 5%;
}
.info-img img {
    position: absolute;
    right: 5%;
    width: 100%;
    bottom: 0;
    transform: translateY(12%);
}
@media (max-width: 1600px) {
    .info-img {
        margin-right: 0%;
        width: 320px;
    }
    .info-text {
        flex: 1;
        padding: 0 3%;
    }
}
@media (max-width: 1199px) {
    .info-text {
        padding: 0;
        flex: none;
        width: 80%;
        margin: 0 auto 25% auto; 
    }
    .info-img img {
        width: 280px;
        margin: -65% auto 0 auto;
        position: static;
    }
}
@media (max-width: 767px) {
    .section-info {
        padding-top: 72px;
    }
    .info-logo {
        width: 220px;
    }
    .info-text {
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
    }
    .info-title {
        margin-bottom: 2px;
    }
     .info-title + * {
        margin-bottom: 2px;
     }
     .info-img img {
        width: 240px;
        margin-top: -180px;
     }
     .info-text {
        margin-bottom: 160px;
    }
    .info {
        max-width: 110%;
        width: 110%;
        margin-left: -5%;
        margin-right: -5%;
    }
    .info-img {
        width: 100%;
        margin: 0;
        text-align: center;
    }

}


.footer {
    padding: 60px 0;
}
.footer-logo {
    width: 280px;
    display: inline-block;
}
.footer-logo img {
    width: 100%;
}
.social {
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.social a {
    margin: 0 15px;
    width: 64px;
    transition: .3s;
}
.social a:hover {
    transform: scale(1.05);
}
@media (max-width: 1199px) {
    .footer-logo {
        margin-top: 20px;
        margin-bottom: 44px;
    }
}
@media (max-width: 575.98px) {
    .benefit-decor {
        transform: translate(-7%,-10%)
    }

    .border-radius{
        border-radius: 50px 0 0 50px;
        padding: 3% 4%;
        line-height: 1.2;
        margin-right: -12px;
        transform: translateY(100%);
    }
    .section-info{
        padding-top: 0;
    }
}
