*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
/* @import url('https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400&display=swap'); */
@font-face { font-family: Rowdies; 
    src: url('../frontend/Rowdies-Light.ttf'); } 
    @font-face { font-family: Manrope; 
        src: url('../frontend/Manrope-VariableFont_wght.ttf'); } 
    @font-face { font-family:Verdana; 
        src: url('../frontend/verdana.ttf'); } 
        html{overflow-x: hidden!important;}
body{font-family:Rowdies;overflow-x: hidden!important;    text-align: initial;}
/* landing */
.landing{background-image: linear-gradient(#0000003d,#00000061), url(../frontend/imgs/Group\ 24.png);
    height: 100vh;
    font-family:Rowdies;
    background-position: center;
    background-size: cover;
    overflow-x: hidden;
    width:100%;
    display: flex;
}
h2 , h3 , h4 , li , p{text-align: initial;}
.text-center h2{text-align: center!important;}
.text-center p{text-align: center!important;}
.left{width:50%;
    position: relative;
  font-family:  Manrope;
  line-height: 1.8

}
.left .content{
    position: absolute;
    left: 0px;
    z-index: 2;
    top: 0px;
    text-align: center;
    padding: 22px 30px;
    background: #fffffff0;
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 70px;
    border-top-left-radius: 70px;
}
.content .contact{   background: #FFFFFF;  margin: 0px 5%; box-shadow: 1px 1px 13px #8080803b; border-radius: 33px; -webkit-border-radius: 33px; -moz-border-radius: 33px; -ms-border-radius: 33px; -o-border-radius: 33px; }
.content .contact .map iframe{height: 100%;
    border-bottom-right-radius: 33px;
    border-top-right-radius: 33px;
    width: 100%!important;
}
.content .contact .mapar iframe{height: 100%;
    border-bottom-left-radius: 33px;
    border-top-left-radius: 33px;
    width: 100%!important;
}
.content .contact .map{height: 100%;}
.content .contact .sec{
    width :50%
}
.content .contact .contact-info{display:flex;}
.location{    padding: 25px 0px;}
.location p span{    margin: 0px 30px;}
.location p{color: #3A1700;
    /* text-align: center; */
    /* justify-content: center; */
    display: flex;
    width: 75%;
}
.face {
    background: #4267B2;
    color: white;
    text-align: center;
    justify-content: center;
    width: 90%;
    margin: 15px auto auto;
    display: flex;
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    align-items: center;
    box-shadow: 1px 1px 16px #9e9e9e99;
}
.face img{       margin:0px 10px;}
.face:hover{color:white;
    background: #4776d5;
transition-duration: 0.5s;
box-shadow: 1px 1px 16px #4267b27e;}
.left .more{
    background: #D58E5E;
    border-radius: 10px;
    color: white;
    width: 75%;
    justify-content: center;
    margin: auto;
    white-space: nowrap;
    font-weight: normal;
    padding: 15px;
    display: flex;
    margin-top: 5%;
    box-shadow: 1px 1px 16px #9e9e9e99;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.loc{    display: flex;
    justify-content: center;}
    .loc svg{    margin-right: 10px;
        width: 22px;
        height: 25px;}
.left .more:hover{     background: #eb975f;
 
    box-shadow: 1px 1px 16px #b48944a1;
    color: white;
transition-duration: 0.5s;}
.right{
    /* background: linear-gradient( rgb(0 0 0 / 19%) 100%, rgb(0 0 0 / 19%)100%),url(../frontend/imgs/Rectangle\ 2.png);background-size: cover;
background-position: center;
height:100vh; */
display: flex;
object-fit: cover;
position:relative;
justify-content: center;

width: 50%;}
/* .right img{height:100vh;width:100%;

} */
.right .title{   color: white;
    position: absolute;
    bottom:5%;
    letter-spacing: 3px;
  
    text-shadow: 1px 1px 15px #404040c9;
    text-align: left;
}
.right .title h1 , .right .title h2 , .right .title p{  font-family: Verdana !important;}
.right .title h2{font-weight: bold; }
/* navbar */

.right-abs{
    position: absolute;
    z-index: -1;
right: 0px;
top: 15px;
}
.navbar{position: fixed;
    height: 100px;

    z-index: 100;
        top: 0px;
    width: 100%;}
.nav-link{    font-weight: 500}
.nav-link i{margin:0px  5px;
    font-size: 13px;}
#navbarNav{
    justify-content: center;}
.nav-item{justify-content: center;
    text-align: center;
    display: block;
    margin: 0px 10px;
}
.navbar-brand img:hover{ filter: drop-shadow(4px 4px 4px lightgrey); transition-duration: 0.5s; -webkit-filter: drop-shadow(4px 4px 4px lightgrey);
}
/* .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color:#d58e5e;
} */
.navbar-nav .dropdown{position: absolute;
    right: 0px;}
    .navbar-nav .dropdownar{position: absolute;
        left: 0px;
        right: unset;}
.navbar-nav{position:relative;     align-items: center;   width: 80%;}
.bg-light {
    background-color: #ffffff!important;
}
.nav-link:hover {transition-duration: 0.5s;
    color: #FFC93C!important;
    text-decoration: none;
}
.active{color: #3A1700;}
/* .active {transition-duration: 0.5s;
    color: #D58E5E!important;
    text-decoration: none;
} */
.dot{     width: 8px;
    justify-content: center;
    height: 8px;
    opacity: 0;
    border-radius: 50%;
    background: #FFC93C;
    display: flex;
    margin: auto;
}
.nav-item:hover .dot{opacity: 1;
transition-duration: 0.5s;}
.nav-item a.active .dot{opacity: 1;
    transition-duration: 0.5s;}
    .nav-item a.active{
    color: #FFC93C;

   
}
#navbarNav .contacten{

    color: #7E8AB8;
    left: unset;
    right: 20px;
    border-radius: 30px;
    /*font-weight: bold;
    */padding: 5px 25px;
    border: 1px solid #7e8ab891;
    position: absolute;
  
    
  

    
}
#navbarNav .contactar{
    color: #7E8AB8;
    right: unset;
    left: 20px;
   
    border-radius: 30px;
    /*font-weight: bold;
    */padding: 5px 25px;
    border: 1px solid #7e8ab891;
    position: absolute;
}
/* 
#navbarNav .contact:hover{
    background: #7e8ab8fc;
color: white;
transition-duration: 0.5s;} */
.navbar.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
    box-shadow: 1px 1px 17px #80808073;
  }
  .sub-menu-parent { position: relative; }

.sub-menu { 
  visibility: hidden; /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px;
  background:white;
  border-radius: 10px;
  box-shadow: 1px 1px 16px #9e9e9e99;
  width: 180px;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.sub-menu li a{    font-size: 14px; color: #3a1700;}
  
.sub-menu li a:hover{    font-size: 14px; color:#FFC93C ;}
.sub-menu-parent:focus .sub-menu,
.sub-menu-parent:focus-within .sub-menu,
.sub-menu-parent:hover .sub-menu {
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

/* presentational */



nav ul,
nav ul li { list-style-type: none; padding: 0; margin: 0; }

nav > ul { background: #EEE; text-align: center; }
nav > ul > li { display: inline-block; border-left: solid 1px #aaa; }
nav > ul > li:first-child { border-left: none; }

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: white;
}
/* header */
.header{    justify-content: center;
    /* position: absolute; */
    background-image: url('../frontend/imgs/Group 81.png');
    background-size: cover;
    background-position: bottom center;    height: 110vh;
    /* left: 0px; */
    width: 100%;
    /* top: 0px; */
    display: flex;
    position: relative;
    align-items: center;
}
.head-text{    color: white;
    /* margin-top: 50%; */
    bottom: 0px;
    right: 16%;
    text-align: center;
    position: absolute;
    font-size: 30px;}
.head-title{font-weight: bold;
    color: #3A1700;
font-size: 50px;}
.head-des{color: #3A1700;}
.btn-don{     color: #ffffff;
    margin-top: 5%;
padding: 10px;
margin: 0px 30px


;
    border-radius: 30px;
    /* font-weight: bold; */
    background: #7CCDCA
    ;
    padding: 5px 25px;
    border: 1px solid #2FB0AB;
}
.btn-don:hover{
    
    color: #ffc93c;
    transition-duration: 0.5s;
}
.head-img{background-image: url(../frontend/imgs/pic.png);

    background-position: center;
    background-size: contain;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-repeat: no-repeat;
    height: 75vh;
}
.head-img img{
    width: 50vh;
    transform: translateY(90px);
    /* transform: translate(80px , 225px); */
    height: 50vh;
    position: relative;
    object-fit: cover;
    display: flex;
    border: 3px solid #FFB200;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    
}
.dropdown-menu{min-width: 6rem;}
.main{position: relative;
    margin: 5% 0px;
}
.feature{
    background: #F3F2E7;
    border-radius: 10px;
    margin: 5%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 8%;

}
@keyframes mymove {
    0%   {width:15%}
    25%  {width: 30%;}
    50%  {width:45%;}
    75%  {width: 70%;}
    100% {top: 0px;}
  }
.feature:hover .line .line2{    width: 100%;
    transition-duration: 0.7s;}
.feature .title {display: flex;    align-items: center;}
.feature .title h5{margin: 0px 10px;
color: #3A1700;}
.feature p{color:#3A1700; width:80%; height:10vh;}
.feature .line{position: relative;
    background:#DEDDCD;
    width: 100%;
    height: 3px;
    margin: 10px 0px;
}
.feature .line .line2{position:absolute;
width: 15%;
height: 3px;
background: #3A1700;}
.title-center{margin: 7% 0px;}
.img-about img{    width: 500px; border-radius:10px ; -webkit-border-radius:10px ; -moz-border-radius:10px ; -ms-border-radius:10px ; -o-border-radius:10px ; }
.about a{      color: #ffffff;
    margin-top: 5%;
    right: 20px;
    border-radius: 30px;
    /* font-weight: bold; */
    background: #FFC93C;
    padding: 5px 25px;
    border: 1px solid #F99001;
    width: 75%;}
    .about a:hover {
        background: #ffffff00;
        color: #FFC93C;
        transition-duration: 0.5s;
    } 
.about{display: flex;
    justify-content: center;
align-items: center;}
 .img-a{
    background-image: url(../frontend/imgs/pic\(2\).png);
    background-size: contain;
    display: flex;
    align-items: center;
    background-position: center;
    position: relative;
    text-align: center;
    justify-content: center;
    background-repeat: no-repeat;
    height: 90vh;
}
/* news */
.new{
    background: #ffffff;
    border-radius: 25px;
    margin: 5%;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    box-shadow: 1px 1px 20px 8px #80808026;
   
}
.new .des p{max-height: 15vh;
    overflow: hidden;}
.new .des{padding:5%;}
@keyframes mymove {
    0%   {width:15%}
    25%  {width: 30%;}
    50%  {width:45%;}
    75%  {width: 70%;}
    100% {top: 0px;}
  }
.feature:hover .line .line2{    width: 100%;
    transition-duration: 0.7s;}
.new .title {display: flex;    align-items: center;}
.new .title img{ width:100%; border-radius:25px ; -webkit-border-radius:25px ; -moz-border-radius:25px ; -ms-border-radius:25px ; -o-border-radius:25px ; }
.new .title h5{margin-left: 10px;
color: #3A1700;}
.new p{color:#3A1700;  height:10vh;}
.new .line{position: relative;
    background:#DEDDCD;
    width: 100%;
    height: 3px;
    margin: 10px 0px;
}
.flex{display: flex;}
 .details{ color:#2FB0AB;      padding-bottom: 6px;
    display: flex;
    justify-content: center;
    align-items: center;}
    .details img{ }
    .details span{width:80%;}
/* video */
.video {    height: auto;
    width: 80%;
    border-radius:10px ;
    -webkit-border-radius:10px ;
    -moz-border-radius:10px ;
    -ms-border-radius:10px ;
    -o-border-radius:10px ;
}
.wrapper{
    display:table;
    width:auto;
    position:relative;
    width:50%;
}
.playpause {
    background-image:url(/frontend/imgs/media_play_pause_resume.png);
    background-repeat:no-repeat;
    width:50%;
    height:50%;
    position:absolute;
    left:0%;
    cursor: pointer;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:relative;
    background-position: center;
}
.img-a img{ border-radius:10px ; -webkit-border-radius:10px ; -moz-border-radius:10px ; -ms-border-radius:10px ; -o-border-radius:10px ; }
.more{
    border-radius: 30px;
    /* font-weight: bold; */
    padding: 10px 25px;
    border: 1px solid #7e8ab891;
    background: #7e8ab8fc;
    color: white;
}
.more:hover {
    background: #7e8ab800;
    color: #7e8ab8fc;
    transition-duration: 0.5s;
   
} 
.donation{   background-image: url(../frontend/imgs/block.png);
    height: 35vh;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;


}
.don{        color: #ffffff;
    white-space: nowrap;
    border-radius: 30px;
    /* font-weight: bold; */
    padding: 5px 25px;
    border: 1px solid #ffb200;
    background: #ffb200;}
    .don:hover{color:#ffb200;
    background: none;
transition-duration: 0.5s;}
.btns-don{    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;}
.btns-don .contact{border-radius: 30px;
    color: #ffffff;   
      border: 1px solid #ffffff91;
    /* font-weight: bold; */
    margin: 0px 15px;
    padding: 5px 25px;
}
.btns-don .contact:hover{background:#7E8AB8;
    border: 1px solid #7E8AB8;
    transition-duration: 0.5s;
}
.event{ 
    width: 80%;
    margin: 20px auto;   display: flex;
    align-items: center;
    }
    .event-des{background: #F3F2E7;
        width: 70%;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        height: 230px;
        margin: 0px;
  padding: 6%;
    }
    .img-eve{width: 30%;}
    .img-eve img{    height: 230px;
        object-fit: cover;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        width: 100%;}
        .date{display: flex;
            align-items: center;
        justify-content: space-between;}
        .all{color: #FFB200;
            /* right: 20px; */
            border-radius: 30px;
            /* font-weight: bold; */
            padding: 10px 25px;
            border: 1px solid #FFB200;}
            .all:hover{    background: #FFB200;
                color: white;
                transition-duration: 0.5s;
            }
/* slider */
.slide-client .box{ background: white;
     border-radius:10px ; 
     -webkit-border-radius:10px ;
      -moz-border-radius:10px ;
       -ms-border-radius:10px ;
       -o-border-radius:10px ;
       padding: 7%;
       text-align: center;
       justify-content: center;
       margin: auto;
       width:50%;


}
.slick-slide-inner{position:relative;
}
.abs-img{
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 50%;
   
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.slide-client .box .line{    position: relative;
    background: #DEDDCD;
    width: 100%;
    height: 3px;
    margin: 10px 0px;
}
.slide-client .box .line .line2{
    position: absolute;
    width: 15%;
    left: 50%;

    transform: translate(-50%, -50%);
    height: 3px;
    background: #3A1700;
}
.slide-client .box:hover .line .line2{
    width: 100%;
    transition-duration: 0.7s;

}
.slide-client .box h5{ 
    color: #3A1700;

}
.slide-client .box h3{
    position: absolute;
    bottom: 0px;
    left: 50%;
    text-align: center;
    /* right: 50%; */
    transform: translate(-50%,-50%);
    white-space: nowrap;
}
.clintes{list-style: none;

    display: flex;
    margin: auto;
    justify-content: space-between;
    padding: 5%;
    width: 75%;

}
.top-footer .info svg{
width:30px;
height:30px;

}
.top-footer .info .icon{box-shadow: 1px 1px 17px #80808036;
    background:white;
    padding: 20px;
    margin: 0px 15px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.top-footer .info{display: flex;
    padding: 10%;
    /* width: 100%; */
    align-items: center;
    justify-content: center;}
.top-footer .info .des{   display: block;}
.top-footer .info .des p{color: #3a170079;    margin-bottom: 5px;}
.top-footer .info .des a{color:#3A1700;}
.top-footer .info:hover .icon{box-shadow: 1px 1px 17px #2fb0ab3b;transition-duration: 0.5s;}
.footer-links ul{
    margin: 0px;
    list-style: none;
    padding: 5px 0px 0px 0px;
}
.footer-links h5 {
    font-size: 14px;
    font-weight: bold;
    color: #3A1700;
    position: relative;
   
    padding-bottom: 12px;
}
.footer-links {padding:20px 0px}
.footer-links li a{color: #3A1700;}
.social-links a {
    font-size: 18px;
    display: inline-block;
    background: #FFB200;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border: 1px solid #FFB200;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;}
    .social-links a:hover {
        background:#134eae00;
        color: #FFB200;
        text-decoration: none;
      }
      .footer-links li a:hover {
        color: #ffb200d1;
        transition-duration: 0.5s;
    }
      .footer{    padding: 5% 0px;

          background: #F3F2E7;
          position: relative;
      }
      .footer .rec{
          
        width: 20%;
        position:absolute;
        top: 0;
        left: 0px;
        right: unset;
        height: 100%;
        
       
    }
.footer .recar{ width: 20%;
    top: 0;
    height: 100%;
    position: absolute;
  
    transform:rotateY(180deg) ;
    -webkit-transform:rotateY(180deg) ;
    -moz-transform:rotateY(180deg) ;
    -ms-transform:rotateY(180deg) ;
    -o-transform:rotateY(180deg) ;
    right: 0px;
    
    left: unset;}
.terms{    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 5%;
    color: #3A1700;
}
.policy span{    margin: 0px 10px;}
/* events */
.float-right{
    position:absolute;
    right:0px;
    
    z-index:-1;
}
.event-show .event-des , .event-show .img-eve img {height: 300px;}
.event-show .feature p{
width:100%;
color: #3a1700c4;
height:auto;
}
.event-show .event-des{padding:2%;}
.contact-sec  .contact{width:70%;margin: auto;}
/* volenteer */
form  .form-group input  , form .form-group textarea {box-shadow: 1px 1px 20px 0px #96969638;
    width: 95%;
    margin: auto;
    justify-content:center;
    background: #7CCDCA;
color: white;
    border: none;
    border-radius: 10px; 
  
    padding: 15px;
  }
  .form-group {
    margin-bottom: 25px;
}
.full-name{display:flex;}
  form .form-group textarea{    height: 150px;
    color: white;}
  form  .form-com .form-group{display: block;position: relative;}
  form  .form-com .form-group label{  
    color: #3A1700;
    text-align: left;
  }
  .form-gry{display: block;}
  .container-d {
 
    position: relative;
    padding-left: 30px;
    margin: 0px 25px;
    margin-bottom: 12px;
    cursor: pointer;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .container-d .checkmark{
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 0;
    font-size: 13px;
    display: flex;
    color: #7CCDCA;
    left: 0;
    height: 40px;
    border: 2px solid #7CCDCA;
    width: 40px;
    background-color: white;
    border-radius: 50%;
    padding: 10px;
}
  /* Hide the browser's default radio button */
  .container-d input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400;
    height: 25px;
    color: #7CCDCA;
    border: 2px solid #7CCDCA;
    width: 25px;
    background-color: white;
    border-radius: 50%;padding: 10px;
  }
  
  /* On mouse-over, add a grey background color */
  .container-d:hover input ~ .checkmark {
    background-color: #7CCDCA;
    color: white;
}
  
  
  /* When the radio button is checked, add a blue background */
  .container-d input:checked ~ .checkmark {
    background-color: #7CCDCA;
    align-items: center;
    color: white;
    display: flex;
    justify-content: center;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .container-d input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .container-d .checkmark:after {
    width: 40px;
    height: 40px;
    color: white;
    /* border: 1px solid #d58e5e; */
    border-radius: 50%;
    background: #ffffff00;
}
  .check .form-group{display:flex!important;
  margin-bottom: 0px;}
  .check{    
    align-items: center;
    padding: 10px 0px;
    margin-bottom: 50px; }
    .container2 {
        font-weight: 600;
        position: relative;
        padding-left: 30px;
        margin: 0px 25px;
        margin-bottom: 12px;
        cursor: pointer;
        color: #000000!important;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }
      
      /* Hide the browser's default radio button */
      .container2 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
      }
      
      /* Create a custom radio button */
  
      
      /* On mouse-over, add a grey background color */
      .container2:hover input ~ .checkmark {
        background-color: #7CCDCA;
        color: white;
      }
      
      /* When the radio button is checked, add a blue background */
      .container2 input:checked ~ .checkmark {
        background-color: #7CCDCA;
        align-items: center;
        display: flex;
        justify-content: center;
      }
      
      /* Create the indicator (the dot/circle - hidden when not checked) */
      .checkmark:after {
        content: "";
        position: absolute;
        display: none;
      }
      
      /* Show the indicator (dot/circle) when checked */
      .container2 input:checked ~ .checkmark:after {
        display: block;
      }
      
      /* Style the indicator (dot/circle) */
      .container2 .checkmark:after {
      
          width: 7px;
          height: 7px;
          border-radius: 50%;
          background: white;
      }

/* opption */
.container-o .checkmark{ width: auto; height: auto; border-radius: 10px; white-space: nowrap;
}
.container-o {
    position: relative;
    padding-left: 30px;
    color: #7CCDCA;
 
    cursor: pointer;
    border-radius:10px ;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-border-radius:10px ;
    -moz-border-radius:10px ;
    -ms-border-radius:10px ;
    -o-border-radius:10px ;
}
  
  /* Hide the browser's default radio button */
  .check .form-group-o{    display: grid!important;
    position: relative;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 55px;
    grid-column-gap: 35px;
    margin-top: 5%;
    grid-row-gap: 1fr;
    grid-template-rows: 1fr 1fr 1fr;}
  .container-o input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */

  
  /* On mouse-over, add a grey background color */
  .container-o:hover input ~ .checkmark {
    background-color: #7CCDCA;
    color: white;
  }
  
  /* When the radio button is checked, add a blue background */
  .container-o input:checked ~ .checkmark {
    background-color: #7CCDCA;
    align-items: center;
    color: white;
    display: flex;
    justify-content: center;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .container-o input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .container-o .checkmark:after {
      width: auto;
      height: auto;
      border-radius: 10px;
      background: white;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
}
.volenteer{    margin-left: 10%; padding-left: 10%; border-left: 1px solid #d58e5eb0;}
.volenteerar{    margin-right: 10%; padding-right: 10%; border-right: 1px solid #d58e5eb0;}

.upload{
    position: relative;

display: flex!important;
    align-items: center;
    justify-content: center;

position: relative;}
input[type="file"] { 
    z-index: -1;
    position: absolute;
    opacity: 0;
  }
  
  input:focus + label {

  }

#file-upload-filename{
  position: absolute;
  top: 0px;
  left: 10px;
  top:50%;
  transform: translateY(-50%);
  color: white;
 
}
#file-upload-filename2{
    position: absolute;
    top: 0px;
    left: 10px;
    top:50%;
    transform: translateY(-50%);
    color: white;
   
  }
#btn-upload{margin-bottom: 0px;
    background: #FFC93C;
    padding: 10px 15px;
    cursor: pointer;
    white-space: nowrap;
    margin:0px 5px;
    z-index: 2;
    font-weight: 400!important;
      border-radius: 10px;
    color: white!important;}
  /* .upload label{margin-bottom: 0px;
    background: #7E8AB8;
    padding: 10px 15px;
    font-weight: 400!important;
    margin-left: 10px;    border-radius: 10px;
    color: white!important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
} */
.btn-confirm{cursor: pointer;
    text-align: center;
    background: white;
    border: 1px solid #7CCDCA;
    padding: 10px;
    width: 40%;
    justify-content: center;
    margin: auto;
    margin: 7% auto;
    display: flex;
    color:  #ffc93c;;
    border-radius: 10px;

}
.btn-confirm:hover{background: #7CCDCA;
    color: white;
    transition-duration: 0.5s;}
.error{    color: red!important;
    font-weight: 400!important;}
    form .form-group input:focus , form .form-group textarea:focus {box-shadow: 1px 1px 20px 0px #d58e5e6e; outline: 0;}
    #blah{    max-width: 310px;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        
        width: 100%;
        display: flex;
max-height: 50vh;
        border-radius: 10px;
        -webkit-border-radius: 10px;
}
#blah-oth{    max-width: 310px;
    justify-content: center;
    margin-top: 10px;
    align-items: center;
    width: 100%;
    display: flex;
max-height: 50vh;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
.btn2-don{display: flex;
justify-content: center;width: 100%;}
.btn2{
    border: 1px solid #7CCDCA;
    padding: 10px;
    cursor: pointer;
    background:white;
    color: #7ccdca;
    margin: 0px 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.btn2-don a:hover{color:white;background: #7ccdca;}
.btn2.active{  background:#7ccdca;
    color: white;}
/* .active{ border: 1px solid #d58e5eb0;
    padding: 10px;
    margin: 0px 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    cursor: pointer;
    background:#d58e5eb0;
    color: #ffffff;
} */
#oth{display: none;}
.about-text{    

    align-items: center;}
    .footer .logo{    width: 100%;
        display: flex;
        justify-content: center;}
        .clipping{
            width: 100%;
            clip-path: url(#mask);
            height: max-content;
        }
        .noti{position: fixed;
            z-index: 100000;
        right: 10px;
            align-items: center;
    display: flex;
    bottom: 5%;}
    .notiar{position: fixed;
        z-index: 100000;
    left: 10px;
        align-items: center;
display: flex;
bottom: 5%;}
    .noti .bell{ border-radius:50% ; -webkit-border-radius:50% ; -moz-border-radius:50% ; -ms-border-radius:50% ; -o-border-radius:50% ;
    padding: 10px;
background:  #F3F2E7;
box-shadow: 1px 1px 16px #9e9e9e99;
display: flex;

 }
 .noti .bell svg{
     justify-content:center;
     align-items: center;
     width: 30px;
     height: 30px;
     fill:#ffc93c ;
 }
 .notiar .bell{ border-radius:50% ; -webkit-border-radius:50% ; -moz-border-radius:50% ; -ms-border-radius:50% ; -o-border-radius:50% ;
    padding: 10px;
background:  #F3F2E7;
box-shadow: 1px 1px 16px #9e9e9e99;
display: flex;

 }
 .notiar .bell svg{
     justify-content:center;
     align-items: center;
     width: 30px;
     height: 30px;
     fill:#ffc93c ;
 }
 .cssanimations.csstransforms #close {
    display: none;
  }
 .cssanimations.csstransforms #note {
    -webkit-transform: translateY(100px);
    -webkit-animation: slideDown 2.5s 1.0s 1 ease forwards;
    -moz-transform:    translateY(100px);
    -moz-animation:    slideDown 2.5s 1.0s 1 ease forwards;
}
@-webkit-keyframes slideDown {
    0%, 100% { -webkit-transform: translateY(100px); }
    10%, 90% { -webkit-transform: translateY(0px); }
}
@-moz-keyframes slideDown {
    0%, 100% { -moz-transform: translateY(100px); }
    10%, 90% { -moz-transform: translateY(0px); }
}
#close {
    position: absolute;
    right: 10px;
    top: 9px;
    text-indent: -9999px;
    background: url(images/close.png);
    height: 16px;
    width: 16px;
    cursor: pointer;
  }
  #note {    font-size: 18px;
    position: relative;
    z-index: 6001;
    bottom: 0;
    left: 0;
    right: 0;
margin-right: 5px;
    text-align: center;
    line-height: 2.5;
    color: white;
    overflow: hidden; 
    border-radius: 10px;
    background: #2fb0ab;
    padding: 5px;
}
#note2{    font-size: 18px;
    position: relative;
    color: white;
    z-index: 6001;
    bottom: 0;
    left: 0;
    right: 0;
margin-right: 5px;
    text-align: center;
    line-height: 2.5;
    overflow: hidden; 
    display: none;
    border-radius: 10px;
    background: #2fb0ab;
    padding: 5px;
}
.noti:hover #note2{
display: block;
    transition-duration: 0.5s;
}
.noti:hover .bell{
    background: #ffc93c;  transition-duration: 0.5s;
  
}
.noti:hover svg{fill: #DEDDCD;  transition-duration: 0.5s;}
/* services */
.service{
  
    display: inline-block;
    text-align: center;
    color: rgb(0, 0, 0);
    width: 100%;
    height: 60vh;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 500;
    /* color: #666; */
    /* border: 3px solid #ffc93c; */
    border-radius: 10%;
    padding: 30px 25px 0 25px;
    background: #F3F2E7;
    position: relative;
    margin: 10px;
    box-shadow: 1px 1px 20px 0px #9e9e9e1a;

}
 .service .stats-no {
    box-shadow: 1px 1px 20px #fff9f930;
    /* color: #ffc93c; */
    width: 90px;
    height: 90px;
    margin: auto;
    justify-content: center;
    line-height: 70px;
    align-items: center;
    display: flex;
    /* top: -45px; */
    /* right: -32px; */
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 18px;
    /* position: absolute; */
    border-radius: 10px;
    /* background: #2fb0ab; */
    font-weight: 700;
    -webkit-border-radius: 10px;
}
    .service .stats-no svg{
        width: 70px;
        height: 70px;
        fill: white;
        /* text-align: center; */
        /* justify-content: center; */
        /* display: flex; */
        margin: auto;
    }
    .service:hover svg{
        transform: rotate(360deg);
    transition-duration: 0.7s;
    }
.service:hover .stats-no{
    transition-duration: 0.7s;
    box-shadow: 1px 1px 20px #fff9f985;
}
.members{    display: flex;}
.meber{    margin-right: 10%;
    list-style: none;
    line-height: 40px;}
    .member-group{    margin: 10% 0px;}
    .comm{
    border: 5px solid #7CCDCA;
    padding: 10px;
    text-align: center;
    background: none;
    color: #7CCDCA;
    width:75%;
    justify-content: right;
    border-radius:10px ;
    
}
.comm-a{margin: 5% 0px;justify-content: flex-end;
    display: flex; }
    .comm-b{margin: 5% 0px;justify-content: flex-start;
        display: flex;}
.comm:hover{background:#7ccdcad4; color: white; transition-duration: 0.5s;}
/* faq */
.faq-details .panel-heading {
    padding: 0;
  }
  
  .panel-default>.panel-heading {
    background-color: transparent;
    border: medium none;
    color: #333;
  }
  
  .faq-details h4.check-title a {
    color: #333;
    display: block;
    font-weight: 700;
    letter-spacing: 2px;
    margin-left: 40px;
    padding: 6px 10px;
    text-decoration: none;
  }
  .panel-body p{
    font-size: 15px!important;
    font-weight: 500;
  }
  .panel-body {
    padding: 15px 15px 0px 50px;
  }
  
  .faq-details h4.check-title {
    color: #444;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
  }
  
  .faq-details a span.acc-icons {
    position: relative;
  }
  
  .faq-details a span.acc-icons::before {
    color: #333;
    content: "";
    font-family: fontawesome;
    font-size: 24px;
    height: 40px;
    left: -51px;
    line-height: 39px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 42px;
  }
  
  .faq-details h4.check-title a.active, .faq-details a.active span.acc-icons::before {
    color: #ffc93c;  }
  
  .faq-details a.active span.acc-icons::before {
    content: "";
    font-family: fontawesome;
    font-size: 24px;
    height: 40px;
    left: -51px;
    line-height: 39px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 42px;
  }
#faq {
  padding: 60px 100px;
    overflow: hidden;
    justify-content: center
}

#faq #faq-list {padding: 56px;
  box-shadow: 1px 1px 9px 5px #55555538;
  border-radius: 10px;
  
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {text-decoration: none;
  padding: 18px 0;
  display: block;
  position: relative;
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
  padding-right: 20px;
  color: #000000a1;
}
#faq #faq-list a:hover{
  text-decoration: none;
}
#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
  color: #e30707;
}

#faq #faq-list p {    font-size: 15px;
  margin-bottom: 20px;
}

#faq #faq-list a.collapse {
    color: #ffc93c;
}

#faq #faq-list a.collapsed {
  color:  #000000a1;
}

#faq #faq-list a.collapsed i::before {
  content: "\f2c7" !important;
}  
#faq #faq-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 16px;
    color: #ffc93c;
}

.left-abs {position:absolute;
    left: 0px;
    right:unset;
    top:15px;
  
}
.left-absar{ left:  unset;
    right:0px;
    position: absolute;
    transform:rotateY(180deg);
    top:15px;}
/* .left-abs {

    @if Illuminate\Support\Facades\Session::get('locale')==="ar" {position:absolute;
   left:  unset;
   right:0px;
   transform:rotateY(180deg);
   top:0px;

    }
   @else {
   position: absolute;
   left: 0px;
  right:unset;

  
}
@endif
} */
h3 {
@if (Illuminate\Support\Facades\Session::get('locale')==="ar") 
text-align: right;


@else
text-align: left;
@endif
}