@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

:root {
    --theme1:#069AC9;
    --theme2:#0c796f;
    --theme3:#10b2a7;
    --text:#252728;
    --red:#D22D2D;
}
body {
    background-color: white;
}
a, a:hover {
    color: var(--theme3);
    text-decoration: none;
}
.ekko-lightbox a:hover {
    color: #ffffff;
}
a {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}
h1, h2, h4 {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
}
h3, h5, h6 {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
}
h4 {
    font-size: 24px;
    font-weight: normal;
}
h5 {
    text-transform: uppercase;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    color: var(--theme3);
}
hr {
    border-top: 1px solid rgba(62,44,44,.25);
}
.btn {
    padding: .5rem .75rem;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
}
.btn-primary {
    background-color: var(--theme3);
    color: white;
    border: 3px solid var(--theme3);
}
.btn-primary:hover, .btn-primary.active  {
    background-color: white;
    color: var(--theme3);
    border: 3px solid var(--theme3);
}
.btn-primary.btn-alt {
    background-color: var(--theme3);
    color: white;
    border: 3px solid white;
}
.btn-primary.btn-alt:hover, .btn-primary.btn-alt.active  {
    background-color: white;
    color: var(--theme3);
    border: 3px solid white;
}
.bg-theme1 {
    background-color: var(--theme3) !important;
    color: white;
}
.bg-theme2 {
    background-color: var(--theme2) !important;
    color: white;
}

.bg-shape {
    position: relative;
    background: url('../img/bg-shape.png') no-repeat top left;
    background-size: 100% 100%;
}
.badge-primary {
    background-color: var(--theme3);
}
.more-btn {
    padding: 20px 0;
    text-align: center;
}

/*.bg-shape:after {*/
/*    content: '';*/
/*    background: url("../img/logo-part-grayscale.png") no-repeat bottom left;*/
/*    background-size: 100%;*/
/*    background-color: white;*/
/*    background-blend-mode: multiply;*/
/*    position: absolute;*/
/*    bottom: 20px;*/
/*    left: 100px;*/
/*    width: 200px;*/
/*    height: 250px;*/
/*    opacity: .15;*/
/*}*/
/*.container {*/
/*    max-width: 100%;*/
/*}*/

.section-ptb {
    padding-top: 70px;
    padding-bottom: 70px;
}
.section-header {
    margin-bottom: 20px;
}
.section-header.style2 {
    border-bottom: 1px solid var(--theme3);
    padding-bottom: 15px;
    max-width: 75%;
    margin-bottom: 30px;
}
.opacity-0 {
    opacity: 0;
}



label.error {
    margin-bottom: 0;
    color: var(--red);
}

.product-bottom {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.page-link {
    color: var(--text);
    font-weight: bold;
    border: none;
    border-radius: 4px;

}
.page-item.active .page-link {
    background-color: var(--theme3);
    border-color: var(--theme3);
}
.page-link:hover {
    color: var(--theme3);
}
.summary {
    font-size: 14px;
}

/*@media (min-width: 1600px) {*/
/*    .container, .container-lg, .container-md, .container-sm, .container-xl {*/
/*        max-width: 1590px;*/
/*    }*/
/*}*/



/*owl-carousel*/

.owl-carousel {
    position:relative;
    padding-left:40px;
    padding-right:40px;
}
.owl-nav button span {
    display: none;
}
.owl-nav button {
    position:absolute;
    height:100%;
    width:40px;
    top:0;
    outline: none;
}
.owl-nav button.owl-prev {
    left:0;
}
.owl-nav button.owl-next {
    right:0;
}
.owl-nav button.owl-prev:after {
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 36px;
}
.owl-nav button.owl-next:after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 36px;
}
.owl-carousel .owl-dots {
    text-align: center;
}
.owl-carousel .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 7px;
    background: white;
    border: 1px solid var(--theme3);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--theme3);
}

/*.owl-carousel .owl-item {*/
/*    height: 400px;*/
/*}*/





/*loader*/
#loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 999999;
}
#loader > div {
    margin-left: auto;
    margin-right: auto;
}

/*navbar*/
.navbar {
    background-color: white;
    font-family: 'Noto Sans', sans-serif ;
    font-weight: 500;
}
.nav-item.languages {
    display: flex;
}
.navbar-light .navbar-nav .nav-link {
    color: var(--text);
    display: flex;
    align-items: center;
}
.navbar-light .navbar-nav .nav-link:before {
    content: url("../../assets/svg/menu-paw.svg");
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    margin-right: 5px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover,  .navbar-light .navbar-nav .featured .nav-link {
    color: var(--theme3);
}
.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: var(--theme3);
}
.navbar-light .navbar-nav .nav-link:focus:before, .navbar-light .navbar-nav .nav-link:hover:before,  .navbar-light .navbar-nav .featured .nav-link:before {
    content: url("../../assets/svg/menu-paw-active-theme3_24x24.svg");
}
.navbar-light .navbar-nav .active>.nav-link:before, .navbar-light .navbar-nav .nav-link.active:before, .navbar-light .navbar-nav .nav-link.show:before, .navbar-light .navbar-nav .show>.nav-link:before {
    content: url("../../assets/svg/menu-paw-active-theme3_24x24.svg");
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link:last-of-type {
        padding-right: 0;
    }
    .nav-item.languages {
        margin-left: 25px;
    }
    .nav-item.languages .nav-link {
        padding-right: .3rem;
        padding-left: .3rem;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link:last-of-type {
        padding-right: 0;
    }
    .nav-item.languages {
        margin-left: 50px;
    }
    .nav-item.languages {
             margin-left: 25px;
    }
    .nav-item.languages .nav-link {
        padding-right: .3rem;
        padding-left: .3rem;
    }

}
@media (max-width: 991px) {
    .navbar {
        position: fixed;
        top:0;
        left:0;
        width:100%;
        z-index: 999;
    }
    .navbar .navbar-brand{
        padding: 0;
    }
    .navbar-collapse {
        background-color: #ffffff;
        position: fixed;
        width: 100%;
        top: 56px;
        z-index: 999;
        left: 0;
    }
    .navbar-nav {
        padding: 1rem .5rem;
    }
    .navbar-nav .nav-link {
        text-align: center;
        padding: 1rem 0;
        border-bottom: 1px solid #00000030;
    }
    .nav-item.languages {
        margin-top:10px;
        width: 100%;
        justify-content: space-evenly;
    }
    .navbar-nav .languages .nav-link {
        border-bottom: none;
    }

}


/* Header */
.header {
    height: 900px;
    position: relative;
    overflow: hidden;
    background-image: radial-gradient(closest-side at 50% 35%, #ffffff, #C4E3FA);
    /*border-bottom: 40px solid;*/
    /*border-image: url(../../assets/svg/grass.svg) 35 repeat;*/
}
.header .header-bg {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: -1;
    filter: saturate(0.5);
    top:0;
    left:0;
}
.header .header-bg-cover {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    left:0;
    z-index: -1;
    background: #333333;
    opacity: .75;
}

.header-content {
    position: relative;
    height: calc(100% - 86px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.header-content {
    color: #ffffff;
}
.header-content h1 {
    font-weight: 700;
    margin-bottom: 3rem;
}
.header-content h3 {
    margin-bottom: 1rem;
}
.header-content .scroll-to-first-section {
    position: absolute;
    bottom: 20px;
    left: 0;
    width:100%;
    text-align: center;
    display:none;
}
.header-content .scroll-to-first-section a {
    color: #ffffff;
    font-size: 38px;
    opacity:.5;
}
.header-content .scroll-to-first-section a:hover {
    opacity: 1;
}

.header .logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    height: 100%;
    position: relative;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
}
.header .logo img{
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.header .grass {
    height: 37px;
    width: 100%;
    position:absolute;
    bottom: 0;
    left: 0;
    background-image: url("../../assets/svg/PNG/grass-theme2.png");
    z-index: 10;
}

.billboard {
    width: 1000px;
    max-width: 100%;
}

.billboard-logo {
    display: block;
    margin: auto;
    max-width: 500px;
}
.owl-slider {
    padding-left: 0;
    padding-right: 0;
}

.owl-stage-outer {
    border: 15px solid #ebebeb;
}
.owl-slider .owl-nav button {
    width: 70px;
}
.owl-slider .owl-dots {
    padding-top: 10px;
}
.billboard .leg1,
.billboard .leg2 {
    display: block;
}
.billboard .legs {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: -40px;
}
.billboard .leg1 {
    margin-left: 15%;
}
.billboard .leg2 {
    margin-right: 15%;
}
.header-content .dog {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}


@media (min-width: 992px) {
    .header-content {
        margin-top: 86px;
    }
}
@media (max-width: 1199px) {
    .header-content .dog {
        height: 150px;
    }
    .header {
        height: 600px;
    }
}
@media (max-width: 991px) {
    .header {
        height: 550px;
        padding-top: 69px;

    }
    .header-content {
        height: 100%;
    }
    .header .logo{
        margin-bottom: 15px;
    }
    .header .logo img{
        width: 320px;
    }
    .header-content .dog {
        height: 120px;
    }
}
@media (max-width: 767px) {
    .header {
        height: 480px;
    }
}
@media (max-width: 575px) {
    .header-content h1 {
        font-size: 2.2rem;
    }
    .header-content h3 {
        font-size: 1.5rem;
    }
    .header {
        height: 400px;
    }
    .owl-stage-outer {
        border: 5px solid #ebebeb;
    }
}

/*main-menu*/
.main-menu {
    list-style: none;
    padding-inline-start: 0;
    margin-bottom: 40px;
}
.main-menu li {
    margin-bottom: 10px;
}
.main-menu li .btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 360px;
    max-width: 100%;
}
@media (max-width: 991px) {
    .main-menu li .btn {
        width: 100%;
    }
}


/* Index */
.counters {
    text-align: center;
    /*margin-bottom: 40px;*/
}
.counter-box {
    /*background-color: white;*/
    padding: 25px 4px;
}
.counters h5{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 1.13rem;
}
.counters i {
    font-size: 40px;
    color: var(--theme3);
}
@media (max-width: 767px) {
    .counters h5 {
        font-size: 1.05rem;
    }
    .counters .row > div {
        margin-bottom: 40px;
    }
    .counters {
        margin-bottom: 0;
    }
}
.card {
    padding: 15px;
    border-radius: 0;
    margin-bottom: 15px;
    border-bottom: 3px solid var(--theme2);
    border-right: 3px solid var(--theme3);
    border-top: none;
    border-left: none;
}

/*Team*/
.card.team-member{
    padding: 0;
    z-index: 0;
}
.card.team-member > .row{
    margin-left: 0;
    margin-right: 0;
}
.card.team-member > .row > [class^="col-"]{
    padding-left: 0;
    padding-right: 0;
}
.team-member img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.team-member .infos {
    text-align: center;
    min-height: 167px;
    padding: 15px 15px;
}
.team-member .infos h4 {
    font-size: 1.2rem;
    font-weight: 700;
    min-height: 46px;
}
.team-member .infos h5 {
    font-size: 1rem;
    color: var(--theme3);
}
.team-member .infos hr {
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.team-member .infos p {
    margin-bottom: 0;
    line-height: 1.4;
}
.team-member .infos p a {
    color: inherit;
}

/*Footer*/
.footer {
    background-color: var(--theme2);
    color: white;
    position: relative;
}
.footer:before {
    content: url("../../assets/svg/footer-dog.svg");
    position: absolute;
    bottom: 40px;
    right: 40px;
}
@media (max-width: 575px) {
    .footer:before {
        content: '';
    }
}
.footer h1 {
    font-size: 28px;
}
.footer h6 {
    text-transform: uppercase;
    font-weight: bold;
}
.footer .logo img {
    width: 220px;
    max-width: 100%;
    padding: 15px;
    opacity: .9;
}
.footer .main {
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer .sub {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 10px;
    background-color: #085449;
}
.footer ul {
    padding-inline-start: 0;
}
.footer ul li {
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
}
.footer ul.carreted {
    padding-inline-start: 16px;
}
.footer ul.carreted li:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: -15px;
    bottom: 0;
}
.footer ul li i {
    margin-right: 10px;
    font-size: 28px;
    line-height: 42px;
}
.footer a.linkedin {
    color: #0073b1!important;
    font-size: 18px;
}
.footer a.linkedin i{
    font-size: 22px;
    vertical-align: -1px;
}
.footer a {
    color: inherit;
}
.footer a:hover {
    color: #cccccc;
}

.cta {
    position: relative;
}
.cta .paws1 {
    position: absolute;
    bottom: 0;
    left: 0;
}
.cta .paws2 {
    position: absolute;
    bottom: 0;
    right: 50%;
}
.cta .paws3 {
    position: absolute;
    top: 20px;
    right: 20px;
}
.cta i.fa {
    font-size: 150px;
}
@media (max-width: 767px) {
    .cta i.fa {
        font-size: 80px;
    }
}

.theme-border-tb {
    border: 2px solid var(--theme2);
}

.fa-file-pdf {
    font-size: 22px;
}


/*Project*/
.project {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}
.project img {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    object-fit: cover;
}
.project h4 {
    position: absolute;
    line-height: 1.2rem;
    width: calc(100% - 40px);
    top: 50%;
    left: 20px;
    margin-top: -0.6rem;
    text-align: center;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    color: #212529;
    opacity: 0;

}
.project:hover h4 {
    opacity: 1;
    z-index: 9;
}
.project:before {
    content:'';
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    z-index: 8;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    opacity: 0;
    border: 3px solid #212529;
}
.project:hover:before {
    opacity: 1;
}
.project:after {
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    z-index: 5;
}
.project:hover:after {
    background-color: rgba(255, 255, 255, 0.7);
}
.project .tag {
    position: absolute;
    top:25%;
    right:0;
    padding: 5px 10px;
    background-color: var(--theme3);
    color: #ffffff;
    z-index: 99;
}

/*Gallery*/
.gallery-item {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    margin-bottom: 15px;
    margin-top: 15px;
}
.gallery-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}
.gallery-item:hover img {
    transform: scale(1.1);
}

/*Table*/
.table {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-bottom: 2px solid var(--theme2);
    border-right: 2px solid var(--theme3);
}
.table thead th {
    font-size: 18px;
    background-color: white;
}
.table tr td:nth-child(2) {
    color: var(--theme3);
}


/*News*/
.news {
    display: flex;
    flex-direction: column;
}
.news-item {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 75%;
    margin-top: 15px;
}
.news-item img {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}
.news-item:hover img {
    transform: scale(1.2);
}
.news-content {
    background-color: #ffffff;
    padding: 15px 10px;
    margin-bottom: 15px;
    height:100%;
    border: 1px solid #dee2e6;
    border-top: none;
}
.news-content h4 {
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dee2e6;
}
.news-content a {
    text-align: center;
    color: #212529;
}
.news-content a:hover {
    color: var(--theme3);
}
.news-content p {
    margin-bottom: 0;
}
.news-content .date {
    float: right;
    font-size: 14px;
    color: #707070;
}
.news-content .tags {
    float: left;
    font-size: 12px;
    color: #707070;

}

/*News*/
.news-page .news-image {
    width: 400px;
    max-width: 100%;
    height: auto;
    float:left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.news-page .tags-n-date {
    color: #707070;

}
.products {
    position:relative;
}

@media (min-width: 1500px) {
    .dogs-right:before {
        content: url("../../assets/img/product-dogs2.png");
        position: absolute;
        bottom:-10px;
        right: 10px;
    }
    .dogs-left:before {
        content: url("../../assets/img/product-dogs.png");
        position: absolute;
        bottom:-10px;
        left: 10px;
    }
    .category-img {
        position: absolute;
        bottom:-10px;
        left: 0;
    }
}

.products .row > div {
    margin-top: 15px;
    margin-bottom: 15px;
}
.products .item {
    text-align: center;
}
.products .item .image {
    display: block;
    position: relative;
}
.products .item img {
    display: block;
    margin: auto auto 15px;
}
.products h5.title {
    font-size: 1rem;
}
.products .item .badges {
    position: absolute;
    right: 0;
    top: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.products .item .badges span.badge + span.badge {
    margin-top: 2px;
}
.products .item span.badge {
    display: block;
    font-size: 16px;
}
.badge {
    color: white;
    text-transform: uppercase;
    border-radius: 0;
    color: white;
    vertical-align: top;
}
.badge-sale {
    background-color: var(--red);
    top:25px;
}
.badge-sold-out {
    background-color: var(--orange);
    top:51px;
}
.sold-out-text {
    color: var(--orange);
}

.products .item .title {
    color: var(--theme2);
    text-transform: none;
    font-weight: bold;
}
.products .item .prices {
    display: flex;
    font-weight: bold;
}
.products .item .prices > div {
    flex: 1 0 50%;
}
.products .item .prices .old-price {
    text-decoration: line-through;
}
.products .item .prices .price {
    color: var(--theme3);
    font-size: 18px;
}
.products .item .prices .price.sale-price {
    color: var(--red);
}


.contact-inner ul {
    padding-inline-start: 0;
}
.contact-inner ul li {
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
}
.contact-inner ul.carreted {
    padding-inline-start: 16px;
}
.contact-inner ul.carreted li:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: -15px;
    bottom: 0;
}
.contact-inner ul li i {
    margin-right: 10px;
    font-size: 28px;
    line-height: 42px;
}



.partners .fa.fa-handshake {
    font-size: 150px;
}

.product-page .item-id {
    font-size: 14px;
}
.product-page .saleprice {
    color: var(--red);
    font-size: 32px;
    font-weight: bold;
}

.fs-22 {
    font-size: 22px;
}
.striked {
    text-decoration: line-through;
}

.theme-box {
    border-radius: 4px;
    color: white;
    background-color: var(--theme3);
    padding: 10px;
}
.theme-box .category{
    display: block;
    border-radius: 4px;
    background-color: white;
    margin-bottom: 5px ;
    padding:6px 10px;
    font-size: 18px;
    width: 100%;
}
.theme-box .category a {
    color: var(--text);
}
.theme-box .category > a:hover {
    color: var(--theme3);
}
.theme-box .category.lvl1 > a {
    font-weight: bold;
}
.theme-box .category.lvl1 > a i {
    margin-right: 5px;
    width: 10px;
}
.theme-box .subcategories{
    padding-left: 20px;
}

.orderby-select {
    font-size: 14px;
    text-align: right;
}

@media screen and (max-width: 768px) {
    .navbar-brand img {
        max-width: 125px;
    }

    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .section-ptb {
        padding-top: 90px;
        padding-bottom: 70px;
    }

    .product-bottom {
        display: block;
        max-width: 100%;
        overflow: hidden;
    }

    .products .item .title {
        overflow: hidden;
    }

    img {
        max-width: 100%;
    }
}