@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body {
    font-family: "DM Sans", sans-serif;
    color: #000000;
    overflow-x: hidden;
}

h1,h2,h3,p,a {
    font-family: "DM Sans", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}



.hero {
    background: linear-gradient(90deg, #101241 0%, #1d2167 100%);
    width: 100%;
    padding: 7rem 0;
    color: white;
    overflow: hidden;
    position: relative;
}

.hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    gap: 0.5rem;
}

.hero-text-column,
.hero-image-column {
    flex: 1;
    position: relative;
    height: 450px;
}

.hero-text-slide,
.hero-image-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-text-slide.active,
.hero-image-slide.active {
    opacity: 1;
}

.hero-text-slide h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-text-slide p {
    font-size: 1.5rem;
    line-height: 1.6;
    max-width: 450px;
    margin-bottom: 2rem;
    text-align: justify;
}

.hero-text-slide .btn {
    background: #ff5003;
    color: white;
    padding: 0.8rem 2rem;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: inline-block;
    width: fit-content;
}

.hero-text-slide .btn:hover {
    transform: translateY(-3px);
    background: #e64802;
}

.hero-image-slide {
    align-items: center;
}

.image-wrapper {
    position: relative;
    width: 100%;
}

.main-banner-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.hero-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 5;
}

.hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.hero-dot.active {
    background-color: #ff5003;
}

.sectionn-line {
    width: 1px;
    height: 1px;
    background-color: white;
    margin: 5px 0 1px 0;
    border-radius: 1px;
}

.client-section {
    background: linear-gradient(
        to right,
        rgba(16, 18, 65, 1),
        rgba(29, 33, 103, 1)
    );
    padding: 4rem 0;
    color: white;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.client-content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 2rem;
    align-items: center;
}

.client-left {
    flex: 1;
    max-width: 700px;
    width: 100%;
}

.client-left h2 {
    margin-top: 2rem;
    font-size: 3rem;
    margin-bottom: 2rem;
    text-align: left;
    width: 500px;
}

.client-left p {
    font-size: 1.5rem;
    text-align: justify;
    margin-bottom: 3.5rem;
    line-height: 1.8;
    width: 600px;
}

.client-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 600px;
    width: 100%;
}

.stat-box {
    max-width: 280px;
}

.stat-box h3 {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #ffffff;
    max-width: 100px;
}

.stat-box p {
    font-size: 1.2rem;
    color: #e0e0e0;
    width: 300px;
}

.client-right {
    flex: 1;
    text-align: left;
    margin-left: 100px;
}

.client-right img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}

.masalah {
    width: 1200px;
    max-width: 100%;
    margin: auto;
    padding: 2rem 5vw;
    text-align: center;
    box-sizing: border-box;
}

.section-title {
    margin-top: 2rem;
    font-size: 3rem;
    margin-bottom: 2rem;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    color: #003366;
}

.sectione-line {
    width: 20vw;
    height: 3px;
    background-color: #101241;
    margin: 0 auto 5rem;
    border-radius: 5px;
}

.masalah-cards {
    display: flex;
    flex-wrap: nowrap;
    gap: 3vw;
    justify-content: center;
}

.masalah-card {
    flex: 1 1 280px;
    max-width: 90%;
    border-radius: 13px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    background: white;
    transition: transform 0.3s ease;
}

.masalah-card .masalah-header {
    background: #0a1f4c;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 1rem;
}

.masalah-card.highlight {
    transform: scale(1.1);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}
.masalah-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.masalah-body {
    padding: 2rem;
    text-align: justify;
}

.item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1rem;
    flex-wrap: nowrap;
}

.item img {
    width: 8vw;
    max-width: 50px;
    height: auto;
    margin-top: 2rem;
}

.item p {
    font-size: 1.2rem;
    color: #696969;
    margin: 0;
    line-height: 1.5;
}

.solusi-layered-section {
    background: linear-gradient(
        to right,
        rgba(16, 18, 65, 1),
        rgba(29, 33, 103, 1)
    );
    border-radius: 50px;
    clip-path: polygon(0% -6px, 100% 100px, 100% 100%, 0% 100%);
    color: white;
    position: relative;
    overflow: hidden;
    height: 650px;
    width: 100%;
    max-width: 1200px;
    margin: 100px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solusi-layered-container {
    width: 1000px;
    margin: 0 auto;
    padding: 0.5rem;
    margin-top: 100px;
}

.solusi-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    color: white;
}

.left-phone {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-phone img {
    width: 1050px;
    height: auto;
    transform: translateY(-40px);
}

.right-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
    margin-left: 200px;
    overflow: hidden;
    position: relative;
}

.slider-wrapper {
    width: 100%;
}

.slides-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.solution-slide {
    width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.solution-slide h2 {
    font-size: clamp(1.5rem, 2vw + 1rem, 2.5rem);
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.solution-slide p {
    font-size: clamp(0.9rem, 0.8vw + 0.8rem, 1.1rem);
    line-height: 1.6;
    color: #d9d9d9;
    max-width: 90%;
    text-align: justify;
}

.title-dots {
    margin-top: 1.5rem;
    text-align: center;
}

.title-dots .dot {
    height: 8px;
    width: 8px;
    margin: 0 4px;
    background-color: #888;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.title-dots .dot.active {
    background-color: white;
}

.layanan-section {
    padding: 3rem 2rem 3rem 2rem;
    background-color: #fff;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.layanan-header h2 {
    color: #003366;
    font-size: 3rem;
    margin-bottom: 0.7rem;
    text-align: center;
}

.divider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}
.layanan-line {
    position: relative;
    width: 300px;
    height: 2px;
    background-color: #000000;
    margin-bottom: 20px;
}

.layanan.line::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background-color: #000000;
    border-radius: 50%;
}

.layanan-header p {
    font-size: 1.2rem;
    color: #777;
    max-width: 600px;
    margin: 0 auto 6rem;
}

.layanan-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1200px;
    margin: 2rem auto;
    box-sizing: border-box;
    flex-direction: row;
    align-items: flex-start;
}

.layanan-column {
    flex: 1;
    width: 260px;
}

.layanan-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
    text-align: left;
}

.layanan-item img {
    width: 50px;
    height: 50px;
    margin-left: 0px;
}

.layanan-item h4 {
    margin-top: -10px;
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    font-weight: 700;
    color: #003366;
}

.layanan-item p {
    font-size: clamp(0.9rem, 1.8vw, 1rem);
    color: #444;
    margin-top: 0.2rem;
    max-width: 100%;
    text-align: justify;
    margin-bottom: 20px;
    line-height: 1.5;
}

.layanan-image {
    flex: 1;
    max-width: 400px;
    text-align: center;
    padding: 2rem 0rem;
    box-sizing: border-box;
}

.layanan-image img {
    max-width: 100%;
    height: auto;
    margin-top: 0px;
}

.keahlian-wrapper {
    position: relative;
    padding: 80px 40px;
    background: linear-gradient(
        to right,
        rgba(16, 18, 65, 1),
        rgba(29, 33, 103, 1)
    );
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}

.keahlian-wrapper .container.content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
}

.keahlian-content-left {
    flex: 1 1 50%;
    max-width: 550px;
    color: white;
    margin-left: 50px;
}

.keahlian-header {
    text-align: left;
    margin-bottom: 40px;
}

.keahlian-header h2 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.keahlian-header .subtitle {
    font-size: 1.3rem;
    color: #ccc;
}

.keahlian-content-left .skills {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.keahlian-content-left .skill-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.keahlian-content-left .skill-item .icon img {
    width: 50px;
    height: 50px;
}

.keahlian-content-left .skill-item .label {
    font-weight: bold;
    font-size: 1.4rem;
    color: white;
}

.keahlian-content-left .selengkapnya {
    display: inline-block;
    margin-top: 30px;
    color: #00bfff;
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: 500;
}

.keahlian-wrapper .form-card {
    flex: 1 1 45%;
    background-color: white;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative;
    max-width: 500px;
    align-self: stretch;
}

.keahlian-wrapper .form-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    background-color: #b0c4de;
    border-radius: 20px 20px 0 0;
}

.keahlian-wrapper .form-card h3 {
    position: relative;
    color: white;
    text-align: center;
    margin-bottom: 20px;
    font-size: 2rem;
    margin-bottom: 2.5rem;
}

.keahlian-wrapper .form-card .card {
    position: relative;
    background: white;
    margin: 0 20px 15px 20px;
    margin-left: -50px;
    margin-right: 70px;
    padding: 15px 20px 15px 60px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    min-height: 70px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.keahlian-wrapper .form-card .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}

.keahlian-wrapper .form-card .card p {
    color: #333;
    font-size: 1rem;
    line-height: 1.5;
}

.keahlian-wrapper .form-card .icon-btn {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #0d3d7d;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
    line-height: 30px;
    text-align: center;
}

.project-grid-section {
    padding: 60px 0;
    background-color: #f5f5f5;
    color: #000;
    text-align: center;
    position: relative;
}

.project-grid-section h2 {
    margin-top: 1rem;
    font-size: 2.5rem;
    margin-bottom: 0.2rem;
    text-align: center;
    max-width: 1200px;
    width: 100%;
    color: #003366;
}
.section-line {
    width: 150px;
    height: 4px;
    background-color: #ddd;
    margin: 0 auto 20px;
    border-radius: 10px;
}

.project-subtitle {
    color: #666;
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    height: 550px;
    margin: 0 auto;
}

.carousel {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.card-container {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 20px;
    transition: transform 0.3s ease;
}

.project-card {
    background: white;
    color: #000;
    border-radius: 20px;
    overflow: hidden;
    max-width: 380px;
    width: 100%;
    height: 500px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    position: relative;
    flex-shrink: 0;
    margin-top: 30px;
    padding-bottom: 50px;
}
.project-card.active {
    transform: scale(1.05);
    opacity: 1;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    height: 500px;
    margin-top: 20px;
}
.card-header {
    background-color: #0d3d7d;
    color: white;
    padding: 20px 15px 10px;
    position: relative;
    text-align: left;
}
.card-header .project-logo {
    width: 100px;
    position: absolute;
    top: 20px;
    left: 20px;
}
.card-header h3 {
    font-size: 1.2rem;
    margin: 50px 0 5px 0;
    text-align: center;
}
.card-header p {
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
}

.card-social {
    background: #f1f1f1;
    padding: 5px;
    font-size: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    text-align: left;
    flex-direction: row;
}
.card-social div {
    display: flex;
    align-items: center;
    font-size: 9px;
    margin-bottom: 6px;
    gap: 5px;
}

.card-social img {
    width: 10px;
    height: 10px;
}

.card-image {
    position: relative;
    text-align: center;
    margin-top: 15px;
    flex-grow: 1;
}
.card-image img {
    width: 90%;
    border-top: 1px solid #eee;
    padding-top: 5px;
}

.carousel-btn {
    position: absolute;
    background: white;
    border: none;
    font-size: 2rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 10;
}
.carousel-btn.prev {
    left: -50px;
}
.carousel-btn.next {
    right: -50px;
}
.carousel-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}

.carousel-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s;
}

.carousel-dot.active {
    background-color: #333;
}

.partner-section {
    padding: 60px 30px;
    text-align: center;
    background-color: #fff;
}

.partner-section h2 {
    color: #003366;
    font-size: 3rem;
    margin-bottom: 1rem;
}

.partner-section .subtitle {
    color: #777;
    margin-bottom: 40px;
}

.line-with-dot {
    position: relative;
    width: 300px;
    height: 2px;
    background-color: #ccc;
    margin-bottom: 20px;
}
.line-with-dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: #333;
    border-radius: 50%;
}


.partner-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
    margin-top: 80px;
}

.partner-card {
    background: rgb(255, 255, 255);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    width: 200px;
    height: auto;
    padding: 20px;
    transition: transform 0.3s;
}

.partner-card:hover {
    transform: translateY(-5px);
}

.partner-logo img {
    width: 100%;
    max-height: 120px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.partner-card:hover .partner-logo img {
    transform: scale(1.05);
}

.partner-link {
    display: inline-block;
    margin-top: 15px;
    color: #003366;
    text-decoration: underline;
    font-size: 14px;
    transition: color 0.2s;
}

.partner-link:hover {
    color: #00509e;
}

.slidere-nav {
    margin-top: 70px;
}

.slidere-nav .dot {
    height: 5px;
    width: 5px;
    margin: 0 4px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.slidere-nav .dot.active {
    background-color: #2e2e2e;
}

.ulasan-klien h2 {
    text-align: center;
    font-size: 2.7rem;
    color: #003f7d;
    line-height: 1.4;
    margin-bottom: 40px;
}

.testimonial-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.testimonial-card {
    color: rgba(217, 217, 217, 0.35);
    border-radius: 16px;
    padding: 40px 30px;
    max-width: 750px;
    width: 100%;
    box-shadow: 0 6px 20px rgba(109, 109, 109, 0.1);
    text-align: left;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    overflow: visible;
    height: 250px;
    flex-wrap: nowrap;
}

.testimonial-text {
    font-size: 1.2rem;
    color: #969696;
    flex: 1;
    z-index: 1;
    position: relative;
    max-width: 80%;
    margin-top: 50px;
    text-align: justify;
    margin-left: 30px;
}

.client-info-outside {
    position: absolute;
    right: -30px;
    top: 40px;
    width: 230px;
    background: rgb(133, 133, 133);
    padding: 15px;
    margin-right: 120px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.client-logo {
    width: 80px;
    height: auto;
    margin-bottom: 10px;
}

.client-name {
    font-size: 14px;
    color: white;
    text-align: center;
    line-height: 1.4;
}

.slid-nav {
    width: 100px;
    height: auto;
}

.join-section {
    background: linear-gradient(
        to right,
        rgba(16, 18, 65, 1),
        rgba(29, 33, 103, 1)
    );
    color: white;
    padding: 30px 50px;
    border-radius: 20px;
    margin: 100px auto;
    max-width: 1200px;
}

.join-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
}

.join-left {
    flex: 1;
    max-width: 600px;
}

.join-logo {
    width: 160px;
    margin-bottom: 30px;
    margin-left: 20px;
}

.join-left h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    margin-left: 60px;
}

.join-left p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 25px;
    margin-left: 60px;
    text-align: justify;
}
.store-buttons img {
    height: 40px;
    margin-right: 100px;
}

.social-icons {
    margin-top: 20px;
}

.social-icons a {
    display: inline-block;
    margin-right: 15px;
    transition: transform 0.3s;
    margin-left: 20px;
}

.socials-links img {
    width: 24px;
    height: 24px;
    margin-left: 20px;
}
.app-buttonss {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}
.app-buttonGP {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background: #000000;
    color: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    transition: 0.3s;
    margin-left: 60px;
}

.app-buttonAP {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background: #000000;
    color: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    transition: 0.3s;
    margin-left: 10px;
}

.socials-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    margin-left: 0px;
    width: 200px;
    justify-content: center;
}

.socials-links svg {
    width: 24px;
    height: 24px;
    fill: #fff;
    opacity: 0.7;
    transition: 0.3s;
}

.icon-facebook {
    margin-left: 60px;
}

.icon-twitter {
    margin-left: 10px;
}

.icon-instagram {
    margin-left: 10px;
}

.join-right {
    flex: 1;
    text-align: center;
}

.join-right img {
    width: 600px;
    height: auto;
    margin-bottom: 0px;
}


.hero,
.client-section,
.masalah-section,
.solusi-layered-section,
.layanan-section,
.keahlian-wrapper,
.project-grid-section,
.partner-section,
.ulasan-klien,
.join-section {
  overflow-x: clip;
}





/* ====== Reveal Base ====== */
.reveal-left, .reveal-right, .reveal-up,
.reveal-center, .masalah-card, .partner-card,
.testimonial-card, .client-info-outside {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease-out;
}

.reveal-left {
    transform: translateX(-60px);
}

.reveal-right {
    transform: translateX(60px);
}

.reveal-up {
    transform: translateY(60px);
}
.reveal-center {
    transform: scale(0.9);
}
.reveal-show {
    opacity: 1;
    transform: translateX(0) translateY(0);
}

.form-card .card {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.form-card .card.reveal-show {
  opacity: 1;
  transform: translateY(0);
}






@media screen and (max-width: 1024px) {
.hero-text-column{
    height: 350px;
} 
.hero-text-slide h1 {
    font-size: 2rem;
}
.hero-text-slide p{
    font-size: 1.2rem;
}

}

@media screen and (max-width: 768px) {
.hero-text-column{
    height: 350px;
} 
.hero-text-slide h1 {
    font-size: 1.7rem;
}
.hero-text-slide p{
    font-size: 1rem;
}

}

@media screen and (max-width: 480px) {
.hero-text-column{
    height: auto;
} 
.hero-text-slide h1 {
    font-size: 1.2rem;
}
.hero-text-slide p{
    font-size: 0.8rem;
}
.hero-text-slide .btn {
    padding: 0.4rem 1rem;
}
.hero-text-slide p {
    font-size: 0.8rem;
    width: 330px;
}

}