section[data-cattype="83004"] {
    overflow: visible;
}

section[data-cattype="83004"] .background-container {
    background: linear-gradient(to top right, #00169F, #071A3D);
    padding: 20px;
    margin-top: -70px;
}

section[data-cattype="83004"] .content-container {
    max-width: 1600px;
    margin: 0 auto 20px;
    padding: 0px 20px;
}

section[data-cattype="83004"] .animate-project-button-wrap {
  position: relative;
  z-index: 109;
}

section[data-cattype="83004"] .content {
    background-color: transparent;
    padding: 10px;
    border: 1px solid #EAF0FF;
    border-radius: 20px;
    margin-bottom: 20px;
    text-align: center;
}

section[data-cattype="83004"] .content img {
    max-width: 100%;
    height: auto;
    border-radius: 30px;
    padding: 5px;
}

section[data-cattype="83004"] h2 {
    color: #fff;
    margin: 60px 0px 30px 0px;
}

section[data-cattype="83004"] h3 {
    color: #fff;
    margin: 24px 0px 5px 0px;
}

section[data-cattype="83004"] p {
    font-size: 16px;
    font-family: 'arial';
    margin: 20px 5px 10px 5px;
    color: #fff;
    text-align: justify;
}

section[data-cattype="83004"] .custom-button {
    background-color: #F2B705;
    padding: 15px 40px;
    border-radius: 10px;
    border: 1px solid #F2B705;
    color: #00169F;
    cursor: pointer;
    transition: color 0.6s ease, background-color 0.6s ease, border 0.6s ease, transform 0.6s ease;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Roboto';
    position: relative;
    z-index: 99;
    display: inline-block;
}

section[data-cattype="83004"] .custom-button:hover {
    color: #00169F;
    border: 2px solid #fff;
    background-color: #fff;
    transform: translateY(-3px);
}

section[data-cattype="83004"] h1 {
    color: rgba(246, 246, 246, 0.10);
    font-size: 300px;
    margin: -136px -900px -165px -900px;
}


/* ================================
   Scroll Animation - Initial State
================================ */

section[data-cattype="83004"] .animate-background,
section[data-cattype="83004"] .animate-title,
section[data-cattype="83004"] .animate-content-container,
section[data-cattype="83004"] .animate-project-row,
section[data-cattype="83004"] .animate-project-item,
section[data-cattype="83004"] .animate-project-card,
section[data-cattype="83004"] .animate-project-image,
section[data-cattype="83004"] .animate-project-heading,
section[data-cattype="83004"] .animate-project-description,
section[data-cattype="83004"] .animate-project-button-wrap,
section[data-cattype="83004"] .animate-big-title {
    will-change: opacity, transform;
}

section[data-cattype="83004"] .animate-title {
    opacity: 0;
    transform: translateY(-40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    transition-delay: 0.05s;
}

section[data-cattype="83004"] .animate-project-item {
    opacity: 0;
    transform: translateY(55px);
    transition: opacity 0.85s ease, transform 0.85s ease;
}

section[data-cattype="83004"] .animate-project-item:nth-child(1) {
    transition-delay: 0.15s;
}

section[data-cattype="83004"] .animate-project-item:nth-child(2) {
    transition-delay: 0.25s;
}

section[data-cattype="83004"] .animate-project-item:nth-child(3) {
    transition-delay: 0.35s;
}

section[data-cattype="83004"] .animate-project-item:nth-child(4) {
    transition-delay: 0.45s;
}

section[data-cattype="83004"] .animate-project-card {
    transition: transform 0.6s ease, border-color 0.6s ease;
}

section[data-cattype="83004"] .animate-project-image {
    transform: scale(1.04);
    transition: transform 1s ease;
}

section[data-cattype="83004"] .animate-project-heading,
section[data-cattype="83004"] .animate-project-description {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

section[data-cattype="83004"] .animate-project-heading {
    transition-delay: 0.18s;
}

section[data-cattype="83004"] .animate-project-description {
    transition-delay: 0.28s;
}

section[data-cattype="83004"] .animate-project-button-wrap {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    transition-delay: 0.65s;
}

section[data-cattype="83004"] .animate-big-title {
    opacity: 0;
    transform: translateY(45px);
    transition: opacity 1s ease, transform 1s ease;
    transition-delay: 0.75s;
}


/* ================================
   Scroll Animation - Active State
================================ */

section[data-cattype="83004"].is-animated .animate-title,
section[data-cattype="83004"].is-animated .animate-project-item,
section[data-cattype="83004"].is-animated .animate-project-heading,
section[data-cattype="83004"].is-animated .animate-project-description,
section[data-cattype="83004"].is-animated .animate-project-button-wrap,
section[data-cattype="83004"].is-animated .animate-big-title {
    opacity: 1;
    transform: translateY(0);
}

section[data-cattype="83004"].is-animated .animate-project-image {
    transform: scale(1);
}


/* ================================
   Hover Effect
================================ */

section[data-cattype="83004"] .content:hover {
    border-color: #F2B705;
}

section[data-cattype="83004"] .content:hover .animate-project-image {
    transform: scale(1.02);
}


/* ================================
   Laptop Responsive
================================ */

@media (max-width: 1400px) {

    section[data-cattype="83004"] h1 {
        font-size: 200px;
        margin: -130px -900px -85px -900px;
    }

    section[data-cattype="83004"] h2 {
        font-size: 38px;
    }

    section[data-cattype="83004"] h3 {
        font-size: 20px;
    }

    section[data-cattype="83004"] .custom-button {
        font-size: 14px;
    }
}


/* ================================
   Mobile Responsive
================================ */

@media (max-width: 480px) {

    section[data-cattype="83004"] h2 {
        font-size: 26px;
    	margin: 10px 0px 20px 0px;
    }

section[data-cattype="83004"] .content-container {
  max-width: 100%;
  margin: 0 auto 20px;
  padding: 0px 0px;
}

	section[data-cattype="83004"] .content img {
      max-width: 100%;
      border-radius: 15px;
      padding: 0px;
    }

    section[data-cattype="83004"] h3 {
        font-size: 18px;
    	margin: 5px 0px 5px 0px;
    }

	section[data-cattype="83004"] p {
      font-size: 15px;
      margin: 10px 10px 10px 10px;
    }

    section[data-cattype="83004"] .background-container {
        overflow: hidden;
    	margin-bottom: -65px;
    }

    section[data-cattype="83004"] .custom-button {
        font-size: 15px;
		margin-top: -20px;
    }

    section[data-cattype="83004"] h1 {
        font-size: 50px;
    	margin: -26px -900px 0px -900px;
		position: relative;
        z-index: -1;
    }

    section[data-cattype="83004"] .animate-title {
        transform: translateY(-25px);
    }

    section[data-cattype="83004"] .animate-project-item {
        transform: translateY(40px);
        transition-delay: 0.12s;
    }

    section[data-cattype="83004"] .animate-project-heading,
    section[data-cattype="83004"] .animate-project-description {
        transform: translateY(14px);
    }

    section[data-cattype="83004"] .animate-project-button-wrap {
        transform: translateY(28px);
        transition-delay: 0.3s;
    }

    section[data-cattype="83004"] .animate-big-title {
        transform: translateY(30px);
        transition-delay: 0.4s;
    }

    section[data-cattype="83004"].is-animated .animate-title,
    section[data-cattype="83004"].is-animated .animate-project-item,
    section[data-cattype="83004"].is-animated .animate-project-heading,
    section[data-cattype="83004"].is-animated .animate-project-description,
    section[data-cattype="83004"].is-animated .animate-project-button-wrap,
    section[data-cattype="83004"].is-animated .animate-big-title {
        opacity: 1;
        transform: translateY(0);
    }

    section[data-cattype="83004"].is-animated .animate-project-image {
        transform: scale(1);
    }
}