@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

:root {
    --ti-color-one: #363062;
    --ti-color-two: #4D4C7D;
    --ti-color-three: #F99417;
    --ti-color-four: #F5F5F5;
}

body {
    font-family: 'Roboto', sans-serif;
}

.bg-three {
    background: var(--ti-color-three);
}

.bg-four {
    background: var(--ti-color-four);
}
.btn-one {
    background-color: var(--ti-color-one);
    color: #fff;
}

.btn-one:hover {
    background-color: var(--ti-color-two);
    color: #fff;
}

.btn-outline-one {
    border: 1px solid var(--ti-color-one);
    background: #fff;
    color: var(--ti-color-one);
}

.btn-two {
    background-color: var(--ti-color-two);
    color: #fff;
}

.btn-two:hover {
    background-color: var(--ti-color-one);
    color: #fff;
}

.btn-outline-two {
    border: 1px solid var(--ti-color-two);
    background: #fff;
    color: var(--ti-color-two);
}


.btn-three {
    background-color: var(--ti-color-three);
    color: #fff;
}

.btn-three:hover {
    background-color: var(--ti-color-four);
    color: var(--ti-color-one);
}

.btn-outline-two {
    border: 1px solid var(--ti-color-three);
    background: #fff;
    color: var(--ti-color-three);
}


.nav-top {
    background-color: var(--ti-color-one);
}

.nav-top a {
    color: #fff;
    font-size: 0.8rem;
}

header {
    background-color: var(--ti-color-four);
}

.auth-form {
    background-color: #cccccc14;
    border-radius: 10px;
}

.submit-form {
    background-color: #cccccc14;
    border-radius: 10px;
}

.fit-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ck-content {
    height: 300px;
}

.owl-nav {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 4rem;
}

.owl-carousel .owl-nav button {
    margin: 15px;
}


.slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

@media screen and (max-width: 39.9375em) {
    .slide-item {
        min-height: 280px;
        background-position: center;
        background-size: cover;
    }
}

@media screen and (min-width: 40em) {
    .slide-item {
        height: 360px;
        min-height: 360px;
    }
}

@media screen and (min-width: 64em) {
    .slide-item {
        height: 600px;
        min-height: 600px;
    }
}


.slide-item:before {
    background-color: rgba(0,0,0,.6);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slide-item .content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
}

.slide-item h1 {
    font-size: 4.5rem;
    font-weight: bold;
}

.btn {
    border-radius: 0;
}

.entity-file-caption {
    font-size: 0.8rem;
    margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
    .entity-image-container {
        width: 170px;
        height: 110px
    }
}


@media only screen and (min-width: 768px) and (max-width: 1023px) {
    /* Styles for tablets */
}

@media only screen and (max-width: 767px) {
    /* Styles for mobile devices */
}


.accordion-button {
    font-weight: bold;
}
