html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: heavy;
    src: url(../fonts/AvenirArabic-Heavy.otf);
}

@font-face {
    font-family: mediam;
    src: url(../fonts/AvenirArabic-Medium.otf);
}

@font-face {
    font-family: light;
    src: url(../fonts/AvenirArabic-Light.otf);
}

body {
    font-family: 'mediam',sans-serif;
    word-break: break-word;
    background-color: #fff;
}

.body-wrapper{

    overflow: hidden;
    min-height: 100vh;
}

p {
    font-family: 'light',sans-serif;
}

button:focus {
    outline: none;
}

.btn-feature,
.ar-lang-link img,
.div-fynce,
.swiper-slide .overlay,
.swiper-slide .overlay a,
.social-media a,
.navbar-toggler,
.navbar,
.navbar-nav .nav-link {

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/*-- animation --*/
/*-- sticky top animate --*/
@-webkit-keyframes sticky-top-aniamte {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0);
    }
  }
  @-moz-keyframes sticky-top-aniamte {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes sticky-top-aniamte {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0);
    }
}
  /*--// sticky top animate --*/
 /*--// animation --*/


/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #918D58;
    border-radius: 15px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #658669;
}
:root{
    scrollbar-color: #918D58 #fff;
    scrollbar-width: thin !important;
    }
.webkit-1 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.webkit-2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.webkit-3 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.d-rtl {
    direction: rtl;
}

.d-ltr {
    direction: ltr;
}

.letter-color {
    color: #37695C;
    line-height: .7;
}

.green-color {
    background: linear-gradient(to bottom, #62856a 55%, #798963);
}

.selver-color {
    background-color: #b7b19b;
}

.gray-color {
    color: #8a8a8a;
}

.darkblue-color {
    background-color: #163134;
}

.foot-color {
    color: #163134;
}

.defult-bg-color {
    background-color: #918d58;
}

.f-15 {
    font-size: 15px;
}

.f-16 {
    font-size: 16px;
}

.f-17 {
    font-size: 17px;
}

.f-20 {
    font-size: 20px;
}

.f-30 {
    font-size: 30px;
}


.f-28 {
    font-size: 28px;
}

.f-27 {
    font-size: 27px;
}

.f-25 {
    font-size: 25px;
}

.f-60 {
    font-size: 60px;
}

.f-50 {
    font-size: 50px;
}

.br-50 {
    border-radius: 50%;
}

.br-5 {
    border-radius: 20px;
}

.f-w {
    font-weight: 700;
}

.mb-80 {
    margin-bottom: 80px;
}

a:hover {
    text-decoration: none;
}

.color-fynce {
    background-color: #e8b54a;
}
.color-ancor{
    color: #7AA482;
    transition: .5s all;
}
.color-ancor:hover{
    color: #918d58;
}
/*=================preloader==============*/
.preloader {
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    right:0;
    width: 100%;
    height: 100vh;
    z-index: 99999999;
    background-image:url("../img/Interwind.gif");
    background-repeat: no-repeat;
    background-color: #FFF;
    background-position: center;
}
#stop-scrolling {
    height: 100% !important;
    overflow: hidden !important;
}

/*===================================header======================*/
header {

    position: relative;
    width: 100%;
    background-color: #fff;
    box-shadow: none;
}

.navbar-nav .nav-link {

    font-size: 19px;
    color: #000;
    font-weight: 700;
    padding-left: 57px !important;

}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {

    color: #7AA482;
}
.navbar-brand img {
    width: 75px;
}

.navbar-brand {
    margin-right: 0;
}


.fixd-navbar {

    position: fixed;
    top:0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    -webkit-animation: sticky-top-aniamte 0.5s linear;
    animation: sticky-top-aniamte 0.5s linear;
    z-index: 1000;

    
}
.fixd-navbar .navbar {

    padding-top: 0;
    padding-bottom: 0;

}

/*============================content===========================*/

.panner-sec{
    overflow: hidden;
}

.ar-lang-app h2 {
    line-height: 1.3;
    margin-bottom: 33px;
    font-family: 'heavy',sans-serif;
}

.ar-lang-phone {
    position: absolute;
    inset: 0;
    top: -250px;
    margin: auto;
    right: -5%;
    width: 295px;
    box-shadow: inset 5px 1px 10px 0 #fff, inset -1px -5px 10px 0 rgb(102 131 188 / 25%), 20px 30px 40px 0 rgb(62 68 128 / 25%);
    border-radius: 45px;
}

.ar-lang-phone img {

    width: 100%;
    height: 100%;

}

.ar-lang-app-sec::before {

    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #918d58;

}

.feature-details {
    padding: 30px 40px;
    z-index: 1;
}

.img-feature {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: -1;
}

.img-feature img {

    width: fit-content;
    height: fit-content;

}

.col-lg-5 .feature-details:last-of-type .img-feature {

    padding-inline-end: 1.5rem;
}

.col-lg-7 .feature-details .img-feature {

    padding-inline-end: 2.3rem;

}

.btn-feature:focus {
    outline: none;
    box-shadow: none;
}

.btn-feature:hover {
    transform: translate(0px, -8px);
    box-shadow: 0px 6px 10px rgb(0 0 0 / 7%);
    background-color: #798A63;
}

.panner-details h1 {
    line-height: 1.3;
    /* margin-bottom: 40px; */
    font-family: 'heavy',sans-serif;
}

.img-panner {

     transform: scale(1.6); 
     padding-top: 2rem;
     padding-inline-end: 5rem;
}

.img-panner img {
    width: 100%;
    height: 100%;
  
}

.ar-lang-link img:hover {
    transform: translate(0px, -8px);
    box-shadow: 0px 6px 10px rgb(0 0 0 / 7%);
}

.div-fynce {
    border-radius: 40%;
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

}

.div-fynce:hover {
    transform: translate(0px, -8px);
    box-shadow: 0px 6px 10px rgb(0 0 0 / 7%);
}



.swiper-container {

    padding-bottom: 60px;
}

.swiper-wrapper {

    align-items: center;

}

.swiper-slide {

    width: 601px !important;
    /* overflow: hidden; */

}
.swiper-slide, 
.swiper-slide .image,
.swiper-slide img,
.swiper-slide .overlay{

    border-radius: 40px;
}
.swiper-slide .image {


    overflow: hidden;
    box-shadow: 20px 0 0 290px rgba(255, 255, 255, 0.412);
    will-change:transform;
    z-index: 1;
}
.swiper-slide img {

    width: 100%;
    transform: scale(1);
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;

}
.swiper-slide .image:hover img {

    transform: scale(1.2);

}

.swiper-slide .overlay,
.swiper-slide .overlay a {

    opacity: 0;
    visibility: collapse;

}

.swiper-slide .overlay {

    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(53, 96, 65, 0.718);
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    z-index:0;

}

.swiper-slide .overlay a {

    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 23px;
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    padding: 0.3rem 0.7rem;
    transform: scale(0) rotate(-360deg);

}

.swiper-slide.swiper-slide-active .image:hover .overlay {

    transform: scaleX(1);

}

.swiper-slide.swiper-slide-active .image:hover .overlay a {

    transform: scale(1) rotate(0);
    transition-delay: 0.3s;

}

.swiper-slide.swiper-slide-active .image:hover .overlay,
.swiper-slide.swiper-slide-active .image:hover .overlay a {

    opacity: 1;
    visibility: visible;

}

.swiper-slide.swiper-slide-active .overlay a:hover {


    background-color: transparent;
    color: #fff;
    transform: scale(1.1) rotate(0) !important;

}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: fit-content;
}

.swiper-pagination-bullet {
    background-color: #999999;
    border: 1px solid #999999;
    border-radius: 50%;
    display: inline-block;
    height: 13px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 13px;
    margin: 0 7px !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.swiper-pagination-bullet-active {
    background-color: #356041;
    border: medium none;
    height: 16px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 16px;
}

/* .swiper-button-prev,
.swiper-button-next {
    top: 97.5%
} */
/* 
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../img/Arrow\ Left.svg);
    left: 0;
    right: unset;
    width: 100%;
    margin-inline-end: -100px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/Arrow\ Right.svg);
    right: 0;
    left: unset;
    width: 100%;
    margin-inline-start: -100px;
} */

.navigation{
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.swiper-button-prev,
.swiper-button-next {
    position: relative;
    top:0;
    left: unset;
    width: 22px;
    height: 22px;
    margin-top: -25px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/Arrow\ Right.svg);
    margin-right: auto;
    right: 180px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../img/Arrow\ Left.svg);
    margin-left: auto;
    right: -180px;
}

/*==============================footer=============================*/
.social-media {
    margin: 25px 0px;
}

.social-media a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    background-color: #fff;
    margin: 0.2rem;
}

.social-media a:hover {
    color: #fff;
    background-color: #918D58;
    transform: rotate(360deg);
}

.pragraph-footer {
    margin: 35px 0px;
}

@media (max-width:1200px) {
  
    .f-30 {
        font-size: 20px;
    }

    .f-16 {
        font-size: 15px;
    }
    .panner-details h1 {
        margin-bottom: 25px;
    }

    .img-1 {
        width: 260px !important;
    }

    .img-2 {
        width: 135px !important;
    }

    .swiper-slide {
        width: 550px !important;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 130px;
    }
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        right: -130px;
    }

}

@media (max-width:991px) {
    .ar-lang-app {
        margin-top: 35px;
    }

    .f-60 {
        font-size: 30px;
    }

    .ar-lang-phone {
        top: -185px;
        width: 250px;
    }
    .panner-sec {
        padding-top:1rem !important;
    }
    .img-panner {
        transform: none;
        padding-top: 0;
        padding-inline-end: 0;
    }
    .f-50 {
        font-size: 30px;
    }
   
    .f-27 {
        font-size: 20px;
    }

    .f-28 {
        font-size: 25px;
    }

    .f-25 {
        font-size: 22px;
    }
    .f-17 {
        font-size: 15px;
    }
    .navbar-default .ar-lang-link {
        display: none;
    }

    .f-16 {
        font-size: 14px;
    }

    .navbar-toggler {

        background-color: #163134;
        border: none;
        margin: 0.8rem 0;

    }

    .navbar-toggler:hover,
    .navbar-toggler:focus {
        transform: translate(0px, -8px);
        box-shadow: 0 6px 10px rgb(0 0 0 / 7%);
        background-color: #798A63;
    }

    .navbar-toggler-icon {
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
        text-align: right !important;
    }

    .navbar-nav {
        padding-right: 0;
    }

    .navbar-nav .nav-link {
        padding-left: 0 !important;
        font-size: 16px;
    }

    .video-title h3 {
        padding-bottom: 0 !important;
    }

    .responsive-margin {
        margin-bottom: 30px !important;
    }

    .panner-details {
        margin-bottom: 20px !important;
    }

    .swiper-slide {

        width: 350px !important;

    }

    .img-1 {
        width: 230px !important;
    }
    .img-2 {
        width: 145px !important;
    }

    .swiper-pagination-bullet {
        height: 12px;
        width: 12px;
    }

    .swiper-pagination-bullet-active {
        height: 15px;
        width: 15px;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right:80px;
    }
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        right: -80px;
    }

   

}

@media (max-width:767px) {


    .swiper-slide {
        width: 370px !important;
    }

    .social-media {
        text-align: center;
        padding: 0px 2rem;
        margin: 10px 0px !important;
    }

    .pragraph-footer {
        margin: 20px 0px 0px !important;
        text-align: center !important;
    }

    .f-15 {
        font-size: 12px;
    }

    .social-media a {
        width: 26px;
        height: 26px;
        font-size: 15px;
    }

    .ar-lang-phone {

        position: unset;
        top: 0;
        right: 0;
        text-align: center;
        width: 200px;

    }

    .f-16 {
        font-size: 14px;
    }
    .ar-lang-app {
        text-align: center !important;
    }

    .f-27 {
        font-size: 15px;
    }
/* 
    .details-title {
        padding-bottom: 0 !important;
    } */
    .mb-80 {
        margin-bottom: 30px;
    }

    .f-50 {
        font-size: 23px;
    }

    .f-17 {
        font-size: 15px;
    }
    .ar-lang-app-sec::before {

        height: 80%;

    }

    .panner-details h1 {
        margin-bottom: 20px;
    }

    .div-fynce {
        border-radius: 35%;
        width: 50px;
        height: 50px;
    }

    .responsive-margin {
        margin-bottom: 25px !important;
        align-items: center;
        justify-content: center;
    }

    .f-30 {
        font-size: 20px;
    }

    .f-16 {
        font-size: 13px;
    }

    .video-title h3 {
        padding-bottom: 0 !important;
    }

    #slider {
        margin: 40px auto;
    }

    input[type=radio] {
        width: 10px;
        height: 10px;
        top: 115%;
    }

    input[type=radio]:checked {
        width: 12px;
        height: 12px;
    }

    #slider label {
        border-radius: 25px;
    }

    .navbar-toggler {
        font-size: 16px;
    }

    .navbar-brand img {
        width: 55px;
    }

    .ar-lang-link {
        padding-bottom: 30px;
    }

    .container {
        padding-bottom: 0 !important;
    }

    .f-28 {
        font-size: 20px;
    }

    .f-25 {
        font-size: 18px;
    }

    .panner-details {
        text-align: center !important;
    }

    .count {
        align-items: center;
        justify-content: center;
    }

    .img-1 {
        width: 205px !important;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right:35px;
    }
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        right: -35px;
    }

}

@media (max-width:500px) {
    .col-lg-7 .feature-details .img-feature {
        padding-inline-end: 1rem;
    }

    .img-1 {
        width: 160px !important;
    }

    .img-2 {
        width: 130px !important;
    }


    .swiper-slide {
        width: 310px !important;
    }
 
     .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
    }
    .swiper-pagination-bullet-active {
        height: 12px;
        width: 12px;
    }
  
     .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px !important;
    }
    .swiper-button-prev, .swiper-button-next {
        background-size: 23px 40px;
    }      
    /* .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        margin-inline-start: -75px;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        margin-inline-end: -75px;
    }  */
}

@media (max-width:420px) {


    .img-1 {
        width: 170px !important;
    }
    .img-2 {
        width: 130px !important;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right:20px;
    }
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        right: -20px;
    }
   
}

@media (max-width:375px) {
    .swiper-slide {
        width: 290px !important;
    }


    .img-1 {
        width: 125px !important;
    }
    .img-2 {
        width: 95px !important;
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right:5px;
    }
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        right: -5px;
    }
  
}

@media (max-width:320px) {
   
    .swiper-slide {
        padding: 0 10px;
    }
}