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

*{
    font-family: 'Red Hat Display', sans-serif;
}

html,body{
    min-width: 400px;
}

:root {
    --swiper-theme-color: #AFCA09 !important;
}

.swiper-button-next, .swiper-button-prev{
    color: #ffffff;
    margin: 0 100px;
}

.text-csa{
    color: #AFCA09;
}

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

.navbar-dark .nav-link:focus, .navbar-dark .nav-link:hover {
    color: #AFCA09;
}

.navbar-dark .nav-link{
    color: #ffffff;
    font-weight: 500;
}

.navbar-light .nav-link{
    color: #575757;
    font-weight: 500;
}

.esklep{
    background: #AFCA09;
    border-radius: 100px;
    padding-left:25px !important;
    padding-right: 25px !important;
    font-weight: 900 !important;
}

.esklep:hover, .esklep:focus{
    color:#ffffff !important;
}

.btn-csa{
    color: #ffffff;
    background: #AFCA09;
    border-radius:30px;
    font-weight: 500;
    font-size: 18px;
    padding: 15px 30px;
}

.btn-csa:hover, .btn-csa:focus{
    color:#ffffff !important;
    background: #AFCA09 !important;
}

.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 89px;
}

.swiper-pagination-bullet{
    background: #ffffff !important;
    opacity: 1;
}

.swiper-pagination-bullet-active{
    background: #AFCA09 !important;
}

.text-csa-dark{
    color: #878787;
}

.text-csa-darker{
    color: #575757;
}

@media(max-width: 768px){
    .logoAbsolutePosition{
        top:-25px !important;
        margin-bottom:-25px !important;
    }

    .fs-48{
        font-size: 28px;
    }

    .fs-20{
        font-size: 16px;
    }

    .fs-20S{
        font-size: 14px;
        width:100%;
    }

    .fs-16{
        font-size: 14px;
    }

    .fs-50{
        font-size: 28px;
    }

    .fs-72{
        font-size: 38px
    }

    .green-little-hr{
        background: #AFCA09;
        width: 50px;
        height: 6px;
        border-radius: 3px;
        margin:10px auto 20px auto;
    }

    .realizationsLeftPaddingAdjust{
        padding-left: 35px;
    }

    .contactIcons{
        font-size: 24px;
    }

    .brandFooter{
        width: 100px;
    }

    .footerSocial{
        font-size: 30px;
    }

    .swiper-button-prev.swiper-button-prev-clients::after, .swiper-button-next.swiper-button-next-clients::after, .swiper-button-prev.swiper-button-prev-realizations::after, .swiper-button-next.swiper-button-next-realizations::after, .swiper-button-next-ballCatchers::after, .swiper-button-prev-ballCatchers::after {
        font-size: 18px !important;
    }

    .sliderTopHome{
        height: 500px;
    }

    .subpageTop{
        height: 253px;
        background-image: linear-gradient(180deg, #000000 44.38%, rgba(0, 0, 0, 0.5) 72.05%, rgba(217, 217, 217, 0) 96.33%), var(--url);
        background-color: black;
        background-position: right;
        background-repeat: no-repeat;
    }

    .headerHome{
        top: -500px;
        margin-bottom: -119px;
    }

    .headerSubpage{
        top: -253px;
        margin-bottom: -119px;
    }

    .backgroundGradientAboutUs {
        background: linear-gradient(180deg, #DADADA 0%, rgba(218, 218, 218, 0) 70%);
        height: 359px;
        margin-top: -327px !important;
    }
    .shadow-about{
        box-shadow: 0 2px 10px rgba(var(--bs-body-color-rgb),.175)!important;
    }

    .aboutSwiper{
        padding: 0 !important;
    }

    .swiperRealizationsArrows{
        top:75px;
    }

    .renovationHeaer{
        background-size: cover;
        background-position: right bottom 30%;
        background-image: linear-gradient(155deg, #000000 47.38%, rgba(0, 0, 0, 0.5) 68%, rgba(217, 217, 217, 0) 90.33%), var(--url);
    }

}

@media(min-width: 768px) {
    .swiperRealizationsArrows{
        top:220px;
    }

    .w-32 {
        width: 45% !important;
    }

    .position-md-absolute {
        position: absolute !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .logoAbsolutePosition {
        top: -40px;
        margin-bottom: -40px;
    }

    .backgroundGradient {
        background: linear-gradient(180deg, #DADADA 0%, rgba(218, 218, 218, 0) 10%);
        margin-top: -200px;
        padding-top: 200px;
    }
    .backgroundGradientAboutUs {
        background: linear-gradient(180deg, #DADADA 0%, rgba(218, 218, 218, 0) 70%);
        height: 359px;
        margin-top: -425px !important;
    }

    .shadow-about{
        box-shadow: 0 2px 10px rgba(var(--bs-body-color-rgb),.175)!important;
    }

    .circlesAbout{
        top: 1247px !important;
    }

    .fs-48 {
        font-size: 48px;
    }

    .fs-20 {
        font-size: 20px;
    }

    .fs-20S{
        font-size: 20px;
        width: 35%;
    }

    .fs-16 {
        font-size: 16px;
    }

    .fs-50 {
        font-size: 50px;
    }

    .fs-72{
        font-size: 72px;
    }

    .green-little-hr {
        background: #AFCA09;
        width: 50px;
        height: 6px;
        border-radius: 3px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .border-md-start {
        border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .border-md-end {
        border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .swiper-button-prev.swiper-button-prev-realizations {
        background: linear-gradient(90deg, white, transparent);
    }

    .swiper-button-next.swiper-button-next-realizations {
        background: linear-gradient(270deg, white, transparent);
    }

    .swiper-button-prev.swiper-button-prev-ballCatchers {
        background: linear-gradient(90deg, white, #ffffffad);
    }

    .swiper-button-next.swiper-button-next-ballCatchers {
        background: linear-gradient(270deg, white, #ffffffad);
    }




    .realizationsLeftPaddingAdjust {
        padding-left: 25px;
    }

    .contactIcons {
        font-size: 18px;
    }

    .swiperClients .swiper-slide {
        filter: grayscale(1);
        opacity: 0.3;
    }

    .swiperClients .swiper-slide:hover {
        filter: grayscale(0);
        opacity: 1;
    }

    .swiper-button-prev.swiper-button-prev-clients, .swiper-button-next.swiper-button-next-clients {
        display: none !important;
    }

    .sliderTopHome{
        height: 715px;
        background-image: linear-gradient(108.66deg, #000000 41.38%, rgba(0, 0, 0, 0.5) 58.05%, rgba(217, 217, 217, 0) 77.33%), var(--url);
    }

    .subpageTop{
        height: 360px;
        background-image: linear-gradient(148deg, #000000 65.38%, rgba(0, 0, 0, 0.5) 77.05%, rgba(217, 217, 217, 0) 86.33%), var(--url);
        background-color: black;
        background-position: right;
        background-repeat: no-repeat;
    }

    .headerHome{
        top: -700px;
        margin-bottom: -119px;
    }

    .headerSubpage{
        top: -345px;
        margin-bottom: -119px;
    }
}

@media (min-width: 768px) and (max-width: 992px){
    .backgroundGradientAboutUs {
        background: linear-gradient(180deg, #DADADA 0%, rgba(218, 218, 218, 0) 70%);
        height: 359px;
        margin-top: -394px !important;
    }
}

@media(min-width: 1200px){
    .position-md-relative{
        position: static !important;
    }
}

@media(max-width: 540px){
    .backgroundGradient{
        background: linear-gradient(180deg, #DADADA 0%, rgba(218, 218, 218, 0) 50%);
        margin-top: -1795px;
        padding-top: 1795px;
    }
}

@media(min-width: 540px) and (max-width: 768px){
    .backgroundGradient{
        background: linear-gradient(180deg, #DADADA 0%, rgba(218, 218, 218, 0) 50%);
        margin-top: -2060px;
        padding-top: 2060px;
    }
}


@media(min-width: 768px) and (max-width: 992px){
    .backgroundGradient{
        background: linear-gradient(180deg, #DADADA 0%, rgba(218, 218, 218, 0) 50%);
        margin-top: -2340px;
        padding-top: 2340px;
    }
}

@media(max-width:1600px){
    .renovationHeaer{
        background-size: cover;
        background-position: right bottom 30%;
        background-image: linear-gradient(155deg, #000000 47.38%, rgba(0, 0, 0, 0.5) 68%, rgba(217, 217, 217, 0) 90.33%), var(--url);
    }
}


@media(min-width:1600px){
    .renovationHeaer{
        background-size: 50%;
        background-position: right bottom 30%;
        background-image: linear-gradient(148deg, #000000 34.38%, rgba(0, 0, 0, 0.5) 50%, rgba(217, 217, 217, 0) 90.33%), var(--url);
    }
}

@media(min-width: 992px){
    .backgroundGradient{
        background: linear-gradient(180deg, #DADADA 0%, rgba(218, 218, 218, 0) 10%);
        margin-top: -200px;
        padding-top: 200px;
    }
}

@media(min-width: 768px) and (max-width: 1400px){
    .w-md-50{
        width: 50% !important;
    }

    .mapTextPosition{
        right:50px;top:80px;
    }
}

@media(max-width: 1200px){
    .m-brand-auto{
        margin: 0 auto;
    }

    .sliderTopHome{
        background-image: linear-gradient(180deg, #000000 20%, rgba(0, 0, 0, 0.5) 58.05%, rgba(217, 217, 217, 0) 77.33%), var(--url);
    }

    .menu-mobile{
        left: 0;
        top:80px;
        background: #000000;
        width: 100%;
        text-align: center;
    }
}

@media(max-width: 1199px){
    .navmobile{
        border-bottom: 2px #ffffff solid;
    }
}

@media(min-width: 1400px){
    .w-xxl-25{
        width: 25% !important;
    }

    .mapTextPosition{
        right:350px;top:80px;
    }

    .d-xxl-block{
        display: block !important;
    }
}
.mt-10{
    margin-top: 6rem;
}

.swiper-button-prev.swiper-button-prev-clients, .swiper-button-next.swiper-button-next-clients{
    color: #575757 !important;
}


.swiper-button-prev.swiper-button-prev-realizations, .swiper-button-prev.swiper-button-prev-clients, .swiper-button-prev.swiper-button-prev-ballCatchers{
    height: 100%;
    top: 0;
    left: 0;
    width: 13%;
    margin: 0;
}



.swiper-button-next.swiper-button-next-realizations, .swiper-button-next.swiper-button-next-clients, .swiper-button-next.swiper-button-next-ballCatchers {
    height: 100%;
    top: 0;
    right: 0;
    width: 13%;
    margin: 0;
}

@media (max-width: 992px){
    .swiper-button-prev.swiper-button-prev-ballCatchers, .swiper-button-next.swiper-button-next-ballCatchers{
        width: 14%;
    }
}


.swiper-slider-hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    vertical-align: middle;
    background: #00000090;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    padding-top: 35%;
    display: none;
}

.swiperRealizations .swiper-slide:hover .swiper-slider-hover{
    display: block;
}

.notDraggable{
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

@media(min-width: 1640px){
    .d-1640-block{
        display: block !important;
    }
}
.w-33 {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.w-32{
    width: 100%;
}
@media (min-width: 770px) {
    .w-33 {
        width: 50% !important;
    }

    .w-32{
        width: 50%;
    }
}
@media (min-width: 992px){
    .w-33{
        width: 33.3% !important;
    }

    .w-32{
        width: 32% !important;
    }
}

.realizationHover:hover .swiper-slider-hover{
    display: block !important;
}

.gallery-header-center-right-links-current, .gallery-header-center-right-links{
    border: 1px solid;
    border-radius: 25px;
    height: auto !important;
    padding: 10px 15px;
}

.gallery-header-center-right-links-current{
    background: #AFCA09;
    color: white !important;
}

.gallery-header-center-right-links {
    margin-bottom: 0px !important;
}

#gallery-header-center{
    margin-bottom: 30px !important;
}
