body, html {
    overflow-x: hidden;
    font-family: 'Space Grotesk';
    scroll-behavior: smooth;
}

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

.hero {
    height: calc(100vh - 125px);
}

.hero-img video {
    margin-top: -10px;
    margin-right: -10px;
    width: 80%;
}

.btn {
    text-decoration: none;
    position: relative;
    padding: 20px 90px 20px 40px;
    display: inline-block;
    transition: all 0.4s;
    clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.owl-theme .owl-nav {
    margin-top: 30px !important;
}

.btn.left-slant {
    padding: 20px 40px 20px 90px;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.btn-primary {
    color: #16422A;
    background: #DED0F8;
}

.btn-primary:hover {
    background: #000;
}

.btn i {
    margin-left: 10px;
}

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

.navbar {
    background: #16422A !important;
    padding: 20px 0 !important;
}

.nav-item a {
    color: #DED0F8 !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.36px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: 30px !important;
    position: relative;
}

.nav-item a:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: -5px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #DED0F8;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.nav-item a:hover:after { 
    width: 100%; 
    left: 0; 
}

.btn {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.18px;
    border: 0;
    border-radius: 0;
}

.btn-primary {
    background: #F8C4D3;
    border-color: #F8C4D3;
    color: #16422A;
}

.btn-primary:hover {
    background: #FF4133;
    border-color: #FF4133;
    color: #F8C4D3;
}

.hero {
    background: #16422A;
    color: #DED0F8;
}

.header-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 175% */
    letter-spacing: -0.2px;
    padding: 0; 
}

.header-text p:last-child {
    margin-bottom: 0;
}

.hero-btn {
}

.hero-right {
    padding-right: initial;
}

.about {
    padding: 60px 0;
    background: #DED0F8;
    color: #16422A;
    position: relative;
}

.about:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 25px;
    background: #dfd0f8;
    right: 10%;
    bottom: -38px;
    transform: rotate(135deg);
}

.nw-verve {
}

.nw-verve img {
    width: 100%;
}

.about-text {
    font-size: 20px;
    font-style: normal;
    line-height: 35px; /* 175% */
    letter-spacing: -0.2px;
}

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

.process {
    padding: 120px 0;
    background: #16422A;
    color: #DED0F8;
}

h2 {
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 110px; /* 122.222% */
    letter-spacing: -1.8px;
}

.process h2 {
    color: #DED0F8; 
}

.single-process {
    background: transparent;
    padding: 60px 50px 80px 0;
    color: #DED0F8;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.24px;
    margin-left: 0;
}

.single-process h3 {
    color: #DED0F8;
    margin-top: 0;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: -1.12px;
}

h2 span, h3 span, h4 span {
    font-weight: 300;
} 

.process-text {
    position: relative;
    padding-bottom: 30px;
}

.process-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50px;
    transform: translateX(-50%);
    width: 100px; /* Adjust the max-width as needed */
    height: 2px; /* Adjust the border thickness as needed */
    background-color: #DED0F8; /* Adjust the border color as needed */
}

.process-text p:last-child {
    margin-bottom: 0;
}

.btn-secondary {
    background: #DED0F8;
    border-color: #DED0F8;
    color: #16422A;
    transition-duration: 0.25s;
}

.btn-secondary:hover {
    background: #FF4133 !important; 
    border-color: #FF4133 !important; 
    color: #F8C4D3 !important;    
}

.col-12.full-height {
    display: flex;
    flex-wrap: wrap;
}

.single-process {
    flex: 1;
    margin: 0 10px 0 0;
}

.process .btn, .case-studies .btn {
    margin: 60px 0 0;
}

.case-studies {
    background: #F0D7D4;
    padding: 120px 0;
    position: relative;
}

.case-studies:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 25px;
    background: #F0D7D4;
    left: 10%;
    top: -38px;
    transform: rotate(225deg);
}

.case-studies.full-case-list:before {
    display: none;
}

.btn-case {
    border-radius: 99px;
    background: #F0D7D4;
    border-color: #F0D7D4;
    color: #FF4133;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    padding: 2px 10px;
    margin: 20px 0 0 0 !important;  
    transition-duration: 0.25s;
}

.btn-case:hover {
    background: #16422A;
    border-color: #16422A;
    color: #f8c4d3;    
}

.single-case-study-list {
    background: #ff4233;
    padding: 0;
    margin-top: 100px;
    max-width: 85%;
    display: flex; /* Add flex display */
}

.single-case-study-list:first-child {
    margin-top: 0;
}

.single-case-study-list:nth-child(even) {
    right: -15%; /* Right align for even elements */
    max-width: 85%; /* Set width for even elements */
}

.case-study-list {
    background: #FF4133;
    color: #F8C4D3;
    padding: 0 20px 10px 30px;
}

.single-case-study-list:nth-child(odd) .case-study-list {
    margin-left: auto; /* Align to the right for odd elements */
}

.case-study-list h4, .case-study-tag {
    margin: 0;
    color: #F8C4D3;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.64px;
}

.case-study-tag {
    font-weight: 300;
}

.btn-case-outer {
    width: 100%;
}

.case-studies-inner {
    position: relative;
}

.lets-chat {
    background: #16422A;
    padding: 120px 0;
    color: #DED0F8;
}

.lets-chat h3 {
    color: #DED0F8;
    font-size: 90px;
    font-style: normal;
    font-weight: 500;
    line-height: 110px; /* 122.222% */
    letter-spacing: -1.8px;
}

.lets-chat-text {
    color: #DED0F8;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.36px;    
}

.lets-chat .btn {
    background: #DED0F8;
    border-color: #DED0F8;
    color: #16422A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.18px;
}

footer {
    color: #16422A;
    padding: 125px 0;
    background: #DED0F8;
}

footer a {
    color: #16422A;
}

.footer-text {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.12px;            
    margin: 30px 0;
}

.footer-text p {
    font-size: 12px;
    line-height: 18px;
}

.opus-footer {
    margin-bottom: 40px;
}

.footer-links li {
    list-style: none;
    font-size: 16px;
    line-height: 28px;
}

.got-a-project {
    padding: 120px 0;
}

.got-a-project h2 {
    font-size: 90px;
    font-weight: 500;
    line-height: 110px;
    letter-spacing: -1.8px;
    color: #3a54f1;
    margin: 0 0 30px;                    
}

.got-a-project p {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.36px;
    margin-bottom: 30px;
}

.footer-copyright {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; 
    letter-spacing: 0.12px;
}

.social-links svg {
    font-size: 42px;
    padding: 7px;
    width: 40px !important;
    height: 40px;
    border-radius: 25px;
    margin-right: 5px;
    border: 1px solid transparent;
    overflow: visible;
}

.social-links a:hover svg {
    background: #ff4739;
    border: 1px solid #ff4233;
    color: #f0d7d4;
    text-decoration: none;                    
}

.footer-logo {
    margin-right: 20px;
}

.nestworks-title .nwt-nest {
  font-weight: 700;
}

.nestworks-title {
  font-weight: 400;
}

.meet-team {
    padding: 120px 0;
    background: #F0D7D4;
}

.meet-team h2 {
    color: #16422A;
    font-family: Space Grotesk;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px; /* 142.857% */
    letter-spacing: -1.12px;
    margin: 0 0 60px 0;
    padding: 0;
}

.meet-team h2 strong, .meet-team h2 span {
    font-weight: 600;
}

.team-name {
    background: #16422A;
    padding: 20px;
    color: #F0D7D4;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
}

.team-role {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.36px;
}

.full-case-list {
    padding-top: 120px;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon .closed-icon {
    display: none;
}

.navbar-toggler[aria-expanded=false] .navbar-toggler-icon .open-icon {
    display: none;
}

.navbar-toggler .navbar-toggler-icon .closed-icon:before, .navbar-toggler .navbar-toggler-icon .open-icon:before {
    font-size: 30px;
}

.fa-bars:before {
    content: "\f0c9";
}

.navbar .navbar-toggler {
    border:0;

}

.navbar .navbar-toggler-icon {
    background-image: none;
}

.mobile-only {
    display: none;
}

.contact {
    padding: 120px 0;
    background: #F0D7D4;
    color: #16422A;
}

.contact h2 {
    color: #16422A;
    font-size: 90px;
    font-weight: 500;
    line-height: 90px; /* 122.222% */
    letter-spacing: -1.8px;
    margin-bottom: 0;
}

.contact-text {
    color: #16422A;
    font-size: 26px;
    font-weight: 400;
    line-height: 36px; /* 125% */
    letter-spacing: -0.32px;
    margin-bottom: 80px;
}

.contact-address {
    color: #16422A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.18px;    
}

.contact-social-links {
    margin-top: 10px;
}

.contact-address a {
    color: #16422A;
}

input[type="text"], input[type="email"], textarea {
    border: 1px solid #DED0F8 !important;
    background: #FFF !important;
    outline: 0 !important;
    border-radius: 0 !important;
    padding: 8px 20px !important;
    font-size: 18px !important;
    height: initial !important;
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border-color: #16422A !important;
}

.gfield_description {
    color: #16422A !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    letter-spacing: 0.12px !important; 
    margin: 20px 0 40px !important; 
}

.gfield_label {
    color: #16422A !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    letter-spacing: -0.18px !important;
}

.gform_required_legend {
    display: none !important;
}

.gfield_required_asterisk {
    color: #16422A;
}

input[type="submit"] {
    padding: 18px 36px !important;
    flex-shrink: 0 !important;
    border-radius: 99px !important;
    background: #16422A !important;
    font-size: 18px !important;     
}

input[type="submit"]:hover {
    background: #F8C4D3 !important;
    border-color: #F8C4D3 !important;
    color: #16422A !important;
}

.wrapper {
    margin: 0 auto;
}

.trigger {
    position: absolute;
}

.trigger--one {
    left: 0;
}

.scene {
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
}

.scene--active {
  position: fixed;
}

.scene--ended {
    position: absolute;
    bottom: 0;
    top: auto;
}

.team-carousel img {
    display: block !important;
    max-height: 145px;
    width: auto !important;
}

.horizontal-scroll-section--init {
    opacity: 1;
}

.horizontal-scroll-section__content {
    display: flex;
    align-items: center;
}

.horizontal-scroll-section__content-wrapper {
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
}

.horizontal-scroll-section__content-section {
    position: relative;
    min-width: 50%;
    padding: 0 40px;
    display: flex;
    align-items: center;
    height: 75%;
    flex-direction: column;
}

.horizontal-scroll-section__image {
    display: flex;
    align-items: center;
}

.horizontal-scroll-section__image h2 {
    margin-left: 20px;
    width: 250px;
    text-align: left;
    flex-shrink: 0;
}

.horizontal-scroll-section__image--two img {
    max-width: 400px;
}

.horizontal-scroll-section__image--four img {
    max-width: 400px;
}

.horizontal-scroll-section--animation-one .horizontal-scroll-section__image--two {
    opacity: 1;
    transform: translateX(0);
}       

.case-study-list-img {
    background: url(/wp-content/uploads/2024/01/RK2A5587-1.jpg);
    background-size: cover;
    background-position: center;    
}

.view-case {
    background: none;
    border: none;
    padding: 0;
    color: #F0D7D4; 
}

.case-study-tag {
    padding-bottom: 10px;
}

.slider-content {
    position: relative;
    width: 600px;
    height: 400px;
}

.slider-content figure {
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    margin: 0;
    top: 0;
}

.slider-content figure.show {
    opacity: 1;
}

.slider-navigation {
    display: flex;
    justify-content: space-between;
}

.view-case:focus {
    outline: 0;
}

.explore-process-text {
    color: #DED0F8;
    font-size: 24px;
    margin-bottom: 30px;
}

.job-role {
    margin: 0 0 10px 0;
    font-style: italic;
    font-size: 18px;
}

.view-nav {
    display: inline-block;
    color: #f0d7d4;
    text-transform: capitalize;
}

.hero-about-title h1 {
    color: #DED0F8;
    font-size: 74px;
    line-height: 10px;
}

.hero-about-title {
    font-size: 44px;
    margin-bottom: 20px;
}

.purple-btn {
    background: #DED0F8;
}

.about-btn {
    margin-top: 30px;
}

div.section3 {
    height: 600px;
    background-color: green;
    overflow: hidden;
}

.horizontal {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
div.section4 {
    height: 30vh;
    background-color: yellow;
}
div.section5 {
    height: 70vh;
    background-color: purple;
}
div.sectionspacer {
    background: #fff;
    height: 24px;
}

.horizontal > section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    justify-content: center;
    width: 33.3333%;
    flex-shrink: 0;
    margin-right: 20px;
}  

.view-nav {
    color: #16422A;
}

.hero.single-work {
    background: #DED0F8;
    color: #16422A;
    height: initial;
    padding-top: 80px;
}

.hero.single-work .hero-about-title {
    font-size: 74px;
    line-height: 58px;
    margin-bottom: 60px;
}

.hero.single-work h1 {
    color: #16422A;
    font-size: 44px;
}

.text-icon-block {
    background: #DED0F8;        
    padding: 120px 0;
}

.text-icons {
    color: #16422A;
    font-size: 18px;
    font-weight: bold;        
}

.text-icons img {
    max-width: 150px;
    display: block;
    margin: 0 auto;
}

.text-icons .text-icon {
    margin-bottom: 60px;
    padding: 20px;
    position: relative;
}

.text-icons .text-icon:nth-child(1), .text-icons .text-icon:nth-child(3) {
    border-right: #16422A solid 1px;
}

.text-icons .text-icon:nth-child(3)::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 85%;
    background: #16322A;
    top: -30px;
    right: 0;
}

.text-icons .text-icon:nth-child(4)::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 85%;
    background: #16322A;
    top: -30px;
    left: -1px;
}

.text-icon-block .btn-secondary {
    background: #16422A;
    border-color: #16422A;
    color: #DED0F8;
    transition-duration: 0.25s;        
    margin-top: 60px;
}

.image-block-bg {
    background: url('/wp-content/uploads/2024/01/Screenshot-2024-01-12-at-17_0006_RK2A5587-1.jpg');
    background-size: cover;
    background-position: center;
}

.other-works {
    background: #DED0F8;
    padding: 0 0 120px;
}

.other-works .case-study-list {
    padding: 20px 30px;
}

.meet-team .team-carousel img {
    width: 100% !important;
    max-height: initial;
}

.meet-team .team-carousel .owl-nav img {
    height: 12px;
}

.owl-dots {
    display: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    outline: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: initial;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0;
}

.content-text {
    font-size: 18px;
    line-height: 26px;    
}

.services-chat.lets-chat h3 {
    color: #ecd8d5;
}

.services-chat.lets-chat .gfield_label, .services-chat.lets-chat .gfield_required_asterisk, .services-chat.lets-chat .gfield_description {
    color: #ecd8d5 !important;
}

.services-chat.lets-chat .gfield_description {
    margin-bottom: 0 !important;
}

input[type="submit"] {
    transition-duration: 0.25s !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    letter-spacing: -0.18px !important;
    border: 0 !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    position: relative !important;
    padding: 20px 90px 20px 40px !important;
    display: inline-block !important;
    transition: all 0.4s !important; 
    clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%) !important;
    text-transform: uppercase !important;
}

.services-chat.lets-chat input[type="submit"] {
    background: #ecd8d5 !important;
    border-color: #ecd8d5 !important;
    color: #16422A !important;    
}

@media screen and (max-width: 991px) {

    .hero.single-work .hero-about-title {
        font-size: 44px;
        margin-bottom: 40px;
    }

    .hero.single-work h1 {
        font-size: 36px;
    }
    
    .hero.single-work {
        padding: 60px 30px !important;
    }

    .text-icon-block {
        padding: 30px 15px 60px;
    }

    .text-icons .text-icon img {
        margin-bottom: 10px;
    }

    .see-work-btn {
        margin-top: 30px;
    }

    .other-works {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 80px;
    }

    .single-other {
        margin-bottom: 30px;
    }

    .text-icons .text-icon {
        font-size: 16px;
        line-height: 22px;        
    }

    .hero {
        height: initial;
    }

    .btn {
        padding: 15px 80px 15px 30px;
        font-size: 18px;        
    }

    .hero-btn {
        padding-top: 20px;
        text-align: center !important;
    }

    .about-text {
        text-align: center;
    }

    .about:after, .case-studies:before {
        width: 100px;
    }

    .hero-img video {
        width: 100%;
    }

    .desktop-only {
        display: none !important;
    }

    .single-process {
        padding: 0 0 30px;
    }

    .single-case-study-list {
        display: initial;
        margin: 0 auto;
    }

    .mobile-only {
        display: block;
    }

    .navbar {
        padding: 20px !important;
    }

    .navbar-toggler-icon i {
        color: #dfd0f7;
    }

    .navbar .navbar-toggler:focus {
        outline: 0;
        box-shadow: none;
    }

    .navbar-nav {
        margin-top: 15px;
        text-align: center;
        padding: 30px 0;
        background: #DED0F8;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #16422A !important;
    }

    .nav-item a {
        color: #16422A;
        padding-left: 0 !important;
    }

    .hero-logo.mobile-only, .nw-verve {
        margin-bottom: 30px;
    }

    .hero, .about, .process, .lets-chat, .meet-team, .contact {
        padding: 80px 15px;
    }

    h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .single-process h3 {
        font-size: 38px;
    }

    .process-text, .lets-chat-text {
        font-size: 18px;
        line-height: 32px;
    }

    .col-12.full-height {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .case-study-list {
        padding: 30px;
    }

    .case-study-list h4, .case-study-tag {
        font-size: 28px;
    }

    .lets-chat h3 {
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 30px;
    }

    footer {
        padding: 60px 15px;
        text-align: center;
    }

    .footer-copyright {
        margin-top: 30px;
    }

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

    .footer-copyright, .footer-bottom, .footer-text {
        font-size: 16px;
        line-height: 30px;
    }

    .single-team {
        margin-bottom: 30px;
    }

    .meet-team h2 {
        font-size: 38px;
        text-align: center;
        margin-bottom: 30px;
    }

    .contact h2 {
        font-size: 46px;
        margin-bottom: 0;
    }

    .contact-text {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 0;
    }

    .contact-text p:last-child {
    }

    .contact form {
        margin-top: 40px;
    }

    .explore-process-text {
        font-size: 22px;
        width: 100%;    
    }

    .single-case-study-list {
        margin-bottom: 60px;
    }

    .case-studies {
        padding: 120px 0 60px;
    }

    .case-studies-inner .single-case-study-list:last-child {
        margin-bottom: 0;
    }

    .hero .hero-right {
        padding-right: 15px;
    }

    .header-text {
        font-size: 18px;
        line-height: 34px;
    }

    .btn-case-outer {
        font-size: 18px;
        text-align: center !important;
    }

    .single-case-study-list:nth-child(even) {
        right: initial;
        max-width: 85%; /* Set width for even elements */
    }

    .team-single {
        width: 80%;
        margin: 0 auto;
    }

}
