@import url("https://cdn.jsdelivr.net/npm/uikit@3.6.18/dist/css/uikit.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.0/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');
/* @import url(theme.css); */

html, body {
    font-family: "Comfortaa", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

:root {
    --light-blue: #3997d5;
    --dark-blue: #13559f;
    --light-gray: #F2F2F2;
    --dark-gray: #333333;
}

.uk-navbar-container {
    border-radius: 15px;
    background: rgba( 255, 255, 255, 0.3 )!important;
    box-shadow: 0 8px 32px 0 rgba(22, 26, 88, 0.37);
    backdrop-filter: blur( 11px );
    -webkit-backdrop-filter: blur( 11px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    transition: all .3s ease-in-out;
}

.uk-navbar-container-inv {
    border-radius: 15px;
    background: rgba(10, 4, 44, 0.6)!important;
    box-shadow: 0 8px 32px 0 rgba(22, 26, 88, 0.37);
    backdrop-filter: blur( 11px );
    -webkit-backdrop-filter: blur( 11px );
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: all .3s ease-in-out;
}

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    /* background: url('images/hero-bg.jpg') center/cover no-repeat; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.hero-content {
    position: relative;
    z-index: 1;
}
.catchphrase span {
    display: inline-block;
}
.display-4 {
    color: #FFFFFF;
    font-family: "Comfortaa", serif!important;
}

.uk-navbar-nav>li>a {
    font-family: "Comfortaa", serif!important;
    color: #e7e7e7!important;
}

.uk-navbar-nav>li>a:hover {
    color: #FFFFFF!important;
}

.content {
    position: relative;
    border-radius: 15px;
    margin-top: -3rem!important;
    z-index: 1;
}

/* .footertop {
    position: relative;
    margin-top: -3rem;
} */

.about-section {
    /* background-color: #f8f9fa; */
    padding: 100px 20px;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
}
.about-section h2 {
    margin-bottom: 20px;
}
.about-section p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.1rem;
}

body {
    /* background: linear-gradient(-45deg, #bd4a36, #bd366a, #329ab9, #2ca38b);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; */
    /* background: url(/images/background.jpg);
    background-attachment: fixed;
    background-size: cover; */
    background-color: #000516;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.services .row .col-md-4 {
    overflow: hidden;
}

.services .theservice img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease-in-out;
}

.services .theservice:hover img {
    transform: scale(1.05);
    filter: brightness(1.1);
    mix-blend-mode: luminosity;
}

.section-title {
    font-family: "Comfortaa", serif!important;
}

.btn-outline-white {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 0;
    transition: all .3s ease-in-out;
    text-decoration: none;
}
.btn-outline-white:hover {
    background-color: white;
    border: 1px solid white;
    color: black!important;
    text-decoration: none;
}
.uk-divider-small {
    background-color: #FFF;
}
.uk-divider-small::after {
    border-top: 1px solid #000000;
}
.projects .uk-box-shadow-medium {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.projects  .uk-box-shadow-hover-large:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .30);
}
.services-section {
    background-color: var(--light-gray);
}

.contact {
    /* background-color: var(--dark-blue);
    border-top: 10px solid var(--light-blue); */
    color: white;
}
.contact-txt {
    font-size: 20px;
}
a.contact-us {
    color: white;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
a.contact-us:hover {
    color: var(--light-blue);
    text-decoration: none;
}

footer {
    /* background-color: #042140;
    border-top: 10px solid #1d3a5c; */
    color: white;
}

.project-title {
    font-size: 1.1rem!important;
}
.project-subtitle {
    font-size: 1rem!important;
}
a.title-link {
    font-family: "Comfortaa", serif!important;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
a.title-link:hover {
    text-decoration: none;
    color: #e6e6e6;
}
.footer-menu {
    list-style: none;
    padding: 0;
}
.footer-menu li {
    border-right: 1px solid var(--light-blue);
    padding: 0 10px;
    float: left;
}
.footer-menu li:last-child {
    border-right: none;
}
.footer-menu li a {
    color: white;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.footer-menu li a:hover {
    color: var(--light-blue);
    text-decoration: none;
}

.toggle-menu {
    padding: 0;
    border: none;
}

.uk-offcanvas-bar {
    background-color: #FFFFFF;
}

ul.responsive-menu {
    list-style: none;
    margin-top: 40px;
    padding: 0;
}

ul.responsive-menu li {
    line-height: 40px;
    padding: 0 15px;
    border-bottom: 1px solid #e6e6e6;
}

ul.responsive-menu li a {
    color: #999999;
    text-decoration: none;
}
ul.responsive-menu li a:hover, ul.responsive-menu li a:focus, ul.responsive-menu li a:focus-within, ul.responsive-menu li a:active {
    color: #000000;
    text-decoration: none;
}

.uk-offcanvas-bar .uk-close {
    color: #999999;
}

.breadcrumb-container {
    background-color: transparent;
}

.contact-textarea {
    height: 150px!important;
}

.fixed-top {
    z-index: 999!important;
}


/*  HOME CARDS  */

.flow > * + * {
    margin-top: var(--flow-space, 1em);
  }
  
  /* CARD COMPONENT */
  
  .home-card {
    display: grid;
    place-items: center;
    width: 80vw;
    max-width: 21.875rem;
    height: 28.125rem;
    overflow: hidden;
    border-radius: 0.625rem;
    box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  }
  
  .home-card > * {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  
  .card__background {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
  }
  
  .card__content {
    --flow-space: 0.9375rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: flex-end;
    height: 55%;
    padding: 12% 1.25rem 1.875rem;
    background: linear-gradient(
      180deg,
      hsla(0, 0%, 0%, 0) 0%,
      hsla(0, 0%, 0%, 0.3) 10%,
      hsl(0, 0%, 0%) 100%
    );
  }
  
  .card__content--container {
    --flow-space: 1.25rem;
  }
  
  .card__title {
    position: relative;
    width: fit-content;
    width: -moz-fit-content; /* Prefijo necesario para Firefox  */
  }
  
  .card__title::after {
    content: "";
    position: absolute;
    height: 0.3125rem;
    width: calc(100% + 1.25rem);
    bottom: calc((1.25rem - 0.5rem) * -1);
    left: -1.25rem;
    background-color: var(--brand-color);
  }
  
  .card__button {
    padding: 0.75em 1.6em;
    width: fit-content;
    width: -moz-fit-content; /* Prefijo necesario para Firefox  */
    font-variant: small-caps;
    font-weight: bold;
    border-radius: 0.45em;
    border: none;
    background-color: var(--brand-color);
    font-family: var(--font-title);
    font-size: 1.125rem;
    color: var(--black);
  }
  
  .card__button:focus {
    outline: 2px solid black;
    outline-offset: -5px;
  }
  
  @media (any-hover: hover) and (any-pointer: fine) {
    .card__content {
      transform: translateY(62%);
      transition: transform 500ms ease-out;
      transition-delay: 500ms;
    }
  
    .card__title::after {
      opacity: 0;
      transform: scaleX(0);
      transition: opacity 1000ms ease-in, transform 500ms ease-out;
      transition-delay: 500ms;
      transform-origin: right;
    }
  
    .card__background {
      transition: transform 500ms ease-in;
    }
  
    .card__content--container > :not(.card__title),
    .card__button {
      opacity: 0;
      transition: transform 500ms ease-out, opacity 500ms ease-out;
    }
  
    .home-card:hover,
    .home-card:focus-within {
      transform: scale(1.05);
      transition: transform 500ms ease-in;
    }
  
    .home-card:hover .card__content,
    .home-card:focus-within .card__content {
      transform: translateY(0);
      transition: transform 500ms ease-in;
    }
  
    .home-card:focus-within .card__content {
      transition-duration: 0ms;
    }
  
    .home-card:hover .card__background,
    .home-card:focus-within .card__background {
      transform: scale(1.3);
    }
  
    .home-card:hover .card__content--container > :not(.card__title),
    .home-card:hover .card__button,
    .home-card:focus-within .card__content--container > :not(.card__title),
    .home-card:focus-within .card__button {
      opacity: 1;
      transition: opacity 500ms ease-in;
      transition-delay: 1000ms;
    }
  
    .home-card:hover .card__title::after,
    .home-card:focus-within .card__title::after {
      opacity: 1;
      transform: scaleX(1);
      transform-origin: left;
      transition: opacity 500ms ease-in, transform 500ms ease-in;
      transition-delay: 500ms;
    }
}

/*  HOME CARDS  */

/*  FOOTER  */

#wrap {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto 0 auto;
	overflow: hidden;
    background: rgb(6,6,73);
    background: linear-gradient(0deg, rgba(6, 6, 73, 1) 0%, rgba(6, 6, 73, 0) 100%);
    margin-top: -3rem;
}

#lightings {
	bottom: -60px;
	position: absolute;
	width: 100%;
}

.fsection {
	/*border-radius*/
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 20px;
	width: 100%;
	position: relative;
	margin: auto;

}

#one {
	/*animation*/
	-webkit-animation: one 5s ease-in-out infinite alternate;
	-moz-animation: one 5s ease-in-out infinite alternate;
	-ms-animation: one 5s ease-in-out infinite alternate;
	-o-animation: one 5s ease-in-out infinite alternate;
	animation: one 5s ease-in-out infinite alternate;
}
@-webkit-keyframes 
    one {
        from {
            -webkit-box-shadow: 0 0 250px 20px #473C78;
        }

        to {
            -webkit-box-shadow: 0 0 100px 15px #F72A3B;
        }
    }

@-moz-keyframes 
    one {
        from {
            -moz-box-shadow: 0 0 250px 20px #473C78;
        }

        to {
            -moz-box-shadow: 0 0 100px 15px #F72A3B;
        }
    }

@-o-keyframes 
    one {
        from {
            -o-box-shadow: 0 0 250px 20px #473C78;
        }
    
        to {
            -o-box-shadow: 0 0 100px 15px #F72A3B;
        }
    }

@keyframes 
    one {
        from {
            box-shadow: 0 0 250px 20px #473C78;
        }

        to {
            box-shadow: 0 0 100px 15px #F72A3B;
        }
    }

#two {
	width: 90%;
	/*animation*/
	-webkit-animation: two 4s ease-in-out infinite alternate;
	-moz-animation: two 4s ease-in-out infinite alternate;
	-ms-animation: two 4s ease-in-out infinite alternate;
	-o-animation: two 4s ease-in-out infinite alternate;
	animation: two 4s ease-in-out infinite alternate;
}

@-webkit-keyframes 
    two {
        from {
            -webkit-box-shadow: 0 0 250px 20px #18C499;
        }

        to {
            -webkit-box-shadow: 0 0 100px 15px #D8F05E; }
        }

@-moz-keyframes 
    two {
        from {
            -moz-box-shadow: 0 0 250px 20px #18C499;
        }

        to {
            -moz-box-shadow: 0 0 100px 15px #D8F05E;
        }
    }

@-o-keyframes
    two {
        from {
            -o-box-shadow: 0 0 250px 20px #18C499;
        }

        to {
            -o-box-shadow: 0 0 100px 15px #D8F05E; }
        }

@keyframes 
    two {
        from {
            box-shadow: 0 0 250px 20px #18C499;
        }

        to {
            box-shadow: 0 0 100px 15px #D8F05E;
        }
    }

#three {
	width: 80%;
	/*animation*/
	-webkit-animation: three 3s ease-in-out infinite alternate;
	-moz-animation: three 3s ease-in-out infinite alternate;
	-ms-animation: three 3s ease-in-out infinite alternate;
	-o-animation: three 3s ease-in-out infinite alternate;
	animation: three 3s ease-in-out infinite alternate;
}
@-webkit-keyframes 
    three {
        from {
            -webkit-box-shadow: 0 0 250px 20px #FFDD00;
        }

        to {
            -webkit-box-shadow: 0 0 100px 15px #3E33FF;
        }
    }

@-moz-keyframes 
    three {
        from {
            -moz-box-shadow: 0 0 250px 20px #FFDD00;
        }

        to {
            -moz-box-shadow: 0 0 100px 15px #3E33FF
        }
    }

@-o-keyframes 
    three {
        from {
            -o-box-shadow: 0 0 250px 20px #FFDD00;
        }

        to {
            -o-box-shadow: 0 0 100px 15px #3E33FF
        }
    }

@keyframes 
    three {
        from {
            box-shadow: 0 0 250px 20px #FFDD00;
        }

        to {
            box-shadow: 0 0 100px 15px #3E33FF
        }
    }

#four {
	width: 70%;
	/*animation*/
	-webkit-animation: four 2s ease-in-out infinite alternate;
	-moz-animation: four 2s ease-in-out infinite alternate;
	-ms-animation: four 2s ease-in-out infinite alternate;
	-o-animation: four 2s ease-in-out infinite alternate;
	animation: four 2s ease-in-out infinite alternate;
}

@-webkit-keyframes 
    four {
        from {
            -webkit-box-shadow: 0 0 250px 20px #781848;
        }

        to {
            -webkit-box-shadow: 0 0 100px 15px #F2BBE9;
        }
    }

@-moz-keyframes 
    four {
        from {
            -moz-box-shadow: 0 0 250px 20px #781848;
        }

        to {
            -moz-box-shadow: 0 0 100px 15px #F2BBE9;
        }
    }

@-o-keyframes 
    four {
        from {
            -o-box-shadow: 0 0 250px 20px #781848;
        }

        to {
            -o-box-shadow: 0 0 100px 15px #F2BBE9;
        }
    }

@keyframes 
    four {
        from {
            shadow: 0 0 250px 20px #781848;
        }

        to {
            shadow: 0 0 100px 15px #F2BBE9;
        }
    }

#five {
	width: 60%;
	/*animation*/
	-webkit-animation: five 1s ease-in-out infinite alternate;
	-moz-animation: five 1s ease-in-out infinite alternate;
	-ms-animation: five 1s ease-in-out infinite alternate;
	-o-animation: five 1s ease-in-out infinite alternate;
	animation: five 1s ease-in-out infinite alternate;
}

@-webkit-keyframes 
    five {
        from {
            -webkit-box-shadow: 0 0 250px 20px #42F2A1;
        }

        to {
            -webkit-box-shadow: 0 0 100px 15px #F4F6AD;
        }
    }

@-moz-keyframes 
    five {
        from {
            -moz-box-shadow: 0 0 250px 20px #42F2A1;
        }

        to {
            -moz-box-shadow: 0 0 100px 15px #F4F6AD;
        }
    }

@-o-keyframes 
    five {
        from {
            -o-box-shadow: 0 0 250px 20px #42F2A1;
        }

        to {
            -o-box-shadow: 0 0 100px 15px #F4F6AD;
        }
    }

@keyframes 
    five {
        from {
            box-shadow: 0 0 250px 20px #42F2A1;
        }

        to {
            box-shadow: 0 0 100px 15px #F4F6AD;
        }
    }

/*  FOOTER  */

.uk-overlay-primary {
    background: rgba(0, 5, 22, .7);
    background: linear-gradient(0deg, rgba(0, 5, 22, 1) 0%, rgba(0, 5, 22, 0.7) 15%, rgba(0, 5, 22, 0.5) 100%);
}

.footer-container {
    border-radius: 15px;
    background: rgba( 255, 255, 255, 0.2 )!important;
    box-shadow: 0 8px 32px 0 rgba(22, 26, 88, 0.37);
    backdrop-filter: blur( 11px );
    -webkit-backdrop-filter: blur( 11px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    transition: all .3s ease-in-out;
}

/* HOME CARDS */

.cards {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.card--1 .card__img, .card--1 .card__img--hover {
    background-image: url('https://images.pexels.com/photos/45202/brownie-dessert-cake-sweet-45202.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260');
}

.card--2 .card__img, .card--2 .card__img--hover {
    background-image: url('https://images.pexels.com/photos/307008/pexels-photo-307008.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260');
}

.card__img {
  visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 235px;
  border-top-left-radius: 12px;
border-top-right-radius: 12px;
  
}

.card__info-hover {
    position: absolute;
    padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}

.card__img--hover {
  transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
  position: absolute;
    height: 235px;
  border-top-left-radius: 12px;
border-top-right-radius: 12px;
top: 0;
  
}
.card {
  margin-right: 25px;
  transition: all .15s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #fff;
    width: 33.3%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.1);
}
.card:hover {
  box-shadow: 0px 30px 18px -8px rgba(0, 0, 0,0.1);
    transform: scale(1.10, 1.10);
}


.card__category {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
  color: #868686;
}

.card__title {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: 'Roboto Slab', serif;
}

.card__by {
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.card__author {
    font-weight: 600;
    text-decoration: none;
    color: #AD7D52;
}

.card:hover .card__img--hover {
    height: 100%;
    opacity: 0.3;
}

.card:hover .card__info {
    background-color: transparent;
    position: relative;
}

.card:hover .card__info-hover {
    opacity: 1;
}

/* HOME CARDS */