@font-face {
    font-family: mediumFont;
    src: url("/masar_website/static/src/fonts/29ltbukraregular.otf");
}

@font-face {
    font-family: blackFont;
    src: url("/masar_website/static/src/fonts/29ltbukrabold.otf");
}

* {
    font-family: mediumFont;
    direction: rtl;
}

.fontB {
    font-family: blackFont;
}

body {
    /* direction: rtl; */
    /* background-color: rgba(75, 74, 74, 0.801); */
    background-color: #F9F9F9;
}

body a {
    text-decoration: none !important;
}


.coloYBg {
    background-color: #B7C634 !important;
}

.coloY {
    color: #B7C634 !important;
}

/* .container,
.container-md,
.container-sm {
    max-width: 1600px !important;
} */
@media (min-width: 1500px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 1220px !important;
    }
}

@media (min-width: 1600px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 1300px !important;
    }
}
@media (max-width: 1400px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 90% !important;
    }
}

@media (max-width: 770px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 98% !important;
    }
}

/* ///////////////////////////menuH//////////////////// */

.menuH{
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.navmB{
    margin-top: 80px;
    position: relative;
}

.btmNavM{
    display: flex;
    align-items: center;
    gap: 30px;
    color: #fff;
    background-color: #9e5c96;
    padding: 7px 7px 7px 17px;
    border-radius: 30px 0 0 30px;
    font-size: 14px;
    margin-right: -95px;
    transition: all .3s ease;
    z-index: 3;
    cursor: pointer;
}

.navmB span{
    transform: translateX(130px);
    transition: all .2s ease;
}

.imgR{
    width: 16px;
    height: 13px;
}
.btmNavM.active > .navMenu > #clsCrl {
    display: none;
}
.btmNavM:hover {
    margin-right: 0;
}
.btmNavM:hover span{
    transform: translateX(0);
}
.btmNavM.active{
    margin-right: 0;
}
.btmNavM.active span{
    transform: translateX(0);
}
.drobMenuH{
    position: absolute;
    top: 0;
    right: 0;
    padding: 50px 55px 10px 0px;
    width: 230px;
    background-color: #de93bc;
    backdrop-filter: blur(10px);
    color: #fff;
    z-index: -1;
    border-radius: 20px 0 0 20px;
    font-size: 15px;
    display: none;
}

.drobMenuH ul{
    margin: 0;
    padding: 0;
}
.drobMenuH li{
    margin-bottom: 8px;
    list-style: none;
}
.drobMenuH a{
    color: #fff;
    display: block;
    font-size: 15px;
    transition: all .3s ease;
}
.drobMenuH a:hover{
    color: #9e5c96;
    transform: translateX(-5px);
}
.arrowfM{
    display: flex;
    gap: 20px;
    align-items: center;
    cursor: pointer;
    transition: all .3s ease;
}
.arrowfM p{
    margin: 0;
}
.arrowfM img{
    height: 13px;
}
.liNavM{
    position: relative;
}
.dropLiNavM{
    width: 230px;
    position: absolute;
    top: 0;
    right: 171px;
    background-color: #de93bc;
    backdrop-filter: blur(10px);
    padding: 20px 10px !important;
    border-radius: 20px 0  20px 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    transform: translateX(10px);
    /* overflow-y: scroll; */
}
.liNavM:hover .dropLiNavM{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    
}
.liNavM:hover .arrowfM{
    color: #9e5c96;
    transform: translateX(-5px);
}


/* ///////////////sotialMenu/////////////// */


.sotialMenu{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    z-index: -2;
    margin-right: 20px;
}

.iconsSotial{
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.iconsSotial img{
    width: 16px;
    height: 16px;
}
.iconsSotial i{
    font-size: 20px;
    color: #fff;
}

.lineSM{
    width: 2px;
    height: 40px;
    margin: 7px 0;
    margin-right: 8px;
    background-color: #ffffff59;
}
.linetext {
    writing-mode: vertical-rl;
    text-orientation: sideways;
    color: #fff;
    transform: rotate(180deg);
    font-size: 14px;
}

.whatsappMenu{
    width: 45px;
    height: 45px;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-right: 10px;
}
.whatsappMenu img{
    width: 23px;
    height: 23px;
}
.whatsappMenu i{
    font-size: 26px;
    color: #fff;
}
/* /////////////////////////////////navbar/////////////////////////////////////// */

.navbar {
    position: absolute;
    z-index: 6;
    width: 100%;
    top: 10px;
}

.allNavbar {
    display: flex;
    justify-content: space-between;
}

.rightNavbar {
    display: flex;
    gap: 20px;
}

.rightNavbar img {
    /* width: 120px; */
    height: 50px;
    object-fit: contain;
}

.lineLogoN {
    width: 1px;
    background-color: #ffffff93;
    display: flex;
    margin-right: 5px;
}




/* /////////////////////////////// Header /////////////////////////////// */

.header{
    position: relative;
}

.shadowHeader {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    /* background: linear-gradient(180deg, rgba(35, 50, 62, 0.476) 0%, rgba(35, 50, 62, 0.205) 41%, rgba(62, 80, 95, 0.002) 100%); */
}

.shadowHeader3 {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    /* background: linear-gradient(0deg, rgba(35, 50, 62, 0.427) 0%, rgba(35, 50, 62, 0.208) 29%, rgba(35, 50, 62, 0.062) 100%); */
}

.header .backVideo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
}

.textHeaderSlider {
    position: relative;
    height: 100vh;
    z-index: 3;
    right: 7%;
    transform: translateY(37%);
    color: #fff;
    max-width: 530px;
}

.textHeaderSlider h1 {
    font-family: blackFont;
    font-size: 32px;
    margin-bottom: 10px;
}
.textHeaderSlider p{
    font-size: 15px;
    max-width: 400px;
}
.btnH {
    width: max-content;
    padding: 10px;
    width: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff !important;
    border-radius: 30px;
    position: relative;
    transition: all .4s ease;
    z-index: 2;
}

.alltextb {
    position: relative;
    width: 200px;
    background-color: #306c6c63;
    backdrop-filter: blur(10px);
    border-radius: 30px;
}

.btS {
    background-color: #306C6C;
}

.coloFF {
    background-color: #B7C634;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    border-radius: 30px;
    z-index: 1;
    transition: all .4s ease;
}

.alltextb:hover .coloFF {
    width: 22%;
    left: 0;
}

.btnH:hover {
    color: #fff;
}

.btnH i {
    color: #fff;
    font-size: 24px;
    transition: all .4s ease;
}

.alltextb:hover i {
    transform: rotate(360deg);
}

.countC > img {
    width: 100%;

}


.leftNavbar {
    display: flex;
    align-items: center;
    gap: 30px;
    color: #fff;
}
.navTop{
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff !important;
}
.navTop .circleNavTop.colorG{
    background-color: #9e5c96;

}
.navTop .circleNavTop.colorB{
    background-color: #de93bc;

}
.navTop .circleNavTop{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navTop .circleNavTop img{
    width: 15px;
    height: 15px;
    object-fit: contain;
    transition: all .4s ease;
}
.navTop:hover .circleNavTop img{
    transform: rotate(360deg);

}
.navTop span{
    font-size: 13px;
    transition: all .4s ease;
}
.navTop:hover span{
    transform: translateX(-5px);
}



.arrowSlider{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 75px;
}


.arrowSlider .swiper-button-next,
.arrowSlider .swiper-button-prev {
    background-color: #9e5c96;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 9;
}
.arrowSlider .swiper-button-next{
    right: 0;
}

.arrowSlider .swiper-button-next:after,
.arrowSlider .swiper-button-prev:after {
    font-size: 11px;
    color: #fff;
}

.arrowSlider .swiper-button-next.swiper-button-disabled,
.arrowSlider .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background-color: #306c6c63;
    backdrop-filter: blur(10px);
}


.youtube_Bonate{
    display: flex;
    gap: 30px;
}


.link_youtube{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff !important;
}

.link_youtube img{
    height: 24px;
    opacity: 50%;
    transition: all .3s ease;
}
.link_youtube i{
    font-size: 42px;
    opacity: 50%;
    transition: all .3s ease;
}
.link_youtube:hover i{
    opacity: 1;
}
.link_youtube:hover img{
    opacity: 1;
}
.lineY{
    width: 2px;
    height: 35px;
    background-color: #ffffff8e;

}

.link_youtube p{
    margin-bottom: 0;
    font-size: 15px;

}
.linkBonate{
    display: flex;
    align-items: center;
}
.arrowHeaderD{
    height: 55px;
    object-fit: contain;
    transform: translateX(-10px);
    transition: all .3s ease;
    margin-bottom: -40px;
}

.cercilePBonate{
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: #29292948;
    border: 1px solid #ffffff59;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    margin-bottom: -40px;

}
.cercileSBonate{
    display: inline-block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #de93bc;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}
.cercileSBonate p{
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    transition: all .3s ease;
}
.linkBonate:hover .cercilePBonate{
    background-color: #a8a8a848;
}
.linkBonate:hover p{
    font-size: 17px;
}
.linkBonate:hover .cercileSBonate{
    background-color: #9e5c96;
}
.linkBonate:hover .arrowHeaderD{
    transform: rotate(8deg) translateX(-10px) ;
}


/* //////////////////////////headerEnd///////////////////// */

.headerEnd{
    position: absolute;
    z-index: 5;
    width:100% ;
    bottom: 0;
    display: flex;
    align-items: end;
    justify-content: space-between;
    color: #ffffff;
    font-size: 14px;
    height: 40px;

}

.rightHeaderEnd{
    display: flex;
    gap: 15px;
    height: 100%;
    margin-right: 7%;
    margin-bottom: 13px;
}
.lineHE{
    width: 2px ;
    height: 40px;
    background-color: #ffffff8e;
    border-radius: 30px;
}

.titleIcon{
    display: flex;
    gap: 6px;
    max-width: 300px;
}
.titleIcon .fontB{
    font-size: 17px;
}
.titleIcon img{
    height: 16px;
    transform: translateY(3px);
}
.allInfoHeaderEnd{
    display: flex;
    gap: 10px;
    height: 100%;
    width: 200px;
    padding: 0px 35px 0px 30px ;
    border-radius: 0 30px 30px 0;
    background-color: #de93bc;
    align-items: center;
}


.headerEnd .leftHeaderEnd .infoHeaderEnd{
    height: 65px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}
.headerEnd .leftHeaderEnd .infoHeaderEnd::after{
    content: "";
    position: absolute;
    right: -12px;
    bottom: 0;
    background-color: #9e5c96;
    width: calc(100% + 24px);
    height: 3px;
    transition: all .4s ease;
    z-index: -1;
}
.headerEnd .leftHeaderEnd .infoHeaderEnd:first-child:after{
    content: none;
}
.headerEnd .leftHeaderEnd .infoHeaderEnd:hover::after{
    height: calc(100% + 8px);
}
.headerEnd .logoTitleIcon{
    height: 35px;
    object-fit: contain;
    transition: all .3s ease;
}
.headerEnd .leftHeaderEnd .infoHeaderEnd:hover .logoTitleIcon{
    transform: scale(1.1) translateY(-3px);
}
.imgHeader{
    object-fit: contain;
    min-width: 500px;
    height: 68vh;
    margin: 0 30px 0 20px;
}


/* //////////////////sectionCount///////////////////// */

.sectionCount{
    background-color: #22313D;
    color: #fff;
    padding: 35px 0 35px 0;
}

.allSectionCount{
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    max-width: 850px ;
    gap: 50px;
}

.countC{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.countC h1{
    font-size: 20px;
}
.countC p{
    font-size: 14px;
}

/* ///////////////////////sectionObj///////////////////////// */

.sectionObj{
    position: relative;
    width: 100%;
    min-height: 600px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-image: url(/masar_website/static/src/images/masar-logo-trans.svg);
}

.sectionObj::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000d5;
}

.allSectionObj{
    position: relative;
    z-index: 2;
}

.objCards{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    align-items: center;
}

.cardO{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #fff;
    max-width: 250px;
    height: 150px;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 20px;
    text-align: center;
    transition: background-color .3s ease;
}
.cardO:hover{
    background-color: #ffffff13;
}
.cardO img{
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.btnsO{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.btnO{
    color: #fff !important;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #de93bc;
    padding: 7px 13px;
    border-radius: 30px;
    font-size: 15px;
}
.btnO.btnOY{
    background-color: #9e5c96;
}
.btnO img{
    width: 25px;
    height: 25px;
}
.btnO span{
    transition: all .3s ease;
}
.btnO:hover span{
    transform: translateX(-8px);
}

/* ////////////////////////////newsSection////////////////////// */

.sectionS{
    height: fit-content !important;
    padding: 50px 0 40px 0;
    background-color: #22313D;
    color: #fff;
    position: relative;
}

.sectionWord{
    font-size: 78px;
    position: absolute;
    opacity: 20%;
}


.titleSection{
    margin: auto;
    text-align: center;
    max-width: 550px;
    margin-bottom: 50px;
}

.titleSection h3{
    font-size: 28px;
}
.titleSection p{
    font-size: 15px;
}
.newsSlider{
    position: relative;
}

.newsSwiper{
    max-width: 500px;
}

.newsCard{
    color: #fff !important;
    display: block;
}
.newsCard:hover img{
    transform: scale(1.1);
}

.btnC{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    color: #fff !important;
    max-width: 135px;
    background-color: #de93bc;
    padding: 8px 10px;
    border-radius: 40px;
    font-size: 14px;
    transition: background-color .4s ease;
    border: none;
    
}
.newsCard:hover .btnC{
    background-color: #9e5c96;
}
.btnC:hover{
    background-color: #9e5c96;
}
.btnC span{
    transition: all .3s ease;
}
.newsCard:hover .btnC span{
    transform: translateX(-5px);
}
.btnC:hover span{
    transform: translateX(-5px);
}
.btnC img{
    width: 13px;
    height: 13px;
}

.imgCard{
    width: 100%;
    height: 220px;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 10px;
}
.imgCard img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
}


.textCard{
    height: 60px;
}

.swiper-button-next , .swiper-button-prev{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #9e5c96;
}

.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 14px;
    color: #fff;
}

/* ////////////////////////////membersSection/////////////////////// */

.membersSlider{
    position: relative;
}

.membersSecSwiper{
    max-width: 820px;
}
.membersSection{
    padding: 30px 0 30px 0;
    background-color: #22313D;
    color: #fff;
}

.cardMembers{
    text-align: center;
}
.cardMembers img{
    width: 170px;
    height: 170px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.cardMembers h5{
    margin-bottom: 10px;
}
.cardMembers p{
    font-size: 14px;
}



.titleP{
    max-width: 400px;
}



/* /////////////////////partnersSec///////////////////////// */


.partnersSec {
    width: 100%;
    position: relative;
  }

  .partnersSecSlider{
    position: relative;
  }
  .PartnersSecSwiper{
    max-width: 500px;
  }
  
  .cardPartnersSec {
    border: 1px solid #837f7f;
    padding: 10px;
    background-color: #fff;
    border-radius: 20px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .cardPartnersSec img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    margin: 0 auto;
  }
  
  .allPartnersSec {
    position: relative;
  }

/* /////////////////////////////SectionO//////////////////////////   */


.sectionOSlider{
    position: relative;
}

.sectionOSwiper{
    max-width: 1000px;
}

.cardSecO{
    height: 320px;
    display: block;
    border-radius: 40px;
    border-radius: 30px;
    overflow: hidden;
}
.cardSecO img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ////////////////////contactUsSec////////////////////// */

.contactUsSec{
    background-image: url(/masar_website/static/src/images/CONTACT_US_BG.svg);
    background-position: center;
    background-size: 100% cover ;
}

.flexContactUs{
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.formContactUs{
    width: 50%;
    max-width: 500px;
}


.inputF{
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}
.formContactUs input ,
 .formContactUs select,
 .formContactUs textarea{
    padding: 10px 15px;
    background-color: #ffffff2f;
    backdrop-filter: blur(10px);
    border: 1px solid transparent;
    border-radius: 30px;
    width: 100%;
    color: #fff;
    outline: none !important;
    box-shadow: none !important;
    transition: border .3s ease;
    font-size: 14px;
}
.formContactUs textarea{
    max-width: 100%;
    border-radius: 20px;

}
.formContactUs input::placeholder,
.formContactUs select::placeholder,
.formContactUs textarea::placeholder
{
    color: #fff;
    font-size: 14px;
}
.inputF select option{
    color: #22313D;
}
.formContactUs input:focus,
.formContactUs select:focus,
.formContactUs textarea:focus{
    border: 1px solid #fff;
}

.form-select{
    background-image: url(/masar_website/static/src/images/arrowSelect.svg);
    background-position:left .75rem center; 
}

.formContactUs .btnC{
    width: 110px;
    font-size: 15px;
}

.infoContactUs{
    display: flex;
    gap: 10px;
    font-size: 13px;
    justify-content: center;
}

.infoContactUs img{
    width: 13px;
}
.infoContactUs .titleIcon{
    max-width: 280px;
}

.mapContactUs{
    width: 50%;
}


.mapG{
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
    border-radius: 20px;
    background-color: #ffffff2f;
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.mapG iframe{
    width: 100%;
    height: 100%;
    border-radius: 20px;

}


/* //////////////////////////////footer////////////////////// */

.footer{
    background-color: #22313D;
    padding: 10px 0 15px 0;
    position: relative;
}
.footer::after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #9e5c96;
}
.allFooter{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    color: #fff;
}
.footerLogos{
    display: flex;
    align-items: center;
    gap: 15px;
}
.footerLogos img{
    height: 48px;
    object-fit: contain;
}
/* //////////////////////////////////// */

.menuM{
    width: 33px;
    height: 33px;
    background-color: #de93bc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menuM img{
    width: 16px;
    height: 16px;
}

.menuM{
    display: none;
}
.navMenuMob{
    display: none;
}
.offcanvasMenuM{
    display: none;
}

.fancybox__footer {
  direction: ltr;
}
.f-thumbs__track {
  /* transform: matrix(1, 0, 0, 1, 0, 0) !important; */
  width: 100%;
  display: flex;
  justify-content: end;
}

.fancybox__slide{
    margin: unset !important;
    padding: 12px !important;
}

/* //////////////////////////////////////// */

.menuNavA{
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #fff;
    font-size: 12px;
    margin-top: 20px;
}

.lineMN{
    width: 100%;
    height: 1px;
    background-color: #ffffff49;
    margin-top: 15px;
}


@media (min-width: 1500px) {
    .textHeaderSlider{
        right: 12%;
    }
    .rightHeaderEnd{
        margin-right: 10%;
    }
    .textHeaderSlider{
        transform: translateY(43%) scale(1.1);
    }
}
@media (min-width: 1600px) {
    .textHeaderSlider{
        right: 15%;
    }
    .rightHeaderEnd{
        margin-right: 11%;
    }
    .textHeaderSlider{
        transform: translateY(48%) scale(1.2);
    }
}
@media (min-width: 1700px) {
    .textHeaderSlider{
        right: 17%;
    }
    .rightHeaderEnd{
        margin-right: 13%;
 
    }
}
@media (max-width:1250px) {
    .imgR{
        width: 13px;
        height: 10px;
    }
    .rightNavbar img{
        height: 45px;
    }
    .btmNavM{
        font-size: 13px;
    }
    .drobMenuH{
        width: 185px;
        font-size: 13px;
        padding: 45px 35px 10px 0;
    }
    .arrowfM img{
        height: 10px;
    }
    .drobMenuH a{
        font-size: 13px;
    }
    .navTop span{
        font-size: 12px;
    }
    .dropLiNavM{
        width: 200px;
        right: 150px;
        padding: 10px !important;
    }
    .textHeaderSlider h1{
        font-size: 28px;
    }

    .textHeaderSlider p{
        font-size: 13px;
    }
    .linetext{
        font-size: 13px;
    }
    .lineSM{
        height: 30px;
    }
    .iconsSotial{
        gap: 1;
    }
    .iconsSotial img{
        width: 14px;
        height: 14px;
    }
    .iconsSotial i{
        font-size: 16px;
    }
    .cercileSBonate p{
        font-size: 14px;
    }
    .headerEnd{
        font-size: 12px;
    }
    /* ////////////////////// */
    .countC h1{
        font-size: 40px;
    }
    .countC p{
        font-size: 16px;
    }
    
    .titleSection h3{
        font-size: 24px;
    }
    .titleSection p{
        font-size: 14px;
    }
    .sectionWord{
        font-size: 60px;
    }




    .newsSwiper{
        max-width: 930px;
    }
    .textCard p{
        font-size: 14px;
    }
    .btnC{
        font-size: 12px;
    }
    .cardMembers img{
        width: 150px;
        height: 150px;
    }
    .cardMembers h5{
        font-size: 16px;
    }
    .cardMembers p{
        font-size: 13px;
    }
    .membersSecSwiper{
        max-width: 720px;
    }
    .PartnersSecSwiper{
        max-width: 930px;
    }
    .sectionOSwiper{
        max-width: 930px;

    }
    .cardSecO{
        height: 300px;
    }
    .infoContactUs{
        font-size: 11px;
    }
    .formContactUs input, .formContactUs select, .formContactUs textarea {
        font-size: 12px;
    }
    .formContactUs input::placeholder {
        font-size: 12px;
    }
    .formContactUs .btnC{
        font-size: 13px;
    }
    .allFooter{
        font-size: 10px;
    }
    .imgHeader{
        max-height: 420px;
    }
}   

@media (max-width:1170px) {
    .newsSwiper {
        max-width: 83%;
    }
    .PartnersSecSwiper {
        max-width: 83%;
    }
    .sectionOSwiper{
        max-width: 83%;
    }
    .cardSecO {
        height: 252px;
    }
}


@media (max-width:1100px) {
    .imgR{
        width: 13px;
        height: 10px;
    }
    .rightNavbar img{
        height: 40px;
    }
    .btmNavM{
        font-size: 12px;
    }
    .drobMenuH{
        width: 170px;
        font-size: 12px;
        padding: 45px 25px 10px 0;
    }
    .drobMenuH a{
        font-size: 12px;
    }
    .navTop .circleNavTop {
        width: 25px;
        height: 25px;
    }
    .navTop .circleNavTop img{
        width: 13px;
        height: 13px;
    }
    .navTop span{
        font-size: 11px;
    }
    .dropLiNavM{
        width: 190px;
        right: 146px;
    }
    .textHeaderSlider h1{
        font-size: 21px;
    }
    .textHeaderSlider p{
        font-size: 12px;
    }
    .linetext{
        font-size: 11px;
    }
    .lineSM{
        height: 25px;
        margin-right: 6px;
        width: 1px;
    }
    .iconsSotial{
        gap: 0;
    }
    .iconsSotial img{
        width: 12px;
        height: 12px;
    }
    .cercileSBonate p{
        font-size: 13px;
    }
    .headerEnd{
        font-size: 10px;
    }
    .lineHE{
        width: 1px;
        height: 32px;
    }
    .titleIcon .fontB{
        font-size: 15px;
    }
    .headerEnd .logoTitleIcon {
        height: 30px;
    }
    .cercilePBonate{
        width: 70px;
        height: 70px;
    }
    .cercileSBonate{
        width: 55px;
        height: 55px;
    }
    .linkBonate:hover p{
        font-size: 14px;
    }
    .arrowHeaderD{
        height: 42px;
    }
    .link_youtube img{
        height: 18px;
    }
    .link_youtube i{
        font-size: 27px;
    }
    .whatsappMenu{
        width: 35px;
        height: 35px;
    }
    .whatsappMenu img{
        width: 18px;
    }
    .whatsappMenu i{
        font-size: 20px;
    }      
}

@media (max-width:991px) {

    .rightNavbar img{
        height: 37px;
    }
    .headerEnd{
        font-size: 9px;
    }
    .titleIcon .fontB {
        font-size: 12px;
    }
    .headerEnd .leftHeaderEnd .infoHeaderEnd{
        padding: 0;
    }
    .headerEnd .logoTitleIcon {
        height: 24px;
    }
    .sectionWord{
        display: none;
    }
    .allInfoHeaderEnd{
        padding: 0px 23px 0px 20px;
    }
    .imgHeader{
        min-width: unset;
        height: 320px;
    }

    .allFooter{
        flex-direction: column;
        gap: 20px;
    }
    .footerLogos img{
        height: 38px;
    }
    .imgCard{
        height: 200px;
    }
    .allSectionCount{
        gap: 0px;
        max-width: 550px;
    }
}

@media (max-width:800px) {

    .menuM{
        display: flex;
    }
    .navTop{
        display: none;
    }
    .offcanvasMenuM{
        display: flex;

    }
    .menuH{
        /* display: none; */
        position:absolute;
        top: 80px;
    }

    .rightHeaderEnd{
        display: none;
    }
    .leftHeaderEnd{
        margin-right: auto;
    }
    .flexContactUs{
        flex-direction: column;
        align-items: center;
        max-width: 500px;
        margin: auto;
    }
    .formContactUs{
        width: 100%;
    }
    .mapContactUs{
        width: 100%;
    }
}

@media (max-width:774px) {
    .menuH{
        height: 620px !important;
        justify-content: end;
        top: 0;
    }
    .navmB{
        display: none;
    }
    .textHeaderSlider{
        right: 0;
        margin-right: 4%;
        max-width: 90%;
    }
    .youtube_Bonate{
        gap: 7px;
    }
    .link_youtube img{
        height: 14px;
    }
    .link_youtube i{
        font-size: 26px;
    }
    .cercilePBonate {
        height: 70px;
        width: 70px;
    }
    .cercileSBonate {
        height: 50px;
        width: 50px;
    }
    .arrowHeaderD{
        height: 30px;
    }
    .header .backVideo{
        height: 620px;
    }
    .textHeaderSlider{
        height: 620px;
        transform: translateY(25%);
    }
    .imgHeader{
        height: 280px;
    }
    .allInfoHeaderEnd{
        padding: 0 20px 0 24px;
    }

    .titleSection h3 {
        font-size: 20px;
    }
    .titleSection p {
        font-size: 12px;
    }
    .cardO img {
        width: 50px;
        height: 50px;
    }
    .cardPartnersSec img {
    width: 100%;
    height: 100%;
}
}
@media (max-width:600px) {
    .newsSwiper {
        max-width: 310px;
    }
    .PartnersSecSwiper {
        max-width: 230px;
    }
    .membersSecSwiper{
        max-width: 350px;
    }
    .sectionOSwiper{
       max-width: 260px;
    }
    .objCards {
        max-width: 400px;
    }
    .cardO{
        height: 120px;
        font-size: 13px;
    }
    .allFooter {
        font-size: 9px;
    }
    .imgHeader{
        height: 200px;
    }
}
@media (max-width:480px) {
    .rightNavbar {
        gap: 10px;
    }
    .rightNavbar img {
        height: 34px;
    }
    
    .cardO{
        margin-bottom: 0;
    }
    .col{
        padding: 5px !important;
    }
    .btnsO{
        margin-top: 20px;
        gap: 10px;
    }
    .mapG{
        height: 190px;
    }
    .infoContactUs{
        flex-wrap: wrap;
        gap: 10px;
    }
    .sectionS .swiper-button-next,.sectionS .swiper-rtl .swiper-button-prev{
        right: -5px;
    }
    .sectionS .swiper-button-prev,.sectionS .swiper-rtl .swiper-button-next{
        left: -5px;
    }
}
@media (max-width:420px) {
    .allInfoHeaderEnd {
        padding: 0 10px 0 12px;
    }
    .newsSwiper {
        max-width: 260px;
    }
    .sectionCount{
        padding: 20px 0;
    }
    .allSectionCount{
        max-width: 200px;
    }
    .countC h1 {
        font-size: 30px;
    }
    .allSectionCount{
        gap: 10px;
    }
}
@media (max-width:400px) {
    .btnO img {
        width: 20px;
        height: 20px;
    }
    .btnO{
        font-size: 13px;
    }
    .headerEnd .logoTitleIcon{
        height: 23px;
    }
}


/* ///////////////////////////////////////////////// */

.menuMobelNav{
    padding: 0 20px;
}

.offcanvas-body{
    background-color: #22313D;
}
.offcanvas.offcanvas-end{
    width: 310px !important;
}

.muneML{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.muneML img {
    height: 34px;
}

.lineLogoN{
    width: 1px;
    height: 32px;
    background-color: #ffffff93;
    display: flex;
    margin-right: 5px;
}

.menuMobelNav{
    margin-top: 30px;
}
.menuMobelNav li{
    list-style: none;
}
.menuMobelNav li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
    width: 100%;
    color: #fff !important;
    cursor: pointer;
}
.menuMobelNav li.active{
    border-radius: 30px;
    background-color: #de93bc;
}
.menuMobelNav li img{
    width: 12px;
    height: 12px;
}
.menuMobelNav li a{
    color: #fff;
    font-size: 12px;
}

.dropMenuM{
    padding-right: 10px;
}

.dropMenuM{
    display: none;
}
.dropli img{
    transition: all .3s ease;
}
.dropli.select img{
    transform: rotate(-90deg);

}


