/* for debugging, uncomment
* {
    background: #000 !important;
    color: #0f0 !important;
    outline: solid #f00 1px !important;
}*/

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
}

h1,
h2,
h3,
h4,
p,
a,
b {
    padding: 0;
    margin: 0;
    font-weight: 400;
}

li,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1 {
    font-size: 20px;
    line-height: 72px;
    font-family: 'Montserrat', sans-serif;
    font-weight: regular;
}

h2 {
    font-size: 32px;
    line-height: 46px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
}

h3 {
    font-size: 12px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(25, 26, 30, 0.6);
    margin-bottom: 5px;
}

h4 {
    font-size: 21px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
}

p {
    font-size: 15px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    opacity: 0.7;
    margin-bottom: 30px;
}

strong {
    font-family: 'Montserrat', sans-serif;
    color: rgb(24, 26, 31);
}

a {
    text-decoration: none;
    color: #7e7a9b;
}

p a:hover {
    text-decoration: underline;
}

p.light,
h1.light,
h2.light,
h4.light {
    color: #fff;
}

h3.color,
span.color {
    color: #ff4d00;
}

@media screen and (max-width: 1260px) {
    h1 {
        font-size: 48px;
        line-height: 64px;
    }

    h2 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    h3 {
        font-size: 12px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    h4 {
        font-size: 18px;
        line-height: 26px;
    }

    p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    a {
        font-size: 16px;
    }
}

@media screen and (max-width: 760px) {
    h1 {
        font-size: 38px;
        line-height: 50px;
    }

    h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 30px;
    }

    h3 {
        font-size: 12px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    p a:hover {
        text-decoration: none;
    }
}

@media screen and (max-width: 560px) {
    h1 {
        font-size: 38px;
        line-height: 50px;
    }

    h2 {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 30px;
    }

    h3 {
        font-size: 13px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    p a:hover {
        text-decoration: none;
    }
}

@media screen and (max-width: 340px) {
    h1 {
        font-size: 30px;
        line-height: 42px;
    }

}

body {
    font-family: 'Montserrat', sans-serif;
    color: rgb(24, 26, 31);
    -webkit-font-smoothing: antialiased;
    top: 0;
    left: 0;
}

html, body {
    width: 100%;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}




/* ------------------------- All -------------------------------------------------- */

.section {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
}

.wrap {
    max-width: 1020px;
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
}

.wrap-wide {
    max-width: 1260px;
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
}

.sub-wrap {
    width: 50%;
    position: relative;
    float: left;
}

.sub-wrap.left {
    padding-right: 40px;
}

.sub-wrap.right {
    padding-left: 40px;
}

.stripe {
    background: rgba(25, 26, 30, 0.15);
    width: 100%;
    height: 1px;
    float: left;
}

.btn {
    height: 60px;
    background: rgb(132, 0, 255);
    color: rgb(24, 26, 31);
    display: inline-block;
    padding: 30px 55px 30px 40px;
    line-height: 0px;
    border-radius: 30px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: medium;
    border: 1px solid rgba(25, 26, 30, 0.15);
    box-shadow: 0px 0px 10px 0px #00000020;
}

.btn img {
    opacity: .5;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    display: inline-block;
    margin-left: 10px;
    mix-blend-mode: difference;
}

.btn:hover {
    text-decoration: none;
}

.btn:hover img {
    opacity: 1;
    margin-left: 13px;
}

.image-box {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
}

.image-box-overlay {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: rgb(24, 26, 31);
    top: 0;
    right: 0;
    z-index: 1;
}

.image-box-inside {
    position: absolute;
    width: 100%;
    top: -20%;
}

.image-box-small {
    position: absolute;
    width: 100%;
    display: none;
    top: 50%;
    transform: translate(0, -50%);
}

.sub-header {
    padding-top: 250px;
}

.white-bar-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 2;
    display: none;
    background: #fff;
}

@media screen and (max-width: 1450px) {
    .sub-header {
        padding-top: 230px;
    }
}

@media screen and (max-width: 1260px) {
    .sub-header {
        padding-top: 160px;
    }
}

@media screen and (max-width: 760px) {

    .wrap {
        max-width: 940px;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px;
    }

    .wrap-wide {
        padding-left: 40px;
        padding-right: 40px;
    }

    .image-box-inside {
        top: 0%;
        width: 130%;
        left: -15%;
        display: none;
    }

    .image-box-small {
        display: block;
    }

    .sub-header {
        padding-top: 160px;
    }

    .sub-wrap {
        width: 100%;
    }

    .sub-wrap.left {
        padding-right: 0px;
    }

    .sub-wrap.right {
        padding-left: 0px;
    }

    .white-bar-mobile {
        display: block;
    }

}

/* ------------------------- Homepage -------------------------------------------------- */
/* ------------------------- Header -------------------------------------------------- */
.header {
    width: 100%;
    height: 100vh;
    float: left;
    text-align: center;
    padding: 20px;
    background: #fff;
    background-size: contain;
}

.header-block {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%; /* Updated width to 100% for responsiveness */
    padding: 0 20px;
    text-align: center;
}



.header-block h1 {
    white-space: normal;
    display: inline-block;
    margin: 0 0 40px 0;
    word-wrap: break-word;
    text-overflow: ellipsis;
    position: relative;
}

.hq-small {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    position: absolute;
    top: -15px;
    padding-left: 6px;
}

/* General Styles for Top Bar */
/* General Styles for Top Bar */
.top-bar-home {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 80px;
    z-index: 1;
    display: flex;
    align-items: center;
}

/* Dot Styling */
.top-bar-home .dot {
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background: rgb(113, 240, 119);
    margin-right: 10px;
}

/* Text Styling */
.top-bar-home p {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

/* Scroll effect */
.top-bar-home.scrolled {
    opacity: 0;
    visibility: hidden;
    top: -5px;
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
    /* Move the top bar below the header in mobile view */
    .top-bar-home {
        position: relative;
        top: auto;
        left: 0;
        transform: none;
        width: 100%;
        align-items: center;
        border: none;
        height: auto;
        margin-top: 10px;
    }

    /* Center-align content on mobile */
    .top-bar-home {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .top-bar-home .dot,
    .top-bar-home p {
        display: inline-block;
        vertical-align: middle;
    }

    .top-bar-home p {
        padding: 10px 0;
        text-align: center;
    }
}



.bottom-text {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff; /* Adjust background color as needed */
    color: #000000; /* Adjust text color as needed */
    text-align: center;
    font-size: 14px;
    font-weight: regular;
    padding: 10px;
}


/* For "Data Scientist" */
.en {
    font-size: 16px !important; /* Forcefully make it smaller */
    font-weight: normal;
}

/* For your name "Devsen Datha Mukkamala" */
.focus-in-contract-bck {
    
    font-weight: bold;
}


.header h1 {
    font-size: 32px; /* Desktop font size */
    line-height: 42px;
}

/* Mobile view styles (screens smaller than 760px) */
@media screen and (max-width: 760px) {
    .en {
        font-size: 14px; /* Mobile font size */
    }

    .focus-in-contract-bck {
        font-size: 20px; /* Mobile font size */
    }

    .header h1 {
        font-size: 28px; /* Mobile font size */
        line-height: 38px;
    }
}

/* Smaller screens (very small mobile devices, screens smaller than 340px) */
@media screen and (max-width: 340px) {
    .header h1 {
        font-size: 24px; /* Smallest font size */
        line-height: 32px;
    }
}


/* ------------------------- About Home -------------------------------------------------- */

.home-about {
    width: 100%;
    background: rgb(24, 26, 31);
    padding: 160px 0;
    background-color: #181a1e;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='355' height='42.6' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%2314161a' stroke-width='6.8' %3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E");
}

.home-about .block-left {
    width: 50%;
    float: left;
    padding-right: 40px;
}

.home-about .block-right {
    width: 50%;
    float: left;
    padding-left: 140px;

}

.home-about .block-left .btn {
    padding-left: 0;
}

.home-about .block-right .col-left {
    float: left;
    padding-right: 20px;
}

.home-about .block-right .col-right {
    float: left;
    padding-top: 15px;
}

.home-about .block-right h3 {
    margin: 0 0 2px 0;
}

.home-about .block-right p {
    margin-bottom: 0;
    opacity: 1;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: medium;
}

.home-about-links {
    margin-top:1.5em; 
    line-height:25px;
}

.home-about-links a{
    color: #fff;
}
.home-about-links .btn{
    display: unset;
} 

a.btn.animatelink.about-btn {
    background: none;
    color: #fff;
    box-shadow: none;
    padding: 30px 50px 30px 40px;
}
/* Desktop styles */
/* Container for buttons */
.btn-container {
    display: flex;
    gap: 20px; /* Increase space between buttons */
    justify-content: center; /* Center the buttons */
}

/* Button styles */
a.btn.animatelink.about-btn1 {
    background: linear-gradient(135deg, #000000, #000000);
    color: white;
    padding: 20px 40px;
    border-radius: 50px; /* Fully rounded corners */
    font-weight: bold;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    transition: all 0.1s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    width: 200px; /* Set fixed width to make buttons same size */
    text-align: center;
}

.btn-icon {
    margin-left: 8px; /* Space between text and icon */
    display: inline-flex;
    align-items: center;
}

.btn-icon img {
    width: 16px; /* Adjust icon size as needed */
    height: auto;
    vertical-align: middle;
}



a.btn.animatelink.about-btn1:hover {
    background: linear-gradient(135deg, #000000, #000000);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
}

/* Mobile styles */
@media (max-width: 768px) {
    .btn-container {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
}
/* Mobile styles */
@media (max-width: 768px) {
    .btn-container {
        display: flex;
        flex-direction: column; /* Stack buttons vertically on mobile */
        gap: 15px; /* Increased space between buttons */
        align-items: center; /* Center buttons */
        width: 100%;
    }

    a.btn.animatelink.about-btn1 {
        padding: 15px 30px; /* Smaller padding for mobile */
        width: 90%; /* Full-width button with margin on mobile */
        max-width: 300px; /* Optional max-width to prevent buttons from getting too wide */
        gap: 10px; /* Adjusted gap for mobile */
    }

    .btn-icon {
        margin-left: 5px; /* Maintain space between text and icon */
    }

    .btn-icon img {
        width: 14px; /* Slightly smaller icon size for mobile */
    }
}

a.btn.animatelink.about-btn.home {
    padding: 30px 0px;
}
a.btn.animatelink.about-btn1.home {
    padding: 30px 0px;
}

@media screen and (max-width: 1260px) {
    .home-about .block-left {
        width: 65%;
        padding-right: 60px;
    }

    .home-about .block-right {
        width: 35%;
        padding-left: 20px;
        padding-top: 0px;
    }

    .home-about .block-right .col-left {
        margin-bottom: 20px;
    }

    .home-about .block-right .col-right {
        padding-top: 0;
    }
}

@media screen and (max-width: 760px) {
    .home-about {
        border-top-right-radius: 1.5rem;
        border-top-left-radius: 1.5rem;
    }

    .home-about {
        padding: 100px 0;
    }

    .home-about .wrap-wide {
        padding: 0;
    }

    .home-about .block-left {
        width: 100%;
        padding-right: 0px;
    }

    .home-about .block-right {
        width: 100%;
        padding-left: 0px;
        padding-top: 20px;
    }

    .home-about .block-right .col-left {
        padding-right: 5.5vw;
    }

    .home-about .block-right .col-right {
        padding-top: 0;
    }

    .home-about h2 {
        margin-bottom: 10px;
        font-size: 28px;
    }

    .home-about p {
        margin-bottom: 0;
    }

    .home-about .block-right p {
        font-size: 12px;
    }
}

@media screen and (max-width: 360px) {
    a.btn.animatelink.about-btn {
        padding: 30px 25px 30px 40px;
    }
}
/* ------------------------- Button Container -------------------------------------------------- */
.header {
    width: 100%;
    height: 100vh;
    float: left;
    text-align: center;
    padding: 20px;
    background: #ffffff;
    background-size: contain;
}

.header-block {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%; /* Keep it at 100% for better responsiveness */
    padding: 0 20px;
    text-align: center;
}

.en {
    font-size: 4vw; /* Use vw (viewport width) for dynamic resizing */
}

.focus-in-contract-bck {
    font-size: 6vw; /* Use vw for the title to scale based on screen size */
    white-space: nowrap; /* Prevent breaking into multiple lines on smaller screens */
}

.header-block h1 {
    white-space: normal;
    display: inline-block;
    margin: 0 0 40px 0;
    word-wrap: break-word;
    text-overflow: ellipsis;
    position: relative;
}

.hq-small {
    font-size: 3vw; /* Dynamic sizing */
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    position: absolute;
    top: -15px;
    padding-left: 6px;
}

@media screen and (max-width: 760px) {
    .en {
        font-size: 3vw; /* Smaller size for iPhone 15 Pro Max screen */
    }

    .focus-in-contract-bck {
        font-size: 6vw; /* Smaller font size for title */
    }

    .header h1 {
        font-size: 6vw;
        line-height: 8vw;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 340px) {
    .header h1 {
        font-size: 10px; /* Further scale down for ultra-small screens */
        line-height: 7vw;
        margin-bottom: 20px;
    }
}
/* ------------------------- Footer -------------------------------------------------- */

.footer {
    padding: 120px 0 0 0;
    text-align: center;
    background: rgb(24, 26, 31);
    margin-top: -22px;
    box-shadow: 0px -5px 15px 0px #00000020;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='355' height='42.6' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%2314161a' stroke-width='6.8' %3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E");
    
}

.footer h2 {
    font-size: 42px;
    line-height: 62px;
    margin-bottom: 30px;
    color: #fff;
}

.footer h3 {
    color: rgba(255, 255, 255, 0.6);
}

.footer .btn {
    background: rgb(29, 32, 39);
    border: 1px solid rgba(25, 26, 30, 0.15);
    color: #fff;
    box-shadow: 0px 0px 10px 0px #000000;
}

.footer .btn img {
    mix-blend-mode: difference;
}

.footer-block {
    background-size: cover;
    float: left;
    position: relative;
    width: 100%;
}

.footer-block:before {
    content: "";
    display: block;
    padding-top: 17%;
}

.footer-block .logo {
    top: 0;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 100px;
    left: auto;
    mix-blend-mode: normal;
    z-index: 1;
}

.footer-block p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.25rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.397);
}

@media screen and (max-width: 1260px) {}

@media screen and (max-width: 760px) {
    .footer {
        padding: 80px 0 0 0;
        border-top-right-radius: 1.5rem;
        border-top-left-radius: 1.5rem;
    }

    .footer .wrap-wide {
        padding: 0;
    }

    .footer h2 {
        font-size: 28px;
        line-height: 42px;
        margin-bottom: 25px;
    }

    .footer-block:before {
        margin-top: 5em;
    }

    .footer .logo {
        top: 36%;
        transform: translate(-50%, -50%);
        right: auto;
        left: 50%;
        mix-blend-mode: normal;
        z-index: 1;
    }

    .footer-block p {
        top: 66%;
        left: 50%;
        transform: translate(-50%, -50%);
        line-height: 1.25rem;
        margin: 0;
        width: 100%;
    }

}

@media screen and (max-width: 440px) {
    .footer-block:before {
        margin-top: 5em;
    }
}

/* ------------------------- Work -------------------------------------------------- */
/* ------------------------- Work Header -------------------------------------------------- */

body.work .progressContainer,
body.work .footer {
    display: none;
}

.work-b {
    background: #fff;
    padding: 80px 0;
    overflow: hidden;
    height: 100vh;
}

.work-wrap {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 1360px;
    height: 1100px;
    padding: 70px 0px 90px 80px;
}

.work-block {
    float: left;
    width: 35%;
    position: relative;
    height: 100%;
}

.work-block p {
    line-height: 20px;
}

.work-block-inside {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    z-index: 2;
    padding-left: 40px;
    padding-right: 40px;
}

.work-block-inside h1,
.work-block-inside h3 {
    z-index: 3;
    position: relative;
}

.work-block-inside h1 {
    margin-bottom: 20px;
}

.work-block-inside p {
    margin-bottom: 60px;
}

.work-block-inside p {
    opacity: 1;
    position: relative;
    color: rgba(25, 26, 30, 0.7);
}

.work-block-inside p a {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.work-block-inside p a:hover {
    color: rgb(24, 26, 31);
}

.work-block-white {
    width: 45vw;
    height: 120vh;
    top: -35vh;
    right: 0;
    position: absolute;
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.90));
    filter: blur(50px);
    -webkit-filter: blur(10px);
}

.flexslider .image-box-overlay {
    background: #fff;
}

.flexslider {
    margin-bottom: 0;
    border: 0;
    background: 0;
    width: 65%;
    float: left;
    height: 100%;
}

.flex-viewport {
    overflow: visible !important;
    height: 100%;
}

.flex-control-nav {
    display: none;
}

.flexslider .slides {
    height: 100%;
}

@media screen and (max-width: 1450px) {
    .work-wrap {
        padding: 70px 120px 90px 120px;
    }
}

@media screen and (max-width: 1360px) {
    .work-wrap {
        width: 100%;
    }
}

@media screen and (max-width: 1260px) {
    .work-b .rw-case {
        margin-left: 0;
        width: 100%;
        transform: translate(0, 0);
    }

    .work-wrap {
        padding: 80px 80px 80px 120px;
    }
}

@media screen and (max-height: 1100px) {
    .work-wrap {
        height: 100vh;
    }
}

@media screen and (max-width: 1160px) {
    .work-wrap {
        padding: 80px 20vw 80px 120px;
    }

    .work-wrap .work-block {
        width: 50%;
    }

    .work-wrap .flexslider {
        width: 50%;
    }
}

@media screen and (max-width: 980px) {
    .work-wrap {
        width: 100%;
        padding: 80px 80px 80px 120px;
    }
}

@media screen and (max-width: 840px) {
    .work-b {
        height: auto;
        padding-top: 160px;
        padding-bottom: 40px;
    }

    .work-wrap {
        width: 100%;
        padding: 80px;
        left: auto;
        top: auto;
        transform: translate(0, -0);
        position: relative;
    }

    .work-wrap .work-block {
        width: 100%;
        height: auto;
    }

    .work-block-white {
        display: none;
    }

    .work-block-inside {
        position: relative;
        top: 0;
        transform: translate(0, 0);
        padding: 0 50px 80px 50px;
    }

    .work-block-inside h1 {
        margin-bottom: 12px;
    }

    .work-block-inside p {
        margin-bottom: 0px;
    }

    .work-wrap .flexslider {
        width: 100%;
    }

    .flexslider {
        height: auto;
    }

    .flex-viewport {
        overflow: visible !important;
        height: auto;
    }

}

/* ------------ Slider item ------------ */

.flexslider li {
    position: relative;
    height: 100%;
    float: left;
}

.work-b .rw-case {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}


.work-b .rw-case:first-child {
    margin-right: 0;
}

.work-b .case-title {
    top: 68%;
    transform: translate(0, -50%);
    max-width: calc(100% - 100px);
}

.work-b .rw-case img {
    top: 40%;
    left: 0;
    transform: translate(0, -50%);
    padding: 50px;
}

@media screen and (max-width: 840px) {
    .flexslider .slides {
        width: 100% !important;
    }

    .work-b .case-title {
        top: 50%;
        transform: translate(0%, -50%);
        bottom: auto;
        max-width: 55%;
    }

    .work-b .rw-case img {
        width: 45vw;
        left: 80%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 0;
    }

    body.work .footer {
        display: block;
    }

}

@media screen and (max-width: 760px) {
    .work-wrap {
        padding: 0;
    }

    .work-b .rw-case {
        margin-left: 30px;
        width: calc(100% - 60px);
    }

    .work-b .rw-case:first-child {
        margin-bottom: 30px;
    }
}

/* ------------ Slider Controls ------------ */


.flex-direction-nav a {
    width: 60px;
    height: 60px;
    color: #fff;
    padding-top: 0px;
    position: relative;
    float: left;
    margin: 0;
    padding-top: 60px;
    margin-right: 10px;
}

.flex-next {
    background: rgb(24, 26, 31) url("../assets/img/arrow-small-light.svg") center center no-repeat;
    opacity: 1 !important;
    right: 0 !important;
    position: relative;
    float: left;
}

.flex-prev {
    background: rgb(24, 26, 31) url("../assets/img/arrow-small-light-left.svg") center center no-repeat;
    opacity: 1 !important;
    left: 0 !important;
    position: relative;

}

.flex-next.flex-disabled {
    opacity: 1 !important;
    z-index: 1;
    pointer-events: none;
    background: #F1F1F1 url("../assets/img/arrow-small-dark.svg") center center no-repeat;
}

.flex-prev.flex-disabled {
    opacity: 1 !important;
    z-index: 1;
    pointer-events: none;
    background: #F1F1F1 url("../assets/img/arrow-small-dark-left.svg") center center no-repeat;
}

@media screen and (max-width: 840px) {
    .flex-direction-nav a {
        display: none;
    }

}


/* modals */
/* Modal (background) */
/* Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    animation: modalFadeIn 0.3s ease-in-out;
}

/* Modal Content */
.modal-content {
    background-color: white;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    max-width: 600px; /* Limit the width */
    max-height: 80vh; /* Set maximum height */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow-y: auto; /* Enable vertical scrolling */
    overflow-x: hidden; /* Prevent horizontal scrolling */
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: left;

    /* Hide default scrollbars */
    scrollbar-width: none; /* For Firefox */
}

/* Hide scrollbar for Webkit browsers (Chrome, Safari, etc.) */
.modal-content::-webkit-scrollbar {
    display: none;
}

/* Adjustments for larger screens (e.g., iPhone 15 Pro Max) */
@media screen and (min-width: 1200px) {
    .modal-content {
        width: 60%; /* Increase width slightly */
        max-width: 800px; /* Widen the modal on larger screens */
        max-height: 85vh; /* Allow the modal to grow taller */
    }
}

/* Mobile devices (e.g., iPhone 15 Pro Max) */
@media screen and (max-width: 480px) {
    .modal-content {
        width: 95%; /* Utilize most of the screen width on mobile */
        padding: 25px; /* Adjust padding for smaller screens */
        margin-top: 15%; /* Reduce the top margin for better viewability */
        margin-bottom: 25%; /* Reduce the bottom margin */
        max-height: 85vh; /* Slightly taller for larger mobile screens */
        overflow-y: auto; /* Allow content to scroll vertically if needed */
    }
}

/* Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover {
    color: black;
}

/* Modal title and content */
.modal h2, .modal h3 {
    margin-top: 0;
    font-family: 'Arial', sans-serif;
}

.modal ul {
    padding-left: 20px;
}

.modal ul li {
    margin-bottom: 10px;
}

.modal p {
    font-family: 'Arial', sans-serif;
    color: #333;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 15px;
}

/* Fade-in Animation */
@keyframes modalFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}


.subtle-hint {
    font-size: 14px;
    color: #777; /* Light gray to make it subtle */
    font-style: italic;
    margin-top: -10px; /* Slight adjustment if necessary */
  }
  
  .subtle-hint:hover {
    color: #333; /* Darken on hover for a slight interaction */
  }
  
/* ------------------------- Case Studies -------------------------------------------------- */
/* ------------------------- Case  -------------------------------------------------- */


.case-header {
    z-index: 2;
    padding-bottom: 100px;
}

.sub-header .wrap-wide {
    position: relative;
    height: 100%;
}

.case-block {
    position: relative;
    width: 100%;
    float: left;
    height: 350px;
}

.case-left {
    float: left;
    width: 50%;
    padding: 0 40px 0 120px;
}

.case-left .case-title {
    margin-bottom: 50px;
}

.case-right {
    width: 50%;
    height: 100%;
    position: relative;
    display: inline-block;
    height: 100%;
}

.case-right img {
    width: 100%;
    padding: 0 40px 0 40px;
    transform: translate(0, -50%);
    top: 50%;
    position: absolute;
    display: inline-block;
}


.case-left .btn img {
    transform: translate(0, -50%) rotate(90deg);
    margin-left: 10px;
    top: 50%;
}

.case-left .btn:hover img {
    margin-left: 10px;
    transform: translate(0, -30%) rotate(90deg);
}

@media screen and (max-width: 1260px) {
    .case-header {
        padding-bottom: 60px;
    }

    .case-left {
        float: left;
        width: 50%;
        padding: 0 40px 0 80px;
    }
}

@media screen and (max-width: 840px) {

    .case-header {
        z-index: 2;
        overflow: hidden;
        background-image: none !important;
    }

    .case-left {
        width: 70%;
        padding: 0 40px 0px 10px;
    }

    .case-right {
        position: absolute;
        right: 0;
        width: 70%;
        transform: translate(50%, 0%);
    }

}

@media screen and (max-width: 760px) {

    .case-block {
        height: 270px;
    }

    .case-left {
        width: 70%;
        padding: 0 0px 0px 0px;
    }

    .case-header {
        z-index: 2;
        padding-bottom: 80px;
    }

    .case-header h1 {
        font-size: 38px;
        line-height: 48px;
    }

}

@media screen and (max-width: 540px) {

    .case-right {
        width: 100%;
        transform: translate(60%, -10%);
    }
}


/* ------------------------- Case Top Bar  -------------------------------------------------- */

.top-bar {
    position: fixed;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 2;
    top: 0px;
    background: rgba(255, 255, 255, 1);
}

.top-bar-case {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 80px;
    position: fixed;
    z-index: 3;
    mix-blend-mode: difference;
}

.top-bar-case a {
    color: #FFF;
    font-size: 13px;
}

.top-bar-case p {
    float: left;
    line-height: 0px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: medium;
    padding: 39.5px 0;
    opacity: 1;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.stripe-case-top {
    float: left;
    height: 1px;
    width: 10px;
    background: rgba(255, 255, 255, 0.3);
    margin: 39.5px 10px;
}

.top-bar-home.false {
    display: none;
}

@media screen and (max-width: 760px) {

    .top-bar-case,
    .top-bar {
        display: none;
    }

}


/* ------------------------- Case Intro  -------------------------------------------------- */

.case-intro {
    background: #fff;
    padding: 120px 0 100px 0;
}

.case-intro h2,
.case-result-text h2 {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 15px;
}

.case-result-text p,
.case-result-text a {
    opacity: 1;
    color: rgba(25, 26, 30, 0.7);
    padding-bottom: 2.5em;
}

.case-result-text a span {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.case-intro .stripe {
    margin: 25px 0;
}

.case-intro .right {
    padding-left: 90px;
}

.case-intro .right h3 {
    margin: 0;
    line-height: 24px;
}

.case-intro .right a {
    color: rgb(24, 26, 31);
}

.case-intro .right a img {
    margin-left: 5px;
}

.case-intro .right p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: medium;
    opacity: 1;
}

@media screen and (max-width: 760px) {
    .case-intro {
        padding: 60px 0;
    }

    .case-intro .right {
        padding-left: 0px;
        padding-top: 20px;
    }

    .case-intro .stripe {
        margin: 15px 0;
    }


}

  
/* ------------------------- Case Navigation Next/prev  -------------------------------------------------- */


.case-images .flex-direction-nav a {
    width: 80px;
    height: 80px;
    padding-top: 80px;
    margin: 0;
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
}

.case-images .flex-next {
    background: url("../assets/img/arrow-small-dark.svg") center center no-repeat;
    opacity: 1 !important;
    right: 0px !important;
    float: left;
    z-index: 1;
}

.case-images .flex-next:hover {
    background: rgba(255, 255, 255, 0.75) url("../assets/img/arrow-small-dark.svg") center center no-repeat;
}

.case-images .flex-prev {
    background: url("../assets/img/arrow-small-dark-left.svg") center center no-repeat;
    opacity: 1 !important;
    left: 0px !important;
    z-index: 1;
}

.case-images .flex-prev:hover {
    background: rgba(255, 255, 255, 0.75) url("../assets/img/arrow-small-dark-left.svg") center center no-repeat;
}

.case-images .flex-next.flex-disabled {
    opacity: 0 !important;
    z-index: 1;
    pointer-events: none;
}

.case-images .flex-prev.flex-disabled {
    opacity: 0 !important;
    z-index: 1;
    pointer-events: none;
}

@media screen and (max-width: 840px) {
    .case-images .flex-direction-nav a {
        width: 60px;
        height: 60px;
        padding-top: 60px;
        box-shadow: 0 12px 20px 0 rgba(0, 0, 0, .11);
    }

    .case-images .flex-direction-nav a {
        display: block;
    }

    .case-images .flex-next {
        right: 0px !important;
    }

    .case-images .flex-prev {
        left: 0px !important;
    }
}

@media screen and (max-width: 540px) {

    .case-images .flex-next {
        right: -80px !important;
    }

    .case-images .flex-prev {
        left: 0px !important;
    }
}

/* photography.css */

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 15px;
    padding: 20px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.1s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}




/* ------------------------- TOP MENU  -------------------------------------------------- */
/* Top Menu Styling */
/* Top Menu Styling */
.top-menu {
    display: flex;
    align-items: center; /* Vertically centers items */
    justify-content: space-between; /* Aligns logo left, nav right */
    padding: 20px 40px;
    margin-bottom: 10px;
    border: none; /* Ensure there's no border */
    box-shadow: none; /* Remove shadow if unnecessary */
    background-color: #ffffff; /* Adjust background color as needed */
    
    line-height: 1; /* Ensure vertical alignment consistency */
}

.top-menu .logo {
    color: rgb(255, 255, 255);
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    line-height: 1; /* Adjusted to improve vertical centering */
    font-size: 20px;
    position: relative; /* Changed from fixed to relative */
    padding: 8px 12px; /* Optional: adds spacing around the text */
    mix-blend-mode: difference;
    z-index: 20;
    border: none; /* Ensure there's no border */
    box-shadow: none; /* Remove shadow if unnecessary */
    display: flex;
    align-items: center; /* Centers text vertically */
    background-color: #000; /* Optional: adds a background color */
    border-radius: 4px; /* Optional: adds rounded corners */
    }

/* Ensure navigation stays to the right */
.navigation {
    margin-left: auto;
}

.navigation ul {
    list-style: none;
    display: flex;
    gap: 30px;
    border: none; /* Ensure there's no border */
    box-shadow: none; /* Remove shadow if unnecessary */
    margin: 0;
    padding: 0;
    align-items: center; /* Centers navigation items vertically */
}

.navigation ul li {
    font-size: 1em;
}

.navigation ul li a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    transition: color 0.3s;
}

.navigation ul li a:hover {
    color: #ff4d00; /* Highlight color on hover */
}

/* Responsive Styling for Mobile */
@media (max-width: 768px) {
    .top-menu {
        padding: 10px 20px;
        margin-top: 15px;
        flex-wrap: nowrap; /* Ensure items stay in one row */
    }

    .logo {
        margin-right: auto; /* Adds space between logo and navigation on mobile */
    }

    .navigation ul {
        display: flex;
        gap: 15px; /* Adjust gap for smaller screens */
        flex-wrap: nowrap; /* Keep items in a single row */
        overflow-x: auto; /* Enable horizontal scroll if necessary */
        -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    }

    .navigation ul li {
        white-space: nowrap; /* Prevent items from breaking to a new line */
    }

    .navigation ul li a {
        font-size: 0.85em; /* Slightly smaller font for mobile */
    }
}

/* ------------------------- About -------------------------------------------------- */
/* ------------------------- About top  -------------------------------------------------- */

.about-info {
    background: #fff url("../assets/img/line-about.svg") left 40px no-repeat;
    background-size: contain;
}

.about-bottom-bar {
    background: #F1F1F2;
    width: 100%;
    position: absolute;
    height: 120px;
    bottom: 0;
    left: 0;
}

.about-info .wrap {
    position: relative;
}

.about-bottom-text {
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000; /* Adjust background color as needed */
    color: #fff; /* Adjust text color as needed */
    text-align: center;
    padding: 10px;
    font-weight: bold; /* Make the text very bold */
}

.bottom-text.scrollable {
    position: static; /* or any other position value that suits your layout */
}

.about-info h1 {
    margin-bottom: 120px;
    display: flex;
}

.about-info-block {
    width: 50%;
    float: left;
    display: flex;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: rgb(24, 26, 31);
    display: inline-flex;
    background-color: #ffffff;
}

.about-info-block .image-box-overlay {
    background: #000000;
    text-align: center;
}


.about-info-block:before {
    content: "";
    display: block;
    display: flex;
    text-align: center;
    padding-top: 100%;
}.top

.about-info-block .block {
    float: left;
    position: absolute;
    height: 50%;
    text-align: center;
    width: 100%;
    top: 0;
    padding: 60px;
}

.about-info-block .block h2 {
    color: #ea4e00;
    font-size: 40px;
    display: flex;
    margin: 0 0 0px 0;
    text-align: center;
    width: 2ch;
    overflow: hidden;
    white-space: nowrap;
}

.about-info-block .block h2 {
    width: 1ch;
    overflow: hidden;
    display: flex;
    text-align: center;
    white-space: nowrap;
}

.about-info-block .block h2 {
    width: 3.9ch;
    display: flex;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
}

.about-info-block .block h3 {
    color: #ff4d00;
    display: flex;
    text-align: center;
    margin-bottom: 40px;
}

.about-info-block .block p {
    color: #000000;
    width: 100%;
    display: flex;
    text-align: center;
    float: left;
}

.about-info-block .block-left {
    
    top: 150px;
    text-align: center;
    float: left;
    padding-left: 50px;
    width: 60%;
}

.about-info-block .block-right {
    
    float: left;
    text-align: center;
    width: 40%;
}


.paragraph {
    max-width: 450px; /* Limits width to maintain centered alignment */
    padding: 15px 20px;
    text-align: center;
    color: #ff4d00;
    margin-top: 20px;
}
 
.paragraph p {
    font-size: 20px; /* Increase the font size */
    font-family: 'Roboto', sans-serif; /* Change font to Roboto, or choose another font */
    line-height: 1.6; /* Increase line-height for readability */
    color: #333; /* Adjust text color if desired */
}

/* Optional: Import the Roboto font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');



@media screen and (max-width: 1180px) {
    .about-info-block .block {
        padding: 60px;
    }

    .about-info-block .block h3 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1060px) {
    .about-info h1 {
        margin-bottom: 80px;
    }

    .about-info-block .block {
        padding: 30px;
    }

    .about-info-block .block h3 {
        margin-bottom: 20px;
    }

    .about-info-block .block p {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 980px) {
    .about-info {
        background: #fff;
    }

    .about-info .wrap-wide {
        padding: 0;
    }

    .about-info-block p {
        font-size: 14px;
        line-height: 27px;
    }

    .about-info-block .block h3 {
        margin-bottom: 10px;
    }
}

  
@media screen and (max-width: 760px) {
    .about-info .wrap-wide {
        padding: 0;
    }

    .about-info h1 {
        margin-bottom: 60px;
    }

    .about-info-block {
        width: 100%;
        min-height: 60vw;
    }

    .about-info-block:before {
        content: "";
        display: block;
        padding-top: 0%;
    }

    .about-info-block .block {
        float: left;
        position: relative;
        height: 100%;
        width: 100%;
        top: 0;
        padding: 60px 40px;
        min-height: 200px;
    }

    .about-info-block .block-left {
        width: 65%;
    }

    .about-info-block .block-right {
        width: 35%;
    }

    .about-info-block .block h3 {
        margin-bottom: 30px;
    }

}

/* github */
.github-projects {
    padding: 80px 0;
    background-color: #ffffff;
  }
  
  .github-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
  }
  
  .github-project-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;  /* Ensure content stays between top and bottom */
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    height: 100%;  /* Make the card take full height */
  }
  
  
  
  .github-project-card a {
    text-decoration: none;
    color: #000000;
  }
  
  .github-project-card p {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    line-clamp: 3; /* Standard property for compatibility */
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .github-project-card h3 {
    word-wrap: break-word; /* Forces long words to break */
    hyphens: auto; /* Adds hyphenation if necessary */
  }
    
  
  .repo-details {
    margin-top: 10px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
  }
  
  .repo-details span {
    background-color: transparent; /* Remove the background */
    padding: 0; /* Remove padding */
    border-radius: 0; /* Remove rounded corners */
    font-weight: normal; /* Set to normal if it's too bold */
    display: flex;
    align-items: center;
  }
  
  .language-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50% !important;  /* Force the shape to be a circle */
    margin-right: 5px;
    vertical-align: middle;
    background-color: #ccc;
  }
  
  
  .projects-header {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Align items vertically in the center */
  }
  
  .profile-image {
    width: 40px;  /* Set the size of the profile image */
    height: 40px;
    border-radius: 50%;  /* Make it a circle */
    object-fit: cover;  /* Ensure the image fits inside the circle */
  }
  
  .github-profile {
    margin-left: 20px;  /* Optional: Add some space between the title and image */
  }
  
  
  
/* ------------------------- About Location  -------------------------------------------------- */

.timeline {
    background: #F1F1F2;
    text-align: center;
}

.timeline h {
    color: #ff4d00;
    margin-bottom: 30px;
}

.timeline .timeline-container {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 20px; /* Adjust as needed */
}

.timeline .timeline-block {
    flex: 0 0 auto;
    width: 33.3333%;
    float: left;
    background: rgb(24, 26, 31);
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 20px; /* Adjust as needed */
}

.timeline .timeline-block:last-child {
    border-right: 0;
}

.timeline .timeline-block:before {
    content: "";
    display: block;
    padding-top: 60%;
}

.timeline .timeline-sub {
    position: absolute;
    top: 54%;
    transform: translate(0, -50%);
    width: 100%;
}

.timeline .timeline-block h4 {
    color: #fff;
    margin-bottom: 5px;
}

.timeline .timeline-block h3 {
    opacity: .4;
    color: #fff;
    margin-bottom: 0;
}

.timeline-bottom-bar {
    background: #fff;
    width: 100%;
    position: absolute;
    height: calc((1100px / 6) * 0.6);
    bottom: 0;
    left: 0;
}

@media screen and (max-width: 1260px) {
    .timeline-bottom-bar {
        height: calc(((100vw - 180px) / 6) * 0.6);
    }
}

@media screen and (max-width: 940px) {
    .timeline-bottom-bar {
        height: 80px;
    }

    .timeline h3 {
        margin-bottom: 15px;
    }

    .timeline .timeline-container {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .timeline .timeline-block {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; /* Adjust as needed */
    }

    .timeline .timeline-block:before {
        padding-top: 160px;
        border-right: 0px solid rgba(255, 255, 255, 0.2);
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
}
/* ------------------------- Logo Section  -------------------------------------------------- */

.logos {
    padding: 120px 0 60px 0;
    text-align: center;
}

.logos h3 {
    color: #ff4d00;
    margin-bottom: 10px;
}

.logos .logo-block {
    float: left;
    width: 25%;
    position: relative;
    opacity: .35;
}

.logos .logo-block:hover {
    opacity: 1;
}

.logos .logo-block:before {
    content: "";
    display: block;
    padding-top: 70%;
}

.logos .logo-block img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 940px) {
    .logos .logo-block {
        width: 33.333%;
        transform: scale(0.8);
    }

}

@media screen and (max-width: 740px) {
    .logos {
        padding: 60px 0 40px 0;
    }

    .logos .wrap-wide {
        padding: 0 30px;
    }

    .logos .logo-block {
        transform: scale(0.6);
    }
}

@media screen and (max-width: 540px) {
    .logos .wrap-wide {
        padding: 0 10px;
    }


    .logos .logo-block {
        width: 50%;
        transform: scale(0.8);
    }
}

/* ------------------------- Playground -------------------------------------------------- */
/* ------------------------- Playground  -------------------------------------------------- */

.playground {
    padding-bottom: 100px;
    background: #fff url("../assets/img/line-about.svg") left 40px no-repeat;
    background-size: contain;
}

.playground .wrap-wide {
    padding: 0 60px;
}

.playground h1 {
    margin-bottom: 100px;
}

.playground .question {
    position: absolute;
    left: 55%;
    top: 305px;
    opacity: 1;
    color: rgba(25, 26, 30, 0.7);
}

.playground .question a {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-decoration: underline;
}

.playground .question a:hover {
    color: rgb(24, 26, 31);
}

.shot-block {
    float: left;
    width: 33.333%;
    position: relative;
    padding: 20px;
    line-height: 0;
}

.shot-block img {
    width: 100%;
}

@media screen and (max-width: 1450px) {
    .playground .question {
        top: 285px;
    }
}

@media screen and (max-width: 1260px) {
    .playground .question {
        top: 215px;
    }
}

@media screen and (max-width: 1060px) {
    .playground h1 {
        margin-bottom: 15px;
    }

    .playground .wrap-wide {
        padding: 0 60px;
    }

    .shot-block {
        width: 50%;
    }

    .playground .question {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 760px) {
    .playground {
        background: #fff;
        padding-bottom: 30px;
    }

    .playground .wrap-wide {
        padding: 0;
    }

    .playground h1 {
        margin-bottom: 15px;
    }

    .shot-block {
        width: 100%;
        padding: 5px 0;
    }
}


/* ------------------------- Contact -------------------------------------------------- */
.contact .footer,
.contact .progressContainer {
    display: none;
}

.contact {
    width: 100%;
    height: 100vh;
}

.contact-back {
    width: 50%;
    height: 100vh;
    top: 0;
    right: 0;
    position: absolute;
    background-size: contain;
    overflow: hidden;
}

.contact-block {
    width: 1260px;
    position: absolute;
    padding-left: 80px;
    padding-right: 80px;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact-left {
    float: left;
    width: 50%;
    height: 100%;
    padding: 0 40px;
    margin-bottom: 20px; /* Ensure spacing between contact info and form */
}

.contact-right {
    float: left;
    position: relative;
    width: 50%;
    height: 100%;
    padding: 0 0 0 120px;
    text-align: center;
}

.contact .contact-left .nocolor {
    color: rgb(24, 26, 31);
    opacity: .4;
    margin: 0;
}

.contact .contact-left p {
    color: rgb(24, 26, 31);
    margin: 0;
    line-height: 30px;
    font-size: 15px;
    width: 100%;
    float: left;
    opacity: 1;
    color: rgba(25, 26, 30, 0.7);
}

.contact .contact-left a {
    float: left;
    color: rgb(24, 26, 31);
    width: 100%;
    opacity: 1;
    line-height: 30px;
    margin: 0;
    font-size: 18px;
    color: rgba(25, 26, 30, 0.7);
}

.contact .contact-left a:hover {
    text-decoration: underline;
    color: rgba(25, 26, 30, 1);
}

.contact .contact-left h3 {
    float: left;
    color: #ff4d00;
    width: 100%;
    margin: 40px 0 0 0;
}

.contact .contact-left .credits {
    opacity: .5;
    margin: 60px 0 0 0;
}

.contact-right .img-gif {
    width: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .9;
}

.contact-right h4 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
}

.contact-right a {
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.contact .image-box {
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.contact .image-box-overlay {
    background: #2D2E32;
}

/* Form and Spacing Enhancements */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
    max-width: 1200px; /* Increased max-width for wider form */
    width: 173%; /* Ensure form takes up available space */
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 14px ; /* Increased padding for better readability */
    border: 1px solid rgba(25, 26, 30, 0.7);
    border-radius: 5px;
    font-size: 16px; /* Ensures readable text size */
}

.contact-form button {
    padding: 10px 100px; /* Adjust padding for better button size */
    background-color: #ff4d00;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: fit-content; /* Button takes only necessary space */
    align-self: flex-start;
}

.contact-form button:hover {
    background-color: #e04300;
}

/* Adjust form width for smaller screens */
@media screen and (max-width: 940px) {
    .contact-form {
        max-width: 100%;
        padding: 0 20px;
    }

    .contact-back {
        width: 45%;
    }

    .contact-left {
        width: 55%;
    }

    .contact-right {
        width: 45%;
    }

    .contact .image-box-overlay {
        display: none;
    }

    .contact-right h4 {
        font-size: 20px;
    }
}

@media screen and (max-width: 860px) {
    .contact-back {
        display: none;
    }

    .contact-block {
        position: relative;
        transform: translate(0, 0%);
        top: 0;
        padding: 150px 0 0 0;
        float: left;
    }

    .contact-left {
        width: 140%;
        padding: 0 40px 60px 40px;
    }

    .contact-right {
        width: 100%;
        padding: 0 0 0px 0;
    }

    .contact .contact-left h3 {
        margin-top: 25px;
    }

    .contact-right .img-gif {
        margin-top: 0px;
    }
}


/* ------------------------- Diensten -------------------------------------------------- */
/* ------------------------- Diensten  -------------------------------------------------- */


.diensten {
    background: #F1F1F1 url("../assets/img/line-about.svg") left 40px no-repeat;
    background-size: contain;
    padding-bottom: 110px;
}

.service {
    float: left;
    width: 33.333%;
    padding: 20px;
}

.service-block {
    width: 100%;
    background: #fff;
    float: left;
    height: 100%;
    padding: 40px;
}


.service-block .service-ico {
    height: 40px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    position: relative;
}

.service-block .service-ico img {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}


.service-block h4 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}

@media screen and (max-width: 1260px) {
    .service-block h4 {
        font-size: 17px;
        line-height: 28px;
    }
}

@media screen and (max-width: 1080px) {
    .service {
        width: 50%;
    }
}

@media screen and (max-width: 980px) {
    .diensten .wrap-wide {
        padding-right: 60px;
        padding-left: 60px;

    }
}

@media screen and (max-width: 840px) {
    .diensten {
        padding-bottom: 40px;
        background: #F1F1F1;
    }

    .diensten .wrap-wide {
        padding-right: 20px;
        padding-left: 20px;
    }

    .service {
        width: 100%;
    }

}

/* media.css*/
@media screen and (max-width: 600px) {
    .header-block h1 {
        font-size: 28px; /* Adjust to a suitable size */
        line-height: 32px;
    }
}




/* ------------------------- Error -------------------------------------------------- */


.error .footer,
.error .progressContainer {
    display: none;
}



/* ------------------------- Animation -------------------------------------------------- */

.btn,
.btn img {
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.top-bar-home,
.arrow,
p,
.logo-block {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.image-box-overlay,
.rw-case-overlay {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}


/* ----------------------------------------------
 * Generated by Animista on 2020-5-10 4:46:35
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

.ping{-webkit-animation:ping .8s ease-in-out infinite both;animation:ping .8s ease-in-out infinite both}
@-webkit-keyframes ping{0%{-webkit-transform:scale(.2);transform:scale(.2);opacity:.8}80%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:0}100%{-webkit-transform:scale(2.2);transform:scale(2.2);opacity:0}}@keyframes ping{0%{-webkit-transform:scale(.2);transform:scale(.2);opacity:.8}80%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:0}100%{-webkit-transform:scale(2.2);transform:scale(2.2);opacity:0}}

.focus-in-contract-bck{-webkit-animation:focus-in-contract-bck 1s cubic-bezier(.25,.46,.45,.94) 1.5s both;animation:focus-in-contract-bck 1s cubic-bezier(.25,.46,.45,.94) 1s both}
@-webkit-keyframes focus-in-contract-bck{0%{letter-spacing:1em;-webkit-transform:translateZ(300px);transform:translateZ(300px);-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-transform:translateZ(12px);transform:translateZ(12px);-webkit-filter:blur(0);filter:blur(0);opacity:1}}@keyframes focus-in-contract-bck{0%{letter-spacing:1em;-webkit-transform:translateZ(300px);transform:translateZ(300px);-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-transform:translateZ(12px);transform:translateZ(12px);-webkit-filter:blur(0);filter:blur(0);opacity:1}}

.shake-lr{-webkit-animation:shake-lr .7s cubic-bezier(.455,.03,.515,.955) both;animation:shake-lr .7s cubic-bezier(.455,.03,.515,.955) both}
@-webkit-keyframes shake-lr{0%,100%{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}10%{-webkit-transform:rotate(8deg);transform:rotate(8deg)}20%,40%,60%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}30%,50%,70%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}80%{-webkit-transform:rotate(-8deg);transform:rotate(-8deg)}90%{-webkit-transform:rotate(8deg);transform:rotate(8deg)}}@keyframes shake-lr{0%,100%{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}10%{-webkit-transform:rotate(8deg);transform:rotate(8deg)}20%,40%,60%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}30%,50%,70%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}80%{-webkit-transform:rotate(-8deg);transform:rotate(-8deg)}90%{-webkit-transform:rotate(8deg);transform:rotate(8deg)}}

.tilt-in-left-1{-webkit-animation:tilt-in-left-1 .6s cubic-bezier(.25,.46,.45,.94) 1s both;animation:tilt-in-left-1 .6s cubic-bezier(.25,.46,.45,.94) 1s both}
@-webkit-keyframes tilt-in-left-1{0%{-webkit-transform:rotateX(-30deg) translateX(-300px) skewX(-30deg);transform:rotateX(-30deg) translateX(-300px) skewX(-30deg);opacity:0}100%{-webkit-transform:rotateX(0deg) translateX(0) skewX(0deg);transform:rotateX(0deg) translateX(0) skewX(0deg);opacity:1}}@keyframes tilt-in-left-1{0%{-webkit-transform:rotateX(-30deg) translateX(-300px) skewX(-30deg);transform:rotateX(-30deg) translateX(-300px) skewX(-30deg);opacity:0}100%{-webkit-transform:rotateX(0deg) translateX(0) skewX(0deg);transform:rotateX(0deg) translateX(0) skewX(0deg);opacity:1}}

.tilt-in-right-1{-webkit-animation:tilt-in-right-1 .6s cubic-bezier(.25,.46,.45,.94) 1s both;animation:tilt-in-right-1 .6s cubic-bezier(.25,.46,.45,.94) 1s both}
@-webkit-keyframes tilt-in-right-1{0%{-webkit-transform:rotateX(-30deg) translateX(300px) skewX(30deg);transform:rotateX(-30deg) translateX(300px) skewX(30deg);opacity:0}100%{-webkit-transform:rotateX(0deg) translateX(0) skewX(0deg);transform:rotateX(0deg) translateX(0) skewX(0deg);opacity:1}}@keyframes tilt-in-right-1{0%{-webkit-transform:rotateX(-30deg) translateX(300px) skewX(30deg);transform:rotateX(-30deg) translateX(300px) skewX(30deg);opacity:0}100%{-webkit-transform:rotateX(0deg) translateX(0) skewX(0deg);transform:rotateX(0deg) translateX(0) skewX(0deg);opacity:1}}


