/* Fonts */
body {
    /*font-family: "Roboto", sans-serif;*/
    color: white;
}

.roboto-font {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth"100;
}

/* section {
    scroll-margin-top: 70px;
} */

.fs-07 {
    font-size: .7rem;
}

.fs-08 {
    font-size: .8rem;
}

.fs-09 {
    font-size: .9rem;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.ls-01 {
    letter-spacing: .1rem;
}

.ls-02 {
    letter-spacing: .2rem;
}

.mb-2rem {
    margin-bottom: 2rem;
}

.logo-height {
    max-height: 45px;
}

.nav-link .fa-brands:hover {
    color: #a04f9d !important;
    transition: ease 0.3s;
}

.text-violet {
    color: #a04f9d;
}

.btn-circus {
    color: white;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0.07rem;
    padding: .5rem 2rem;
}

.btn-circus-violet {
    background-color: #a04f9d;
}

.btn-circus-violet:hover {
    background-color: #763a74;
    color: white;
}

.btn-circus-blue {
    background-color: #8f9fd1;
}

.btn-circus-blue:hover {
    background-color: #7481a8;
    color: white;
}

.btn-circus-small {
    color: white;
    border-radius: 6px;
    font-size: 1rem;
    letter-spacing: 0.07rem;
    padding: .2rem 1.2rem;
}

.btn-circus-green {
    background-color: #5e8686;
}

.btn-circus-green:hover {
    background-color: #3f5a5a;
    color: white;
}

.section-paragraph {
    letter-spacing: 0.04rem;
    font-size: 1.1rem;
    color: rgb(63, 63, 63);
}

.btn-circus.btn-circus-spots {
    padding: 0.4rem 1.25rem 0.4rem 1rem;
}

.pattern-section {
    position: relative;
    height: 60px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5.5rem;
    margin-bottom: 5rem;
}

.bg-rotated {
    transform: skew(0deg, -15deg) rotate(-4deg);
    top: 22%;
    left: 7%;
    width: 85%;
    height: 55%;
    position: absolute;
    z-index: 1;
    border-radius: 0;
}

.title-wrapper {
    position: relative;
    z-index: 2;
}

.title-bg {
    position: relative;
    z-index: 2;
    transform: skew(-10deg, 0deg);
    width: max-content;
}

.unskew {
    transform: skew(10deg, 0deg);
    display: inline-block;
}

.violet-bg {
    background-color: #763a74;
}

.cardenal-bg {
    background-color: #9d78bc;
}

@media (min-width: 768px) {
    .btn-circus {
        font-size: 1.4rem;
        padding: .5rem 2.4rem;
    }

    .btn-circus-spots {
        position: absolute;
        bottom: 5%;
        right: 5%;
    }

}

@media (min-width: 992px) {
    .logo-height {
        max-height: 79px;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .pattern-section {
        margin-bottom: 6.5rem;
    }
}

/* Navbar */
.navbar-circus .nav-item .nav-link {
    font-family: "Montserrat", sans-serif;
    color: white;
    font-size: .9rem;
    font-weight: 500;
    letter-spacing: 0.07rem;
}

.navbar-circus .navbar-toggler {
    border: none;
}

.navbar-brand img {
    width: 100px;
}

.nav-link.underline-hover {
    text-decoration: none;
    letter-spacing: 0.15em;
    display: inline-block;
    position: relative;
}


.nav-link.underline-hover:after {
    color: #a04f9d;
    background: none repeat scroll 0 0 transparent;
    bottom: -5%;
    content: "";
    display: block;
    height: 0px;
    position: absolute;
    background: #a04f9d;
    transition: height 0.3s ease 0s, left 0.3s ease 0s;
    width: 100%;
}

.nav-link.underline-hover.active:after,
.nav-link.underline-hover:hover:after {
    height: 6px;
}

.navbar-circus .dropdown-toggle::after {
    display: none;
}

.navbar-circus.navbar-light .navbar-toggler {
    border: none;
}

.navbar-circus.navbar-light .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2326244c' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (min-width: 768px) {
    .navbar-brand img {
        width: 130px;
    }

    .navbar-scroll {
        height: calc(76px - 6px);
    }
}

@media (min-width: 992px) {
    .nav-link.underline-hover:after {
        bottom: -55%;
    }

    .navbar-circus .navbar-collapse {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }

    .navbar-circus {
        height: 70px;
    }
}

/* Header */
.bg-slider {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 25vh;
}

.slide-one {
    background-image: url(../img/main1.webp);
}

.slide-two {
    background-image: url(../img/main2.webp);
}

.slide-three {
    background-image: url(../img/main3.webp);
}

.services-slider {
    border: solid 15px;
}

.violet-border {
    border-color: #763a74;
}

.cardenal-border {
    border-color: #9d78bc;
}

.header-slider .slick-dots,
.services-slider .slick-dots {
    text-align: center;
    bottom: 3px;
}

.header-slider .slick-dots li,
.services-slider .slick-dots li {
    margin: 0 5px;
}

.header-slider .slick-dots li.slick-active button:before,
.services-slider .slick-dots li.slick-active button:before {
    color: #a04f9d !important;
}

.header-slider .slick-dots li button:before,
.services-slider .slick-dots li button:before {
    font-size: 10px;
    color: white;
    opacity: 1;
}

.header-slider .slick-dots li button:hover:before,
.header-slider .slick-dots li button:focus:before,
.services-slider .slick-dots li button:hover:before,
.services-slider .slick-dots li button:focus:before {
    opacity: 1;
}

#header-section .container-fluid {
    position: relative;
}

.fixed-image-container {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}

.fixed-center-image {
    width: 150px;
    height: auto;
}

.slick-arrows {
    background-color: transparent;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: absolute;
    top: 50%;
    /* transform: translateY(-50%); */
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.slick-arrows.slick-arrows-header,
.slick-arrows.slick-arrows-services {
    color: rgb(250, 246, 246);
    border: 2px solid white;
}

.slick-arrows-header i {
    color: white;
}

.slick-arrows-header.slick-prev {
    left: 60px;
}

.slick-arrows-header.slick-next {
    right: 60px;
}

.slick-arrows-services.slick-prev:hover i,
.slick-arrows-services.slick-next:hover i,
.slick-arrows-header.slick-prev:hover i,
.slick-arrows-header.slick-next:hover i {
    color: #a04f9d !important;
    transition: ease 0.3s;
}

.slick-arrows-services.slick-prev:hover,
.slick-arrows-services.slick-next:hover,
.slick-arrows-header.slick-prev:hover,
.slick-arrows-header.slick-next:hover {
    color: #a04f9d !important;
    transition: ease 0.3s;
    border: 2px solid #a04f9d !important;
}

@media (min-width: 768px) {
    .bg-slider {
        height: 45vh;
    }

    .header-slider .slick-dots,
    .services-slider .slick-dots {
        bottom: 20px;
    }

    .fixed-center-image {
        width: 300px;
    }

    .header-slider .slick-dots li,
    .services-slider .slick-dots li {
        margin: 0 10px;
    }

    .header-slider .slick-dots li button:before,
    .services-slider .slick-dots li button:before {
        font-size: 20px;
    }
}

/* About */
#about-section {
    background-color: #8f9fd1;
}

#about-section .section-paragraph {
    font-size: 1.4rem;
    font-weight: 100;
}

.clown-img {
    min-height: 197px;
}

/* Services */
#services-section,
#offsite-event,
#news-section {
    overflow: hidden;
}

#services-section {
    background-color: #efeeee;
}

#news-section {
    background-color: #e4e4e4;
}

.heading-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

#services-section .section-paragraph,
#offsite-event .section-paragraph {
    text-align: justify;
}

#services-section .paragraph-right-wrapper,
#services-section .paragraph-left-wrapper {
    padding: 2rem 0 3rem;
}

/* .slick-arrows.slick-arrows-services {
  color: #a04f9d;                 
  border: 2px solid #a04f9d;
} */
.slick-arrows.slick-prev {
    left: 15px;
}

.slick-arrows.slick-next {
    right: 15px;
}

/* Hall Hire */

.services-slider .bg-slider {
    height: 30vh;
}

.hallHire-one {
    background-image: url(../img/hallhire1.webp);
}

.hallHire-two {
    background-image: url(../img/hallhire2.webp);
}

.hallHire-three {
    background-image: url(../img/hallhire3.webp);
}

.hallHire-four {
    background-image: url(../img/hallhire4.webp);
}

.services-title {
    position: relative;
    margin-left: 0;
    padding: .6rem 1rem;
    z-index: 0;
    width: 100%;
}

.services-title h2 {
    font-size: 1.8rem;
}

.services-title-left {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}

.services-title-right {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}

/* Bday Parties */

.bday-one {
    background-image: url(../img/bday_party_1.webp);
}

.bday-two {
    background-image: url(../img/bday_party_2.webp);
}

.bday-three {
    background-image: url(../img/bday_party_3.webp);
}

/* Sub-Leases */

.subleases-one {
    background-image: url(../img/studio_sublease.webp);
}

/* MRCS */

.mrcs-one {
    background-image: url(../img/circus_school_1.webp);
}

.mrcs-two {
    background-image: url(../img/circus_school_2.webp);
}

.mrcs-three {
    background-image: url(../img/circus_school_3.webp);
}


@media (min-width: 992px) {
    .services-slider .bg-slider {
        height: 25vh;
    }

    .services-title-left {
        margin-left: 30px;
    }

    .services-title-right {
        margin-left: -30px;
    }

    .services-title {
        margin-top: 3rem;
        padding: .6rem 4rem;
    }

    #services-section .paragraph-right-wrapper {
        padding: 2rem 2.5rem 3rem 2rem;
    }

    #services-section .paragraph-left-wrapper {
        padding: 2rem 2rem 3rem 2.5rem;
    }
}

@media (min-width: 1200px) {
    .services-slider .bg-slider {
        height: 50vh;
        max-height: 400px;
    }
}

#services-section .pattern-section {
    background-image: repeating-linear-gradient(-55deg,
            rgba(204, 153, 204, 1),
            rgba(204, 153, 204, 1) 10px,
            transparent 10px,
            transparent 20px);
}

#services-section .bg-rotated {
    background-color: rgba(204, 153, 204, 1);
}

#services-section .title-bg {
    background-color: rgba(170, 79, 157, 1);
}

#offsite-event .pattern-section {
    background-image: repeating-linear-gradient(-55deg,
            rgba(199, 207, 229, 1),
            rgba(199, 207, 229, 1) 10px,
            transparent 10px,
            transparent 20px);
}

#offsite-event .bg-rotated {
    background-color: rgba(199, 207, 229, 1);
}

#offsite-event .title-bg {
    background-color: rgba(143, 159, 209, 1);
}

/* News */

#news-section .pattern-section {
    background-image: repeating-linear-gradient(-55deg,
            rgba(170, 191, 190, 1),
            rgba(170, 191, 190, 1) 10px,
            transparent 10px,
            transparent 20px);
}

#news-section .bg-rotated {
    background-color: rgba(170, 191, 190, 1);
}

#news-section .title-bg {
    background-color: rgba(94, 134, 134, 1);
}

#news-section .news-slider h3 {
    font-size: 1.4rem;
}

.news-slider img {
    border-radius: 30px;
}

.news-text-date {
    color: #5e8686;
    font-size: 1.3rem;
    text-align: start;
    margin-top: 1rem;
    margin-bottom: .5rem;
}

.slick-arrows.slick-arrows-news {
    color: black;
    border: 2px solid black;
    top: 30%;
}

.slick-arrows-news i {
    color: black;
}

.slick-arrows-news.slick-prev:hover i,
.slick-arrows-news.slick-next:hover i {
    color: #5e8686 !important;
    transition: ease 0.3s;
}

.slick-arrows-news.slick-prev:hover,
.slick-arrows-news.slick-next:hover {
    color: #5e8686 !important;
    transition: ease 0.3s;
    border: 2px solid #5e8686 !important;
}

.slick-arrows-news.slick-prev {
    left: -25px;
}

.slick-arrows-news.slick-next {
    right: -25px;
}

.slick-arrows-header::before,
.slick-arrows-services::before,
.slick-arrows-news::before {
    display: none;
}

/* @media (max-width: 1024px) {
  .slick-arrows-news {
    display: none !important;
  }
} */

@media (min-width: 768px) {
    .slick-arrows-news.slick-prev {
        left: -40px;
    }

    .slick-arrows-news.slick-next {
        right: -40px;
    }

    .image-zoom {
        overflow: hidden;
        position: relative;
        width: fit-content;
    }

    .image-zoom img {
        transition: transform 1s ease;
    }

    .image-zoom:hover img {
        transform: scale(1.1);
    }
}

/* Contact */

.google-map {
    width: 100%;
    height: 500px;
    position: relative;
}

@media (min-width: 992px) {
    .google-map.left-focus .gm-style>div:first-child>div+div {
        transform: translateX(25%);
    }
}

.contact-form-overlay {
    position: relative;
    top: 0;
    width: 90%;
    height: auto;
    right: 0;
    margin: 3rem auto;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-form-overlay h3 {
    color: #763a74;
}

.contact-form-overlay h3,
.contact-form-overlay p {
    text-align: left;
}

.form-control-custom {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    box-shadow: none;
}

.form-control-custom:focus {
    border-color: #000;
    box-shadow: none;
}

.form-control-message {
    border: 1px solid #000;
    border-radius: 0;
    box-shadow: none;
}

.form-control-message:focus {
    border-color: #000;
    box-shadow: none;
}

.thank-you-message {
    background: white;
    color: #a04f9d;
    border-radius: 8px;
    transition: opacity 0.5s ease;
}


@media (min-width: 992px) {
    .contact-form-overlay {
        position: absolute;
        right: 10%;
        width: 500px;
        height: 100%;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .contact-form-overlay {
        right: 15%;
    }
}

/* News */
#news-header {
    background-color: rgba(94, 134, 134, 1);
}

#news-text {
    background-color: #f4f3f3;
}

#news-text h1 {
    font-size: 1.8rem;
}

#news-text .section-paragraph {
    text-align: justify;
}

.quote-wrapper {
    background-color: #eceaea;
}

.quote-box {
    border-left: 6px solid #b4b4b4;
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    color: gray;
}

.quote-box .blockquote p {
    font-size: .9rem;
    text-align: justify;
}

@media (min-width: 768px) {
    .quote-box .blockquote p {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    #news-text h1 {
        font-size: 2.2rem;
    }
}

/* Footer */

.footer {
    background-color: black;
    padding: 60px 0 30px;
}

.footer .list-unstyled li {
    margin-bottom: .5rem;
}

.footer .list-unstyled li a {
    text-decoration: none;
    color: white;
    font-size: .8rem;
}

.footer .list-unstyled a i {
    font-size: 1.1rem;
    margin-right: .3rem;
}

.footer-links a {
    text-decoration: none;
    color: white;
    font-size: 1.1rem;
}

.footer-contact-info,
.footer-social-icons {
    font-size: .9rem;
}

.footer-social-icons .fa {
    font-size: 2rem;
    margin-right: 15px;
}

.copyright-text {
    font-size: .7rem;
}

@media (min-width: 768px) {
    .footer-social-icons .fa {
        font-size: 1.5rem;
        margin-right: 20px;
    }
}

/**
 * Títulos
 */

.offsite-title-text {
    position: relative;
    color: white;
    font-weight: bold;
    font-size: 1.3rem;
    padding: .3rem;
    margin: 0;
    z-index: 1;
    width: 100%;
}

.offsite-title-left {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}

.offsite-title-right {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}

.offsite-title-text-right {
    background-color: rgba(143, 159, 209, 1);
    clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0% 100%);
}

.offsite-title-text-left {
    background-color: rgba(143, 159, 209, 1);
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%);
}

.offsite-skew-line-right {
    width: 10px;
    height: 100%;
    background-color: rgba(199, 207, 229, 1);
    transform: skewX(-30deg);
}

.offsite-skew-line-left {
    width: 10px;
    height: 100%;
    background-color: rgba(199, 207, 229, 1);
    transform: skewX(-30deg);
}

.service-title,
.offsite-title {
    position: relative;
    display: inline-block;
    width: 100%;
}

.service-title-text {
    position: relative;
    color: white;
    font-weight: bold;
    padding: 0.3rem 2rem;
    display: inline-block;
    font-size: 1.3rem;
    z-index: 1;
    width: 100%;
}

.service-title-text-right {
    background-color: #763a74;
    clip-path: polygon(0 0, 100% 0, calc(100% - 24px) 100%, 0% 100%);
}

.service-title-text-left {
    background-color: #9d78bc;
    clip-path: polygon(24px 0, 100% 0, 100% 100%, 0 100%);
    margin-left: 1px;
}

.skew-lines-right {
    position: absolute;
    top: 0;
    right: 8px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 4px;
    transform: translateX(100%);
}

.skew-line-right {
    width: 10px;
    height: 100%;
    background-color: #cc99cc;
    transform: skewX(-30deg);
}

.skew-lines-left {
    position: absolute;
    top: 0;
    left: 8px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 4px;
    transform: translateX(-100%);
}

.skew-line-left {
    width: 10px;
    height: 100%;
    background-color: #cc99ff;
    transform: skewX(-30deg);
}

@media screen and (min-width: 992px) {
    .service-title {
        margin-top: 3rem;
    }

    .services-slider.slick-dotted.slick-slider {
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 768px) {

    .offsite-title-text,
    .service-title-text {
        font-size: 1.8rem;
    }

    .service-title-text-right {
        clip-path: polygon(0 0, 100% 0, calc(100% - 31px) 100%, 0% 100%);
    }

    .skew-lines-right {
        right: 10px;
    }

    .skew-lines-left {
        left: 10px;
    }

    .service-title-text-left {
        clip-path: polygon(31px 0, 100% 0, 100% 100%, 0 100%);
    }
}