/*
Theme Name: V1
Theme URI: https://wa.me/201125437161
Author: Ahmed Abou Saif
Author URI: https://wa.me/201125437161
Description: Ahmed Abou Saif 
Version: 1.0

*/


.container {
    width: 100%;
    max-width: 1200px !important;
    position: relative;
    padding: 0;
}

* {
    padding: 0;
    outline: none;
    margin: 0;
}


a {
    text-decoration: none;
    transition: all 0.5s ease 0s;
    outline: none;
    color: #000;
}

a:hover {
    transition: all 0.5s ease 0s;
    outline: none;
    color: #999;
}


/*@font-face {
font-family:DIN;
font-style:normal;
font-weight:normal;
src:url("fonts/ArbFONTS-DINNEXTLTARABIC-LIGHT-1.ttf") format('truetype')
}
*/

@font-face {
    font-family: 'Dubai';
    src: url('fonts/Dubai-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Dubai';
    src: url('fonts/Dubai-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Dubai';
    src: url('fonts/Dubai-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Dubai';
    src: url('fonts/Dubai-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}



body {
    margin: 0;
    padding: 0;
    color: #000;
    /* font-family: Dubai; */
    font-family: Dubai;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    direction: rtl;
    background: #fff;
}

/*  */
h1,
h2,
h3,
h4,
h5,
h6{
  font-family: "Dubai";
}

header{
    padding: 0 15px;
    background-image: url("img/header.svg");
    background-color: #fff;
    position: sticky;
    z-index: 99;
    border-bottom: 1px solid #ECE0E3;
    top: 0;
}
header .container{
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 3px 10px;
    align-items: flex-start;
}
header .container img{
    height: 100px;
    width: auto;
    margin: 0 0 0 10px;
}
@media (max-width: 769px) {
    header{
    position: relative;
}
    header .container img{
    height: 80px;
}
}

header .container .head{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    height: auto;
}
header .container .head .box{
    border-bottom: 1px solid #83314626;
    padding: 6px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
header .container .head .box .media{
    display: flex;
}
header .container .head .box .media a{
    background-color: #83314626;
    color: #963A52;
    width: 25px;
    height: 25px;
    margin: 0 1px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    outline: none;
    font-size: 18px;
}
header .container .head .box .media a:hover{
    background: #963A52;
    color: #fff;
}
header .container .head .box ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
header .container .head .box ul li{}
header .container .head .box ul li a{
    display: inline-flex;
     background-color: #83314626;
    color: #963A52;
    height: 25px;
    border-radius: 3px;
    padding: 0 10px;
    align-items: center;
    text-decoration: none;
    outline: none;
}
header .container .head .box ul li a:hover{
        background-color: #963A52;
    color: #fff;
}
header .container .head .menu{
    display: flex;
    align-items: center;
    margin: 0;
    min-height: 64px;
}
header .container .head ul.topnav{
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    /* width: 100%; */
    margin: 0;
    padding: 0 10px;
    flex: 1;
    border-right: 1px solid #ECE0E3;
}
@media (max-width: 769px) {
    header .container .head .menu{
    min-height: 40px;
}
  header .container .head ul.topnav{
    display: none;
  }  
}
header .container .head ul.topnav li{
    position: relative;
}
header .container .head ul.topnav li:last-child{
    display: none;
}
header .container .head ul.topnav li a{
    padding: 0 8px;
    text-decoration: none;
    outline: none;
    color: #667063;
    display: block;
    min-height: 49px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}
header .container .head ul.topnav li:hover > a ,
.current-menu-item a{
    color: #9D3D55 !important;
}




header .container .head .block{
    display: inline-flex;
    align-items: center;
    margin: 0 auto 0 0;
}
header .container .head .block .bar{
    width: 49px;
    height: 49px;
    background-image: url("img/plus.gif");
    background-size: 100% 100%;
    margin: 0 10px 0 20px;
    cursor: pointer;
    position: relative;
}

header .container .head .block .bar::after{
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    height: 100%;
    display: block;
    width: 1px;
    background-color: #83314626;
}
header .container .head .block .bar::before{
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    height: 100%;
    width: 1px;
    display: block;
    background-color: #83314626;
}
header .container .head .block a{
    color: #fff;
    background: linear-gradient(270deg, #571929 0%, #AD465F 100%);
    text-decoration: none;
    outline: none;
    padding: 0 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    height: 44px;
}
header .container .head .block a i{
    background-image: url("img/go.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 10px;
    width: 40px;
    position: relative;
}
@media (max-width: 769px) {
    header .container .head .block .bar{
    margin: 0;
    height: 25px;
    width: 25px;
}
header .container .head .block a{
    display: none;
}
}
/* popheader */
.popheader{
    padding: 25px 20px;
    background-color: #1c0f12ed;
    position: fixed;
    top: 105px;
    left: 0;
    right: 0;
    height: calc(100vh - 100px);
    z-index: 99999;
    overflow-y: auto;
    display: none;
}
.open{
    display: block;
}

@media (max-width: 769px) {
 .popheader{
    height: 100vh !important;
    top: 0;
}   
}
.popheader .container{
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    position: relative;
    justify-content: space-between;
}
.x{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-image: url("img/x.svg");
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.popheader .container ul{
    padding: 0;
    margin: 0 0 15px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    list-style: none;
}
.popheader .container ul li{}
.popheader .container ul li a{
    display: inline-flex;
    text-decoration: none;
    outline: none;
    color: #fff;
    padding: 10px 15px 10px 10px;
    position: relative;
}
.popheader .container ul li a::after{
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
    height: 2px;
    width: 5px;
    background-color: #AD465F;
}
.popheader .container ul li a:hover{
    color: #AD465F;
}
/*  */

.popheader .container .box{
    padding: 10px 70px 10px 0px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    justify-content: flex-start;
}
.popheader .container .box span{
    width: 60px;
    height: 60px;
    background: #A9435C1A;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
}
.popheader .container .box span i{
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: #833146;
    color: #fff;
        display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.popheader .container .box h5{
    color: #963A52;
    width: 100%;
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 500;
}
.popheader .container .box p{
    width: 100%;
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    margin: 0 auto 0 0;
    direction: ltr;
}
.popheader .container .topnav{
    display: none;
}
@media (max-width: 769px) {
    .popheader .container .topnav{
        display: block;
        width: 100%;
    }
}


/*  */

.hero{
    background: linear-gradient(0deg, #AD465F 0%, #571929 100%);
    padding: 0 !important;
    color: #fff;
}
.hero .cover{
    background-image: url("img/hero.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 100vh;
}
@media (max-width: 769px) {
    .hero .cover{
    height: 50vh;
    min-height: 400px;
}
}

.hero .cover .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    max-width: 500px !important;
    text-align: center;
    padding: 30px 20px;
}
.hero .cover .container > span{
    color: #CFCFCF;
    padding: 3px 10px;
    margin: 0 0 15px;
    border-radius: 40px;
    border: 1px solid;
border-image-source: linear-gradient(277.98deg, #9D3D55 -4.98%, rgba(157, 61, 85, 0.04) 69.19%);
    background: linear-gradient(280.02deg, rgba(169, 67, 92, 0.16) 15.22%, rgba(131, 49, 70, 0.35) 104.26%);

}
.hero .cover .container h1{
    color: #FDB6C7;
    font-weight: 700;
    font-size: 50px;
    margin: 0 0 15px;
}
@media (max-width: 769px) {
    .hero .cover .container h1{
    font-size: 30px;
    margin: 0 0 10px;
}
}

.hero .cover .container #word{
     color: #fff;
     font-weight: 700;
     font-size: 40px;
     margin: 0 0 15px;
     display: flex;
     justify-content: center;
     flex-direction: column;
     align-items: center;
}
.hero .cover .container p{
    font-size: 20px;
    color: #CFCFCF;
}
.hero .cover .container img{
    margin: 0 auto 0 0;
    width: 100px;
    height: auto;
    transform: scaleX(-1);
}
@media (max-width: 769px) {
 .hero .cover .container #word{
     font-size: 26px;
     margin: 0 0 10px;
}
.hero .cover .container p{
    font-size: 17px;
}   
.hero .cover .container img{
    width: 60px;
    margin: 0 auto;
}
}


#word {
  position: relative;
  height: 50px;
  width: 100%;
  overflow: hidden;
  display: flex;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.word-item {
  position: absolute;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.6s ease;
  display: flex;
  align-items: center;
  display: block;
}

.word-item.active {
  opacity: 1 !important;
  transform: translateY(0);
}

.word-item.out {
  opacity: 0;
  transform: translateY(-100%);
}
/*  */
.border{
    width: 100%;
    height: 33px;
    background-image: url("img/border.svg");
    background-repeat: repeat-x;
    border: none !important;
}

/*  */
section{
    padding: 50px 5px;
    position: relative;
    clear: both;
}
.about{}
.about::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 50%;
    height: 33px;
    background-image: url(img/border.svg);
    background-repeat: repeat-x;
    border: none !important;
}
@media (max-width: 769px) {
  .about::after{
    bottom: 0;
}  
}

.about .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.about .container .block{
    padding: 15px;
}
.about .container .block img{
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.about .container .block h5{
    background-image: url("img/tit.svg");
    background-repeat: no-repeat;
    background-position: right bottom;
    min-height: 57px;
    padding: 10px 40px 5px 0;
    font-size: 25px;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
}
.about .container .block h1{
    color: #000;
     font-size: 35px;
    font-weight: 700;
}
.about .container .block p{
    color: #667063;
    font-size: 19px;
}
.about .container .block .see{
    display: flex;
    flex-wrap: wrap;
}
.about .container .block .see .box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding: 10px 50px 10px 10px;
    font-size: 16px;
}
.about .container .block .see .box:last-child{
    width: 100% !important;
}
.about .container .block .see .box i{
    width: 40px;
    height: 40px;
    display: flex;
    background: #f7edef;
    padding: 5px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 4px;
}
.about .container .block .see .box i img{}
.about .container .block .see .box h3{
    font-size: 20px;
    margin: 0 0 15px;
    color: #963a52;
}
.about .container .block .see .box p{
    font-size: 16px;
    margin: 0;
}
.about .container .block .see .box ul{
    padding: 0;
    margin: 10px -50px 0 0;
    list-style: none;
    width: 100%;
}
.about .container .block .see .box ul li{
    background-image: url("img/chek.svg");
    background-repeat: no-repeat;
    background-position: right 5px;
    background-size: 20px 20px;
    padding: 0 25px 0 0;
    display: flex;
    min-height: 30px;
}

.about .container .block a{
    color: #fff;
    background: linear-gradient(270deg, #571929 0%, #AD465F 100%);
    text-decoration: none;
    outline: none;
    padding: 0 0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    height: 44px;
    width: 140px;
    justify-content: center;
    margin: 10px 0 0 auto;
}
.about .container .block a i{
    background-image: url(img/go.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 10px;
    width: 40px;
    position: relative;
}
.about .container .block a:hover{
    opacity: 0.7;
}
/*  */
.fut{}
.fut .container{
    display: flex;
    flex-wrap: wrap;
    color: #898B8D;
    font-size: 18px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 1000px !important;
}
.fut .container h1{
    color: #963A52;
    font-size: 35px;
    font-weight: 700;
    padding: 0 20px 30px;
    margin: 0 0 20px;
    background-image: url("img/border.svg");
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 20px;
}
.fut .container p{
    text-align: center;
    max-width: 650px;
    padding: 0 10px;
}
.fut .container .box-all{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0;
}
.fut .container .box{
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.fut .container .box i{
    width: 140px;
    height: 140px;
    background-image: url("img/fut.png");
    background-size: 100% 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 0 0 15px;
    border-radius: 15px;
    box-shadow: 10px 10px 16px #ede0e3;
}
.fut .container .box i img{
    width: auto;
    height: auto;
    max-width: 90px;
}
.fut .container .box h3{
    color: #833146;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
}
.fut .container .box p{
    text-align: center;
    color: #667063;
    font-size: 15px;
    padding: 0;
}
/*  */
.training{
    padding: 0;
    background: linear-gradient(0deg, #AD465F 0%, #571929 100%);
}
.training .cover{
    background-image: url("img/bg.png");
    background-size: auto 100% ;
    background-position: center right ;
    padding: 50px 10px 60px;
    position: relative;
}
.training .cover::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 33px;
    background-image: url(img/boeder2.png);
    background-repeat: repeat-x;
    border: none !important;
}
.training .container{
    max-width: 1200px !important;
}
.training .container h1{
    color: #fff;
    background-image: url("img/boeder2.png");
}
.training .container p{
    color: #fff;
    max-width: 800px;
}
.training-all{
    display: flex;
    margin: 20px 0 0;
    flex-wrap: wrap;
    justify-content: center;
}
.training-box{
    padding: 10px;
}
.training-box a{
    display: flex;
    outline: none;
    text-decoration: none;
    flex-direction: column;
    align-items: center;
}
.training-box a:hover{
    opacity: 0.7;
}
.training-box a img{
    width: 100%;
    height: 300px;
    border-radius: 15px;
    margin: 0 0 15px;
}
.training-box a h3{
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: block;
    font-size: 20px;
}
.training .container > a{
    height: 49px;
    border: 1px solid #FFFFFF7D;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    width: auto;
    padding: 0 15px;
    color: #fff;
    text-decoration: none;
    outline: none;
    margin: 20px 0 0;
}
.training .container > a i{
    background-image: url(img/go.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 10px;
    width: 40px;
    position: relative;
}
.training .container > a:hover{
    background: linear-gradient(270deg, #571929 0%, #AD465F 100%);
}
/*  */
.projects{
    background-image: url("img/pro.png");
    background-repeat: repeat-y;
    background-position: left center;
    padding: 0;
}
.projects .container{
    display: flex;
    flex-wrap: wrap;
    background: #FFFFFF;
    padding: 0 10px;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 50%, rgba(243, 227, 231, 1) 50%);
    justify-content: space-between;
    align-items: flex-start;
}
@media (max-width: 769px) {
.projects .container{
    background: #fff;
}    
}
.projects .container .block{
    display: flex;
    flex-wrap: wrap;
    min-height: 400px;
    padding: 50px 5px;

}
.projects .container .block-nav{
    background-image: url("img/bg-pro.svg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    padding-bottom: 100px;
}
/*  */


/*  */

.tabs {
}

/* نخفي الراديو */
.tabs input {
  display: none;
}

.tab-buttons {
  display: flex;
  flex-wrap: wrap;
}

.tab-buttons label {
  padding: 15px 48px 15px 10px;
  text-align: right;
  background-color: #F4F4F4;
  color: #667063;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  border-radius: 10px;
  margin: 0 0 10px;
  width: 100%;
  height: auto;
  flex-direction: column;
  position: relative;
}
.tab-buttons label span{
    width: 32px;
    height: 32px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 15px;
}
.tab-buttons label span img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.tab-buttons label h5{
    color: #000;
    font-size: 20px;
    margin: 0 0 5px;
    width: 100%;
    background-image: url("img/go2.svg");
transition: all 0.5s ease 0s;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0 auto;
}
.tab-buttons label p{
    color: #667063;
    font-size: 13px;
    margin: 0;
}

/* المحتوى */
.tab-content .content {
  display: none;
  padding: 0;
}

/* التحكم في الإظهار */
#tab1:checked ~ .tab-content .content1,
#tab2:checked ~ .tab-content .content2,
#tab3:checked ~ .tab-content .content3,
#tab4:checked ~ .tab-content .content4,
#tab5:checked ~ .tab-content .content5,
#tab6:checked ~ .tab-content .content6,
#tab7:checked ~ .tab-content .content7
 {
  display: block;
}

/* شكل التاب النشط */
#tab1:checked ~ .tab-buttons label[for="tab1"],
#tab2:checked ~ .tab-buttons label[for="tab2"],
#tab3:checked ~ .tab-buttons label[for="tab3"],
#tab4:checked ~ .tab-buttons label[for="tab4"],
#tab5:checked ~ .tab-buttons label[for="tab5"],
#tab6:checked ~ .tab-buttons label[for="tab6"],
#tab7:checked ~ .tab-buttons label[for="tab7"]

{
transition: all 0.5s ease 0s;
  background: #8331461A;
    color: #000;
    h5{
        color: #833146 !important;
transition: all 0.5s ease 0s;
    background-size:  auto auto;

    }
    span{
transition: all 0.5s ease 0s;
        background: #833146;
    }
    span img{
        filter: invert(1);
    }
}
/*  */
.tit{
    color: #667063;
    margin: 0 ;
}
.tit h5 {
    background-image: url(img/tit.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    min-height: 57px;
    padding: 10px 50px 5px 0;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
}
.tit h2{
    color: #12230D;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 10px;
}
/*  */
.projects-post{
    margin: 0 -30px 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.projects-post-2{
    margin: 0 !important;
}
@media (max-width: 769px) {
    .projects-post{
    margin: 0 ;
}
}

.projects-all{
    display: flex;
    flex-wrap: wrap;
}

.projects-post .box{
    padding: 10px;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
}
.projects-post img{
    width: 100%;
transition: all 0.5s ease 0s;
    height: 170px;
    object-fit: cover;
    border-radius: 10px;
}
.projects-post:hover  img{
    transition: all 0.5s ease 0s;
    opacity: 0.7;
}
.projects-post h3{
    color: #12230D;
    font-size: 22px;
    margin: 0 0 5px;
    font-style: normal;
}
.projects-post p{
    color: #667063;
    font-size: 16px;
    font-style: normal;
    margin: 0 0 9px;
}
.projects-post .box > span{
    display: flex;
    color: #667063;
    font-size: 14px;
    margin: 0;
    padding: 0 30px 0 0;
    background-image: url("img/date.svg");
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 22px;
    align-items: center;
}
.projects-post .box > .a{
    color: #833146;
    display: inline-flex;
    text-decoration: none;
    outline: none;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 3px 5px 30px;
    background-image: url("img/go3.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 10px;
    margin: 0 0 0 auto;
}
.projects-post .box > .a:hover{
    color: #000;
}

a.projects-link{
    height: 49px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    width: auto;
    padding: 0 15px;
    color: #fff;
    text-decoration: none;
    outline: none;
    margin:  0;
    background: linear-gradient(270deg, #571929 0%, #AD465F 100%);
}
a.projects-link i{
    background-image: url(img/go.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 10px;
    width: 40px;
    position: relative;
}
a.projects-link:hover{
    opacity: 0.7;
}
/*  */
.event{
    background-color: #F4F4F4;
}
.event .container{
    display: flex;
    flex-wrap: wrap;
    color: #898B8D;
    font-size: 18px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.event .container::after{
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-image: url("img/star.svg");
    background-size: 100% 100%;
}
.event .container::before{
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    background-image: url("img/star.svg");
    background-size: 100% 100%;
}
.event .container h1{
    color: #963A52;
    font-size: 35px;
    font-weight: 700;
    padding: 0 20px 30px;
    margin: 0 0 20px;
    background-image: url(img/border.svg);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 20px;
}
.event .container p{
    text-align: center;
    max-width: 900px;
    padding: 0 10px;
}
.event-all{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 30px;
}
.event-all .event-post{
    padding: 15px;
}
.event-all .event-post .box{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 50px;
    align-content: center;
}
.event-all .event-post .box img{
    width: 100%;
    height: 400px;
    border-radius: 20px 0 0 0;
    object-fit: cover;
}
.event-all .event-post .box .date{
    background: #833146;
    color: #fff;
    border-radius: 20px 0 0 0;
    position: absolute;
    right: 0;
    top: 30px;
    display: flex;
    flex-direction: column;
    padding: 0 70px 0 16px;
    justify-content: center;
    align-items: flex-start;
    min-height: 55px;
}
.event-all .event-post .box .date h2{
    font-size: 50px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 5px;
}
.event-all .event-post .box .date span{
    margin: 0;
    line-height: 22px;
}
.event-all .event-post .box .text{
    background: #fff;
    width: auto;
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0 20px 0 0;
    position: relative;
    z-index: 9;
    margin: -70px auto 0;
    flex-direction: column;
    align-items: flex-start;
    text-align: right;
    position: absolute;
    bottom: -60px;
    left: 5%;
    right: 5%;
}
.event-all .event-post .box h3{
    color: #12230D;
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 700;
}
.event-all .event-post .box p{
    color: #667063;
    font-size: 16px;
    margin: 0 0 0px;
    text-align: right;
    padding: 0;
}
.event-all .event-post .box .a{
    color: #833146;
    display: inline-flex;
    text-decoration: none;
    outline: none;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 3px 5px 30px;
    background-image: url(img/go3.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 10px;
    margin: 0 0 0 auto;
}
.event-all .event-post .box  a:hover{
    color: #000;
}
/*  */
.news{
    background-color: #fff;
    background-image: url("img/logo.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 25% auto;
    padding: 50px 0 !important;
    overflow: hidden;
}
.news  .block{
    padding: 10px 0;
}
.news  .block-tit{}
.news  .block-tit  h5 {
    background-image: url(img/tit.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    min-height: 57px;
    padding: 10px 50px 5px 0;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
}
.news  .block-tit h2 {
    color: #12230D;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 10px;
}
.news  .block-tit p{
    margin: 0 0 15px;
    color: #667063;
}
/*  */

.news-all {
    width: calc(50vw + 600px);
    margin-right: calc(50% - 600px);
    min-height: 300px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 769px) {
    .news-all {
    width: 100% !important;
    margin: 0;
    padding: 0 20px;
    min-height: 300px;
}
}
/*  */
@media (min-width: 769px) {
.news-slider{
    width: 120%;
    padding-right: 40px;
}
}
.news-box{
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
}
.news-box h2{
    color: #12230D;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    text-align: right;
}
.news-box p{
    color: #667063;
    font-size: 18px;
    direction: rtl;
    margin: 0;
    text-align: right;
}
.news-box .a{
        color: #833146;
    display: inline-flex;
    text-decoration: none;
    outline: none;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 3px 5px 30px;
    background-image: url(img/go3.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 10px;
    margin: 0 0 0 auto;
}
.news-box .a:hover{
    color: #000;
}
.news-box .a ~ a{
    width: 100%;
    display: flex;
}
.news-box img{
    width: 100%;
    height: 220px;
    border-radius: 20px;
    object-fit: cover;
    margin: 10px 0;
}
/*  */
.center{
    background: linear-gradient(360deg, #AD465F 0%, #571929 100%);
    padding: 50px 20px;
    overflow: hidden;
}
.center .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    color: #fff;
    align-items: center;
    background-image: url("img/bbg.png");
    background-size: cover;
}
.center .container h1{
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    padding: 0 20px 30px;
    margin: 0 0 20px;
    background-image: url(img/boeder2.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 20px;
}
.center .container > p{
    max-width: 900px;
}
.center-box{
    position: relative;
}
.center-box .center-slider{
    margin: 0 0 15px;
    /* overflow: hidden; */
}
.center-box .center-slider img{
    width: 100%;
    height: 450px;
    border-radius: 15px;
    object-fit: cover;
}
.center-box h2{
    width: 100%;
    color: #fff;
    font-size: 22px;
    margin: 0 0 10px;
    display: flex;
    font-weight: 700;
    padding: 0 10px 0;
    border-right: 5px solid #1F1014;
    align-items: center;
    justify-content: space-between;
    
    .map{
        color: #AC4A63 !important;
        text-decoration: underline;
        outline: none;
        background-image: url("img/map.svg");
        background-size: 40px 40px;
        background-position: left center;
        background-repeat: no-repeat;
        padding: 0 0 0 45px;
        min-height: 40px;
        display: inline-flex;
        align-items: center;
        font-size: 17px;
        font-weight: 400;
    }
}
@media (max-width: 768px) {
    .center-box h2{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    }
}

.center-box p{
    color: #fff !important;
    width: 100%
}
.boxx{
    cursor: pointer;
}
.center-box .boxx  > a{
    color: #fff;
    display: inline-flex;
    text-decoration: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 3px 5px 30px;
    background-image: url(img/go.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 10px;
    margin: 0 0 0 auto;
    position: absolute;
    left: 0;
    bottom: 0;
}
.center-box a:hover{
    color: #000;
}

/*  */
.owl-prev{
    font-size: 0;
    background-color: #FFFFFF1F;
    background-image: url("img/l.svg");
    background-position: center center;
    background-repeat: no-repeat;
    height: 37px;
    width: 37px;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: -45px;
}
.owl-next{
    font-size: 0;
    background-color: #FFFFFF1F;
    background-image: url("img/r.svg");
    background-position: center center;
    background-repeat: no-repeat;
    height: 37px;
    width: 37px;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    right: -45px;
}
/*  */
.popcenter{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    padding: 25px 15px;
    background-color: #000000e3;
    display: none;
    flex-wrap: wrap;
    align-items: center;
    overflow-y: auto;
}
.ok.ok ~ .popcenter{
    display: flex !important; 
}

.clos{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-image: url("img/x.svg");
    background-size: 100% 100%;
    position: absolute;
    left: 5px;
    top: 5px;
    cursor: pointer;
}
.popcenter .block{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}
.popcenter .block h2{
    border-color: #963A52 !important;
    margin: 10px 0;
    color: #fff !important;
}
.popcenter .block .p p{
    color: #fff !important ;
}
/*  */




.carousel-indicators.thumbnails {
    position: static;
    margin-top: 15px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.carousel-indicators.thumbnails [data-bs-target] {
    width: auto;
    height: auto;
    text-indent: 0;
    background: none;
    border: none;
    padding: 0;
    opacity: 0.5;
    border-radius: 10px;
}

.carousel-indicators.thumbnails .active {
    opacity: 1;
    /* border: 2px solid #0d6efd; */
}

.carousel-indicators.thumbnails img {
    width: 70px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
}
/*  */
.mange{
    background: #fff;
    padding: 25px 15px;
}
.mange .container{
    background-color: #F4F4F4;
    border-radius: 20px;
    padding: 30px 10px 0;
}
/*  */


/* ====== Tabs Wrapper ====== */
.equip-tabs {
    width: 100%;
    margin: 20px 0;
}

/* ====== Hide radio inputs ====== */
.equip-tabs input[type="radio"] {
    display: none;
}

/* ====== Buttons ====== */
.equip-tab-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.equip-tab-buttons label {
    padding: 7px 20px;
    cursor: pointer;
    background: #fff;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-weight: 400;
    color: #667063;
}

.equip-tab-buttons label:hover {
    background: #ddd;
}

/* ====== Active Tab Button ====== */
#equip-tab1:checked ~ .equip-tab-buttons label[for="equip-tab1"],
#equip-tab2:checked ~ .equip-tab-buttons label[for="equip-tab2"],
#equip-tab3:checked ~ .equip-tab-buttons label[for="equip-tab3"],
#equip-tab4:checked ~ .equip-tab-buttons label[for="equip-tab4"],
#equip-tab5:checked ~ .equip-tab-buttons label[for="equip-tab5"] {
    background: linear-gradient(270deg, #571929 0%, #AD465F 100%);
    color: #fff;
}

/* ====== Content Wrapper ====== */
.equip-tab-content {
    width: 100%;
}

/* ====== Hide All Contents ====== */
.equip-content {
    display: none;
    animation: fadeIn 0.3s ease;
}

/* ====== Show Content Based on Checked Tab ====== */
#equip-tab1:checked ~ .equip-tab-content .equip-content1,
#equip-tab2:checked ~ .equip-tab-content .equip-content2,
#equip-tab3:checked ~ .equip-tab-content .equip-content3,
#equip-tab4:checked ~ .equip-tab-content .equip-content4,
#equip-tab5:checked ~ .equip-tab-content .equip-content5 {
    display: block;
}

/* ====== Sub Slider ====== */
.slider-sub {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* ====== Item ====== */
.equip-img {
    text-align: center;
}

.equip-img img {
    width: 100%;
    max-width: 250px;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}

.equip-img h3 {
    margin-top: 10px;
    font-size: 16px;
}

/* ====== Animation ====== */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ====== Responsive ====== */
@media (max-width: 768px) {
    .equip-tab-buttons {
        gap: 10px;
    }

    .equip-tab-buttons label {
        padding: 8px 14px;
        font-size: 14px;
    }

    .equip-img img {
        height: 150px;
    }
}

.mange-text{
    color: #000;
    font-size: 19px;
}
.team-all{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 10px;
    justify-content: center;
}
.team-box{
    padding: 4px;
}
.team-box .box{
    padding: 8px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.team-box .box-right{
    display: flex;flex-direction: column;align-items: flex-end;
}
.team-box .box-right p{
    font-size: 14px !important;
}
.team-box .box img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
    margin: 0 0 10px;
}
.team-box .box h3{
    color: #000;
    font-size: 18px;
    margin: 0 0 5px;
}
.team-box .box span{
    color: #963A52;
    font-size: 16px;
    margin: 0 0 6px;
    font-weight: 500;
}

/*  */
.clint{
    padding: 20px 10px 0;
}
.slider-clint .clint-item {
    padding: 8px;
}
.slider-clint .clint-item .img{
    background: #fff;
    height: 160px;
    border: 1px solid #83314633;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin: 0 0 16px;

}

.slider-clint .clint-item img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.slider-clint .owl-prev,.slider-clint .owl-next{
    background-color: #833146;
    margin-top: -25px;
}
@media (max-width: 769px) {
    .owl-prev{
        left: 0;
    }
    .owl-next{
    right: 0;
}
}
/*  */
.contact{
    margin: 0 0 60px;
}
.contact .container{
    padding: 0;
    background: linear-gradient(270deg, #571929 0%, #AD465F 100%);
    border-radius: 15px;

}
.contact .container .cover{
    padding: 60px 20px 10px;
    background-image: url("img/boeder2.png");
    background-repeat: repeat-x;
    background-position: center 4px;
    background-size: auto 34px;
    min-height: 300px;
    display: flex;
    flex-wrap: wrap;
}
.contact .container .cover .block{
    padding: 10px;
    position: relative;
}
.contact .container .cover .block form{
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 15px;
    width: 100%;
    margin: 0 0 -100px;
    box-shadow: 0px 4px 17.8px 0px #0000000F;
}

.contact .container .cover h5 {
    background-image: url(img/tit.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    min-height: 57px;
    padding: 10px 50px 5px 0;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
    color: #fff;
}
.contact .container .cover h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 10px;
}
.contact .container .cover p{
    margin: 0 0 15px;
    color: #A6A7AA;
}


.box-call{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 5px;
    padding: 0 60px 0 0;
    color: #fff;
    position: relative;
    flex-direction: column;
    direction: ltr;
    align-items: flex-end;
}
.box-call img{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(270deg, #571929 0%, #AD465F 100%);
    border-radius: 50%;
}
.box-call h4{
    color: #EA5177;
    margin: 0;
    font-size: 17px;
}
.box-call p{
    color: #fff !important;
}
form{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}
.rows {
    padding: 8px;
    color: #000;
}
.rows  p{
    width: 100%;
    margin: 0 !important;
    color: #000 !important;
}
.wpcf7-form-control {
    width: 100%;
    min-height: 52px;
    padding: 10px;
    border: 1px solid #1211271F;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
    outline: none;
    text-align: right;
    margin: 5px 0 0;
    max-height: 200px;
}
.wpcf7-form-control:focus {
    border: 1px solid #AD465F;
transition: all 0.5s ease 0s;

}
.wpcf7-submit{
    color: #fff !important;
    background: linear-gradient(270deg, #571929 0%, #AD465F 100%);
    text-decoration: none;
    outline: none;
    padding: 0 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    height: 44px;
    min-width: 100px;
    text-align: center;
    width: auto !important;
    margin: 0 0 0 auto;
    border: none;
    font-size: 19px;
    font-weight: 400;
}

.wpcf7-submit:hover{
    opacity: 0.7;
}
/*  */
.fullme{
    display: flex;
    align-items: center;
    padding: 10px 0;
    margin: 0;
    justify-content: space-between;
    position: absolute;
    bottom: -60px;
    right: 0;
    padding: 0 10px;
}
@media (max-width: 769px) {
 .fullme{
    /* background-color: #fff; */
    padding: 10px;
    position: relative;
    left: auto;
    bottom: auto;
    border-radius: 10px;
 }  
 .fullme span{
    display: none;
} 
}
.fullme span{
    color: #833146;
    font-size: 22px;
    font-weight: 700;
}
.fullme em{
    height: 1px;
    background: #833146;
    width: auto;
    flex: 1;
    margin: 0 10px;
}
.fullme .media{
    display: inline-flex;
    align-items: center;
}
.fullme .media a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #F0F0F0;
    margin: 0 3px;
    border-radius: 50%;
    text-decoration: none;
    outline: none;
    color: #833146;
    width: 39px;
    height: 39px;
    border: 1px solid #f0f0f0;
    font-size: 20px;
}
.fullme .media a:hover{
    background-color: #fff;
    
}


.fa-facebook-f{
    color: #1677F0;
}
.fa-instagram{
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #D305D1 0%, #FB562F 70%, #D305D1 100%) text;
}
.fa-tiktok{
    text-shadow: 2px 2px 1px #D93E67;
    color: #000;
}
.fa-snapchat{
    color: #c3bf04;
    /* text-shadow: 1px 1px 1px #000; */
}
.fa-whatsapp{
    color: #7CDB5F;
}
.fa-x-twitter{
    color: #444;
}

/*  */


footer{
    padding: 50px 10px 0;
    background-color: #963A521A;
    background-image: url("img/border.svg");
    background-repeat: repeat-x;
    background-position: center top;
    overflow: hidden;
}
footer .container{
    display: flex;
    flex-wrap: wrap;
}
footer .container .block{
    font-size: 15px;
    padding: 10px;
}
footer .container .foot{
    display: flex;
}
footer .container .foot img{
    height: auto;
    width: auto;
    margin: 0 0 15px 20px;
}
footer .container .foot p{
    color: #1F1014;
}
@media (max-width: 769px) {
    footer .container .foot{
        display: flex;
        flex-wrap: wrap;
    }
}

footer .container .block h3{
    color: #963A52;
    font-size: 17px;
    margin: 0 0 10px;
    font-weight: 600;
}
footer .container .block .media{}
footer .container .block .media a{
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 1px;
    border-radius: 50%;
    text-decoration: none;
    outline: none;
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    font-size: 18px;
}
footer .container .block .media a:hover{
    background-color: initial;
}
.mailpoet_paragraph {
    width: 100%;
}
.mailpoet_form .mailpoet_submit {
    white-space: normal;
    word-wrap: break-word;
    position: absolute;
    left: 7px;
    top: 7px;
    padding: 10px 20px !important;
}


/*  */
.copy{
    padding: 10px;
    text-align: center;
    border-top: 1px solid #ddd;
    font-size: 14px;
    color: #888;
    margin: 20px 0 0;
}
.copy a{
    color: #571929;
    text-decoration: underline;
    outline: none;
}
.copy a:hover{
    color: #000;
}
/*  */
.head-about{
    padding: 30px 10px 0;
    background-image: url(img/bg-pro.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 30% auto;
    padding-bottom: 50px;
}
.head-about::after{
    display: none;
}
.head-about .container{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    color: #667063;
    font-size: 19px;
    justify-content: center;
    align-items: flex-start;
}
.head-about .container h2{
    color: #000;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}
.head-about .container .block{
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
    /* align-items: flex-start; */
}

 .head-about .container  .block-img{
    background-color: #5E1528;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    color: #fff;
    display: flex;
    align-items: flex-end;
 }
  .head-about .container  .block-img img{
    width: 100%;
    height: auto;
  }
  .head-about .container  .block-img span{
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
  }
  /*  */
  .head-about .container  .block-see .see .box{
    background-color: #1C0F12;
    padding: 15px 20px;
    border-radius: 15px;
    margin: 0 0 10px;
    display: flex;
    flex-direction: column;
  }
   .head-about .container  .block-see .see .box i{
    position: relative;
    right: auto;
    top: auto;
    margin: 0 0 10px;
   }
  .head-about .container  .block-see .see .box h3{
    margin: 0 0 10px;
  }
  .head-about .container  .block-see .see .box p{
    color: #fff !important;
    font-size: 14px;
  }
.head-about .container  .block-see .see .box:last-child{
    display: none;
}
/*  */
.head-about .container  .gool .see .box{
    display: none;
}
.head-about .container  .gool .see .box h3{
    margin: 15px 55px 20px;
}
.head-about .container  .gool .see .box:last-child{
    display: flex !important;
    background: #fff;
    padding: 0;
    border-radius: 0;
}
.about .container .gool .see .box ul{
    margin: 0 0 0;
    color: #1F1014;
}
/*  */
.count{}
.count .container{
    background-color: #05080a;
    padding: 30px 20px;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1170px !important;
    align-items: center;
    align-content: center;
}
.count .container p{
    color: #898B8D;
}
.count .container .count-all{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
}
.count .container .count-all .box{
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-image: url("img/count.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 95% 95%;
    max-width: 230px;
    height: 230px;
}
.count .container .count-all .box h3{
    color: #BD4A67;
    margin: 0 0 5px;
    font-size: 35px;
    font-weight: 700;
}
.count .container .count-all .box p{
    margin: 0;
    color: #fff;
    font-size: 14px;
}
/*  */
.history{
    padding: 20px 10px;
}
.history .container{
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    background-color: #F4F4F4;
    border-radius: 15px;
    padding: 25px 20px;
    text-align: right;
    min-height: 300px;
    max-width: 1200px !important;
}
.history .container .tit{
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px 20px 0 0;
}
@media (max-width: 769px) {
    .history .container .tit{
    text-align: right;
    position: relative;
    top: auto;
    right: auto;
    padding: 20px 20px 0 0;
    width: 100%;
}
}
.history .container .tit h2{
    text-align: right;
    font-size: 20px;
    padding: 0 20px 0 0;
}
.history .container .tit p{
    text-align: right;
    padding: 0 20px 0 0;
    font-size: 16px;
}
.history-line{
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: center;
    padding-right: 15%;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
/* .history-line::-webkit-scrollbar {
  display: none;

} */

.history-line {
  overflow: auto;
  -webkit-overflow-scrolling: touch; /* مهم جدًا للموبايل */
  touch-action: pan-y; /* أو pan-x حسب الاتجاه */
}


/* إخفاء الاسكرول */
.history-line::-webkit-scrollbar {
  /* display: none; */
}


@media (max-width: 769px) {
	.history-line{
		display: flex;
	}
}


.history-line:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-bottom: 1px solid #DADADA;

}
.history-box{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
    position: relative;
    z-index: 9;
    min-height: 360px;
    padding-block-start: 183px;
    justify-content: flex-end;
    padding: 0;
    margin: 0 -50px;
}
@media (min-width: 769px) {
    .history-box:first-child{
        margin-right: 20px;
    }
}
@media (max-width: 769px) {
	.history-line{
		display: flex !important;
		flex-direction: column !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		padding: 0 !important;
	}
.history-box{
    min-height: initial !important;
    padding: 0 !important;
    margin: 20px 0 !important;
}	
}

.history-box .dot{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-image: url("img/dot.svg");
    background-size: 100% 100%;
    margin-block-end: -16px;
    margin-block-start: 16px;
}
.history-box span{
    background-color: #AD465F;
    padding: 2px 20px;
    color: #fff;
    border-radius: 40px;
    margin: -14px 0;
    position: relative;
    z-index: 9;
}
.history-box div{
    background-color: #fff;
    padding: 25px 015px;
    border-radius: 15px;
    text-align: center;
    width: 298px !important;
}
.history-box div h4{
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    width: 100%;
    text-align: center;
}
.history-box div p{
    color: #667063;
    margin: 0;
    text-align: center;
    padding: 0 !important;
    font-size: 14px;
}


.history-box:nth-child(odd){
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    justify-content: flex-end;
    
    .dot{
        margin-block-end: 16px;
        margin-block-start: -16px;
    }
}

/*  */

section.head{
    background-color: #6D2437;
    padding: 50px 20px;
    background-image: url(img/boeder2.png);
    background-repeat: repeat-x;
    background-position: center bottom;
}
section.head .container{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
section.head .container h1{
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    padding: 0 20px 30px;
    margin: 0 0 20px;
    background-image: url(img/boeder2.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 20px;
}
section.head .container p{
    max-width: 900px !important;
    color: #fff;
}
/*  */
.team-slider{
    padding: 0 40px;
}

.team-slider .owl-buttons *{
    background-color: #833146 !important;
}
.team-slider .owl-buttons .owl-next{
    right: 0;
}
.team-slider .owl-buttons .owl-prev{
    left: 0;
}
/*  */
.mobadrat{
    padding: 50px 20px;
    background-color: #F4F4F4;
}
.mobadrat .container{
    display: flex;
    flex-wrap: wrap;
}
.mobadrat .container .block{
    position: relative;
}
.mobadrat .container .block .tit{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 300px;
    z-index: 9;
}


.slider-mobadrat .owl-next{
    top: auto;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background-color: #bfbfbf;
    border-radius: 0;
}
.slider-mobadrat .owl-prev{
    top: auto;
    bottom: 0;
    border-radius: 0;
    left: auto;
    right: 80px;
    width: 80px;
    height: 80px;
    background-color: #bfbfbf;
}
@media (max-width: 769px) {
    .slider-mobadrat .owl-next{
    width: 40px;
    height: 40px;
     background-color: #963A52;
}
.slider-mobadrat .owl-prev{
    right: 40px;
    width: 40px;
    height: 40px;
     background-color: #963A52;
}
}

.slider-mobadrat .owl-buttons *:hover{
    background-color: #963A52;
}



@media (max-width: 769px) {
    .mobadrat .container .block .tit{
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
}
}

.item-mobadrat{
    position: relative;
    padding: 0 30% 0 0;
}
.item-mobadrat img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.item-mobadrat .text{
    position: absolute;
    min-height: 220px;
    top: 50%;
    right: 0;
    margin-top: -110px;
    padding: 25px;
    background: #ffffffd1;
    width: 100%;
    max-width: 600px;
}
@media (max-width: 769px) {

.item-mobadrat{
    padding: 0;
}
.item-mobadrat img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.item-mobadrat .text{
    top: auto;
    bottom: 0;
    right: 0;
    margin-top: 0;
    padding: 25px;
    background: #FFFFFFA6;
    width: 100%;
    max-width: 600px;
    padding-bottom: 50px ;
}
}
.item-mobadrat .text::after{
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    height: 5px;
    width: 50px;
    background-color: #963A52;
    border-radius: 10px;
    color: #1F1014;
    font-size: 18px;
}
.item-mobadrat .text h3{
    color: #000;
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 10px;
}
.item-mobadrat .text p{
    margin: 0;
    font-size: 18px;
}
/*  */
.say{
 padding: 50px 20px ;
}
.say .container{
    background-color: #1C0F12;
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
    padding: 25px;
    border-radius: 15px;
    background-image: url("img/book.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 260px auto;
}
@media (max-width: 769px) {
.say .container{
    background-image: none;
}
}

.say .container .form{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 0 0;
}
.say .container .form h1{
    color: #963A52;
    font-size: 35px;
    font-weight: 700;
    padding: 0 0 20px;
    margin: 0 0 20px;
    background-image: url(img/boeder2.png);
    background-repeat: repeat-x;
    background-position: right  bottom;
    background-size: auto 20px;
}


.form .rows{
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    color: #fff !important;
    align-items: flex-end;
}
.form .rows textarea{
     max-height: 158px !important;
}
.form .rows p{
    color: #fff !important;
}

.form .rows  .wpcf7-form-control {
    border: 1px solid #FFFFFF26;
    background-color: #FFFFFF0F;
    color: #aa445d;
}

.wpcf7-spinner{
    display: none;
}
.wpcf7{
    width: 100% !important;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: flex;
}
/*  */
.single{}
.single .container{
    display: flex;
    flex-wrap: wrap;
}
.single .container .block{
    padding: 15px;
    font-size: 19px;
    color: #1F1014;
}
.single .container .block .h1{
    margin: 10px 0 20px;
    color: #963A52;
    font-weight: 700;
    font-size: 28px;
}
.single .container .block .h1 ~ span{
display: flex;
    color: #667063;
    font-size: 14px;
    margin: 0;
    padding: 0 30px 0 0;
    background-image: url(img/date.svg);
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 22px;
    align-items: center;
    width: 100%;
}
.single .container .block img{
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 15px;
    margin: 5px 0;
}


.single ul{
    padding: 0;
    margin: 10px 0 20px;
    list-style: none;
    width: 100%;
}
.single ul li{
    background-image: url("img/chek.svg");
    background-repeat: no-repeat;
    background-position: right 5px;
    background-size: 20px 20px;
    padding: 0 25px 0 0;
    display: flex;
    min-height: 30px;
}
.downdate{
    background-color: #1F1014;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    border-radius: 15px;
    margin: 0 0 15px;
    color: #fff;
}
.countdown{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.countdown h4{
    color: #AD425E;
    margin: 0 0 5px;
    text-align: center;
    width: 100%;
    font-size: 18px;
}
.countdown .time-box{
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    flex-direction: column;
    align-items: center;
}
.countdown .time-box .time{
    width: 40px;
    height: 40px;
    border-radius: 4px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    background-color: #35282B;
    justify-content: center;
}
.countdown .time-box  .label{
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.date{
    padding: 0 70px 0 0;
    position: relative;
    font-size: 21px;
    line-height: 26px;
}
.date .day{
    color: #AD425E;
    font-size: 55px;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: auto;
    text-align: right;
    line-height: 60px;
}
.downdate h3{
    color: #AD425E;

}
/*  */
.rel{}
.rel .container{
    display: flex;
    flex-wrap: wrap;
    color: #898B8D;
    font-size: 18px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 1200px !important;
    background: #F4F4F4;
    padding: 40px 10px;
    border-radius: 15px;
}
.rel .container h1{
    color: #963A52;
    font-size: 35px;
    font-weight: 700;
    padding: 0 20px 30px;
    margin: 0 0 20px;
    background-image: url(img/border.svg);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 20px;
}
.rel .container > p{
    text-align: center;
    max-width: 650px;
    padding: 0 10px;
}
/*  */
.all-projects{}
.all-projects .container{
    display: flex;
    flex-wrap: wrap;
}
/*  */
.her{
    padding: 10px;
}
.her .item img{
    height: 300px !important;
}
.her .center-box h2{
    color: #000;
    border-right: 5px solid #92394e;
}
.her .center-box p {
    color: #667063 !important;
    width: 100%;
}
.her .owl-buttons{
    display: none !important;
}
.popcenter  .center-box h2{
    color: #fff !important;
}
.popcenter .center-box p {
    color: #fff !important;
    width: 100%;
}
/*  */
.gallery {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    margin: 0;
}
.gallery .gallery-item{
    padding: 5px;
    margin: 0;
}
@media (max-width: 769px) {
    .gallery .gallery-item{
    width: 50% !important;
}
}

.gallery .gallery-item .gallery-icon{
    border: 1px solid #83314633;
    border-radius: 15px;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 160px;
    margin: 0;
}
.gallery .gallery-item .gallery-icon img{
    border: none !important;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
    max-height: 100%;
}
/*  */
.contact-page{}
.contact-page .container{
    background: #fff !important;
}
.contact-page .container .cover{
    background: initial;
}
.contact-page .container .cover h5{
    color: #963A52 !important;
}
.contact-page .container .cover h2{
    color: #000 !important;
}
.contact-page .container .cover p{
    color: #667063 !important;
}

/*  */


/* للمتصفحات المبنية على WebKit (Chrome, Edge, Safari) */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #AD465F;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #000;
}

/* لمتصفح Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}



/* 
  font-family: "Dubai", serif;
    font-family: "Dubai", serif;

*/

@media (max-width: 769px) {}



/*::placeholder { 
color: #ffffff50;
}*/


/*
background-color: rgba(80,104,140,0.5);
transition: all 0.5s ease 0s;
transform: scale(1.2);

*/

.owl-carousel {
    direction: ltr !important;
    position: relative;
}
.hero video::-webkit-media-controls,
.serv-box video::-webkit-media-controls,
.creative  .creative-all .creative-row video::-webkit-media-controls,
.contact-page .container video::-webkit-media-controls

{
  display: none !important;
}
