@charset "UTF-8";
/* CSS Document */

:root {
  --proxima-nova: proxima-nova, sans-serif;
  --dharma-ghotic: dharma-gothic-e, sans-serif;
  --bs-white: #fff;
  --bs-primary: #e2001a;
  --bs-secondary: #002454;
  --dark-blue: #004a60;
  --light-blue: #00a0dc;
    font-size: 18px;
}
body {
	font-family: var(--proxima-nova);
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: var(--bs-secondary);
}

hr{
    border: 1px solid var(--bs-primary);
}

.otomoto{
    background-image: url(../../../images/flaga2.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    border-radius: 50px;
    padding: 40px;
}

.otomoto h3, .otomoto p{
    color: var(--bs-white);
}

#ig-menu-grid-M116 a{
    text-decoration: none;
    color: #000;
    font-size: 18px;
}

#ig-menu-grid-1 a{
    text-decoration: none;
    font-size: 18px;
    color: #000;
}

#page-top .ig-menu-grid-text {
    line-height: 0.5rem;
    padding-bottom: 30px;
}

#page-top .ig-menu-grid-text h3 {
    padding-top: 10px;
    font-size: 30px;
}

section:not(#component, #contact, #copyright) { 
    margin: 40px 0;
}

#contact em{
    color: var(--bs-primary);
}

#contact{
    background-color: #000;
}

#contact h3{
    color: var(--bs-white);
    margin-top: 25px;
}

.informacje{
    color: var(--bs-white);
    padding: 40px 0;
    font-family: var(--dharma-ghotic);
    font-size: 32px;
}

.dolacz{
    background-image: url(../images/flaga.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    border-radius: 50px;
    padding: 40px;
}

.dolacz h3, #dolacz-do-nas .dolacz p{
    color: var(--bs-white);
}

.color-primary{
    color: var(--bs-primary);
    font-family: var(--dharma-ghotic);
    font-size: 48px;
}

.btn-primary{
    background-color: var(--bs-primary);
}

.btn{
    border: none;
    border-radius: 30px;
    min-width: 300px;
    font-size: 36px;
    color: var(--bs-white);
    font-family: var(--dharma-ghotic);
    margin-top: 40px;
    padding: 3px 20px;
}

.btn-primary:hover, .btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active{
    background-color: #cccccc;
    color: var(--bs-secondary);
}

.btn-primary:active{
    background-color: #cccccc;
}

.button-margin0 .btn{
    margin-top: 0px;
}

#component{
    background-color: #ebebeb;
    padding: 40px 0;
}

h3{
    color: var(--bs-secondary);
    font-family: var(--dharma-ghotic);
    font-size: 48px;
}

h1,h2{
    font-family: var(--dharma-ghotic);
    color: var(--bs-primary);
    font-size: 72px;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
}

#oferta .oferta-lista p{
    font-size: 18px;
    color: #000;
    line-height: 1.33;
}

img {
	max-width: 100%;
    height: auto;
}
.row {
    margin-left: -20px;
    margin-right: -20px;
}
.row > * {
    padding-left: 20px;
    padding-right: 20px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding-right: 20px;
  padding-left: 20px;
}
hr {
	opacity: 1;
}

#copyright{
    color: var(--bs-white);
    font-family: var(--proxima-nova);
    background-color: var(--bs-secondary);
    font-size: 18px;
    padding: 31px 0px;
}

#copyright a{
    color: var(--bs-white);
    font-family: var(--proxima-nova);
    text-decoration: none;
}

#mainNav a {
    color: var(--bs-white);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-decoration: none;
    font-family: var(--dharma-ghotic);
    padding-right: 25px;
    text-transform: uppercase;
    position: relative;
}

#mainNav a:hover{
    color: var(--bs-primary);
}

#mainNav #top-menu a:hover::after {
	content: '';
    border-bottom: var(--bs-primary) solid 10px;
    width: calc(100% - 25px);
    position: absolute;
    bottom: -10px;
    left: 0px;
}

#mainNav {
    background: var(--bs-secondary);
    height: 100px;
    font-size: 30px;
}

#navbarResponsive{
    background-color: var(--bs-secondary);
    padding: 25px 0px;
}

/*Time line*/
.is_timeline_vt6 .page-section .timeline .timeline__items.stripped_introtext .timeline__item.timeline__item--left .timeline__item__inner .timeline__content__wrap .timeline__content {
    text-align: right;
  }

.is_timeline_vt6 .page-section .timeline .timeline__items.stripped_introtext .timeline__item.timeline__item--right .timeline__item__inner .timeline__content__wrap .timeline__content {
    text-align: left;
  }

  .timeline__content p{
    font-family: var(--proxima-nova);
    color: #000;
    font-size: 18px;
  }

  .circle-wrap .inside-circle{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .circle-wrap .inside-circle img{
    width: 61px;
    height: 61px;
  }

  .is_timeline_vt6 .page-section .timeline .timeline__items .timeline__item.timeline__item--right {
    padding-left: 8rem;
    padding-top: 10px;
  }

  .is_timeline_vt6 .page-section .timeline .timeline__items .timeline__item.timeline__item--left {
    padding-right: 8rem;
    padding-top: 10px;
  }


/* responive */ 
@media (min-width: 1200px) and (max-width: 1600px) {
    
}
@media (min-width: 1200px) {
}
@media (min-width: 768px) {
}

@media (max-width: 1199px) {
}

@media (min-width: 992px) {
    .slider-mobile{
        display: none;
    }

    .slider-desktop{
        display: block;
    }

    .brand-logo img {
        max-width: 30%;
    }
    .navbar-collapse {
        justify-content: space-between;
    }

    #social-menu a{
        padding-right: 0px;
        padding-left: 25px;
        text-decoration: none;
    }

    #social-menu a:hover{
        text-decoration: none;
    }
}

@media (max-width: 991px) {

    #social-menu {
        flex-direction: row;
        padding-top: 15px;
    }

    .slider-mobile{
        display: block;
    }

    .slider-desktop{
        display: none;
    }

    h1,h2{
        font-size: 50px;
    }

    h3{
        font-size: 40px;
    }
    
    #navbarResponsive{
        position: absolute;
        top: 80px;
        z-index: 1000;
        padding-left: 25px;
    }
    #mainNav{
        position: relative;
        height: 70px;
    }
    #mainNav .navbar-toggler{
        border: 2px solid var(--bs-white);
        z-index: 998;
        --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb%28255, 255, 255' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .is_timeline_vt6 .page-section .timeline .timeline__items .timeline__item.timeline__item--right {
        padding-left: 0px;
        padding-top: 10px;
      }
    
      .is_timeline_vt6 .page-section .timeline .timeline__items .timeline__item.timeline__item--left {
        padding-right: 0px;
        padding-top: 10px;
      }

      .circle-wrap .inside-circle img{
        width: 30px;
        height: 30px;
      }

      #navbarResponsive{
        top: 70px;
    }

    .btn{
        font-size: 30px;
        min-width: 250px;
    }

    .is_timeline_vt6 .page-section .timeline .timeline__items.stripped_introtext .timeline__item.timeline__item--left .timeline__item__inner .timeline__content__wrap .timeline__content {
        text-align: left;
      }
    
    .is_timeline_vt6 .page-section .timeline .timeline__items.stripped_introtext .timeline__item.timeline__item--right .timeline__item__inner .timeline__content__wrap .timeline__content {
        text-align: left;
      }

    .is_timeline_vt6 .page-section .timeline .timeline__items .timeline__item .timeline__item__inner .timeline__content__wrap .timeline__content{
        padding: 0px 20px;
    }
}
@media (max-width: 767px) {
    .brand-logo img {
        max-width: 45%;
    }
}
@media (max-width: 575px) {
    p{
        font-size: 20px;
    }
}

.navbar-brand{
    position: absolute;
    top: 0px;
  width: 100%;
  text-align: center;
  z-index: 700;
}
