@use '../utils' as *;

/*=========================
      03. Breadcrumb
===========================*/
.tg-breadcrumb{
      &-spacing{
            padding-top: 170px;
            padding-bottom: 160px;
            &-2{
                  padding-top: 192px;
                  padding-bottom: 138px;
                  @media #{$xs} {
                        padding-top: 150px;
                        padding-bottom: 100px;
                  }   
            }
            &-3{
            padding-top: 142px;
                  & .tg-hero-top-shadow {
                        height: 268px;
                        background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
                  }
            }
            &-4{
            padding-top: 190px;
                  & .tg-hero-top-shadow {
                        height: 337px;
                        background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
                  }
            }
            &-5{
                  padding-top: 182px;
                  padding-bottom: 128px;
                  @media #{$xs} {
                        padding-top: 150px;
                        padding-bottom: 100px;
                  } 
            }
      }
      &-title{
            font-weight: 700;
            font-size: 60px;
            text-transform: capitalize;
            color: var(--tg-common-white);
            @media #{$sm,$xs} {
                  font-size: 40px;
            }
      }
      &-shadow{
            position: absolute;
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
            top: 0;
            left: 0;
            z-index: -1;
      }
      &-list{
            background: var(--tg-theme-primary);
            display: inline-block;
            border-radius: 5px;
            padding: 3px 17px;
            & span{
                  font-weight: 500;
                  font-size: 16px;
                  text-transform: capitalize;
                  color: var(--tg-common-white);
                  display: inline-block;
                  &.dvdr{
                        margin: 0 3px;
                  }
                  & a{
                        &:hover{
                              color: var(--tg-common-black);
                        }
                  }
            }
            &-2{
                  &-wrap{
                        border-bottom: 1px solid var(--tg-border-3);
                        padding: 12px 0px;
                  }
                  & ul{
                        display: flex;
                        flex-wrap: wrap;
                        & li{
                              text-transform: capitalize;
                              color: var(--tg-grey-1);
                              margin-right: 8px;
                              padding: 5px 0px;
                              & a{
                                    &:hover{
                                          color: var(--tg-theme-primary);
                                    }
                              }
                              & span{
                                    color: var(--tg-theme-primary);
                              }
                        }
                  }
            }
            &-3{
                  & ul{
                        & li{
                              text-transform: capitalize;
                              color: #898989;
                              margin-right: 8px;
                              padding: 5px 0px;
                              & a{
                                    &:hover{
                                          color: var(--tg-theme-primary);
                                    }
                              }
                              & span{
                                    color: var(--tg-grey-1);
                              }
                        }
                  }  
            }
            &-4{
                  & ul{
                        display: flex;
                        justify-content: center;
                        flex-wrap: wrap;
                        & li{
                              text-transform: capitalize;
                              color: var(--tg-common-white);
                              margin-right: 8px;
                              font-weight: 500;
                              padding: 5px 0px;
                              & a{
                                    &:hover{
                                          color: var(--tg-grey-7);
                                    }
                              }
                        }
                  }  
            }
      }
}