/* CSS - Cascading Style Sheet */


/* As hex codes */

.cp-0 {
    color: #73d5fb !important
}

.cp-1 {
    color: #67989A !important
}

.cp-2 {
    color: #417E80 !important
}

.cp-3 {
    color: #0D4A4D !important
}

.cp-4 {
    color: #003133 !important
}

.bgp-0 {
    background: #236467 !important
}

.bgp-1 {
    background: #74adc4b4 !important
}

.bgp-2 {
    background: #417E80 !important
}

.bgp-3 {
    background: #0D4A4D !important
}

.bgp-4 {
    background: #003133 !important
}


/* As RGBa codes */

.rgba-primary-0 {
    color: #73d5fb
}


/* Main Primary color */

.rgba-primary-1 {
    color: rgba(103, 152, 154, 1)
}

.rgba-primary-2 {
    color: rgba( 65, 126, 128, 1)
}

.rgba-primary-3 {
    color: rgba( 13, 74, 77, 1)
}

.rgba-primary-4 {
    color: rgba( 0, 49, 51, 1)
}


/* body content */

.donate-img {
    width: 100%;
    border-radius: 5px;
}

@media (min-width: 576px) {
    .donate-img {
        width: 100%;
    }
}

.fixed-sub-menu {
    position: fixed;
    top: 72px;
    right: 0;
    width: 100%;
    z-index: 999;
}

.fixed-sub-menu .nav-item .nav-link {
    color: white;
}

.cart {
    position: relative;
}

.cart .count {
    position: absolute;
    top: -1px;
    right: -5px;
    color: #003133;
    display: block;
    border: 1px solid #67989A;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #fff;
    z-index: 1;
    font-size: 13px;
}

#cartList {
    margin: 3px;
}

#cartList .list {
    padding: 0;
    list-style: none;
}

#cartList .list li {
    margin-bottom: 3px;
    border-radius: 3px;
    background: #d2d6d6;
    cursor: pointer;
    position: relative;
}

#cartList .list li:hover {
    background: #bcc9c9;
}

#cartList .list li .delCart {
    position: absolute;
    color: #bda4a4;
    left: 3px;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
}

#cartList .list li:hover .delCart {
    color: #c16060;
}

#cartList .list .detail img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

#cartList .list .detail .name {
    font-size: 15px;
    color: #003133;
    font-weight: 500;
}

#cartList .list .detail  {
    font-size: 10px;
    color: #003133;
}
.amount{
    font-size: 15px;
    color: #003133;
}
.banner-img {
    width: 100%;
    /* height: calc(100vh - 1000px); */
    height: 150px;
    overflow-y: hidden;
    align-content: center;
    text-align: center;
    justify-items: center;
    position: relative;
}

.banner-img img {
    width: 100%;
}

.banner-img .name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 5px;
    font-weight: 500;
    background: rgba( 0, 0, 0, 0.5);
    text-transform: uppercase;
}

.img-tab {
    border: none;
}

.img-tab .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border: none;
}

.social-icon {
    list-style: none;
}

.social-icon li {
    display: inline;
    margin-right: 5px;
    margin-left: 5px;
}

.social-icon li i {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 2px solid;
    padding-top: 5px;
}

.social-icon li i:hover {
    border: 2px solid black;
    color: black;
}

.ellips2line {
    -webkit-line-clamp: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-navbar-nav {
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
}

.my-navbar-nav .nav-item {
    display: inline;
}

.my-navbar-nav .nav-item .nav-link {
    display: inline;
    padding: 0.5em 0.5em;
}

.main-top {
    margin-top: 80px;
}

@media (max-width: 768px) {
    .main-top {
        margin-top: 85px;
    }
    .fixed-sub-menu {
        top: 70px;
    }
    body {
        font-size: 20px;
    }
    button {
        font-size: 10px;
    }
    h1,
    
    h3,
    h4,
    h5,
    h6,
    .h1,
    
    .h3,
    .h4,
    .h5,
    .h6 {
        font-size: 1.0rem;
    }
    .title{
        font-size: 0.9rem;
    }
    h2,
   .h2 {
        font-size: 1.6rem;
    }
}


@media only screen and (min-width : 320px) and (max-width : 480px) {
    .main-top {
        margin-top: 100px;
    }
    .fixed-sub-menu {
        top: 70px;
    }
    body {
        font-size: 10px;
    }
    button {
        font-size: 10px;
    }
    h1,
    
    h3,
    h4,
    h5,
    h6,
    .h1,
    
    .h3,
    .h4,
    .h5,
    .h6 {
        font-size: 0.8rem;
    }
    .titleH{
        font-size: 0.45rem;
    }
    .title{
        font-size: 0.8rem;
    }
    h2,
   .h2 {
        font-size: 0.6rem;
    }

    .cart .count {
        position: absolute;
        top: -8px;
        right: -5px;
        color: #003133;
        display: block;
        border: 1px solid #67989A;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        line-height: 22px;
        text-align: center;
        background: #fff;
        z-index: 2;
        font-size: 10px;
    }
    .lgTitle{
        font-size: 1.2rem;
    }
.mdTitle{
    font-size: 0.9rem;
}
.smTitle{
    font-size: 0.7rem;
   
}
.tapTitle{
    font-size: 0.5rem;
}
.tapUserTitle{
    font-size: 0.6rem;
}
.carousel{
   height: 150px;
   margin-bottom: -10px;
}
.carousel-item{
    height: 150px;

}
.mdInput{
    margin-right : 20px;
    width: 250px;
}
}

 
@media only screen and (min-width : 375px) and (max-width : 667px) {
    
    .main-top {
        margin-top: 100px;
    }
    .fixed-sub-menu {
        top: 70px;
    }
    body {
        font-size: 0.7rem;
    }
    button {
        font-size: 10px;
    }
    h1,
    
    h3,
    h4,
    h5,
    h6,
    .h1,
    
    .h3,
    .h4,
    .h5,
    .h6 {
        font-size: 0.9rem;
    }
    .titleH{
        font-size: 0.6rem;
    }
    
    .title{
        font-size: 0.8rem;
    }
    h2,
   .h2 {
        font-size: 0.9rem;
    }
    .cart .count {
        position: absolute;
        top: -3px;
        right: -5px;
        color: #003133;
        display: block;
        border: 1px solid #67989A;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        line-height: 22px;
        text-align: center;
        background: #fff;
        z-index: 1;
        font-size: 11px;
    }
    .nav-link{
        padding-right: -10px;
        font-weight: 550;
    }
    .lgTitle{
        font-size: 1.5rem;
    }
    .mdTitle{
        font-size: 1.02rem;
    }
    .smTitle{
        font-size: 0.8rem;
    }
    .tapTitle{
        font-size: 0.7rem;
    }
    .tapUserTitle{
        font-size: 0.8rem;
    }
    .carousel{
        height: 180px;
        margin-bottom: -10px;
     }
     .carousel-item{
         height: 180px;
     
     }
     .mdInput{
         margin-right : 20px;
         width: 300px;
     }
}
@media only screen and (min-width : 414px) and (max-width : 736px) {
    
    .main-top {
        margin-top: 100px;
    }
    .fixed-sub-menu {
        top: 70px;
    }
    body {
        font-size: 0.7rem;
    }
    button {
        font-size: 15px;
    }
    h1,
    
    h3,
    h4,
    h5,
    h6,
    .h1,
    
    .h3,
    .h4,
    .h5,
    .h6 {
        font-size: 0.9rem;
    }
    .titleH{
        font-size: 0.8rem;
    }
    
    .title{
        font-size: 0.8rem;
    }
    h2,
   .h2 {
        font-size: 0.9rem;
    }
    .cart .count {
        position: absolute;
        top: -3px;
        right: -5px;
        color: #003133;
        display: block;
        border: 1px solid #67989A;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        line-height: 22px;
        text-align: center;
        background: #fff;
        z-index: 1;
        font-size: 11px;
    }
    .nav-link{
        padding-right: -10px;
        font-weight: 550;
    }
    .lgTitle{
        font-size: 1.7rem;
    }
    .mdTitle{
        font-size: 1.2rem;
    }
    .smTitle{
        font-size: 0.9rem;
    }
    .tapTitle{
        font-size: 0.8rem;
    }
    .tapUserTitle{
        font-size: 0.9rem;
    }
    .carousel{
        height: 200px;
        margin-bottom: -10px;
     }
     .carousel-item{
         height: 200px;
     
     }
     .mdInput{
         margin-right : 10px;
         width: 350px;
     }
}

@media only screen 
  and (min-width: 1024px) 
  and (max-width: 768px) 
  and (orientation: landscape) 
  {
    
    .main-top {
        margin-top: 100px;
    }
    .fixed-sub-menu {
        top: 70px;
    }
    body {
        font-size: 1.2rem;
    }
    button {
        font-size: 9px;
    }
    h1,
    
    h3,
    h4,
    h5,
    h6,
    .h1,
    
    .h3,
    .h4,
    .h5,
    .h6 {
        font-size: 0.9rem;
    }
    .titleH{
        font-size: 1.5rem;
    }
    
    .title{
        font-size: 0.8rem;
    }
    h2,
   .h2 {
        font-size: 0.9rem;
    }
    .cart .count {
        position: absolute;
        top: -3px;
        right: -5px;
        color: #003133;
        display: block;
        border: 1px solid #67989A;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        line-height: 22px;
        text-align: center;
        background: #fff;
        z-index: 1;
        font-size: 15px;
    }
    .nav-link{
        padding-right: -10px;
        font-weight: 550;
    }
    .lgTitle{
        font-size: 1.5rem;
    }
    .mdTitle{
        font-size: 0.2rem;
    }
    .smTitle{
        font-size: 0.7rem;
    }
    .carousel{
        height: 500px;
        margin-bottom: -10px;
     }
     .carousel-item{
         height: 500px;
     
     }
     .mdInput{
         margin-right : 20px;
         width: 300px;
     }
}

