html {
    scroll-behavior: smooth;
    font-family: Calibri !important;
}

body {
    font-family: Calibri !important;
}

.anchor {
    display: block;
    height: 45px;
    /*same height as header*/
    margin-top: -45px;
    /*same height as header*/
    visibility: hidden;
}

.main__image__container {
    margin: 0;
    width: 100%;
}

.main__image__container img {
    width: 100%;
    height: auto;
}

:root {
    --main-color: #241359ff;
}

.navbar {
    background-color: var(--main-color);
}

.nav-link {
    color: white!important;
    font-weight: 700;
}

.banner-stories__item-wrapper .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: 0 8px;
    position: relative;
    width: 15px;
}

.banner-stories__item-wrapper .slick-dots li:last-child {
    margin-right: 0;
}

.banner-stories__item-wrapper .slick-dots li.slick-active button,
.banner-stories__item-wrapper .slick-dots li button:hover {
    background: white;
}

.banner-stories__item-wrapper .slick-dots li button {
    background: rgba(255, 255, 255, .5);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    padding: 0;
    -o-transition: all 0.4s cubic-bezier(.55, .085, .68, .53);
    -webkit-transition: all 0.4s cubic-bezier(.55, .085, .68, .53);
    transition: all 0.4s cubic-bezier(.55, .085, .68, .53);
    width: 20px;
}

.banner-stories {
    background: linear-gradient(90deg, rgba(92, 33, 97, 1) 0%, rgba(166, 31, 86, 1) 100%);
    padding-bottom: 5%;
    padding-top: 5%;
    text-align: center;
}

.banner-stories h2 {
    color: white;
    font-size: 2.2rem;
}

.banner-stories__item {
    background: white;
    box-shadow: 0 2px 10px rgb(0 0 0 /20%);
    margin: .5% .5% 1% .5%;
    opacity: .4;
    -o-transition: all 0.4s cubic-bezier(.55, .085, .68, .53);
    -webkit-transition: all 0.4s cubic-bezier(.55, .085, .68, .53);
    transition: all 0.4s cubic-bezier(.55, .085, .68, .53);
}

.banner-stories__item .card {
    border: 0;
    border-radius: 0;
}

.banner-stories__item .card-body {
    height: 100%;
    padding: 6%;
}

.banner-stories__item .card-body p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding-bottom: 2%;
}

.banner-stories__item .card-body h4 {
    font-size: 1.7rem;
}

.banner-stories__item img {
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    padding-top: 2%;
    width: 25%;
}

.banner-stories__item-wrapper .banner-stories__item.slick-current {
    opacity: 1 !important;
}

.banner-stories__item-wrapper .slick-dots {
    bottom: 0;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 5;
}

.video__container iframe {
    height: 500px;
    width: 100%;
}

.row {
    margin: 0;
}

h1 {
    text-align: center;
    color: var(--main-color);
    font-weight: bold;
}

.text__container {
    font-size: 18px;
    align-items: center;
    justify-content: center;
    display: table;
}

.text__inner {
    display: table-cell;
    vertical-align: middle;
}

.about__wrapper {
    background-color: rgba(255, 255, 0, 0.226);
    background-size: cover;
    background-repeat: no-repeat;
}

.packages__wrapper {
    background-color: rgba(255, 166, 0, 0.267);
    background-size: cover;
    background-repeat: no-repeat;
}

.services__wrapper {
    background-color: rgba(135, 207, 235, 0.377);
    background-size: cover;
    background-repeat: no-repeat;
}

.footer__wrapper {
    background-color: var(--main-color);
    color: white;
    padding: 30px;
}

.contact__link {
    color: white;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.301);
    border-radius: 50%;
    width: fit-content;
    padding: 10px 15px;
    font-size: 20px;
    margin: 5px;
    transition: all 1s;
}

.contact__link:hover {
    background-color: rgba(255, 255, 255, 0.418);
    color: black;
}

.footer__wrapper a {
    color: white;
    text-decoration: none;
}

.nav-link {
    transition: all 0.5s;
    color: yellow !important;
    font-size: 16px;
}

.nav-link:hover {
    color: #d00000 !important;
    font-weight: bold;
}

.nav-item {
    margin: 0 20px;
}

.footer__wrapper div,
.footer__wrapper a {
    color: yellow;
}

.btn-primary {
    background-color: var(--main-color);
    border-radius: 10px;
    border: none;
}

.main__title__wrapper {
    background-image: url(images/packages.webp);
    display: table;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.main__title__inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    color: white;
}

.main__image__container h1 {
    color: white;
}

.team__container {
    padding: 25px;
    padding-right: 70px;
}

.team__inner {
    background-color: white;
    padding: 25px;
    padding-right: 50px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.team__image {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    border: solid wheat 5px;
}

.team__image__wrapper {
    position: absolute;
    right: 0;
    margin-top: 10px;
    margin-right: -60px;
}

.team__image__wrapper2 {
    position: absolute;
    left: -60px;
    margin-top: 10px;
}

.team__container2 {
    padding-left: 70px;
    padding-right: 25px;
}

.team__inner2 {
    padding-right: 25px;
    padding-left: 65px;
    text-align: right;
}

.call__button {
    width: 200px;
    background-color: skyblue;
    color: black;
    padding: 10px;
    border: 1px solid purple;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: absolute;
    right: 80px;
    bottom: 50px;
}

.social__link {
    background-color: black;
    color: white;
    border: none;
    font-size: 24px;
    padding: 7px 9px 4px 9px;
    border-radius: 50%;
    transition: all 0.5s;
    margin: 10px 2px;
    border: 1px solid black;
}

.social__container {
    margin: 10px 0px;
}

.social__link:hover {
    color: black;
    background-color: white;
    border: 1px solid black;
}

.about__team__container {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.team__text__container {
    width: 300px;
    height: 300px;
    background-image: url(images/krk2.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 20px;
    margin: 10px;
}

.about__team__image {
    width: 100%;
    border-radius: 20px;
}

.team__text__wrapper {
    background-color: rgba(0, 0, 0, 0.493);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    border-radius: 0px 0px 20px 20px;
    text-align: center;
    padding: 10px 0px;
}

.team__text__wrapper .team__text {
    font-weight: bold;
}

.team__desc {
    font-size: 18px;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(248, 248, 248, 0.952)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-toggler {
    margin: 0 0 0 auto !important;
}

.about__wrapper,
.services__wrapper,
.packages__wrapper {
    padding: 50px;
}

.right__section {
    text-align: right;
}

@media (max-width:560px) {
    .about__wrapper,
    .services__wrapper,
    .packages__wrapper {
        padding: 15px;
    }
    .video__container iframe {
        height: 250px;
    }
    .btn {
        margin-bottom: 10px;
    }
    .team__container {
        padding: 15px;
    }
    .team__inner {
        padding: 20px;
    }
    .team__image__wrapper {
        right: -60px;
    }
    .team__image__wrapper,
    .team__image__wrapper2 {
        position: relative;
        width: fit-content;
        margin: -60px auto 10px auto;
    }
    .footer__wrapper {
        text-align: center;
    }
    .right__section {
        margin-top: 20px;
        text-align: center;
    }
    .quick__links {
        margin-bottom: 20px;
    }
}