@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: white;
}
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
    background-color: hsl(220, 13%, 4%);
    display: flex;
    flex-direction: column;
}
* a {
    text-decoration: none;
}
.scroll-target {
    transform: translateY(60px);
    opacity: 0;
    transition: 0.4s ease !important;
}
.starter {
    position: relative;
    top: 80px;
    opacity: 0;
    transition: 0.6s ease;
}
:root {
    --cyan: #63dee9;
    --purple: #ae00ed;
}
.width {
    width: 1400px;
    max-width: calc(100% - 80px);
}

/*/////////////////////// MENU SECTION ///////////////////////*/
.menu-icon {
    margin-left: auto;
    cursor: pointer;
    border-radius: 200px;
    height: 42px;
    width: 54px;
    background-color: hsl(0, 0%, 10%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
}
.menu-icon i {
    color: white;
}
.menu-line {
    border-radius: 10px;
    width: 16px;
    height: 2px;
    background-color: hsl(0, 0%, 30%);
}
.menu-x {
    color: hsl(0, 0%, 20%);
}

.menu-container {
    opacity: 0;
    pointer-events: none;
    z-index: 99;
    display: flex;
    display: none;
    flex-direction: column;
    background-color: hsl(0, 0%, 3%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 22px 12px 40px;
    transition: 0.3s ease;
}
.menu-header {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.menu-logo {
    color: hsl(0, 0%, 100%);
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    font-weight: 600;
}
.close-img {
    cursor: pointer;
}
.menu-label {
    font-size: 20px;
    color: hsl(0, 0%, 100%);
    font-weight: 600;
    margin-bottom: 20px;
}
.menu-nav {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.menu-link {
    color: hsl(0, 0%, 50%);
    font-size: 14px;
}
.btn-menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    letter-spacing: .1px;
    border-radius: 10px;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 500;
    transition: 0.4s ease;
    border-radius: 200px;
}
.menu-btn-flex {
    width: 100%;
    display: flex;
    gap: 15px;
}
.btn-contact {
    border: 2px solid hsl(0, 0%, 20%);
    color: white;
}
.btn-story {
    border: 2px solid  hsl(145, 96%, 14%);
    background-color:  hsl(145, 96%, 14%);
    color: white;
}
.menu-social {
    margin-top: auto;
    display: flex;
    gap: 20px;
}
.menu-social-wrapper {
    border: 2px solid hsl(0, 0%, 18%);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 44px;
    height: 44px;
    transition: 0.3s ease;
}
.menu-social-wrapper:hover, a.foot-social-icon:hover {
    border: 2px solid white;
}
.menu-social-wrapper i {
    color: hsl(205, 12%, 71%);
}
.menu-copy {
    color: hsl(0, 0%, 30%);
    font-size: 12px;
    margin-top: 15px;
}
/*////////////////////////////////////////////////////////////*/

/*/////////////////////// HEADER /////////////////////////*/
/*
.header-bg {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: hsl(0, 0%, 3%);
}
.header {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-name {
    margin-left: 15px;
    color: white;
    line-height: 1;
    font-size: 30px;
    font-weight: 400;
    font-family: "Orbitron", sans-serif;
}
.header-info {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 60px;
}
.header-flex {
    display: flex;
    align-items: center;
    gap: 14px;
}
.header-icon {
    color: var(--purple);
    font-size: 23px;
}
.header-col {
    opacity: 1;
}
.header-label {
    color: white;
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
}
.header-txt {
    line-height: 1;
    margin-top: 6px;
    font-size: 15px;
    color: hsl(0, 0%, 75%);
}
a .header-txt:hover {
    text-decoration: underline;
}
*/
/*////////////////////////////////////////////////////////*/

/*/////////////////////// HEADER /////////////////////////*/
.header-container {
    width: 100%;
    height: 105px;
}
.header {
    width: 1750px;
    max-width: calc(100% - 40px);
    box-shadow: 0 0px 15px rgba(255, 255, 255, 0.05);
    z-index: 80;
    height: 74px;
    position: fixed;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: hsl(0, 0%, 0%);
    padding: 10px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    animation: header 0.8s ease;
}
@keyframes header {
    0% {
        top: -120px;
    }
    100% {
        top: 30px;
    }
}
.header-logo-flex {
    padding-left: 15px;
    height: 100%;
    display: flex;
    align-items: center;
}
.header-logo {
    height: 46px;
    width: auto;
    margin-right: 12px;
}
.header-logo-txt {
    height: 26px;
    width: auto;
}
.header-nav {
    display: flex;
    align-items: center;
    gap: 40px;
}
.header-link {
    text-underline-offset: 3px;
    font-size: 15px;
    font-weight: 500;
    color: hsl(0, 0%, 85%);
}
.header-link:hover {
    color: var(--cyan);
}
.btn-header {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: var(--cyan);
    background-color: transparent !important;
    border: 2px solid var(--cyan);
    color: white !important;
    font-size: 16px;
    font-weight: 500;
    border-radius: 100px;
    padding: 0 22px;
    transition: 0.2s ease;
    box-shadow: 0 0 20px hsla(185, 75%, 65%, 0.5);
}
.btn-header:hover {
    background-color: hsl(185, 75%, 45%);
}
/*////////////////////////////////////////////////////////*/

/*/////////////////////// HERO SECTION /////////////////////////*/
.hero-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.hero-img-container {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 55px;
    transition: 0.5s ease;
}
.hero-bg {
    background-color: hsla(0, 0%, 0%, 0.6);
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.hero-fade {
    background: linear-gradient(to bottom, hsla(0, 0%, 0%, 0.5), hsla(0, 0%, 0%, 0.0) 30%);
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.hero-hori {
    background: linear-gradient(to right, hsla(0, 0%, 0%, 0.7), hsla(0, 0%, 0%, 0.0) 30%);
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.hero-top {
    z-index: 5;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0;
    display: none;
}
.hero-nav {
    display: flex;
    gap: 45px;
}
.hero-link {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: white;
}
.hero-link::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 2px;
    width: 0;
    background-color: var(--purple);
    transition: width 0.3s ease;
}
.hero-link:hover::after {
    width: 100%;
}
.btn-book {
    background-color: hsla(0, 0%, 0%, 0.4);
    cursor: pointer;
    border: 2px solid var(--purple);
    padding: 12px 50px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    border-radius: 200px;
    transition: 0.2s ease;
}

.hero-content {
    position: relative;
    z-index: 5;
    margin: 0 auto 0;
}
.rev-link {
    width: 188px;
    border-bottom: 1px solid transparent;
    padding-bottom: 3px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    color: white;
    line-height: 1;
    transition: 0.1s ease;
}
.rev-link:hover {
    border-bottom: 1px solid white;
}
i.rev-star {
    margin-right: 2px;
    color: var(--cyan);
    font-size: 13px;
}
.rev-star:last-child {
    margin-right: 12px;
}
.rev-txt {
    margin-top: 7px;
    line-height: 1;
    font-size: 15px;
    color: hsl(0, 0%, 50%);
}
.hero-content {
    margin-top: 50px;
}
.hero-title {
    margin-top: 20px;
    font-size: 80px;
    font-weight: 600;
    color: white;
    line-height: 1.1;
}
.hero-para, .hero-h1 {
    width: 640px;
    margin-top: 26px;
    font-size: 18px;
    line-height: 1.8;
    color: white;
}
.hero-h1 {
    margin: 15px 0 8px;
}
.btn-services {
    display: inline-block;
    margin-top: 30px;
    cursor: pointer;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 200px;
    background-color: var(--purple);
    color: white;
}
.hero-chevron {
    color: white;
    font-size: 15px;
    margin-left: 14px;
}
/*//////////////////////////////////////////////////////////////*/

/*/////////// ABOUT US ///////////*/
.about-container {
    margin: 100px auto 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    width: 1300px;
    max-width: 100%;
}
.about-img-container {
    aspect-ratio: 3 / 4;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.about-video {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    transition: 0.5s ease;
}
.about-content {
    min-width: 520px;
    max-width: 520px;
}
.eyebrow-flex {
    display: flex;
    align-items: center;
    gap: 15px;
}
.eyebrow-head {
    letter-spacing: .5px;
    color: var(--cyan);
    font-family: "Oswald", serif;
    font-size: 16px;
    margin-bottom: 10px;
}
.eyebrow-line {
    margin-bottom: 6px;
    height: 1px;
    width: 80px;
    background-color: var(--cyan);
}
.about-title {
    letter-spacing: -1px;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.3;
}
.about-para {
    margin: 40px 0 48px;
    color: hsl(0, 0%, 85%);
    font-size: 16px;
    line-height: 1.65;
    padding-left: 20px;
    border-left: 2px solid var(--cyan);
}
.about-ben {
    border-top: 1px solid hsl(0, 0%, 25%);
    border-bottom: 1px solid hsl(0, 0%, 25%);
    display: flex;
    align-items: center;
    padding: 48px 0;
}
.about-icon {
    font-size: 34px;
    color: var(--cyan);
}
.about-ben-txt {
    line-height: 1.4;
    color: white;
    font-size: 18px;
    font-weight: 500;
    margin-left: 20px;
}
.about-more {
    border-top: 1px solid hsl(0, 0%, 25%);
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn-about {
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: var(--purple);
    color: white;
    background-color: transparent;
    border: 2px solid #ae00ed;
    font-size: 18px;
    padding: 10px 26px;
    cursor: pointer;
    transition: 0.3s ease;
    border-radius: 200px;
}
.btn-purple {
    background-color: transparent !important;
    border: 2px solid var(--purple);
    box-shadow: 0 0 30px hsla(262, 69%, 63%, 0.5);
    text-shadow: 0 0 2px rgba(255, 255, 255, 1);
}
.btn-purple:hover {
    background-color: hsl(284, 100%, 56%);
}
.call-label {
    font-size: 15px;
    font-weight: 500;
    color: hsl(0, 0%, 60%);
    margin-bottom: 4px;
}
.call-num {
    color: hsl(0, 0%, 100%);
    transition: 0.3s ease;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
}
.about-stat {
    z-index: 3;
    padding-left: 40px;
    border-radius: 6px;
    width: 230px;
    height: 195px;
    position: absolute;
    bottom: -80px;
    left: -100px;
    background-color: var(--purple);
    background: linear-gradient(62deg, var(--purple) 60%, var(--cyan));
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.stat-label {
    font-weight: 400;
    font-size: 32px;
    color: white;
    margin-bottom: 10px;
}
.stat-txt {
    font-weight: 500;
    font-size: 22px;
    color: white;
}
.ren-arrow {
    height: 14px;
    width: auto;
    transform: rotate(-45deg);
}
/*////////////////////////////////*/

/*/////////////////////// WHY SECTION /////////////////////////*/
.why-container {
    margin: 100px auto 0;
}
.why-title {
    margin-top: 6px;
    color: white;
    font-size: 54px;
    font-weight: 600;
    line-height: 1;
}
.why-para {
    width: 500px;
    max-width: 100%;
    margin: 18px 0 45px;
    font-size: 17px;
    color: hsl(0, 0%, 75%);
    line-height: 1.7;
}
.why-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.why-col {
    width: 100%;
    flex: 0 0 calc(25% - 23px);
    min-width: 268px;
}
.why-img-container {
    width: 100%;
    height: 190px;
    border-radius: 8px;
    background-color: var(--cyan);
    background: linear-gradient(90deg, var(--cyan), #be35f0);
    box-shadow: 0 0 20px hsla(185, 75%, 65%, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-img {
    width: 140px;
    height: auto;
}
.why-head {
    margin: 25px 0 16px;
    font-size: 30px;
    font-weight: 500;
    color: white;
}
.why-desc {
    font-size: 15px;
    color: hsl(0, 0%, 75%);
    line-height: 1.65;
}
/*/////////////////////////////////////////////////////////////*/

/*/////////////////////// SERVICES SECTION ///////////////////////*/
.services-container {
    margin: 100px auto 120px !important;
    text-align: center;
}
.services-eyebrow {
    justify-content: center;
}
.services-title {
    line-height: 1.35;
    margin-top: 15px;
    font-size: 48px;
    font-weight: 600;
}
.services-para {
    color: hsl(0, 0%, 75%);
    margin: 15px auto 40px;
    font-size: 16px;
    width: 635px;
    max-width: 100%;
    line-height: 1.7;
}
.sf1 {
    margin-bottom: 40px;
}
.services-flex {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 40px;
}
.services-wrapper {
    max-width: 456px;
    width: 100%;
    border: 4px solid hsl(0, 0%, 15%);
    background-color: hsl(0, 0%, 8%);
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: 10px 10px 24px;
}
.services-img-container {
    overflow: hidden;
    border-radius: 4px;
    width: 100%;
    height: 420px;
    position: relative;
}
.services-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    height: auto;
    width: 100%;
    min-height: 100%;
}
.services-box {
    position: relative;
    top: -25px;
    background-color: hsl(0, 0%, 8%);
    border: 3px solid hsl(0, 0%, 15%);
    border-top: 0;
    color: hsl(0, 0%, 100%);
    font-weight: 500;
    font-size: 19px;
    width: 300px;
    border-radius: 6px;
    margin: 0 auto;
    padding: 8px 15px;
}
.services-txt {
    max-width: calc(100% - 60px);
    margin: 5px auto 0;
    color: hsl(0, 0%, 75%);
    font-size: 15px;
    line-height: 1.7;
}
.btn-services {
    margin-top: 24px;
    background-color: var(--purple);
    color: white;
    display: inline-block;
    font-size: 19px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 200px;
    padding: 14px 28px;
    transition: 0.2s ease;
}
.home-arrow {
    margin-left: 15px;
    height: 14px;
    width: auto;
    transform: rotate(-45deg);
}
/*///////////////////////////////////////////////////////////////*/

/*///////////////////// CLIENT REVIEW SECTION ////////////////////*/
.review-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1500px;
    max-width: calc(100% - 80px);
    margin: 0 auto 120px;
}
.review-head {
    display: inline-block;
    position: relative;
    margin-bottom: 14px;
}
.review-title {
    text-align: center;
    margin-top: 6px;
    color: white;
    font-size: 62px;
    font-weight: 600;
    line-height: 1.1;
}
.review-para {
    text-align: center;
    max-width: 100%;
    margin-top: 20px;
    width: 480px;
    font-size: 16px;
    color: hsl(0, 0%, 75%);
    line-height: 1.75;
}
.review-flex {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 1%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 99%);
    overflow: hidden;
    margin-top: 45px;
    display: flex;
    justify-content: flex-start;
    padding: 5px 0;
    gap: 30px;
    width: 100%;
}
.review-wrapper {
    display: flex;
    flex-direction: column;
    border-radius: 36px;
    padding: 34px 24px;
    min-width: 500px;
    width: 500px;
    height: 370px;
    background-color: hsl(0, 0%, 9%);
    box-shadow: 0 0 0 1px hsl(0, 0%, 15%);
    border-bottom: 10px solid var(--purple);
    animation: slideReviews 40s linear infinite;
}
@keyframes slideReviews {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-2650px);
    }
}
.review-quote {
    color: var(--cyan);
    font-size: 26px;
}
.review-txt {
    margin-top: 16px;
    width: 100%;
    color: hsl(0, 0%, 85%);
    font-size: 16px;
    line-height: 1.65;
}
.review-hr-flex {
    margin-top: auto;
    width: 100%;
    display: flex;
    align-items: center;
}
.review-circle {
    background-color: hsl(0, 0%, 45%);
    min-width: 6px;
    min-height: 6px;
    border-radius: 50%;
}
.review-hr {
    width: 100%;
    height: 1px;
    background-color: hsl(0, 0%, 25%);
}
.review-bottom {
    margin-top: 22px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.review-pfp {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    background-color: #F0EDE4;
    color: hsl(0, 0%, 15%);
}
.review-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.review-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 50px;
}
.review-name {
    font-size: 16px;
    font-weight: 500;
    color: white;
}
.review-date {
    font-size: 15px;
    color: hsl(0, 0%, 75%);
}
.review-col {
    opacity: 1;
}
.review-star-flex {
    display: flex;
    gap: 3px;
}
.review-star {
    width: 18px;
    height: auto;
}
.review-star-txt {
    font-size: 16px;
    color: hsl(0, 0%, 55%);
}
span.review-star-txt {
    color: white;
    font-weight: 500;
}
.btn-review {
    margin-top: 40px;
    background-color: var(--purple);
    color: white;
    font-size: 18px;
    padding: 12px 26px;
    cursor: pointer;
    transition: 0.3s ease;
    border-radius: 200px;
}
/*////////////////////////////////////////////////////////////////*/

/*///////////////////// TESTIMONIALS SECTION /////////////////////*/
.test-container {
    max-width: calc(100% - 100px);
    width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.test-content {
    display: flex;
    flex-direction: column;
}
.test-head {
    color: #fddf40;
    font-size: 16px;
}
.test-head-icon {
    font-size: 14px;
    color: #fddf40;
    margin-right: 8px;
}
.test-title {
    margin-top: 14px;
    color: white;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 62px;
    font-weight: 600;
    line-height: 1.1;
}
.test-para {
    max-width: 100%;
    margin-top: 26px;
    width: 620px;
    font-size: 16px;
    color: hsla(0, 0%, 100%, 0.8);
    line-height: 1.75;
}
.btn-test {
    margin-top: 32px;
    background-color: var(--purple);
    color: white;
    display: flex;
    align-items: center;
    align-self: flex-start;
    gap: 18px;
    font-size: 18px;
    border-radius: 200px;
    font-weight: 500;
    cursor: pointer;
    padding: 14px 28px;
    transition: 0.2s ease;
}

.test-flex {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}
.test-info {
    display: flex;
    align-items: center;
    gap: 16px;
}
.test-google {
    width: 20px;
    height: auto;
    position: absolute;
    top: 20px;
    right: 16px;
}
.test-pfp {
    width: 40px;
    height: 40px;
    border-radius: 100px;
}
.test-name {
    color: white;
    font-weight: 500;
    font-size: 15px;
}
.test-txt {
    margin: 16px 0 20px;
    font-size: 14px;
    color: hsla(0, 0%, 100%, 0.8);
    line-height: 1.65;
}
.test-date {
    color: hsl(0, 0%, 40%);
    font-size: 14px;
}
.test-wrapper {
    cursor: pointer;
    position: relative;
    border: 1px solid hsl(0, 0%, 14%);
    border-radius: 12px;
    padding: 20px 16px;
    background-color: hsl(0, 0%, 10%);
}
.test-col {
    mask-image: linear-gradient(
        to bottom,
        hsla(0, 0%, 0%, 0) 0%,
        hsla(0, 0%, 0%, 1) 20%,
        hsla(0, 0%, 0%, 1) 80%,
        hsla(0, 0%, 0%, 0) 100%
    );
    overflow: hidden;
    height: 880px;
    width: 320px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.tw-1 {
    animation: test_slide1 35s linear infinite;
}
.tw-2 {
    animation: test_slide2 34s linear infinite;
}
.col1 {
    justify-content: flex-start;
}
.col2 {
    justify-content: flex-end;
}
@keyframes test_slide1 {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-1442px);
    }
}
@keyframes test_slide2 {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(1370px);
    }
}
/*////////////////////////////////////////////////////////////////*/

/*/////////////////////// CONTACT FORM SECTION /////////////////////////*/
.get-container {
    max-width: calc(100% - 24px);
    width: 900px;
    margin: 0 auto 120px;
}
.get-title {
    text-align: center;
    color: white;
    font-size: 54px;
    font-weight: 600;
    line-height: 1;
}
.get-para {
    text-align: center;
    width: 440px;
    max-width: 100%;
    margin: 18px auto 45px;
    font-size: 17px;
    color: hsl(0, 0%, 75%);
    line-height: 1.7;
}
.get-info {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 30px;
}
.get-info-box {
    cursor: pointer;
    border-radius: 12px;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    background-color: hsl(0, 0%, 8%);
    border: 4px solid hsl(0, 0%, 15%);
    max-width: 100%;
    width: 100%;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    transition: 0.4s ease;
}
.get-info-box, .get-form {
    box-shadow: 
        0 0 6px transparent,
        0 0 12px transparent;
}
.get-info-box:hover, .get-form:hover {
    box-shadow: 
        0 0 6px var(--cyan),
        0 0 12px var(--purple);
}
.get-info-icon {
    font-size: 30px;
    color: var(--cyan);
}
.get-info-txt {
    font-size: 15px;
    font-weight: 500;
    color: hsl(0, 0%, 85%);
    line-height: 1;
}

.get-form {
    overflow: hidden;
    position: relative;
    border: 1px solid hsl(0, 0%, 15%);
    margin: 30px auto 0;
    width: 100%;
    background-color: hsl(0, 0%, 9%);
    padding: 50px 40px;
    border-radius: 12px;
    transition: 0.4s ease;
}
.form-flex {
    display: flex;
    gap: 42px;
}
.form-col {
    z-index: 2;
    position: relative;
    height: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.form-section {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.area-section {
    height: 100%;
}
.form-label {
    font-size: 16px;
    font-weight: 500;
    color: hsl(0, 0%, 75%);
    margin-bottom: 8px;
}
.form-inp-container {
    width: 100%;
    border: 1px solid hsl(0, 0%, 25%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 12px 16px;
    transition: 0.1s ease;
}
.form-icon {
    font-size: 18px;
    color: hsl(0, 0%, 30%);
    transition: 0.1s ease;
}
.form-inp {
    background-color: transparent;
    border: 0;
    outline: 0;
    width: 100%;
    font-size: 16px;
    color: hsl(0, 0%, 85%);
}
.form-area {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    background-color: hsl(0, 0%, 9%);
    border: 1px solid hsl(0, 0%, 25%);
    outline: 0;
    font-size: 16px;
    color: hsl(0, 0%, 85%);
    resize: none;
    padding: 12px 18px;
}
.form-inp-container:hover, .form-area:hover {
    border: 1px solid var(--purple);
}
.form-area::placeholder {
    color: hsl(0, 0%, 30%);
}
.btn-form {
    margin: 40px auto 0;
    cursor: pointer;
    background-color: var(--purple);
    color: white;
    border-radius: 200px;
    padding: 14px 0;
    width: 210px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    transition: 0.2s ease;
}
.form-paw {
    opacity: 0.2;
    z-index: 1;
    position: absolute;
    bottom: -40px;
    right: -40px;
    transform: rotate(-40deg);
    color: hsl(205, 62%, 61%);
    font-size: 172px;
}
/*//////////////////////////////////////////////////////////////////////*/

/* ===== FOOTER SECTION ===== */
.foot-container {
    width: 100%;
    padding: 0 0 34px;
}
.foot-flex {
    margin: 0 auto;
    max-width: calc(100% - 100px);
    width: 1400px;
    display: flex;
    justify-content: space-between;
    gap: 90px;
}
.foot-col-left {
    width: 100%;
    margin-right: auto;
}
.foot-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.foot-logo-flex {
    display: flex;
    align-items: center;
}
.foot-logo {
    height: 65px;
    width: auto;
    margin-right: 10px;
}
.foot-logo-txt {
    height: 34px;
    width: auto;
}
.foot-para {
    max-width: 100%;
    width: 410px;
    margin: 8px 0 4px;
    font-size: 16px;
    color: hsl(0, 0%, 85%);
    line-height: 1.65;
}
.foot-social {
    display: flex;
    gap: 12px;
}
a.foot-social-icon {
    width: 46px;
    height: 46px;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid hsl(0, 0%, 45%);
}
i.foot-social-icon {
    font-size: 18px;
    color: hsl(0, 0%, 85%);
}
a.foot-social-icon:hover i.foot-social-icon {
    color: white;
}
.foot-label {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 500;
    color: hsl(0, 0%, 100%);
    margin-bottom: 12px;
}
.foot-link {
    white-space: nowrap;
    -webkit-text-security: none;
    line-height: 1.4;
    font-size: 16px;
    color: hsl(0, 0%, 75%);
}
.foot-icon {
    position: relative;
    top: 4px;
    color: hsl(0, 0%, 25%);
    font-size: 18px;
}
.foot-copy {
    max-width: calc(100% - 100px);
    border-top: 1px solid hsl(0, 0%, 20%);
    margin: 50px auto 0;
    padding-top: 18px;
    width: 1400px;
    color: hsl(0, 0%, 36%);
    font-size: 16px;
}
/* ========================== */

/*/////////////////////// BANNER SECTION ///////////////////////*/
.banner-container {
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 55px;
}
.banner-bg {
    background-color: hsla(0, 0%, 0%, 0.5);
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.banner-fade {
    background: linear-gradient(to bottom, hsla(0, 0%, 0%, 0.5), hsla(0, 0%, 0%, 0.0) 30%);
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.banner-hori {
    background: linear-gradient(to right, hsla(0, 0%, 0%, 0.7), hsla(0, 0%, 0%, 0.0) 30%);
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.banner-img-container {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 60%;
    transition: 0.8s ease;
}
.banner-title {
    margin-top: 90px;
    z-index: 3;
    font-family: "Marcellus", sans-serif;
    color: white;
    font-size: 95px;
    max-width: 100%;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: 600;
}
.banner-trail {
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 14px;
}
.banner-home {
    font-size: 13px;
}
.banner-link {
    font-size: 18px;
}
a.banner-link {
    text-decoration: underline;
    text-underline-offset: 2px;
    color: white;
    opacity: 1;
}
/*//////////////////////////////////////////////////////////////*/

/*/////////////////////////// ABOUT US PAGE ///////////////////////////*/
.aboutp-container {
    margin: 100px auto 0;
    display: flex;
    align-items: center;
    gap: 100px;
}
.aboutp-img-container {
    height: 650px;
    width: 700px;
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.aboutp-img {
    height: 100%;
    width: auto;
}
.aboutp-content {
    display: flex;
    flex-direction: column;
    width: 650px;
}
.aboutp-eyebrow {
    border-left: 2px solid var(--yellow);
    color: var(--yellow);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 3px 10px;
}
.aboutp-title {
    margin-top: 16px;
    color: white;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.25;
}
.aboutp-para {
    margin-top: 24px;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.75;
    color: hsl(0, 0%, 75%);
}
.btn-aboutp {
    margin-top: 34px;
    cursor: pointer;
    display: inline-block;
    background-color: var(--purple);
    color: white;
    font-size: 18px;
    border-radius: 200px;
    border: 0;
    padding: 14px 18px;
    align-self: flex-start;
    transition: 0.2s ease;
}
.btn-aboutp:hover {
    background-color: var(--purple-bright);
}

.aboutp-bottom {
    margin: 50px auto 100px;
    display: flex;
    gap: 35px;
}
.aboutp-wrapper {
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
    padding: 32px 22px;
    border-radius: 30px;
    background-color: hsl(0, 0%, 9%);
    border: 1px solid hsl(0, 0%, 15%);
    width: 100%;
}
i.aboutp-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--purple);
    color: white;
    font-size: 22px;
    border-radius: 200px;
}
.aboutp-head {
    font-size: 26px;
    font-weight: 500;
    color: white;
    margin: 25px 0 12px;
}
.aboutp-txt {
    font-size: 16px;
    line-height: 1.75;
    color: hsl(0, 0%, 75%);
}
/*//////////////////////////////////////////////////////////////////////*/

/*/////////////////////////// PHOTO GALLERY PAGE ///////////////////////////*/
.gallp-container {
    margin: 110px auto 100px;
}
.gallp-top {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.gallp-title {
    margin-top: 4px;
    color: white;
    font-size: 46px;
    font-weight: 600;
    line-height: 1;
}
.gallp-content {
    display: flex;
    flex-direction: column;
}
.gallp-para {
    margin-top: 20px;
    width: 530px;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.75;
    color: hsl(0, 0%, 85%);
}
.btn-gallp {
    cursor: pointer;
    background-color: var(--purple);
    display: flex;
    align-items: center;
    font-size: 17px;
    margin-top: 40px;
    border-radius: 200px;
    align-self: flex-start;
    gap: 16px;
    padding: 12px 22px;
    transition: 0.2s ease;
}
.gallp-flex {
    margin-top: 50px;
    width: 100%;
    display: flex;
    gap: 24px;
}
.gallp-col {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.gallp-col-flex {
    width: 100%;
    display: flex;
    gap: 15px;
}
.gallp-big {
    height: 604px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallp-small {
    height: 340px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallp-img-container {
    position: relative;
    border-radius: 10px;
}
.gallp-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    border-radius: 10px;
}
/*//////////////////////////////////////////////////////////////////////////*/

/*/////////////////////////// SERVICES INDIVIDUAL PAGE ///////////////////////////*/
.detail-container {
    margin: 100px auto;
}
.detail-flex {
    display: flex;
    gap: 120px;
}
.detail-left {
    min-width: 340px;
    width: 340px;
}
.detail-label {
    color: white;
    font-weight: 600;
    font-size: 28px;
}
.detail-ul {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
}
.detail-li {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    border-bottom: 1px solid hsl(0, 0%, 15%);
    padding: 10px 0;
    color: hsl(0, 0%, 40%);
    transition: 0.2s ease;
}
.detail-li:hover {
    color: white;
}
i.detail-chevron {
    display: none;
    margin-right: 15px;
    font-size: 12px;
    color: white;
}
.detail-li-active {
    cursor: auto;
    pointer-events: none;
    color: white !important;
}
i.detail-chevron-active {
    display: block;
}
.detail-cta {
    position: relative;
    margin-top: 30px;
    background-color: hsl(0, 0%, 7%);
    border: 1px solid hsl(0, 0%, 12%);
    padding: 24px;
}
.detail-cta-head {
    font-size: 26px;
    font-weight: 500;
    color: white;
}
.detail-cta-para {
    width: 100%;
    margin: 16px 0px 36px;
    font-size: 15px;
    line-height: 1.7;
    color: hsl(0, 0%, 75%);
}
.btn-detail-cta {
    cursor: pointer;
    border-radius: 200px;
    display: inline-block;
    background-color: var(--purple);
    color: white;
    font-size: 16px;
    border: 0;
    padding: 14px 18px;
    align-self: flex-start;
    transition: 0.2s ease;
}
.btn-detail-cta:hover {
    background-color: var(--purple-bright);
}
.detail-right {
    width: 100%;
    max-width: 900px;
}
.detail-right-section {
    width: 100%;
    margin-bottom: 36px;
}
.detail-right-head {
    margin-bottom: 18px;
    font-size: 40px;
    font-weight: 600;
    color: white;
}
.detail-para {
    font-size: 17px;
    color: hsl(0, 0%, 75%);
    line-height: 1.85;
}
.detail-para b {
    font-size: 18px;
    color: white;
  text-shadow:
    0 0 2px rgba(99, 222, 233, 1),
    0 0 2px rgba(99, 222, 233, 1);
}
.detail-pill-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 40px;
}
.detail-pill {
    background-color: hsl(0, 0%, 9%);
    border: 1px solid hsl(0, 0%, 14%);
    padding: 0 16px;
    height: 38px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    font-size: 14px;
    color: white;
}
.detail-pill span {
    font-size: 14px;
    color: white;
    margin: 0 10px;
}
.detail-ben-flex {
    width: 100%;
    display: flex;
    gap: 40px;    
}
.detail-ben-section {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
}
.detail-check {
    margin-top: 6px;
    height: 15px;
    color: var(--purple-bright);
    font-size: 16px;
}
.detail-ben-txt {
    max-width: 100%;
    width: 420px;
    font-size: 15px;
    color: hsl(0, 0%, 75%);
    line-height: 1.8;
}
.detail-card-flex {
    width: 100%;
    display: flex;
    gap: 10px;
}
.detail-card {
    border-radius: 6px;
    width: 100%;
    background-color: hsl(0, 0%, 10%);
    border: 1px solid hsl(0, 0%, 15%);
    padding: 60px 10px 40px;
    text-align: center;
}
.detail-card div {
    line-height: 1.2;
    font-size: 24px;
    font-weight: 500;
    color: white;
}
.detail-card p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.5;
    color: hsla(0, 0%, 100%, 0.8);
}
div.detail-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    overflow: hidden;
}
img.detail-img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}
/*////////////////////////////////////////////////////////////////////////////*/

/*///////////////////// STORY SECTION ////////////////////*/
.story-container {
    margin: 80px auto 50px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 70px;
}
.story-left {
    opacity: 1;
}
.story-head {
    display: inline-block;
    position: relative;
}
.story-title {
    margin-top: 14px;
    line-height: 1.15;
    font-size: 64px;
    font-weight: 600;
}
.story-left-flex {
    margin-top: 72px;
    display: flex;
    align-items: flex-end;
    gap: 50px;
}
.story-plan {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    background-color: hsl(0, 0%, 10%);
    padding: 24px;
    width: 270px;
}
.story-plan-head {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 600;
}
.story-plan-txt {
    margin: 32px 0;
    color: hsl(0, 0%, 75%);
    font-size: 15px;
    line-height: 1.6;
}
.btn-story-plan {
    cursor: pointer;
    align-self: flex-start;
    border: 1px solid hsl(0, 0%, 30%);
    color: hsl(0, 0%, 75%);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px 16px;
    transition: 0.2s ease;
}
.story-plan-chevron {
    color: hsl(0, 0%, 75%);
    font-size: 14px;
}
.story-img-container {
    overflow: hidden;
    border-radius: 4px;
    width: 450px;
    display: flex;
    align-items: flex-end;
}
.story-img {
    width: 100%;
    height: auto;
}
.story-right {
    height: 506px;
    display: flex;
    flex-direction: column;
}
.story-right-head {
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
}
.story-right-para {
    width: 400px;
    margin: 34px 0 0px;
    color: hsl(0, 0%, 75%);
    font-size: 17px;
    line-height: 1.6;
}
.btn-story-right {
    cursor: pointer;
    display: inline-block;
    background-color: var(--purple);
    color: white;
    font-size: 18px;
    border-radius: 200px;
    border: 0;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    gap: 15px;
    align-self: flex-start;
    transition: 0.2s ease;
}
.story-right-chevron {
    color: white;
    font-size: 14px;
}
.story-mobile-para {
    display: none;
}
/*///////////////////////////////////////////////////////////*/

/*///////////////////// WHAT SECTION ////////////////////*/
.what-container {
    display: flex;
    flex-direction: column;
    margin: 100px auto -100px;
    overflow: hidden;
}
.what-title {
    margin-top: 14px;
    line-height: 1.15;
    font-size: 64px;
    font-weight: 600;
}
.what-para {
    width: 550px;
    margin: 18px 0 30px;
    color: hsl(0, 0%, 75%);
    font-size: 17px;
    line-height: 1.6;
}
.btn-what {
    cursor: pointer;
    display: inline-block;
    color: white;
    font-size: 18px;
    border-radius: 200px;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    gap: 15px;
    align-self: flex-start;
    transition: 0.2s ease;
}
.what-flex {
    position: relative;
    top: -120px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 35px;
}
.wf2 {
    top: -325px;
}
.what-wrapper {
    position: relative;
    width: 100%;
    border-radius: 8px;
    background-color: hsl(0, 0%, 8%);
    border: 1px solid hsl(0, 0%, 12%);
}
.what-w1 {
    margin-top: 240px;
}
.what-w2 {
    margin-top: 120px;
}
.what-top {
    overflow: hidden;
    position: relative;
    z-index: 3;
    width: 100%;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: hsl(0, 0%, 5%);
    border-bottom: 1px solid hsl(0, 0%, 12%);
    padding: 75px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.what-grid {
    opacity: 0.05;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-height: 100%;
    z-index: 2;
}
.what-icon-wrapper {
    position: relative;
    z-index: 3;
    background-color: white;
    border-radius: 20px;
    padding: 10px;
    width: 80px;
    height: 80px;
    box-shadow: 0 0 15px hsla(0, 0%, 0%, 0.1);
}
.what-icon-wrapper i {
    font-size: 26px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, hsl(185, 75%, 40%), hsl(284, 86%, 32%));
    box-shadow: 0 0 20px hsla(185, 75%, 65%, 0.5);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}
.what-bottom {
    width: 100%;
    text-align: center;
    padding: 45px 0;
}
.what-head {
    font-size: 26px;
    font-weight: 500;
    color: white;
}
.what-txt {
    margin: 8px auto 0;
    width: 350px;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.6;
    color: hsl(0, 0%, 75%);
}
.what-line1 {
    position: absolute;
    bottom: -120px;
    left: 0;
    height: 90px;
    width: 100%;
    border: 1px solid hsl(0, 0%, 9%);
    border-bottom: 0;
    border-right: 0;
    border-top-left-radius: 8px;
}
.what-line2 {
    position: absolute;
    bottom: -151px;
    left: -38px;
    height: 110px;
    width: 39px;
    border: 1px solid hsl(0, 0%, 9%);
    border-top: 0;
    border-left: 0;
    border-bottom-right-radius: 8px;
}
.what-line3 {
    position: absolute;
    bottom: -120px;
    left: 0;
    height: 90px;
    width: 100%;
    border: 1px solid hsl(0, 0%, 9%);
    border-bottom: 0;
    border-right: 0;
    border-top-left-radius: 8px;
}
/*///////////////////////////////////////////////////////*/

/*///////////////////// WHAT SECTION ////////////////////*/
.valu-container {
    margin: 100px auto 40px;
}
.valu-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.valu-title {
    margin-top: 10px;
    line-height: 1.15;
    font-size: 50px;
    font-weight: 600;
}
.valu-right {
    display: flex;
    flex-direction: column;
}
.valu-para {
    width: 550px;
    color: hsl(0, 0%, 75%);
    font-size: 17px;
    line-height: 1.6;
}
.btn-valu {
    margin-top: 30px;
    cursor: pointer;
    display: inline-block;
    background-color: var(--purple);
    color: white;
    font-size: 18px;
    border-radius: 200px;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    gap: 15px;
    align-self: flex-start;
    transition: 0.2s ease;
}
.valu-bento {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.valu-flex {
    gap: 25px;
    width: 100%;
    display: flex;
    height: 450px;
}
.valu-wrapper {
    background-color: hsl(0, 0%, 10%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: 0.3s ease;
}
.valu-wrapper {
    box-shadow: 
        0 0 6px transparent,
        0 0 12px transparent;
}
.valu-wrapper:hover {
    box-shadow: 
        0 0 6px var(--cyan),
        0 0 12px var(--purple);
}
.valu-big {
    width: 100%;
    gap: 55px;
}
.valu-small {
    width: 40%;
    flex-shrink: 0;
    flex-direction: column;
    gap: 30px;
}
.valu-img {
    filter: invert(1);
    width: 190px;
    height: auto;
}
.valu-head {
    color: white;
    line-height: 1.2;
    font-weight: 500;
    font-size: 46px;
}
/*///////////////////////////////////////////////////////*/

/*///////////////////// CTA SECTION ////////////////////*/
.cta-container {
    width: 900px;
    max-width: calc(100% - 26px);
    padding: 80px 0;
    margin: 50px auto 80px;
    border-radius: 20px;
    background: linear-gradient(to right, hsl(185, 75%, 45%), hsl(284, 100%, 36%));
    text-align: center;
    display: flex;
    flex-direction: column;
}
.cta-title {
    line-height: 1.2;
    font-weight: 600;
    font-size: 40px;
}
.cta-wrapper {
    margin: 28px auto 0;
    background-color: white;
    display: flex;
    align-items: center;
    align-self: center;
    gap: 30px;
    padding: 5px 5px 5px 20px;
    border-radius: 200px;
}
.cta-txt {
    font-size: 15px;
    font-weight: 500;
    color: hsl(0, 0%, 20%);
}
.btn-cta {
    cursor: pointer;
    display: inline-block;
    background-color: var(--purple);
    color: white;
    font-size: 18px;
    border-radius: 200px;
    border: 0;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    gap: 15px;
    align-self: flex-start;
    transition: 0.2s ease;
}
.cta-arrow img {
    height: 12px;
    width: auto;
    transform: rotate(-45deg);
}
/*//////////////////////////////////////////////////////*/


.header-menu {
    display: none;
}


@media only screen and (max-width: 1460px){
    .test-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 80px;
    }
    .test-content {
        max-width: 100%;
    }
    .test-flex {
        justify-content: center;
    }
    .test-title {
        font-size: 64px;
    }
    .test-para {
        font-size: 14px;
        line-height: 1.7;
    }

    .aboutp-container {
        gap: 60px;
    }
    .aboutp-para {
        font-size: 14px;
        line-height: 1.8;
    }

    .detail-ben-txt {
        width: 320px;
    }

    .about-img-container {
        width: 620px;
    }
}
@media only screen and (max-width: 1350px){
    .ren-container {
        gap: 60px;
    }
    .ren-img-container {
        height: 350px;
    }
    .eyebrow-head {
        font-size: 15px;
    }
    .ren-title {
        font-size: 32px;
    }
    .ren-para {
        max-width: 520px;
        font-size: 14px;
        margin-bottom: 28px;
    }
    .btn-ren {
        font-size: 15px;
    }
    .ren-arrow {
        height: 12px;
    }
    .inf-flex {
        margin-top: 40px;
        flex-direction: column;
    }
    .inf-icon, .inf-para {
        margin: 0;
        padding: 0;
        font-size: 15px;
    }

    .services-flex {
        flex-direction: column;
        align-items: center;
    }
    .services-wrapper {
        max-width: 550px;
    }

    .about-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 80px;
        width: 690px;
        max-width: calc(100% - 24px);
    }
    .about-img-container {
        position: relative;
        margin-left: auto;
        width: 600px;
        max-width: calc(100% - 90px);
        height: auto;
    }
    .about-img {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .about-content {
        margin-right: auto;
        min-width: 100%;
        max-width: 100%;
    }
    .about-head-flex {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .about-head {
        letter-spacing: .5px;
        font-family: "Oswald", serif;
        font-size: 17px;
        margin-bottom: 10px;
    }
    .about-head-line {
        margin-bottom: 6px;
        height: 1px;
        width: 80px;
    }
    .about-title {
        letter-spacing: -1px;
        font-size: 34px;
        font-weight: 500;
        line-height: 1.3;
    }
    .about-stat {
        z-index: 3;
        padding-left: 30px;
        border-radius: 6px;
        width: 185px;
        height: 150px;
        position: absolute;
        bottom: -60px;
        left: -90px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .stat-label {
        font-weight: 400;
        font-size: 28px;
        margin-bottom: 10px;
    }
    .stat-txt {
        font-weight: 400;
        font-size: 18px;
    }
}
@media only screen and (max-width: 1280px){
    .aboutp-img-container {
        display: none;
    }
    .aboutp-bottom {
        flex-direction: column;
        gap: 20px;
    }

    .gallp-top {
        flex-direction: column;
    }
    .btn-gallp {
        display: none;
    }
    .gallp-flex {
        gap: 15px;
    }
    .gallp-big {
        height: 504px;
    }
    .gallp-small {
        height: 254px;
    }
    .gallp-flex {
        flex-direction: column;
        width: 650px;
        max-width: 100%;
        margin-left: auto; margin-right: auto;
    }

    .detail-right-head {
        font-size: 32px;
    }
    .detail-para {
        font-size: 15px;
    }
    .detail-flex {
        gap: 50px;
    }

    .story-right {
        display: none;
    }
    .story-title {
        font-size: 42px;
    }
    .story-mobile-para {
        display: block;
        max-width: 100%;
        width: 400px;
        margin: 24px 0 0;
        color: hsl(0, 0%, 75%);
        font-size: 14px;
        line-height: 1.65;
    }
    .story-left-flex {
        margin-top: 34px;
    }

    .what-container {
        margin: 60px auto 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .what-flex {
        top: 0;
        margin-top: 40px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .wf2 {
        top: 0;
    }
    .what-line1, .what-line3, .what-line2 {
        display: none;
    }
    .what-wrapper {
        margin: 0;
        max-width: 450px;
    }
    .what-title, .what-para {
        text-align: center;
    }
    .btn-what {
        align-self: center;
    }

    .valu-left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .valu-top {
        flex-direction: column;
        text-align: center;
    }
    .valu-para {
        margin-top: 20px;
    }
    .btn-valu {
        align-self: center;
    }
    .valu-bento {
    }
    .valu-flex {
        flex-direction: column;
        align-items: center;
        height: auto;
    }
    .valu-wrapper {
        width: 100%;
        max-width: 700px;
    }
    .valu-big {
        height: 350px;
    }
    .valu-small {
        height: 450px;
    }
}
@media only screen and (max-width: 1000px){
    .ren-img-container {
        display: none;
    }
    .header-info {
        display: none;
    }
    .header-logo {
        height: 55px;
    }
    .header-logo-txt {
        height: 28px;
    }
    .btn-header {
        display: none;
    }
    .header-menu {
        cursor: pointer;
        margin-left: auto;
        aspect-ratio: 1 / 1;
        width: auto;
        height: 100%;
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 5px;
        border-radius: 200px;
    }
    .menu-line {
        height: 2px;
        width: 24px;
        background-color: hsl(0, 0%, 15%);
    }
    .hero-container {
        position: relative;
        width: 100%;
        height: 650px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 55px;
    }
    .hero-img-container {
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .hero-img {
        position: absolute;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 60%;
        transition: 0.8s ease;
    }
    .hero-top {
        display: none;
    }
    .hero-content {
        margin-top: 0px;
    }
    .hero-title {
        font-size: 36px;
        line-height: 1.3;
    }
    .hero-para {
        margin-top: 22px;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.8;
        width: 530px;
        max-width: 100%;
    }
    .hero-h1 {
        font-size: 15px;
        font-weight: 400;
    }
    .btn-services {
        margin-top: 22px;
        font-size: 15px;
    }
    .hero-chevron {
        font-size: 14px;
    }
    .menu-container {
        display: flex;
    }
    .hero-content {
        margin-top: 100px;
    }
    .header-nav {
        display: none;
    }
    .header-logo-flex {
        padding-left: 10px;
    }
    .header-logo {
        height: 48px;
    }
    .header-logo-txt {
        height: 24px;
    }

    .get-title {
        font-size: 36px;
    }
    .get-info {
        gap: 20px;
    }
    .get-info-txt {
        font-size: 13px;
    }
    .get-form {
        margin-top: 20px;
        padding: 50px 20px;
    }
    .form-col {
        height: 290px;
    }
    .form-flex {
        gap: 25px;
    }
    .form-inp-container {
        gap: 14px;
    }
    .form-inp {
        font-size: 15px;
    }
    .form-icon {
        font-size: 16px;
    }

    .foot-container {
        padding: 0 0 34px;
    }
    .foot-flex {
        max-width: calc(100% - 30px);
        margin: 0 auto;
        width: 900px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 40px;
    }
    .foot-col {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .foot-para {
        padding-right: 0;
        width: 380px;
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.65;
    }
    .foot-label {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 12px;
    }
    .foot-link {
        line-height: 1.4;
        max-width: 214px;
        font-size: 14px;
    }
    a.foot-link:hover {
        text-decoration: underline;
    }
    .foot-link span {
        font-weight: 500;
    }
    .foot-cont {
        margin-bottom: 2px;
        display: flex;
        gap: 16px;
    }
    .foot-icon {
        position: relative;
        color: hsl(0, 0%, 25%);
        font-size: 18px;
    }
    .foot-hr {
        display: none;
        margin: 42px auto 16px;
        max-width: calc(100% - 60px);
        width: 700px;
        height: 1px;
    }
    .foot-copy {
        max-width: calc(100% - 30px);
        margin: 42px auto 0;
        padding-top: 16px;
        width: 900px;
        font-size: 14px;
    }

    .banner-title {
        font-size: 48px;
        text-align: center;
    }
    .banner-link {
        font-size: 15px;
    }

    .gallp-plant {
        display: none;
    }
    .gallp-container {
        margin: 60px auto 80px;
    }
    .gallp-title {
        font-size: 32px;
    }
    .gallp-content {
        width: 100%;
    }
    .gallp-para {
        font-size: 15px;
        max-width: 100%;
    }
    .btn-gallp {
        display: none;
    }
    .gallp-vert {
        height: 500px;
    }
    .gallp-hori {
        height: 250px;
    }

    .detail-container {
        margin: 80px auto 80px;
    }
    .detail-flex {
        flex-direction: column;
        gap: 0px;
    }
    .detail-left {
        order: 2;
        width: 100%;
    }
    .detail-right {
        order: 1;
    }

    .why-col {
        flex: auto;
        width: 100%;
    }

    .review-title {
        font-size: 36px;
    }
    .review-para {
        font-size: 14px;
        line-height: 1.7;
        width: 480px;
        max-width: 100%;
    }

    .story-img-container {
        display: none;
        max-width: 100%;
    }
    .story-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .story-left-flex {
        width: 100%;
        justify-content: center;
    }
    .story-title, .story-mobile-para {
        text-align: center;
    }
}
@media only screen and (max-width: 700px){
    .width {
        max-width: calc(100% - 26px);
    }
    .header {
        max-width: calc(100% - 15px);
    }

    .ren-container {
        margin-top: 80px;
    }
    .gallp-flex {
        margin-top: 35px;
    }
    .con-container {
        margin-bottom: 100px;
    }

    .services-title {
        font-size: 30px;
    }
    .services-para {
        font-size: 14px;
    }

    .test-container {
        gap: 60px;
    }
    .col2 {
        display: none;
    }
    .test-col {
        width: 100%;
    }
    .test-title {
        font-size: 36px;
        line-height: 1.2;
    }
    .test-para {
        margin-top: 20px;
    }
    .btn-test {
        font-size: 16px;
    }
    .tw-1 {
        animation: test_slide1 32s linear infinite;
    }
    @keyframes test_slide1 {
        0% {
            transform: translateY(0px);
        }
        100% {
            transform: translateY(-1282px);
        }
    }

    .form-flex, .form-form {
        gap: 10px;
    }

    .banner-container {
        height: 300px;
        gap: 35px;
    }
    .banner-title {
        font-size: 36px;
    }

    .detail-card-flex {
        flex-direction: column;
    }

    .aboutp-container {
        margin-top: 80px;
    }
    .aboutp-title {
        font-size: 36px;
        line-height: 1.4;
    }

    .about-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 80px;
        width: 690px;
        max-width: calc(100% - 30px);
        margin-bottom: 0;
    }
    .about-img-container {
        position: relative;
        margin-left: auto;
        width: 600px;
        max-width: calc(100%);
        height: auto;
        margin-bottom: 10px;
    }
    .about-img {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .about-content {
        margin-right: auto;
        min-width: 100%;
        max-width: 100%;
    }
    .about-title {
        letter-spacing: -1px;
        font-size: 28px;
        font-weight: 500;
        line-height: 1.35;
    }
    .about-para {
        padding: 2px 0;
        margin: 34px 0 42px;
        font-size: 16px;
        line-height: 1.65;
        padding-left: 16px;
    }
    .about-ben {
        display: flex;
        align-items: center;
        padding: 36px 0;
    }
    .about-icon {
        font-size: 28px;
    }
    .about-ben-txt {
        line-height: 1.4;
        font-size: 16px;
        font-weight: 500;
        margin-left: 20px;
    }
    .about-more {
        padding-top: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .btn-about {
        border: 1px solid transparent;
        font-size: 16px;
        padding: 10px 26px;
        cursor: pointer;
        transition: 0.3s ease;
    }
    .call-label {
        font-size: 14px;
        font-weight: 500;
    }
    .call-num {
        transition: 0.3s ease;
        cursor: pointer;
        margin-top: 5px;
        font-size: 16px;
        font-weight: 500;
    }
    .about-stat {
        z-index: 3;
        padding-left: 30px;
        border-radius: 6px;
        width: 185px;
        height: 150px;
        position: absolute;
        bottom: -60px;
        left: -10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .stat-label {
        font-weight: 400;
        font-size: 28px;
        margin-bottom: 10px;
    }
    .stat-txt {
        font-weight: 400;
        font-size: 18px;
    }

    .get-container {
        margin-bottom: 90px;
    }
    .get-para {
        font-size: 15px;
    }
    .get-info {
        flex-direction: column;
        gap: 15px;
    }
    .get-form {
        padding: 36px 14px;
    }
    .area-col {
        margin-top: 14px;
    }
    .form-flex {
        flex-direction: column;
    }

    .why-container {
        margin-bottom: 30px;
    }
    .why-title {
        font-size: 36px;
    }
    .why-para {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .why-flex {
        gap: 40px;
    }
    .why-img-container {
        height: 220px;
    }
    .why-head {
        margin: 20px 0 14px;
    }

    .review-flex {
        gap: 22px;
        mask-image: none;
    }
    .review-wrapper {
        display: flex;
        flex-direction: column;
        border-radius: 28px;
        padding: 34px 14px;
        min-width: 340px;
        width: 340px;
        height: 450px;
        animation: slideReviews 40s linear infinite;
    }
    @keyframes slideReviews {
        0% {
            transform: translateX(0px);
        }
        100% {
            transform: translateX(-1810px);
        }
    }
    .review-quote {
        font-size: 26px;
    }
    .review-txt {
        margin-top: 16px;
        width: 100%;
        font-size: 16px;
        line-height: 1.65;
    }
    .review-hr-flex {
        margin-top: auto;
        width: 100%;
        display: flex;
        align-items: center;
    }
    .review-circle {
        min-width: 6px;
        min-height: 6px;
        border-radius: 50%;
    }
    .review-hr {
        width: 100%;
        height: 1px;
    }
    .review-bottom {
        margin-top: 22px;
        display: flex;
        align-items: center;
        gap: 16px;
    }
    .review-pfp {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: none;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        font-weight: 600;
        background-color: #F0EDE4;
        color: hsl(0, 0%, 15%);
    }
    .review-img {
        display: none;
    }
    .review-img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }
    .review-col {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 50px;
    }
    .review-name {
        font-size: 16px;
        font-weight: 500;
    }
    .review-date {
        font-size: 15px;
    }
    .review-col {
        opacity: 1;
    }
    .review-star {
        width: 18px;
        height: auto;
    }
    .review-star-txt {
        font-size: 16px;
    }

    .story-container {
        margin: 80px auto 0;
    }
    .story-title {
        font-size: 32px;
    }
    .story-plan {
        width: 100%;
        max-width: 440px;
    }

    .what-title {
        margin-top: 10px;
        font-size: 34px;
    }
    .what-para {
        font-size: 15px;
        max-width: 100%;
    }
    .btn-what {
        font-size: 15px;
    }
    .what-flex {
        gap: 20px;
    }
    .what-head {
        font-size: 24px;
    }
    .what-txt {
        font-size: 14px;
    }

    .valu-container {
        margin-top: 80px;
    }
    .valu-title {
        font-size: 32px;
        line-height: 1.4;
    }
    .valu-right, .valu-top {
        width: 100%;
    }
    .valu-para {
        font-size: 14px;
        max-width: 100%;
    }
    .valu-img {
        width: 90px;
    }
    .valu-head {
        font-size: 25px;
    }
    .valu-big {
        gap: 20px;
        height: 250px;
    }
    .valu-small {
        height: 300px;
    }
    .valu-bento, .valu-flex {
        gap: 20px;
    }

    .cta-wrapper {
        gap: 20px;
        padding: 4px 4px 4px 15px;
    }
    .cta-title {
        font-size: 26px;
    }
    .cta-txt {
        font-size: 11px;
    }
    .btn-cta {
        padding: 10px 18px;
        font-size: 13px;
        gap: 10px;
    }
    .cta-arrow img {
        height: 9px;
        width: auto;
    }
}