*{
    box-sizing: border-box;
    margin:0;
    padding: 0;
    font-family:'Kumbh Sans', sans-serif ;
}
.navbar {
    background: #131313;
    height: 120px;
    display: flex;
    justify-content:  center;
    align-items: center;
    font-size: 1.2rem;
    position: sticky;
    top: 0;
    z-index: 999;
}
.navbar img{
    object-fit: cover;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.navbar__container{
    display: flex;
    justify-content:  space-between;
    height: 80px;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;
}
#navbar__logo{
    background-size: 100%;
    width: auto;
    height: auto;
    max-width: 5%;

    cursor:pointer;
}
.fa-gem{
    margin-right: 0.5rem;
}
.navbar__menu{
    display: flex;
    align-items: center;
    list-style: none;
    text-align: center;
}
.flagi {
  }
.navbar__item{
    height : 80px;
}
.navbar__links{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 1rem;
    height: 100%;
}
.navbar__btn{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    width: 100%;
    max-width: 1000px;
}
.button{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 10px 20px;
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 4px;
    background: #1417d3;
    color: #fff;
}
.button:hover{
    background: #4837ff;
    transition: all 0.3s ease;
}
.navbar__links:hover{
    color: #f77062;
    transition: all 0.3s ease;
}
@media screen and (max-width:960px) {
    .navbar__container{
        display: flex;
        justify-content: space-between;
        height: 80px;
        z-index : 1;
        width: 100%;
        max-width: 1300px;
        padding: 0;
    }
    .navbar__menu{
        display: grid;
        grid-template-columns: auto;
        margin :0;
        width: 100%;
        position: absolute;
        top:-1000px;
        opacity: 0;
        transition: all 0.5s ease;
        height: 50vh;
        z-index: -1;
        background: #131313;    
    }
    .navbar__menu.active{
        background: #131313;
        top:100%;
        opacity: 1;
        transition: all 0.5s ease;
        z-index: 99;
        height: 50vh;
        font-size:1.6rem;
    }
    #navbar__logo{
        padding-left: 25px;
    }
    .navbar__toggle .bar{
        width: 25px;
        height: 3px;
        margin: 5px auto;
        transition: all 0.3s ease-in-out;
        background: #fff;
    }
    .navbar__item{
        width: 100%;
    }
    .navbar__links{
        text-align: center;
        padding: 2rem;
        width: 100%;
        display: table;
    }
    #mobile-menu{
        position: absolute ;
        top:20%;
        right: 5%;
        transform: translate(5%, 20%);
    }
    .navbar__btn{
        padding-bottom: 2rem;
    }
    .button{
        display: flex;
        justify-content: center;
        align-items:center;
        width: 80%;
        height:80px;
        margin:0;  
    }

    .navbar__toggle .bar {
        display: block;
        cursor: pointer;
    }
    #mobile-menu.is-active .bar:nth-child(2)
    {
        opacity: 0;
    }
    #mobile-menu.is-active .bar:nth-child(1)
    {
        transform: translate(8px) rotate(45deg);
    } 
    #mobile-menu.is-active .bar:nth-child(3)
    {
        transform: translate(-8px) rotate(-45deg);
    } 
    .navbar img{
        object-fit: cover;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        margin-left: 1.5%;
    }
}

/* Hero section css*/
body {
    background-color: #141414;
  }
.main {
    background-color: #141414;
}
.main__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    height: 90vh;
    background-color: #141414;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    padding: 0 50px;
}
.main__content h1 {
    font-size: 4rem;
    background-color: #ff8177;
    background-image: linear-gradient(to top, #ff0844 0%, #df3a63, 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color:transparent;
}
.Opis h1 {
font-size: 3.5vw;
background-color: #fff;
background-image: linear-gradient(to top, #fff 0%, #fff, 100%);
-webkit-background-clip: text;
-moz-background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color:transparent;
}
.Opis h2 {
    font-size: 1.5vw;
    font-weight: bold;
    background-color: #fff;
    background-image: linear-gradient(to top, #fff 0%, #fff, 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color:transparent;
    position: relative;

    }
.Opis h3 {
    font-size: 0.85vw;
    font-weight: bold;
    background-color: rgb(209, 208, 208);
    background-image: linear-gradient(to top, #fff 0%, #fff, 100%);
    max-width: 75%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color:transparent;
    position: relative;
    }
.Opis h4 {
    font-size: 0.85vw;
    font-weight: bold;
    background-color: rgb(209, 208, 208);
    background-image: linear-gradient(to top, #fff 0%, #fff, 100%);
    max-width: 65%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color:transparent;
    position: relative;
    }
.Opis h5 {
    font-size: 2.5vw;
    background-color: #fff;
    background-image: linear-gradient(to top, #fff 0%, #fff, 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color:transparent;
    }

.main__content h2 {
font-size: 4rem;
background-color: #ff8177;
background-image: linear-gradient(to top, #ff0844 0%, #df3a63, 100%);
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color:transparent;
}
.main__content p {
    font-size: 2rem;
    margin-top: 1rem;
    font-weight: 700;
    }
.row {
    display: flex;
    overflow: hidden;
    }
     
.imagegroup {
    display: flex;
    width: 100%;
    height: 10vw;
    }
     
.imagegroup img{
    object-fit: cover;
    border: 3px solid #50080a;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    }
.imagegroup {
    animation: travel 45s ease-in-out infinite;
    } 
@keyframes travel {
    0%, 100% {
    transform: translate3d(0,0,0);
    }
    50% {
    transform: translate3d(-182%,0,0);
    }
      }
.swiper{
    width: 80%;
    height: fit-content;
}
.swiper-slide img{
    width: 100%;
}
.swiper .swiper-button-prev, .swiper .swiper-button-next{
    color: #fff;
}
.swiper .swiper-pagination{
    color: #50080a;
}
/* Services Section CSS */
.services {
    background: #141414;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;

}
.Opisfilmu {
    display: flex;
    flex-wrap: wrap;
    background: #141414;  
    justify-content:center;
    flex-direction: row;
    height: 100vh;
    align-items: flex-start;


}
.flex-container {
    display: flex;
    justify-content: space-around;
    background-color: #141414;
    height:  auto;
  }

.Opis{
    display: flex;
    flex-direction: column;
}
.services h1
{
    background-color: #ffffff;
    background-image: linear-gradient(to right, #ffffff 0%, #ffffff 0%, #ffffff 21%, #ffffff 52%, #ffffff 78%);
    background-size: 100%;
    margin-bottom:3rem;
    font-size: 2.5rem;
    margin-top: 20px;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color:transparent;
}
.services h2{
    position: absolute;
    font-size: 2.5vw;
    right: 10px;
    bottom: 0;
}
.services h3{
    position: absolute;
    font-size: 3vw;
    right: 10px;
    bottom: 0;
}
.services h4{
    position: absolute;
    font-size: 3vw;
    right: 10px;
    bottom: 0;
}
.services h5{
    position: absolute;
    font-size: 2.5vw;
    right: 10px;
    bottom: 0;
}   
.services h6{
    position: absolute;
    font-size: 2.2vw;
    right: 10px;
    bottom: 0;
}
.services__container  {
 display: flex;   
 justify-content: center;
 flex-wrap: wrap;
}

.services__card {
    margin: 1rem;
    height: 39.7vw;
    width: 70vw;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(17,17,17, 0.6)100%), url('images/IrenkaOkladka.jpg');
    background-size: cover;
    position: relative;
    color: #fff;
}
.services__card button {
    color: #fff;
    padding: 10px 20px;
    border: none;
    outline: none;
    border-radius: 4px;
    background: #f77062;
    position: absolute;
    top: 600px;
    left: 1400px;
    font-size: 1rem;
    cursor: pointer;
}
.services__card:hover {
 transform: scale(1.075);
 transition: 0.2s ease-in;
 cursor: pointer;
}
.services__container__2{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.services__card__2 {
    margin: 1rem;
    height: 39.7vw;
    width: 70vw;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(17,17,17, 0.6)100%), url('images/AmokOkladka.jpg');
    background-size: cover;
    position: relative;
    color: #fff;
}
.services__card__2:hover {
    transform: scale(1.075);
    transition: 0.2s ease-in;
    cursor: pointer;
   }
.services__card__3 {
    margin: 1rem;
    height: 39.7vw;
    width: 70vw;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(17,17,17, 0.6)100%), url('images/_KW_6198_websize.jpg');
    background-size: cover;
    position: relative;
    color: #fff;
}
.services__card__3:hover {
    transform: scale(1.075);
    transition: 0.2s ease-in;
    cursor: pointer;
   }
.services__card__4 {
    margin: 1rem;
    height: 39.7vw;
    width: 70vw;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(17,17,17, 0.6)100%), url('images/OkladkRobota.jpg');
    background-size: cover;
    position: relative;
    color: #fff;
}
.services__card__4:hover {
    transform: scale(1.075);
    transition: 0.2s ease-in;
    cursor: pointer;
   }
.services__card__5 {
    margin: 1rem;
    height: 39.7vw;
    width: 70vw;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(17,17,17, 0.6)100%), url('images/_MG_7062.jpeg');
    background-size: cover;
    position: relative;
    color: #fff;
}
.services__card__5:hover {
    transform: scale(1.075);
    transition: 0.2s ease-in;
    cursor: pointer;
   }
.services__card__6 {
    margin: 1rem;
    height: 39.7vw;
    width: 70vw;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(17,17,17, 0.6)100%), url('images/DIS\ zdjecie\ na\ str.jpg');
    background-size: cover;
    position: relative;
    color: #fff;
}
.services__card__6:hover {
    transform: scale(1.075);
    transition: 0.2s ease-in;
    cursor: pointer;
   }

.services__card__7 {
    margin: 1rem;
    height: 39.7vw;
    width: 70vw;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(17,17,17, 0.6)100%), url('images/OPsieNaStrone.JPG');
    background-size: cover;
    position: relative;
    color: #fff;
}
.services__card__7:hover {
    transform: scale(1.075);
    transition: 0.2s ease-in;
    cursor: pointer;
   }
.container{
    width: 65%;
    height: auto;
    background: #141414;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper{
    width: 80%;
    height: fit-content;

}
.swiper-slide img{
    width: 100%;
}
@media screen and (max-width: 960px){
    .services__card:hover {
        cursor: pointer;
       }
       .services__card__2:hover {
        cursor: pointer;
       }
       .services__card__3:hover {
        cursor: pointer;
       }
       .services__card__4:hover {
        cursor: pointer;
       }
       .services__card__5:hover {
        cursor: pointer;
       }
       .services__card__6:hover {
        cursor: pointer;
       }
       .services__card__7:hover {
        cursor: pointer;
       }
       .imagegroup {
        display: flex;
        width: 100%;
        height: 18vw;
        
       }
    .services{
        height: auto;
    }
    .services h1{
        font-size: 2rem;
        margin-top: 2rem;
        margin-bottom: 2rem;

    }
    .swiper{
        width: 95%;
        height: fit-content;
    
    }
    .container{
        width:100%;
        height: auto;
        background: #141414;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .Opis h1 {
        font-size: 1.8rem;
        background-color: #fff;
        background-image: linear-gradient(to top, #fff 0%, #fff, 100%);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-text-fill-color:transparent;
        margin-left: 2%;
        margin-right: 2%;

    }
    .Opis h5 {
        font-size: 1.6rem;
        background-color: #fff;
        background-image: linear-gradient(to top, #fff 0%, #fff, 100%);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-text-fill-color:transparent;
        margin-left: 2%;
        margin-right: 2%;

    }
    .Opis h2 {
        font-size: 1.3rem;
        font-weight: bold;
        background-color: #fff;
        background-image: linear-gradient(to top, #fff 0%, #fff, 100%);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-text-fill-color:transparent;
        position: relative;
        margin-left: 2%;
        margin-right: 2%;

        
    }
    .Opis h3 {
        font-size: 0.85rem;
        font-weight: bold;
        background-color: rgb(209, 208, 208);
        background-image: linear-gradient(to top, #fff 0%, #fff, 100%);
        position: relative;
        word-wrap: break-word;      /* IE 5.5-7 */
        width: 100%;
        max-width: 100%;
        margin-left: 2%;
        margin-right: 2%;

            
    }
    .Opis h4 {
        font-size: 0.8rem;
        font-weight: bold;
        background-color: rgb(209, 208, 208);
        background-image: linear-gradient(to top, #fff 0%, #fff, 100%);
        position: relative;
        word-wrap: break-word;      /* IE 5.5-7 */
        width: 100%;
        margin-left: 2%;
        margin-right: 2%;
        max-width: 100%;
    }
    .flex-container{
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        background-color: #141414;
        height: auto;
    }
            
}
@media  screen and (max-width: 480px) {
    
    .services{
        height: 1700px;

    }
    .services h1{
        font-size: 1.2rem;
    }
    .services__card{
        width: 320px;
    }
    .services__card__2{
        width: 320px;
    }
    .services__card__3{
        width: 320px;
    }
    .services__card__4{
        width: 320px;
    }
    .services__card__5{
        width: 320px;
    }
    .services__card__6{
        width: 320px;
    }
    .services__card__7{
        width: 320px;
    }
}
/* Footer Css*/
.footer__container{
    background-color: #141414;
    padding: 5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex;
    align-items: center;
    height: auto;
}
#footer__logo{
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 2rem;

}
.footer__container h1{
    font-size: 1rem;
    background-color: #fff;
    background-image: linear-gradient(to top, #fff 0%, #fff, 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color:transparent;
}
.footer__links{
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: center;
}
.footer__links--wrapper{
    display: flex;
}
.footer__link--items{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 16px;
    text-align: left;
    width: 160px;
    box-sizing: border-box;
}
.footer__links--items h2{
    margin-bottom: 16px;
}
.footer__link--items h2{
    color: #fff;
}
.footer__link--items a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 0.5rem;
}
.footer__link--items a :hover{
    color: #e9e9e9;
    transition: 0.3s ease-out;
}
/*Social Icons*/
.social__icon--link{
    color: #fff;
    font-size: 24px;
}
.social__media{
    max-width: 1000px;
    width: 100%;
}
.social__media--wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1000px;
    margin: 40px auto 0 auto;
}
/*Dane Kontaktowe*/
.DaneLewe{
    display: flex;
    flex-direction: column;
    
}
.DaneKontaktowe h1 {
    font-size: 3vw;
    background-color: #fff;
    background-image: linear-gradient(to top, #fff 0%, #fff, 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color:transparent;
    margin: 10px;
    margin-top: 100px;

    }
.DaneKontaktowe h2 {
    font-size: 3vw;
    font-weight: bold;
    background-color: #fff;
    background-image: linear-gradient(to top, #fff 0%, #fff, 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color:transparent;
    position: relative;
    margin: 10px;
    }
.DaneKontaktowe {
    display: flex;
    justify-content: space-around;
    background-color: #141414;
    height: auto;
    }
    @media screen and (max-width: 960px){

        .DaneKontaktowe {
            display: flex;
            flex-direction: column-reverse;
            justify-content: start;
            background-color: #141414;
            height: 90vh;
            }
        
        .DaneKontaktowe h1 {
            font-size: 1.5rem;
            background-color: #fff;
            background-image: linear-gradient(to top, #fff 0%, #fff, 100%);
            -webkit-background-clip: text;
            -moz-background-clip: text;
            -webkit-text-fill-color: transparent;
            -moz-text-fill-color:transparent;
            margin: 10px;
            margin-top: 30px;
                
            }
        .DaneKontaktowe h2 {
            font-size: 1rem;
            font-weight: bold;
            background-color: #fff;
            background-image: linear-gradient(to top, #fff 0%, #fff, 100%);
            -webkit-background-clip: text;
            -moz-background-clip: text;
            -webkit-text-fill-color: transparent;
            -moz-text-fill-color:transparent;
            position: relative;
            margin: 10px;
            }





    }
/*About*/
.About {
    display: flex;
    justify-content: center;
    background-color: #131313;
    flex-direction: column;
    height: 90vh;
    }
 .About h1 {
    font-size: 4rem;
    background-color: #fff;
    background-image: linear-gradient(to top, #fff 0%, #fff, 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color:transparent;
    margin: 10px;
    }
.About h2 {
    font-size: 3rem;
    font-weight: bold;
    background-color: #fff;
    background-image: linear-gradient(to top, #fff 0%, #fff, 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color:transparent;
    position: relative;
    margin: 10px;
    }
