@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bruno+Ace&display=swap');
@import url('https://fonts.cdnfonts.com/css/photograph-signature');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

:root {
    --main: #EC1D38;
    --dark: #000000;
    --poppins: "Poppins", serif;
    --title: "Bruno Ace", serif;
    --signature: 'Photograph Signature', sans-serif;
    --enterFont: "Oswald", serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--poppins) !important;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    background-color: #ffffff;
    color: var(--dark);
}

a {
    text-decoration: none;
}

.enter-section {
    position: relative;
    background-color: var(--dark);
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 5rem;
}

.enter-section p {
    color: #fff;
}

.enter-section .logo {
    width: 12rem;
}

.title {
    margin-top: 3.5rem;
}

.title h2 {
    font-family: var(--title);
    font-size: 1.5rem;
    text-transform: uppercase;
    border-left: .4rem solid var(--dark);
    margin: 0;
    padding-left: 1rem;
}

.title h2 span {
    font-size: 1.8rem;
}

.card-services {
    text-align: center;
    padding: 1.2rem;
    background-color: #fff;
    box-shadow: 0 0 5px 2px #2222220e;
    border-radius: .5rem;
    color: var(--dark);
    transition: all .3s ease-in;
    width: 100%;
    height: 100%;
}

.cards-services-area {
    margin-top: 2.5rem;
}

.card-services p {
    font-size: .8rem;
}

.cards-services-area .col-lg-3 {
    margin-bottom: 1rem;
}

.card-services:hover {
    background-color: var(--dark);
    color: #fff;
}

.card-services i {
    font-size: 3rem;
}

.card-services h2 {
    font-size: 1.2rem;
    font-weight: 700;
}

.menus-flex {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    z-index: 999;
}

.right-menu a {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 100;
    margin-left: 1rem;
}

.phone-frame {
    position: relative;
    margin-top: 2rem;
}

.phone-image {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 20rem;
    margin: 2rem 0;
    z-index: 9;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
}

#insta-splide .splide__slide img {
    width: 17.5rem;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 9.5rem;
}

.social-media-slider {
    position: relative;
}

.web-slider {
    margin-top: 10rem;
}

.about-area {
    margin-top: 16rem;
}

.web-slider .phone-image {
    width: 25rem;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
}

.web-slider #web-splide .splide__slide img {
    width: 24rem;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 2.5rem;
}

.mar-about {
    margin-top: 2.5rem;
}

.title label {
    text-transform: lowercase;
}

.content-about h6 {
    font-family: var(--signature);
    font-size: 2rem;
    margin-top: 2rem;

}

.enter-section h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 5rem;
    margin-top: 5rem;
    color: #fff;
    font-family: var(--enterFont);
}

#canvas {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    top: 0;
    display: block;
    z-index: 0;
    opacity: .37;
    height: 100%;
    object-fit: cover;
}

.gallery-area {
    margin-top: 10rem;
    position: relative;
}

.gallery-area .card-col {
    width: 100%;
    height: 100%;
}

.gallery-area .card-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-area .col-lg-12 {
    margin-top: 1rem;
}

.gallery-area .card-col h3 {
    font-family: var(--enterFont);
    font-size: 5rem;
    line-height: 1;
    text-transform: lowercase;
}

.gallery-area .card-col p {
    color: #4b4b4b;
    font-weight: 300;
    margin-top: 1.5rem;
}

.gallery-area .splide__arrows.splide__arrows--ltr {
    top: -4rem;
    right: 0;
    position: absolute;
}

.gallery-area .splide__arrow {
    opacity: 1;
    background: none;
    font-size: 1.3rem;
}

.gallery-area .splide__arrow--prev {
    left: -5rem;
}

.gallery-area .splide__arrow--next {
    right: 0;
}

footer {
    margin-top: 6rem;
    background-color: #000;
    width: 100%;
    padding: 7rem 0;
    padding-bottom: 1.5rem;
    background-image: url(../img/bg/footer-bg.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    background-clip: border-box;
}

footer .footer-logo {
    width: 10rem;
    margin-bottom: 1rem;
}

.social-links {
    display: flex;
}

.social-links a {
    margin-right: 1rem;
    margin-top: 1rem;
    font-size: 1.1rem;
    width: 30px;
    height: 30px;
    color: #fff;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    border-radius: .2rem;
}

.dicover-links,
.dicover-links a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: .9rem;
    margin-top: 1rem;
}

footer h5 {
    color: #fff;
    font-family: var(--poppins);
    font-size: 1.4em;
}

.last-col {
    text-align: end;
}

.dicover-links h6 {
    font-weight: 300;
}

.map-view-btn {
    color: var(--blue) !important;
    font-family: var(--title);
}

footer .line-footer {
    width: 100%;
    height: .1px;
    background-color: #ffffff2c;
    margin: 2rem 0;
    margin-bottom: 1.5rem;
}

footer .copy-footer h6 {
    text-align: center;
    color: #fff;
    font-size: .85rem;
}

.dicover-links,
.dicover-links a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: .9rem;
    margin-top: 1rem;
}

.brands-area {
    margin-top: 5rem;
}

#brands-splide {
    margin-top: 3rem;
}

#brands-splide img {
    width: 100%;
    background-color: #fff;
    padding: 1rem;
    margin: 1rem 0;
    height: 10rem;
    box-shadow: 0 0 10px 2px #0000000a;
    border-radius: .5rem;
    object-fit: contain;
    filter: grayscale(1);
    transition: all .4s ease;
}

#brands-splide .is-active img {
    filter: grayscale(0);
    transform: scale(1.1);
    box-shadow: 0 0 10px 2px #0000000a;
}

#brands-splide .splide__arrow {
    opacity: 1;
    background: none;
    font-size: 1.2rem;
}

.brands-mar {
    margin-top: 2.5rem;
}

.brands-mar img {
    width: 100%;
    height: 7rem;
    object-fit: contain;
    filter: grayscale(100%) contrast(25%);
    padding: 1.5rem;
    transition: all .4s ease;
}

.brands-mar .col-md-3 {
    margin-bottom: 3rem;
}

.brands-mar img:hover {
    filter: grayscale(0%) contrast(100%);
    padding: 1.2rem;
}

#web-splide .web-links {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#web-splide .web-links a {
    color: #fff;
    font-family: var(--title);
    transition: all .3s linear;
}

#web-splide .web-img {
    filter: brightness(.45) !important;
    transition: all .3s linear;
}

#web-splide .is-active .web-img {
    filter: brightness(1) !important;
    transition: all .3s linear;
}

#web-splide .is-active .web-links {
    opacity: 0;
    transition: all .3s linear;
}