@charset "utf-8";

/* CSS Document */


/*i.fa.fa-play-circle {*/


/*    display: block;*/


/*    position: absolute;*/


/*    top: 45%;*/


/*    left: 45%;*/


/*    background-color: #909090;*/


/*    color: #ffffff;*/


/*    opacity: 0.8;*/


/*    padding: 5px 7px;*/


/*    border-radius: 50px;*/


/*    font-size:36px;*/


/*}*/

.footer .info .col ul li a i p {
    color: #fff;
    position: absolute !important;
    left: 0 !important;
    margin-left: 5px !important;
}

.footer .info .col ul li a i {
    color: #fff;
    top: 2px;
}

.event-section a.fancybox:hover {
    opacity: 0.6;
}

.container-full.height {
    padding-top: 25px;
}

.whatsapp a {
    font-weight: 400;
    letter-spacing: 2px;
    border: 1px solid;
    padding: 5px 15px;
    border-radius: 7px;
    font-size: 16px;
}

.whatsapp a i {
    font-size: 25px;
}

.whatsapp a:hover>i {
    color: #0dc043;
}

.whatsapp a:hover {
    color: #000000;
}

.pbx {
    background: #fff;
    padding: 6px;
    display: inline;
    margin-left: 12px;
    margin-top: 10px;
}

.ani {
    animation: fadeInAnimation ease 4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.cctext {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 200;
    font-size: 14px;
    line-height: normal;
}

.ccimg {
    max-width: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.accordion__header {
    padding: 1em;
    margin-top: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.accordion__header>* {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
    z-index: 1;
}

span.geo.geo-img img {
    max-width: 57px;
}

@media (max-width:500px) {
    span.geo.geo-img img {
        max-width: 40px;
    }
}

@media (max-width: 426px) {
    span.geo.geo-img img {
        max-width: 16%;
    }
    .accordion__body img {
        display: none;
    }
}

.accordion__header.is-active {
    color: #fff;
}

.accordion__toggle {
    margin-left: -55px;
    height: 3px;
    background-color: #fff;
    width: 13px;
    color: #fff;
    display: inline;
    position: absolute;
    flex-shrink: 1;
    border-radius: 2px;
}

.accordion__toggle::before {
    content: "";
    width: 3px;
    height: 13px;
    display: block;
    background-color: #fff;
    position: absolute;
    top: -5px;
    left: 5px;
    color: #fff;
    border-radius: 2px;
}

.is-active .accordion__toggle {
    background-color: #fff;
}

.is-active .accordion__toggle::before {
    display: none;
}

.accordion__body {
    display: none;
    padding: 1em;
    /*	border: 1px solid #ccc;*/
    border-top: 0;
}

.accordion__body.is-active {
    display: block;
}


/*.accordion p{*/


/*	color: #f3f3f3;*/


/*   font-size: 15px;*/


/*   line-height: 21px;*/


/*   font-weight: 300;*/


/*   letter-spacing: 1px;*/


/*}*/


/*	.accordion p {*/


/*    color: #f3f3f3;*/


/*    font-size: 15px;*/


/*    line-height: 21px;*/


/*    font-weight: 300;*/


/*    letter-spacing: 1px;*/


/*    text-align: justify;*/


/*		margin-bottom: 15px;*/


/*}*/

.accordion p {
    color: #f3f3f3;
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 1.765;
    letter-spacing: 0.02em;
    text-align: justify;
}


/*	video*/

.moodvideo {
    width: 100%;
    /*    height: 80vh;*/
    /*    object-fit: cover;*/
    position: relative;
    /* Change position to absolute if you don't want it to take up the whole page */
    left: 0px;
    top: 0px;
    z-index: 1;
}

.crtext {
    font-size: 17px;
    font-weight: 200;
    line-height: 1.5;
    color: #f2f2f2;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    letter-spacing: 0.04em;
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
}

@media (max-width: 900px) {
    .crtext {
        margin-top: -100px;
        margin-bottom: 60px;
        font-size: 17px;
        font-weight: 200;
        line-height: 1.5;
        color: #f2f2f2;
    }
}


/* 

====================================================================
	Services Section Two
====================================================================

*/

.services-section-two {
    position: relative;
    padding: 90px 0px 70px;
}

.service-block-two {
    position: relative;
    margin-bottom: 30px;
}

.service-block-two .inner-box {
    position: relative;
    padding: 35px 25px 30px;
    background-color: #ffffff;
    border: 1px solid #c3c3c3;
}

.service-block-two .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    height: 100%;
    width: 0px;
    background-color: #000000;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block-two .inner-box:hover::before,
.service-block-two .inner-box:hover::after {
    width: 100%;
}

.service-block-two .inner-box .content {
    position: relative;
    display: flex;
    padding-left: 0px;
    z-index: 1;
}

.service-block-two .inner-box .content .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #dfb162;
    font-size: 60px;
    line-height: 1em;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    transition: all 1200ms ease;
}

.service-block-two .inner-box:hover .content .read-more,
.service-block-two .inner-box:hover .content .text,
.service-block-two .inner-box:hover .content h3 a,
.service-block-two .inner-box:hover .content .icon-box {
    color: #ffffff;
}

.service-block-two .inner-box .content h3 {
    position: relative;
    color: #222222;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3em;
}

.service-block-two .inner-box .content h3 a {
    position: relative;
    color: #222222;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block-two .inner-box .content .text {
    position: relative;
    color: #898989;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 12px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block-two .inner-box .content .read-more {
    position: relative;
    color: #26262d;
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
    text-decoration: underline;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

section.event-section {
    padding: 110px 0 55px 0;
}

.event-column {
    padding-bottom: 30px;
}


/*contact*/

.visit {
    border: 1px solid #ccc;
    margin: 15px;
    padding: 15px;
    max-width: 60%;
}


/* 

====================================================================
	Contact Form Section
====================================================================

*/

.contact-form-section {
    position: relative;
    padding-bottom: 50px;
    background-position: right bottom;
    background-repeat: no-repeat;
    margin: 0 auto;
    max-width: 1200px;
}

.contact-form-section .form-column {
    margin-bottom: 20px;
}


/* 

====================================================================
	Contact Form
====================================================================

 */

.contact-form {
    position: relative;
}

.sec-title {
    position: relative;
    margin-bottom: 50px;
}

.sec-title h2 {
    margin-top: 95px;
    font-size: 75px;
    font-weight: 200;
    color: #26262d;
    line-height: 1.2;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 50px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select,
.contact-form .form-group textarea {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    color: #797979;
    height: 48px;
    font-size: 16px;
    border-radius: 3px;
    background: #f1f1f1;
    border: 1px solid #ededed;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group textarea:focus {
    border-color: #dfb162;
}

.contact-form .form-group textarea::-webkit-input-placeholder,
.contact-form .form-group input::-webkit-input-placeholder {
    color: #888888;
}

.contact-form .form-group textarea {
    height: 200px;
    resize: none;
}

.contact-form button {
    cursor: pointer;
    margin-top: 10px;
}

.contact-form button:before {
    background-color: #101010;
}

.contact-form button:hover {
    color: #ffffff;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
}

.footer .info .col ul li a b {
    display: inline;
    line-height: 2;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.05em;
}

.carousel-container {
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 30px -20px #223344;
    margin: auto;
    z-index: 0;
}


/* Hide the images by default */

.mySlides {
    display: none;
}

.mySlides img {
    display: block;
    width: 100%;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: auto;
    padding: 20px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    border-radius: 0 8px 8px 0;
    background: rgba(173, 216, 230, 0.1);
    user-select: none;
}

.next {
    right: 0;
    border-radius: 8px 0 0 8px;
}

.prev:hover,
.next:hover {
    background-color: rgba(173, 216, 230, 0.3);
}

.dots-container {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
}


/* The dots/bullets/indicators */

.dots {
    cursor: pointer;
    height: 14px;
    width: 14px;
    margin: 0 4px;
    background-color: rgba(173, 216, 230, 0.2);
    backdrop-filter: blur(2px);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.active,
.dots:hover {
    background-color: rgba(173, 216, 230, 0.8);
}


/* transition animation */

.animate {
    -webkit-animation-name: animate;
    -webkit-animation-duration: 1s;
    animation-name: animate;
    animation-duration: 2s;
}

@keyframes animate {
    from {
        transform: scale(1.1) rotateY(10deg);
    }
    to {
        transform: scale(1) rotateY(0deg);
    }
}

span.d-title {
    display: block;
    text-align: left;
    font-size: 20px;
    padding: 20px 0;
    text-transform: uppercase;
}

.detail-title h3 {
    color: #ffffff;
    line-height: 60px;
    font-size: 40px;
    padding-bottom: 20px;
    text-align: center;
}

p.d-text-white {
    color: #ffffff;
    line-height: 30px;
}

.text--small,
.text--small a,
.text--small li,
.text--small p {
    font-size: 1rem;
    line-height: 1.429rem;
}

.ph-32 {
    padding-right: 32px;
    padding-left: 32px;
}

.mh-0 {
    margin-right: 0;
    margin-left: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.d-inblock {
    display: inline-block!important;
}

.bg-1,
.bgh-1:hover {
    background-color: #404042;
}

.bg-1:hover {
    background-color: #616161;
}

.elevate-links a:hover {
    background-color: #616161;
}

.collection-detail {
    color: #ffffff;
    line-height: 50px;
    text-align: end;
}

.despiece__pieza:after {
    border-bottom: 1px solid #fff;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: relative;
    float: left;
    margin-top: 35px;
}

.elevate-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: distribute;
    -o-box-pack: distribute;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
    margin-bottom: 30px;
}

.elevate-links a {
    background-color: #4a4a4a;
    color: #fff;
    font-size: 1rem;
    margin-right: 15px;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-transition: all .15s linear .15s;
    transition: all .15s linear .15s;
}

.collection-detail2 {
    color: #ffffff;
    line-height: 50px;
    text-align: left;
}

@media(max-width:767px) {
    .slider-section .container.catalogue-cantainer {
        padding-bottom: 0;
    }
    .collection-detail {
        text-align: start;
    }
}

@media(max-width:900px) {
    .elevate-links a {
        margin: 15px;
    }
}