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

@font-face {
    font-family: Bebas Neue;
    src: url(BebasNeueBook.otf);
    font-weight: 100;
}

@font-face {
    font-family: Bebas Neue;
    src: url(BebasNeueBook.otf);
    font-weight: 200;
}

@font-face {
    font-family: Bebas Neue;
    src: url(BEBASNEUE.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Bebas Neue;
    src: url(BEBASNEUEBOLD.OTF);
    font-weight: bold;
}

body{
    font-family: 'Comfortaa', cursive;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 133.5%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #474747;
    background: #F5F5F5;
}

h1{
    font-family: 'Bebas Neue', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: calc(57px + 2.5vw);
    line-height: 88.8%;
    text-transform: uppercase;
    color: #FFFFFF;
}

h2{
    font-family: Bebas Neue;
    font-style: normal;
    font-weight: 100;
    font-size: 72px;
    line-height: 94.8%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #474747; 
}

h3{
    font-family: Bebas Neue;
    font-style: normal;
    font-weight: 100;
    font-size: 60px;
    line-height: 60px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #474747;
}

h4{
    font-family: Bebas Neue;
    font-size: 47px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
    letter-spacing: 0em;
    text-align: left;
    color: #B69185;
}

h5{
    font-family: Bebas Neue;
    font-style: normal;
    font-weight: 100;
    font-size: 36px;
    line-height: 108%;
    color: #474747;
}

h6{
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 175%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.top-h2{
    font-family: Bebas Neue;
    font-weight: 200;
    font-size: 47px;
    line-height: 137.8%;
    color: #B69185;
    border-left: 12px solid #B69185;
    padding-left: 20px;
}

.top-h2::after{
    
}

.click-blog{
    cursor: pointer;
}

.kolekcja h3{
    font-style: normal;
    font-weight: normal;
    font-size: 47px;
    line-height: 94.8%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #474747;
    text-align: left;
}

.kolekcja h3 span{
    font-size: 25px;
}

.kolekcja p{
    font-family: Comfortaa;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 137.8%;
    color: #474747;
    margin-top: 31px;
    margin-bottom: 22px;
    padding-left: 46px;
    border-left: 1px solid #000000;
    text-align: left;
}
/***** menu ***********/
nav{
    position: absolute !important;
    top: 30px;
    width: 100%;
    height: auto;
    z-index: 99999999999999999;
}

nav a{
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 137.8%;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 3rem;
}

.navbar-dark .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:hover  {
    color: #FFFFFF !important;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #FFFFFF;
}

nav .sklep{
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 4px;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

nav .skl{
    border: none;
    border-radius: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

.dropdown-menu{
    background: #B69185;
    color: #fff;
    border: none;
    text-align: center;
}

.dropdown-item {
    color: #fff;
}

.dropdown-toggle::after{
    content: none;
}

.msvg{
    margin-top: -6px;
    margin-left: 8px;
}

.menudropmob, #primary-menu li:nth-child(3){
    display: none;
}

.menudrop{
    display: inline-block;
}

.hide {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0ms 400ms, opacity 400ms 0ms;
}

.show {
    height: auto;
    opacity: 1;
    transition: height 0ms 0ms, opacity 600ms 0ms;
}

.submenu-custom{
    background: rgba(255, 255, 255, 0.12);
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 9999;
    -webkit-backdrop-filter: blur(135px);
    backdrop-filter: blur(135px);
    padding-top: 130px;
}

.submenu-custom img{
    border-radius: 17px;
    margin-bottom: 20px;
}

.submenu-custom p{
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 137.8%;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.submenu-custom ul{
    width: 100%;
    text-align: center;
}

.submenu-custom ul li{
    width: 19%;
    display: inline-block;
    vertical-align: top;
}

.submenu-custom a{
    text-decoration: none;
}

.btn:hover{
    opacity: 0.4;
}
/*********** top *************/
.carousel{
    overflow: hidden;
}

.carousel-item{
    height: 70vh;
    position: relative;
}

.carousel-inner{
    position: relative;
}

.img-top{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    background: linear-gradient(179.87deg, rgba(69, 61, 61, 0.56) 0.12%, rgba(70, 70, 70, 0) 91.71%);
}

.top-bg{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(179.87deg, rgba(69, 61, 61, 0.56) 0.12%, rgba(70, 70, 70, 0) 91.71%);
}

.body-slide{
    width: 400px;
}

.body-slide p{
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 99.8%;
    color: #FFFFFF;
    margin-top: 16px;
}

.number-slajd{
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
}

.number-slajd span{
    font-family: Comfortaa;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 137.8%;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.carousel-control-prev-icon {
    background-image: url(../img/icon/prev.svg);
    width: 100px;
    height: 93.5px;
}

.carousel-control-next-icon {
    background-image: url(../img/icon/next.svg);
    width: 100px;
    height: 93.5px;
}

/****** sekcja dwa ***********/
.b-top{
    font-family: Comfortaa;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 147.5%;
    color: #000000;
}

.img-home{
    border-radius: 17px;
}

.top-img{
    float: left;
    overflow: hidden;
    height: 100%;
    margin-right: 30px;
    width: 52px;
}

.gwarancja{
    width: 200px;
    height: 151px;
    bottom: -15%;
    right: 0;
    position: absolute;
}

/*********** kolekcje **********/
.product-desc span{
    font-family: Bebas Neue;
    font-style: normal;
    font-weight: 100;
    font-size: 32px;
    line-height: 110.8%;
    text-align: right;
    color: #474747;
    display: block;
}

.product-desc{
    border-right: 1px solid #000000;
}

.product-desc2 span{
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 100;
    font-size: 15px;
    line-height: 137.8%;
    color: #474747;
    display: block;
    padding-left: 10px;
}

.btn-home-kol{
    font-family: Comfortaa;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 137.8%;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #474747;
    border: 1.5px solid #474747;
    box-sizing: border-box;
    border-radius: 37px;
    padding: 26px 88px;
    margin-top: auto;
}

.btn-home-kol:hover{
    color: #474747!important;
}

.box-kolekcja{
    text-align: center;
    padding: 66px 70px;
    box-shadow: -10px 18px 40px rgb(133 133 133 / 20%);
    border-radius: 30px;
    min-height: 860px;
    display: flex;
    flex-direction: column;
}
/******** blog home **************/
.blog-home .card, .blog-home .card-header, .blog-home .card-footer{
    background: transparent;
    border: none;
}

.blog-home .card:hover{
    box-shadow: 5px 14px 25px rgba(109, 109, 109, 0.18);
    border-radius: 17px;
}

.blog-home img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.blog-home .card-body{
    padding: 0 60px;
    height: 220px;
}

.blog-home h4{
    font-family: Bebas Neue;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 108%;
    color: #474747;
}

.blog-home p{
    margin-top: 11px;
    margin-bottom: 69px;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 137.8%;
    color: #474747;
}

.blog-home .btn{
    border: 1.5px solid #474747;
    box-sizing: border-box;
    border-radius: 12px;
    font-weight: bold;
    font-size: 14px;
    line-height: 137.8%;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #474747;
    padding: 24px 48px;
    margin-bottom: 20px;
}

.blog-home .btn:hover{
    color: black;
}

/*********** tworz mohani **********/
.home-mohani{
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 137.8%;
    color: #FFFFFF;
}

.btn-tm{
    font-weight: bold;
    font-size: 14px;
    line-height: 137.8%;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1.5px solid #FFFFFF;
    padding: 24px 40px;
    margin-top: 40px;
    border-radius: 17px;
}
/******* ulubiency **************/
.favorites .card{
    background: transparent;
    border: none;
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
    width: 100%;
}

.favorites .card-header{
    background: transparent;
    border: none;
    position: relative;
}

.favorites a{
    text-decoration: none;
}

.btn-fav{
    font-weight: bold;
    font-size: 14px;
    line-height: 137.8%;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #474747;
    border: 1.5px solid #474747;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 20px 60px;
    display: block;
    margin: auto;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 0%;
    right: 0%;
    text-align: center;
}

.favorites .card img{
    object-fit: none;
}

.favorites .card:hover img{
    opacity: 0.6;
    filter: blur(11px);
}

.favorites .card:hover .btn-fav{
    visibility: visible;
}

.favorites .card-body p {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 137.8%;
    letter-spacing: 0.09em;
    color: #474747;
}

/************* newsletter *************/
.travel .col-11 p {
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 100;
    font-size: 17px;
    line-height: 19px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #63605F;
    margin-top: 10px;
}

.newsletter input{
    width: 100%;
}

.newsletter .form-group span{
    font-weight: bold;
    font-size: 14px;
    line-height: 137.8%;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #000000;
    margin-top: 12px;
    display: block;
    margin-bottom: 40px;
}

.newsletter .accept span{
    font-style: normal;
    font-weight: 100;
    font-size: 14px;
    line-height: 16px;
    color: #63605F;
}

.newsletter .accept input[type=checkbox] {
    transform: scale(1.8);    
}

.newsletter .form-control {
    color: #474747;
    background-color: transparent;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}

.form-control:focus {
    color: #495057;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #000000;
    outline: 0;
    box-shadow: none;
}

.btn-newsletter{
    border: 1px solid #000;
    box-sizing: border-box;
    border-radius: 4px;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

/********* footer **************/
footer{
    background-color: #B69185;
    color: #fff;
    font-size: 20px;
}

footer span, footer .footer-nav a{
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 175%;
    text-transform: uppercase;
    color: #FFFFFF;
}

footer a{
    font-size: 14px;
    line-height: 24.5px;
    font-weight: 400;
    color: #FFFFFF;
}

footer a:hover{
    color: #fff;
    text-decoration: none;
}

footer .nav-link{
    padding: 0;
}

.extra-bold{
    font-weight: bold;
}
.copyright{
    border-top: 1px solid #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    line-height: 137.8%;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    text-align: right;
    margin-top: 40px;
}

.privacy{
    margin-top: 40px;
}

.img-blog-home{
    width: 221px !important;
    height: auto !important;
}

a{
    text-decoration: none;
}

.br17{
    border-radius: 17px;
}

.btn:hover{
    color: white;
}

.travel .form-control {
    color: #474747;
    background-color: transparent;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}

.btn-newsletter:hover{
    color: black;
}
/******************************************/
.navbar-toggler{
    z-index: 99999;
}

@media (max-width:1644px) {
    .body-slide{
        margin-left: 100px;
    }
}

@media (max-width:1374px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem!important;
    }
}

@media (max-width:1194px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem!important;
    }
}

@media (max-width:768px) {
    .collapsing.width{
        width: 0;
        height: auto;
        transition-property: width;
    }

    .collapse, .width{
        left: 0;
        z-index: 900;
        transition-timing-function: ease;
        transition-duration: 0.35s;
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 50%);
        padding-bottom: 120px !important;
        position: fixed !important;
        top: 0;
        bottom: -60px;
        overflow: auto;
        width: 100%;
        background: #B69185;
        display: block;
        text-align: center;
        padding-top: 110px;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-right: 0;
        margin-top: 10px;
    }
    
    nav .sklep{
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    
    .o1{
        order: 1;
    }
    
    .o2{
        order: 2;
    }
    
    .menudrop{
        display: none;
    }
    
    #primary-menu li:nth-child(3){
        display: list-item;
    }
    
    .menudropmob{
        display: inline-block;
    }
    
    #primary-menu li:nth-child(2){
        display: none;
    }
    
    .box-kolekcja{
        min-height: auto;
    }
    
    .btn-home-kol{
        margin-top: 15px;
        padding: 26px 5px;
    }
    
    .body-slide {
        margin-left: 0;
        width: 100%;
    }
    
    .box-kolekcja{
        padding: 66px 30px;
    }
    
    .kolekcja h3{
        font-size: 40px;
    }
    
    .blog-home .card-body {
        height: 270px;
    }
    
}