
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body{
    font-family: 'Open Sans', sans-serif;
}

.navbar {
    height:95px !important;
    background: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    z-index:999
}
.navbar-collapse {
    background: #fff;
    
} 
.navbar img, footer img {
    width: 110px;
} 
.navbar-nav {
    margin-left: auto;
}

.donate_btn{
    padding:15px;
    background-color: #CD3232;
    border-radius: 0px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.nav-item :hover{
    color:#CD3232 !important;
}
button.nav-link {
    color:rgba(0,0,0,.9)!important;
}
button.nav-link.active {
    color:#CD3232 !important;
}
.shadow{
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}
footer{
    padding:50px 130px;
}
.carousel-item  {
    height: 80%;
  }

.hm_crd{
    border-top : 0.2rem solid #CD3232;
    border-bottom : 0.2rem solid #CD3232;
    border-radius: 10px;

}
.btn-round-red {
    color: #CD3232;
    border-color: #CD3232;
    border-radius:10px;
    font-weight: 600 !important;
}

.btn-round-red:hover {
    color: #fff;
    background-color: #CD3232;
    border-radius: 20px;
}
.summary-key{
    font-size: 32px;
    font-weight:700;
    color:white;
    letter-spacing: 0.10rem;
    text-shadow: rgba(67, 71, 85, 0.57) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.summary-val{
    margin-top:-20px;
    font-size: 18px;
    font-weight:400;
    color:white;
    letter-spacing: 0.03rem;
    text-shadow: rgba(67, 71, 85, 0.77) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.card-date{
    font-size:13px;
    color:#CD3232;
    font-weight:500;
}
a{
    text-decoration: none;
}
.fw300{font-weight:300;}
.fw400{font-weight:400;}
.fw500{font-weight:500;}
.fw600{font-weight:600;}
.fw700{font-weight:700;}
.fw800{font-weight:800;}
.fw900{font-weight:900;}

.mt6{margin-top:6rem;}
.mt7{margin-top:7rem;}
.mt8{margin-top:8rem;}
.mt9{margin-top:9rem;}
.mt10{margin-top:10rem;}

@media (max-width: 576px) { 
    .mt6{margin-top:1rem;}
    .mt7{
        margin-top:2rem;
    }
    .mt8{
        margin-top:3rem;
    }
    .mt9{
        margin-top:4rem;
    }
    .mt10{
        margin-top:5rem;
    }
    .navbar {
        height:55px !important;
        background: rgb(255, 255, 255) !important;
        box-shadow: 0px -7px 10px 1px black !important;
        z-index:999;
        text-align:center;
    }
    
    .dropdown-menu{
        border:none;
        text-align:center;
        
    }
    .navbar img, footer img {
        width: 55px;
    } 
    .navbar-toggler-icon{
        height:17px;
        width:17px;
    }
    footer{
        padding:20px 70px;
    }
    
    .card-img-fix {
        width: 100%;
    }
 }
 .txt-dcf-red{
    color:#CD3232
 }
 .bg-dcf-red{
    background:#CD3232
 }
 hr{
    opacity:1;
 }

 .product-des{
    font-size: 19px;
 }
 .buy_btn{
    padding:15px;
    background-color: #CD3232;
    border-radius: 0px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.text-justify {
    text-align: justify;
  }
.bg-eee{
    background-color: #eee;
}
.txt-gry-1{
    color:rgb(148, 148, 148);
}
.card-img-fix {
    width: 30%;
} 
/* Timeline Css */
.timeline {
    border-left: 5px solid #dc3445;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(114, 124, 245, 0.09);
    margin-left: 70px ;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 100%;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
        margin: 0 auto ;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.timeline .event {
    border-bottom: 1px dashed #e8ebf1;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -187px;
    content: attr(data-date);
    text-align: right;
    font-weight: 500;
    font-size: 0.9em;
    min-width: 120px;
    color:#CD3232
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #727cf5;
    box-shadow: 0 0 0 3px #727cf5;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
    left: 0;
    right: -270px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}