
/* import fonts */

@import url('./fonts.css');

/* css variables */

@import url('./partials/_variables.css');


nav{
    background-color: #073859;
    opacity: 0.85;
    height: 12px;
    color: #ffffff;
    font-family: Heebo;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    height: 120px;
    flex-grow: 1;
}

.instagram_icon {
    padding-left: 12rem;
}

.title-section{
    color: #073859;
    font-family: Heebo;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
}

.title-section::after{
    margin: 0 auto;
    content: " ";
    display: block;
    width: 273px;
    height: 5px;
    background-color: #f7ecd7;
}

.calendar-custom-box__1{
    height: 74px;
    background-color: #073859;
    color: #ffffff;
}

.calendar-custom-box__1 .month{
    color: #ffffff;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
}

.calendar-custom-box__2{
    height: 74px;
    background-color: #f7edd7;
    color: #585654;
}

.calendar-custom-box__1,
.calendar-custom-box__2{
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    width: 100%;

}

.partners-text{
    width: 273px;
    height: 34px;
    color: #073859;
    font-family: "Heebo - Black";
    font-size: 48px;
    font-weight: 400;
    line-height: 18.08px;
    text-transform: uppercase;
}


footer{
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(230,241,247,1) 0%, rgba(168,201,228,1) 100%);
}

.footer-box{
    color: #464646;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-box > div{
    color: #073859;
    font-size: 18px;
}

footer .title-section::after{
    width: 217px;
    height: 5px;
    font-weight: 700;
    background-color: #ffffff;
    margin: inherit;
}

a{
    color: inherit;
}

a:hover{
    color: inherit;
    opacity: 0.8;
}

button{
    width: 178px;
    height: 50px;
    background-color: #073859;
    color: #ffffff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    border: 0;
}

.bio .title-section::after{
    width: 76px;
    height: 5px;
    background-color: #ffffff;
    margin: inherit;
}

.bio-text{
    color: #464646;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.bio{
    background-image: url('../img/png/Warstwa_1.png');
    background-repeat: no-repeat;
    background-size: 100% 70%;
    background-position: bottom;
}

nav .nav-item.active::after{
    display: block;
    width: 100%;
    content: " ";
    background-color: white;
    height: 5px;
    position: absolute;
    bottom: 0;
}

nav .nav-item{
    position: relative;
}

.nav-link{
    display: flex!important;
    justify-content: center;
    align-items: center;
}

.navbar.navbar-dark .breadcrumb .nav-item.active>.nav-link, .navbar.navbar-dark .navbar-nav .nav-item.active>.nav-link{
    background-color: transparent;
}

.navbar{
    z-index: 999;
}

.navbar-toggler{
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-carousel .owl-nav{
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.owl-carousel .owl-nav button{
    height: 186px;
    background-color: #073859!important;
    font-size: 48px!important;
    color: white!important;
    opacity: 0.85;
}

.owl-carousel .owl-prev{
    margin-left: -15.99%!important;
    width: 178px;
    display: flex!important;
    justify-content: space-around;
    color: #ffffff;
    font-family: Heebo;
    font-size: 30px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    align-items: center;
}

.owl-carousel .owl-next{
    margin-right: -15.99%!important;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next{
    transform: translateY(-58%);
}

.name{
    color: #f7ecd7;
    font-family: Heebo;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 15px;
}

.surname{
    color: #f7ecd7;
    font-family: Heebo;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.name{
    display: flex;
    width: 100%;
    color: #ffffff;
    font-family: Heebo;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 10px;
    justify-content: center;
}


@media(max-width: 1200px){
    .footer-img{
        display: none!important;
    }
    .contact-form{
        height: 100%!important;
        width: 100%;
        align-items: center;
    }
}

@media (max-width: 1464px){
    .owl-carousel .owl-prev{
        margin-left: 0!important;
    }
    .owl-carousel .owl-next{
        margin-right: 0!important;
    }
    .owl-carousel .owl-nav button{
        background-color: transparent!important;
    }
    .owl-carousel .owl-nav button .am-prev{
        background-color: #073859!important;
    }
}

@media (max-width: 992px){
    .bio{
        background-size: 100% 80%;
    }
    .none{
        display: none!important;
    }
    .partners-text{
        top: 20%;
    }
    
    nav{
        flex-grow: inherit;
        padding: 0!important;
    }
    .customize-nav{
        justify-content: space-between!important;
    }
    .name{
        font-size: 20px;
        height: 20px;
    }
    .owl-carousel .owl-prev span{
        font-size: 45px;
    }
    .name{
        color: #f7ecd7;
        font-family: Heebo;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0;
    }
    
    .surname{
        color: #f7ecd7;
        font-family: Heebo;
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .owl-carousel .owl-nav button.owl-prev{
        background-color: transparent!important;
        height: 121px;
    }
    .owl-carousel .owl-nav button.owl-next{
        height: 121px;
    }
    .am-next{
        height: 121px!important;
    }
    .am-prev{
        height: 121px!important;
    }
    .text-carousel{
        height: 121px!important;
    }
    .owl-carousel .owl-prev{
        width: 100px;
    }
}

@media(max-width: 768px){
    .partners-imgs > img {
        max-width: 100px;
    }
    .owl-carousel .owl-nav button{
        height: 86px;
    }
    .owl-carousel .owl-prev{
        font-size: 15px;
    }
    .owl-carousel .owl-prev span{
        font-size: 30px;
        padding-top: 0;
    }
    .owl-carousel .name{
        font-size: 15px;
        height: 20px;
    }
    .owl-carousel .owl-next{
        width: 20%;
    }
    .owl-carousel .owl-next span{
        font-size: 30px;
    }
    .partners-imgs{
        padding-bottom: 15px;
    }
    .bio-content{
        max-height: 806px!important;
    }
    .am-prev{
        width: 100%;
    }
    .owl-carousel .owl-prev{
        width: 85px;
    }

}

@media(max-width: 576px){
    .customize-nav__2{
        padding: 0;
    }
    .bio{
        background-size: 100% 90%;
    }
    .owl-carousel .owl-prev span{
        font-size: 15px;
    }
    .owl-carousel .name{
        font-size: 10px;
        padding-bottom: 0;
        height: 10px;
    }
    .owl-carousel .owl-nav button{
        height: 80px;
    }
    .owl-carousel .owl-next span{
        font-size: 15px;
    }
    button{
        width: auto;
    }
    .navbar{
        width: 20%;
        display: flex;
        justify-content: center;
    }
    .customize-nav{
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    }
    .partners-text{
        top: 10%;
    }
    .title-section:after{
        width: auto;
    }
    .partners-text h2{
        text-align: center;
    }
    .partners-imgs > img {
        max-width: 70px;
    }
    .partners-imgs{
        padding-bottom: 5px;
        padding-top: 15px;
    }
    .bio-content{
        max-height: 806px!important;
    }
    .surname{
        font-size: 15px;
    }
    .owl-nav i{
        font-size: 24px!important;
    }
    .am-next{
        height: 80px!important;
    }
    .am-prev{
        height: 80px!important;
    }
    .text-carousel{
        height: 80px!important;
    }
    .owl-carousel .owl-prev{
        width: 34px;
    }
}
@media (min-width: 992px){
    .side-nav{
        display: none;
    }
}
/* Icon 1 */

.animated-icon1{
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    }
    
    .animated-icon1 span{
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    }
    
    .animated-icon1 span {
    background: #ffffff;
    }
    
    .animated-icon1 span:nth-child(1) {
    top: 0px;
    }
    
    .animated-icon1 span:nth-child(2) {
    top: 10px;
    }
    
    .animated-icon1 span:nth-child(3) {
    top: 20px;
    }
    
    .animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    }
    
    .animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
    }
    
    .animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    }

   #slide-out{
       background-color: #073859;
   }

    #bio::before
    {
    display: block;
    content: " ";
    margin-top: -65px;
    height: 65px;
    visibility: hidden;
    }

    .bio{
        color: #464646;
        font-family: 'Roboto',sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }

    .hide-me[aria-expanded="true"] {
        display: none;
        transition: all 0.5s;
    }

    .bio-content{
        max-height: 336px;
        height: 100%;
    }
.partners > div{
    background-image: url('../img/png/155790730760284789_431848497610985_7792065823161450496_n.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    height: 577px;
}
@media (max-width: 992px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
    .carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon{
        height: 40px;
        width: 40px;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
    justify-content: center;
}

@media (min-width: 992px) {
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
    
    .carousel-inner .carousel-item-left.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
    transform: translateX(0);
}

.carousel-control-next{
    height: 70px;
}

.carousel-control-prev{
    height: 70px;
}

.carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon{
    height: 80px;
    width: 80px;
}

.text-carousel{
    height: 186px;
    background-color: #073859!important;
    font-size: 48px!important;
    color: white!important;
    opacity: 0.85;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_icon {
    height: 30px!important;
}
