/**
* Template Name: Impact
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/impact-bootstrap-business-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */

:root {
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Montserrat", sans-serif;
  --font-secondary: "Poppins", sans-serif;
}

/* Colors */
:root {
  --color-default: #222222;
  --color-primary: #2c3e50;
  --color-secondary: #f85a40;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: #00b6a1;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

#firstSection {
    padding-top: 60px;
    padding-bottom: 0px;
    overflow: hidden;
}

.lightgrey-bg {
    background-color: #f6f6f6;
}

@media (min-width: 993px) {

    .darkgrey-bg {
        background: url("../img/backgrounds/greybackground.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        box-shadow: rgba(44, 62, 80, 0.065) 0px 0px 30px 0px inset, rgba(44, 62, 80, 0.065) 0px 0px 30px 0px inset;
        
    }

    .darkgrey2-bg {
        background: url("../img/backgrounds/greybackground2.jpg");
        background-repeat: repeat;
        box-shadow: rgba(44, 62, 80, 0.065) 0px 0px 30px 0px inset, rgba(44, 62, 80, 0.065) 0px 0px 30px 0px inset;
    }

}

@media (max-width: 992px) {
    .darkgrey-bg {
        background: url("../img/backgrounds/greybackground-mobile.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        box-shadow: rgba(44, 62, 80, 0.065) 0px 0px 30px 0px inset, rgba(44, 62, 80, 0.065) 0px 0px 30px 0px inset; 
    }

    .darkgrey2-bg {
        background: url("../img/backgrounds/greybackground-mobile2.jpg");
        background-repeat: repeat;
        box-shadow: rgba(44, 62, 80, 0.065) 0px 0px 30px 0px inset, rgba(44, 62, 80, 0.065) 0px 0px 30px 0px inset;
    }
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
  color:#2c3e50
}

    .section-header h2 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        /*font-style: italic;*/
        font-family: 'Oregano';
        text-transform: uppercase;
    }

.section-header h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: rgba(44,62,80,0.15);
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #cc0000;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  margin-bottom: 0;
  color: #6f6f6f;
}

.section-title {
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        color: #2c3e50;
    }

        .section-title h2::after {
            content: "";
            position: absolute;
            display: block;
            width: 50px;
            height: 3px;
            background: #cc0000;
            bottom: 0;
            left: 0;
        }

    .section-title p {
        margin-bottom: 0;
    }


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs .page-header {
  padding: 60px 0 60px 0;
  min-height: 20vh;
  position: relative;
  background-color: var(--color-primary);
}

.breadcrumbs .page-header h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
}

.breadcrumbs .page-header p {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumbs nav {
  background-color: #f6f6f6;
  padding: 20px 0;
}

.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-default);
}

.breadcrumbs nav ol a {
  color: var(--color-primary);
  transition: 0.3s;
}

.breadcrumbs nav ol a:hover {
  text-decoration: underline;
}

.breadcrumbs nav ol li+li {
  padding-left: 10px;
}

.breadcrumbs nav ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--color-secondary);
  content: "/";
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background: #cc0000;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #f6f6f6;
  line-height: 0;
}

.scroll-top:hover {
  background: #ff0000;
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff;
  border-color: var(--color-primary) transparent var(--color-primary) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    transition: all 0.75s;
    z-index: 997;
    padding: 15px 0;
    top: -100%;
    background-color: #2c3e50;
    box-shadow: 0px 2px 15px rgba(246, 246, 246, 0.5);
    box-shadow: 0px 2px 15px rgba(246, 246, 246, 0.5);
}
   /* #header.header-transition {
        transition: all 0.75s;
    }*/

    #header.header-scrolled,
    #header.header-inner-pages {
        top: 0;
        /*background-color: #2c3e50;
        box-shadow: 0px 2px 15px rgba(246, 246, 246, 0.5);
        box-shadow: 0px 2px 15px rgba(246, 246, 246, 0.5);*/
    }

    #header .logo {
        font-size: 30px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 600;
        letter-spacing: 1px;
        font-family: "montserrat", sans-serif;
        font-style: italic;
    }

        #header .logo a {
            color: #f6f6f6;
        }

        #header .logo img {
            max-height: 100px;
        }

@media (max-width: 992px) {
    #header {
        border: 0;
    }
}



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

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {

    .signature-image {
        width: 80%;
        height: auto;
        margin: auto;
    }

    .navbar {
        padding: 0;
    }

        .navbar ul {
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center;
        }

        .navbar li {
            position: relative;
        }

        .navbar > ul > li {
            white-space: nowrap;
            padding: 10px 0 10px 28px;
        }

        .navbar a,
        .navbar a:focus {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 3px;
            font-family: var(--font-primary);
            font-size: 16px;
            font-weight: 600;
            color: #f6f6f6;
            white-space: nowrap;
            transition: 0.3s;
            position: relative;
        }

            .navbar a i,
            .navbar a:focus i {
                font-size: 12px;
                line-height: 0;
                margin-left: 5px;
            }

        .navbar > ul > li > a:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            bottom: -6px;
            left: 0;
            background-color: #2c3e50;
            box-shadow: 0px 2px 15px rgba(246, 246, 246, 0.5);
            visibility: hidden;
            width: 0px;
            transition: all 0.3s ease-in-out 0s;
        }

        .navbar a:hover:before,
        .navbar li:hover > a:before {
            visibility: visible;
            width: 100%;
        }

        .navbar a:hover,
        .navbar li:hover > a {
            color: #ff0000;
        }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

@media (min-width: 1280px) {

    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {

    .signature-image {
        width: 100%;
        height: auto;
        margin: auto;
    }

    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 200px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }

        .navbar ul {
            position: absolute;
            inset: 0;
            padding: 50px 0 10px 0;
            margin: 0;
            background-color: #2c3e50;
            box-shadow: 0px 2px 15px rgba(246, 246, 246, 0.5);
            overflow-y: auto;
            transition: 0.3s;
            z-index: 9998;
        }

        .navbar a,
        .navbar a:focus {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 20px;
            font-family: var(--font-primary);
            font-size: 15px;
            font-weight: 600;
            color: #f6f6f6;
            white-space: nowrap;
            transition: 0.3s;
        }

            .navbar a i,
            .navbar a:focus i {
                font-size: 12px;
                line-height: 0;
                margin-left: 5px;
            }

            .navbar a:hover,
            .navbar li:hover > a {
                color: #ff0000;
            }

        .navbar .getstarted,
        .navbar .getstarted:focus {
            background: var(--color-primary);
            padding: 8px 20px;
            border-radius: 4px;
            margin: 15px;
            color: #f6f6f6;
        }

            .navbar .getstarted:hover,
            .navbar .getstarted:focus:hover {
                color: #f6f6f6;
                background: #ff0000;
            }


    .mobile-nav-show {
        color: #f6f6f6;
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        z-index: 9999;
        margin-right: 10px;
    }

    .mobile-nav-hide {
        color: #f6f6f6;
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 9999;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

        .mobile-nav-active .navbar {
            right: 0;
        }

            .mobile-nav-active .navbar:before {
                content: "";
                position: fixed;
                inset: 0;
                background: rgba(44, 62, 80, 0.92);
                z-index: 9996;
            }
}

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.about h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
  font-family: var(--font-secondary);
}

.about .call-us {
  left: 10%;
  right: 10%;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
}

.about .call-us h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.about .call-us p {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 10px 30px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--color-primary);
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(0, 131, 116, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(0, 131, 116, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.about .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.about .service-item {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 100%;
  border-radius: 10px;
  box-shadow: rgba(44, 62, 80, 0.25) 0px 0px 8px 0px;
}

.about .service-item:hover {
  box-shadow: rgba(204, 0, 0, 0.25) 0px 0px 8px 0px;
}

.about .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px;
}

.about .service-item .icon i {
  color: #2c3e50;
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

.about .service-item h3 {
 font-family: "Montserrat", sans-serif;
  color: #2c3e50;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #d1d1d1;
  transition: 0.3s;
}

.about .service-item p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #2c3e50;
  font-weight: 400;
}

.about .service-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: var(--color-primary);
}

.about .service-item:hover .icon:before {
  background: #cc0000;
}

.about .service-item:hover h3 {
  border-color: #cc0000;
}

#about  .p-heading {
  font-family: "Montserrat", serif;
  font-size: 23px;
  text-align: left;
  color:#2c3e50;
  line-height: 37px;

}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  padding: 40px 0;
}

.clients .swiper {
  padding: 10px 0;
}

.clients .swiper-slide img {
  transition: 0.3s;
}

.clients .swiper-slide img:hover {
  transform: scale(1.1);
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Our skills Section
--------------------------------------------------------------*/
.skills {
  padding: 60px 0;
}

.skills .skills-item {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  
   box-shadow: rgba(44, 62, 80, 0.25) 0px 0px 8px 0px;
  /* background: #f6f6f6; */
  height: 100%;
  border-radius: 10px;
}

.skills .skills-item:hover {
   box-shadow: rgba(204, 0, 0, 0.25) 0px 0px 8px 0px;
}

.skills .skills-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px;
}

.skills .skills-item .icon i {
  color: #2c3e50;
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

.skills .skills-item h3 {
  color: #2c3e50;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #d1d1d1;
  transition: 0.3s;
}

.skills .skills-item p {
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 0;
   font-family: "montserrat", sans-serif;
  color: #2c3e50;
  font-weight: 400;
}

.skills .skills-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: var(--color-primary);
}

.skills .skills-item:hover .icon:before {
  background: #cc0000;
}

.skills .skills-item:hover h3 {
  border-color: #cc0000;
}

/*--------------------------------------------------------------
# Resume  Section
--------------------------------------------------------------*/


.resume .resume-title {
  font-size: 26px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #2c3e50;
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #cc0000;
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #cc0000;
  margin-bottom: 10px;
  font-family: "montserrat",sans-serif;
}

.resume .resume-item h5 {
  font-size: 16px;
  background: #ebecf0;
  color: #2c3e50;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
   font-family: "montserrat",sans-serif;
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #cc0000;
}


/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-flters {
    padding: 0 0 20px 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

    .portfolio .portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 0;
        font-size: 18px;
        font-weight: 500;
        margin: 0 10px;
        line-height: 1;
        transition: all 0.3s ease-in-out;
    }

        .portfolio .portfolio-flters li:hover,
        .portfolio .portfolio-flters li.filter-active {
            color: var(--color-primary);
        }

        .portfolio .portfolio-flters li:first-child {
            margin-left: 0;
        }

        .portfolio .portfolio-flters li:last-child {
            margin-right: 0;
        }

@media (max-width: 575px) {
    .portfolio .portfolio-flters li {
        font-size: 14px;
        margin: 0 5px;
    }
}

.portfolio .portfolio-wrap {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
}

    .portfolio .portfolio-wrap img {
        transition: 0.3s;
        position: relative;
        z-index: 1;
    }

    .portfolio .portfolio-wrap .portfolio-info {
        padding: 25px 20px;
        background-color: #fff;
        position: relative;
        border-top: 1px solid #f3f3f3;
        z-index: 2;
    }

        .portfolio .portfolio-wrap .portfolio-info h4 {
            font-size: 18px;
            font-weight: 600;
            padding-right: 50px;
        }

            .portfolio .portfolio-wrap .portfolio-info h4 a {
                color: var(--color-default);
                transition: 0.3s;
            }

                .portfolio .portfolio-wrap .portfolio-info h4 a:hover {
                    color: var(--color-primary);
                }

        .portfolio .portfolio-wrap .portfolio-info p {
            color: #6c757d;
            font-size: 14px;
            margin-bottom: 0;
            padding-right: 50px;
        }

    .portfolio .portfolio-wrap:hover img {
        transform: scale(1.1);
    }

/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
}

.portfolio-details .swiper-button-prev,
.portfolio-details .swiper-button-next {
    width: 48px;
    height: 48px;
}

    .portfolio-details .swiper-button-prev:after,
    .portfolio-details .swiper-button-next:after {
        color: rgba(255, 255, 255, 0.8);
        background-color: rgba(0, 0, 0, 0.2);
        font-size: 24px;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
    }

    .portfolio-details .swiper-button-prev:hover:after,
    .portfolio-details .swiper-button-next:hover:after {
        background-color: rgba(0, 0, 0, 0.6);
    }

@media (max-width: 575px) {

    .portfolio-details .swiper-button-prev,
    .portfolio-details .swiper-button-next {
        display: none;
    }
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

    .portfolio-details .portfolio-info h3:after {
        content: "";
        position: absolute;
        display: block;
        width: 50px;
        height: 3px;
        background: var(--color-primary);
        left: 0;
        bottom: 0;
    }

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

    .portfolio-details .portfolio-info ul li {
        display: flex;
        flex-direction: column;
        padding-bottom: 15px;
        font-size: 16px;
    }

    .portfolio-details .portfolio-info ul strong {
        text-transform: uppercase;
        font-weight: 400;
        color: #9c9c9c;
        font-size: 12px;
    }

.portfolio-details .portfolio-info .btn-visit {
    padding: 8px 40px;
    background: var(--color-primary);
    color: #fff;
    border-radius: 50px;
    transition: 0.3s;
}

    .portfolio-details .portfolio-info .btn-visit:hover {
        background: #009d8b;
    }

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

.portfolio-details .portfolio-description .testimonial-item {
    padding: 30px 30px 0 30px;
    position: relative;
    background: white;
    height: 100%;
    margin-bottom: 50px;
}

    .portfolio-details .portfolio-description .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50px;
        border: 6px solid #fff;
        float: left;
        margin: 0 10px 0 0;
    }

    .portfolio-details .portfolio-description .testimonial-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 15px 0 5px 0;
        padding-top: 20px;
    }

    .portfolio-details .portfolio-description .testimonial-item h4 {
        font-size: 14px;
        color: #6c757d;
        margin: 0;
    }

    .portfolio-details .portfolio-description .testimonial-item .quote-icon-left,
    .portfolio-details .portfolio-description .testimonial-item .quote-icon-right {
        color: #009d8b;
        font-size: 26px;
        line-height: 0;
    }

    .portfolio-details .portfolio-description .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
    }

    .portfolio-details .portfolio-description .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
        transform: scale(-1, -1);
    }

    .portfolio-details .portfolio-description .testimonial-item p {
        font-style: italic;
        margin: 0 0 15px 0 0 0;
        padding: 0;
    }

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-container {
    background: url("../img/backgrounds/background.jpg") repeat scroll center center/cover;
    /*background-color: #2c3e50;*/
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    margin: 0;
}

.contact .info-item {
  background-color: rgba(246, 246, 246, 0.1);
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  width: 100%;
}

.contact .info-item:last-child {
  margin-bottom: 0;
}

.contact .info-icon {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .contact-form {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 10px;
}

.contact .contact-form .form-group {
  padding-bottom: 8px;
}

.contact .contact-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .contact-form .error-message br+br {
  margin-top: 25px;
}

.contact .contact-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .contact-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.contact .contact-form input,
.contact .contact-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .contact-form input[type=text],
.contact .contact-form input[type=email],
.contact .contact-form textarea {
  padding: 12px 15px;
}

.contact .contact-form input[type=text]:focus,
.contact .contact-form input[type=email]:focus,
.contact .contact-form textarea:focus {
  border-color: var(--color-primary);
}

.contact .contact-form textarea {
  padding: 10px 12px;
}

.contact .contact-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 14px 45px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .contact-form button[type=submit]:hover {
  background: rgba(0, 131, 116, 0.8);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



.close {
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=30);
    opacity: .3
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=60);
    opacity: .6
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.submit-progress-bg {
    background-color: lightgray;
    opacity: .5;
}

.submit-progress {
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 2em;
    z-index: 10;
    padding-left: 2.1em;
    background-color: black;
    opacity: 0.5;
    color: white;
    width: 100%;
    height: 100%;
}

.submit-progress i {
    margin-left: 0.5em;
    position: absolute;
    top: 48%;
    left: 35%;
}

.submit-progress label {
    position: absolute;
    top: 48%;
    left: 43%;
    padding-top: 0.25em;
}

.hidden {
    display: none;
}

.icon-style {
    font-size: 20px;
    margin-left: 5px;
    margin-top: 0px;
}

.btn-get-started {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 50px;
    transition: 0.3s;
    color: #f6f6f6 !important;
    background: rgba(204, 0, 0, 1) !important;
}


.product-price {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50px;
    transition: 0.3s;
    color: #f6f6f6 !important;
    background: #9c9c9c !important;
}

@media (min-width: 1280px) {

    .btn-margin {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1279px) {

    .btn-margin {
        margin-left: 12px;
        margin-right: 12px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

}

.btn-get-started:hover {
    background: rgba(255, 0, 0, 1) !important;
    color: #f6f6f6 !important;
}

    /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
    .footer {
        font-size: 14px;
        background-color: #2c3e50;
        box-shadow: 0px 2px 15px rgba(246, 246, 246, 0.5);
        padding: 20px 0;
        color: white;
    }

        .footer .footer-info .logo {
            line-height: 0;
            margin-bottom: 25px;
        }

            .footer .footer-info .logo img {
                max-height: 40px;
                margin-right: 6px;
            }

            .footer .footer-info .logo span {
                font-size: 30px;
                font-weight: 700;
                letter-spacing: 1px;
                color: #fff;
                font-family: var(--font-primary);
            }

        .footer .footer-info p {
            font-size: 14px;
            font-family: var(--font-primary);
        }

        .footer .social-links a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, 0.2);
            font-size: 16px;
            color: rgba(255, 255, 255, 0.7);
            margin-right: 10px;
            transition: 0.3s;
        }

            .footer .social-links a:hover {
                color: #fff;
                border-color: #fff;
            }

        .footer h4 {
            font-size: 16px;
            font-weight: bold;
            position: relative;
            padding-bottom: 12px;
        }

        .footer .footer-links {
            margin-bottom: 30px;
        }

            .footer .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                .footer .footer-links ul i {
                    padding-right: 2px;
                    color: rgba(0, 131, 116, 0.8);
                    font-size: 12px;
                    line-height: 0;
                }

                .footer .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    .footer .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                .footer .footer-links ul a {
                    color: rgba(255, 255, 255, 0.7);
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    .footer .footer-links ul a:hover {
                        color: #fff;
                    }

        .footer .footer-contact p {
            line-height: 26px;
        }

        .footer .copyright {
            text-align: center;
        }

        .footer .credits {
            padding-top: 4px;
            text-align: center;
            font-size: 13px;
        }

            .footer .credits a {
                color: #fff;
            }


    .container,
    .container-fluid,
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        margin-right: auto;
        margin-left: auto;
    }

    @media (min-width: 400px) {
        #header .logo {
            width: 70%;
        }
    }

    @media (min-width: 576px) {
        #header .logo {
            width: 60%;
        }

        .container-sm, .container {
            max-width: 540px;
        }
    }

    @media (min-width: 768px) {
        #header .logo {
            width: 40%;
        }

        .container-md, .container-sm, .container {
            max-width: 720px;
        }
    }

    @media (min-width: 992px) {

        #header .logo {
            width: 30%;
        }

        .container-lg, .container-md, .container-sm, .container {
            max-width: 980px;
        }
    }

    @media (min-width: 1100px) {

        #header .logo {
            width: 30%;
        }

        .container {
            max-width: 1000px;
        }
    }

    @media (min-width: 1300px) {
        #header .logo {
            width: 30%;
        }

        .container {
            max-width: 1250px;
        }
    }

    @media (min-width: 1450px) {
        #header .logo {
            width: 30%;
        }

        .container-xl, .container-lg, .container-md, .container-sm, .container {
            max-width: 1300px;
        }
    }

    @media (min-width: 1700px) {
        #header .logo {
            width: 30%;
        }

        .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
            max-width: 1600px;
        }
    }

    .profile-image {
        width: 300px;
        height: 300px;
    }

    .bg-faded {
        box-shadow: rgba(44, 62, 80, 0.5) 0px 0px 8px 0px;
    }

    .rounded {
        border-radius: 0.25rem;
    }

.portfolio-details {
    padding-top: 40px;
}

.portfolio-details-slider img {
    width: 100%;
}

.swiper-pagination {
    margin-top: 20px;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #ebecf0;
    opacity: 1;
    border: 1px solid #cc0000;
}

.swiper-pagination-bullet-active {
    background-color: #cc0000;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(51, 51, 51, 0.08);
}

    .portfolio-details .portfolio-info h3 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    .portfolio-details .portfolio-info ul {
        list-style: none;
        padding: 0;
        font-size: 15px;
    }

        .portfolio-details .portfolio-info ul li + li {
            margin-top: 10px;
        }

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

    .portfolio-details .portfolio-description h2 {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .portfolio-details .portfolio-description p {
        padding: 0;
    }

.portfolio-column {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    width: 50%;
}

.shop-column {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    width: 50%;
}


/* Clear floats after rows */
.portfolio-row:after {
    content: "";
    display: table;
    clear: both;
}

/* Clear floats after rows */
.shop-row:after {
    content: "";
    display: table;
    clear: both;
}

.portfolio-content img {
    border-radius: 7px;
    position: relative;
    width: 100%;
}

.portfolio-content h5 {
    font-size: 19px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
    .portfolio-column {
        width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .portfolio-column {
        width: 100%;
    }
}

    @media (min-width: 1400px) {
        .container2 {
            max-width: 1900px;
        }
    }

    .about-container, .container2, .container3 {
        width: 100%;
        padding-right: 1px;
        padding-left: 1px;
        margin-right: auto;
        margin-left: auto;
    }

    .greytext {
        color: #f6f6f6;
    }

    .bluetext {
        color: #2c3e50;
    }

    .redtext {
        color: #cc0000;
    }

    .greybackground {
        background-color: #f6f6f6;
    }

    .greybackground2 {
        background-color: #ebecf0;
        box-shadow: rgba(44, 62, 80, 0.25) 0px 0px 15px 0px;
    }

    .artstation:hover {
        color: #65abed;
    }

    .youtube:hover {
        color: #ff0000;
    }

    .twitter:hover {
        color: #000000;
    }

    .instagram:hover {
        color: #d53692;
    }

    .threads:hover {
        color: #000;
    }

    .tiktok:hover {
        color: #25f4ee;
    }

    .linkedin:hover {
        color: #007ab5;
    }

    .facebook:hover {
        color: #0063e0;
    }

    .contact-mail {
        color: #f6f6f6;
    }

        .contact-mail:hover {
            color: #ff0000;
        }

    .social-links {
        height: 2rem;
        width: 2.3rem;
        display: inline-flex;
        padding: 0;
        border-radius: 100%;
        font-size: 20px;
        color: #ebecf0;
    }

    @media(max-width: 991px) {
        .social-links {
            width: 1.9rem;
        }
    }

    @media(max-width: 767px) {
        .social-links {
            width: 2.3rem;
        }
    }

    .anchor-link {
        color: #cc0000;
    }

        .anchor-link:hover {
            color: #ff0000;
        }

    .about .info-item {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px;
        border-radius: 10px;
        color: #2c3e50;
    }

    .about .service-title {
        font-size: 26px;
        font-weight: 600;
        color: #2c3e50;
    }

    .about .info-item:last-child {
        margin-bottom: 0;
    }

    .about .info-icon {
        font-size: 20px;
        color: #2c3e50;
        float: left;
        width: 44px;
        height: 44px;
        background-color: rgba(44, 62, 80, 0.2);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
        margin-right: 15px;
    }

    .about .info-item h4 {
        padding: 0;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .about .info-item p {
        padding: 0;
        margin-bottom: 0;
        font-size: 17px;
    }



    .skills .info-item {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px;
        border-radius: 10px;
        color: #2c3e50;
    }

        .skills .info-item:last-child {
            margin-bottom: 0;
        }

    .skills .info-icon {
        font-size: 20px;
        color: #2c3e50;
        float: left;
        width: 44px;
        height: 44px;
        background-color: rgba(44, 62, 80, 0.2);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
        margin-right: 15px;
    }

    .skills .info-item h4 {
        padding: 0;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .skills .info-item p {
        padding: 0;
        margin-bottom: 0;
        font-size: 17px;
    }


    .portfolio .info-item {
        width: 100%;
        color: #f6f6f6;
    }

        .portfolio .info-item:last-child {
            margin-bottom: 0;
        }

    .portfolio .info-icon {
        font-size: 20px;
        color: #f6f6f6;
        float: left;
        width: 44px;
        height: 44px;
        background-color: rgba(255, 255, 255, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
        margin-right: 15px;
    }


    .portfolio .info-item h4 {
        /* padding: 0; */
        /* font-size: 20px; */
        /* font-weight: 400; */
        font-family: var(--font-primary);
        font-weight: 500;
        font-size: 17px;
        margin-top: 10px;
        text-align: center;
    }

    .portfolio .info-item p {
        padding: 0;
        margin-bottom: 0;
        font-size: 17px;
        text-align: center;
    }

    .gallery {
        width: 100%;
        display: block;
        min-height: 100vh;
        /* background-color: #2a2932; */
        /* padding: 100px 0; */
    }

        .gallery .gallery-filter {
            padding: 0 15px;
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
        }

            .gallery .gallery-filter .filter-item {
                font-family: var(--font-primary);
                font-weight: 500;
                font-size: 17px;
                color: #2c3e50;
                font-size: 18px;
                text-transform: uppercase;
                display: inline-block;
                margin: 0 10px;
                cursor: pointer;
                border-bottom: 2px solid transparent;
                line-height: 1.2;
                transition: all 0.3s ease;
            }

                .gallery .gallery-filter .filter-item.active {
                    color: #cc0000;
                    border-color: #cc0000;
                }

        .gallery .gallery-item {
            width: 50%;
            padding: 15px;
        }


        .gallery .gallery-shop {
            width: 33.3%;
            padding: 15px;
        }

       

        .gallery .gallery-item-inner img {
            width: 100%;
            border-radius: 7px;
            position: relative;
        }

        .gallery .gallery-item.show {
            animation: fadeIn 0.5s ease;
        }

       


        .gallery .gallery-shop-inner img {
            width: 100%;
            border-radius: 7px;
            position: relative;
        }

        .gallery .gallery-shop.show {
            animation: fadeIn 0.5s ease;
        }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .gallery .gallery-item.hide {
        display: none;
    }

.gallery .gallery-shop.hide {
    display: none;
}

.gallery .gallery-shop.hide {
    display: none;
}

    /*responsive*/
    @media(max-width: 991px) {
        .gallery .gallery-item {
            width: 50%;
        }

        .gallery .gallery-shop {
            width: 100%;
        }
    }

    @media(max-width: 767px) {

    
        .gallery .gallery-item {
            width: 100%;
        }

        .gallery .gallery-shop {
            width: 100%;
        }
   
        .gallery .gallery-filter .filter-item {
            margin-bottom: 10px;
        }
    }

    #sliderDiv {
        position: relative; /* Ensures child absolute positioning is relative to this */
        z-index: 1; /* Lower z-index to place it below #div2 */
    }

    #logoDiv {
        position: absolute; /* Positions it relative to #div1 */
        left: 25%;
        width: 50%; /* Ensures it covers the full width */
        height: 50%; /* Ensures it covers the full height */
        z-index: 100; /* Higher z-index to place it on top of #div1 */
    }

    .slider {
        position: relative;
        width: 100%;
    }

    .items {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-bottom: 50%;
    }

    .item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 2s ease-in-out;
        &.current

{
    opacity: 1;
}

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

}

video {
    width: 100%;
    height: auto;
}



.hero {
    padding: 0;
}

    .hero .carousel {
        width: 100%;
        min-height: 100vh;
        padding: 0;
        margin: 0;
        background-color: var(--background-color);
        position: relative;
    }

    .hero .carousel-item {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    .carousel-item-img {
        position: absolute;
        inset: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

        .hero .carousel-item:before {
            content: "";
            background: color-mix(in srgb, var(--background-color), transparent 30%);
            position: absolute;
            inset: 0;
            z-index: 2;
        }

        .hero .carousel-item::before {
            content: "";
            background-color: color-mix(in srgb, var(--background-color), transparent 30%);
            position: absolute;
            inset: 0;
        }

    .hero .carousel-container {
        position: absolute;
        inset: 0px 0px 0px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 3;
    }

    .hero h2  {
        margin-bottom: 30px;
        font-size: 48px;
        font-weight: 700;
        animation: fadeInDown 1s both;
        color: #f6f6f6;
    }

@media (max-width: 768px) {
    .hero h2 {
        font-size: 30px;
    }
}

.hero p {
    animation: fadeInDown 1s both 0.2s;
    color: #f6f6f6;
}

@media (min-width: 1024px) {

    .hero h2,
    .hero p {
        max-width: 60%;
    }
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
    width: 10%;
    transition: 0.3s;
    opacity: 0.5;
    color:#f6f6f6;
}

    .hero .carousel-control-prev:focus,
    .hero .carousel-control-next:focus {
        opacity: 0.5;
    }

    .hero .carousel-control-prev:hover,
    .hero .carousel-control-next:hover {
        opacity: 0.9;
    }

@media (min-width: 1024px) {

    .hero .carousel-control-prev,
    .hero .carousel-control-next {
        width: 5%;
    }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
}

.hero .carousel-indicators {
    list-style: none;
}

    .hero .carousel-indicators li {
        cursor: pointer;
    }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.gradient-sphere {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
}

.sphere-1 {
    /* width: 40vw;
    height: 40vw;
    background: linear-gradient(40deg, rgba(255, 0, 128, 0.8), rgba(255, 102, 0, 0.4));
    top: -10%;
    left: -10%;
    animation: float-1 15s ease-in-out infinite alternate;*/
}

.sphere-2 {
    /*width: 45vw;
    height: 45vw;
    background: linear-gradient(240deg, rgba(72, 0, 255, 0.8), rgba(0, 183, 255, 0.4));
    bottom: -20%;
    right: -10%;
    animation: float-2 18s ease-in-out infinite alternate;*/
}

.sphere-3 {
    /*width: 30vw;
    height: 30vw;
    background: linear-gradient(120deg, rgba(133, 89, 255, 0.5), rgba(98, 216, 249, 0.3));
    top: 60%;
    left: 20%;
    animation: float-3 20s ease-in-out infinite alternate;*/
}

.noise-overlay {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    z-index: 5;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");*/
}

@keyframes float-1 {
    0% {
        transform: translate(0, 0) scale(1);
    }

    100% {
        transform: translate(10%, 10%) scale(1.1);
    }
}

@keyframes float-2 {
    0% {
        transform: translate(0, 0) scale(1);
    }

    100% {
        transform: translate(-10%, -5%) scale(1.15);
    }
}

@keyframes float-3 {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.3;
    }

    100% {
        transform: translate(-5%, 10%) scale(1.05);
        opacity: 0.6;
    }
}

.grid-overlay {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 40px 40px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    z-index: 2;*/
}

.glow {
    position: absolute;
    width: 40vw;
    height: 40vh;
    background: radial-gradient(circle, rgba(72, 0, 255, 0.15), transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    animation: pulse 8s infinite alternate;
    filter: blur(30px);
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: translate(-50%, -50%) scale(0.9);
    }

    100% {
        opacity: 0.7;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.particles-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.particle {
    position: absolute;
    background: white;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
}

.content-container {
    z-index: 10;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 15px;
}


.button {
    -webkit-font-smoothing: antialiased;
    background-color: $dark-blue;
    border: none;
    color: #fff;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 100;
    text-decoration: none;
    user-select: none;
    letter-spacing: 1px;
    color: white;
    padding: 20px 40px;
    text-transform: uppercase;
    transition: all 0.1s ease-out;
    &:hover

{
    background-color: $action-color;
    color: #fff;
}

&:active {
    transform: scale(0.95);
}

&--bubble {
    position: relative;
    z-index: 2;
    color: white;
    background: none;
    &:hover

{
    background: none;
}

&:hover + .button--bubble__effect-container .circle {
    background: darken($action-color, 15%);
}

&:hover + .button--bubble__effect-container .button {
    background: darken($action-color, 15%);
}

&:active + .button--bubble__effect-container {
    transform: scale(0.95);
}

&__container {
    position: relative;
    display: inline-block;
    .effect-button

{
    position: absolute;
    width: 50%;
    height: 25%;
    top: 50%;
    left: 25%;
    z-index: 1;
    transform: translateY(-50%);
    background: $dark-blue;
    transition: background 0.1s ease-out;
}

}
}
}

.button--bubble__effect-container {
    position: absolute;
    display: block;
    width: 200%;
    height: 400%;
    top: -150%;
    left: -50%;
    -webkit-filter: url("#goo");
    filter: url("#goo");
    transition: all 0.1s ease-out;
    pointer-events: none;
    .circle

{
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    background: $dark-blue;
    transition: background 0.1s ease-out;
    &.top-left

{
    top: 40%;
    left: 27%;
}

&.bottom-right {
    bottom: 40%;
    right: 27%;
}

}
}

.goo {
    position: absolute;
    visibility: hidden;
    width: 1px;
    height: 1px;
}

.button--bubble__container {
    top: 50%;
    margin-top: -25px;
}

@keyframes hue-rotate {
    from {
        -webkit-filter: hue-rotate(0);
        -moz-filter: hue-rotate(0);
        -ms-filter: hue-rotate(0);
        filter: hue-rotate(0);
    }

    to {
        -webkit-filter: hue-rotate(360deg);
        -moz-filter: hue-rotate(360deg);
        -ms-filter: hue-rotate(360deg);
        filter: hue-rotate(360deg);
    }
}

.wrapper {
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to right, rgba(44,62,80,0.5), rgba(204,0,0,0.5));
    background-size: 1800% 1800%;
    -webkit-animation: rainbow 18s ease infinite;
    -z-animation: rainbow 18s ease infinite;
    -o-animation: rainbow 18s ease infinite;
    animation: rainbow 18s ease infinite;
}

@-webkit-keyframes rainbow {
    0% {
        background-position: 0% 82%
    }

    50% {
        background-position: 100% 19%
    }

    100% {
        background-position: 0% 82%
    }
}

@-moz-keyframes rainbow {
    0% {
        background-position: 0% 82%
    }

    50% {
        background-position: 100% 19%
    }

    100% {
        background-position: 0% 82%
    }
}

@-o-keyframes rainbow {
    0% {
        background-position: 0% 82%
    }

    50% {
        background-position: 100% 19%
    }

    100% {
        background-position: 0% 82%
    }
}

@keyframes rainbow {
    0% {
        background-position: 0% 82%
    }

    50% {
        background-position: 100% 19%
    }

    100% {
        background-position: 0% 82%
    }
}

h3 svg {
    width: 20em;
}

.modeling {
    background: url("../img/portfolio/buttons/modeling.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.modeling:hover {
    background: url("../img/portfolio/buttons/modeling2.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.illustrations {
    background: url("../img/portfolio/buttons/illustrations.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.illustrations:hover {
    background: url("../img/portfolio/buttons/illustrations2.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.drawings {
    background: url("../img/portfolio/buttons/drawings.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.drawings:hover {
    background: url("../img/portfolio/buttons/drawings2.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.animation {
    background: url("../img/portfolio/buttons/animation.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.animation:hover {
    background: url("../img/portfolio/buttons/animation2.png");
    background-repeat: no-repeat;
    background-size: cover;
}


.motiongraphics {
    background: url("../img/portfolio/buttons/motiongraphics.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.motiongraphics:hover {
    background: url("../img/portfolio/buttons/motiongraphics2.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.card {
    width: 200px;
    height: 300px;
    /*background: #f6f6f6;*/
    border-radius: 7px;
    overflow: hidden;
    display: inline-block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    /*box-shadow: 0 14px 26px rgba(0,0,0,0.04);*/
    transition: all 0.3s ease-out;
    text-decoration: none;
    box-shadow: rgba(204, 0, 0, 0.065) 0px 0px 30px 0px inset, rgba(204, 0, 0, 0.065) 0px 0px 30px 0px inset;
}

    .card:hover {
        /*transform: translateY(-5px) scale(1.005) translateZ(0);*/
        box-shadow: rgba(204, 0, 0, 0.2) 0px 0px 30px 0px inset, rgba(204, 0, 0, 0.2) 0px 0px 30px 0px inset;
    }

        .card:hover .overlay {
            transform: scale(4) translateZ(0);
        }

        .card:hover p {
            color: var(--text-color-hover);
        }

    .card:active {
       /* transform: scale(1) translateZ(0);*/
       /* box-shadow: 0 15px 24px rgba(0,0,0,0.11), 0 15px 24px var(--box-shadow-color);*/
    }

 /*   .card p {
        font-size: 17px;
        color: #4C5656;
        margin-top: 30px;
        z-index: 1000;
        transition: color 0.3s ease-out;
    }*/

.overlay {
    width: 118px;
    position: absolute;
    height: 118px;
    /*border-radius: 50%;
    background: rgba(44,62,80,0);*/
    top: 70px;
    left: 50px;
    z-index: 0;
    transition: transform 0.3s ease-out;
}

    .overlay:hover {
        width: 118px;
        position: absolute;
        height: 118px;
        /*border-radius: 50%;
        background: rgba(44,62,80,0.04);*/
        top: 70px;
        left: 50px;
        z-index: 0;
        transition: transform 0.3s ease-out; 
    }

.shop-content img {
    border-radius: 7px;
    position: relative;
    width: 100%;
}

.shop-content h5 {
    font-size: 19px;
}

.product-price {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50px;
    transition: 0.3s;
    color: #f6f6f6 !important;
    background: #9c9c9c !important;
}




.gallery .gallery-shop-inner img {
    width: 100%;
    border-radius: 7px;
    position: relative;
}

.gallery .gallery-shop.show {
    animation: fadeIn 0.5s ease;
}


.linkhover:hover {
    color: #ff0000;
}
