*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}

.portfolio_container{
    padding-top: 10rem;
}

.team_section2{
background: #008080;
color: #000;
padding: 6.79vw 6.99vw !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.Inspired{
font-size: 2.55rem;
font-weight: 600;
}

.Inspired strong{
color:#fff;
}
.say_hello{
font-size: 14px;
font-family: 'Montserrat', sans-serif;
line-height: 1.8;
letter-spacing: 0.5px;
padding-bottom: 30px;
font-weight: 500;
}

.whte_trans:hover {
color: #fff !important;
border-color: #000 !important;
background-color: #000 !important;
}

.whte_trans {
transition: all .5s ease;
color: #fff;
border: 1px solid white;
text-align: center;
line-height: 1;
font-size: 13px;
background-color : transparent;
padding: 13px 26px;
outline: none;
border-radius: 48px;
text-decoration: none;
}




/* Container styles */
.scrolling-text-container {
    border-radius: 4px;
    overflow: hidden;
}

/* Inner container styles */
.scrolling-text-inner {
    display: flex;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 0;
    padding-bottom: 3rem;
    padding-top: 2rem;
}

/* Text styles */
.scrolling-text {
    display: flex;
}

.scrolling-text-item {
    padding: 0 10px;
    margin-left: 2rem;
    width: 400px;
}





.left_container {
    position: absolute;
    width: 350px;
    background-color: black;
    height: 1800px;
    z-index: 2;
}

.left_container marquee {
    height: 1800px;
    width: 350PX;
}

.portfolio{
    height: 50vh;
    padding-top: 2rem;
   
}



/* Apply the animation to the text items */
.scrolling-text-inner>div {
    animation: var(--direction) var(--marquee-speed) linear infinite;
}

/* Pause the animation when a user hovers over it */
.scrolling-text-container:hover .scrolling-text-inner>div {
    animation-play-state: paused;
}

/* Setting the Animation using Keyframes */
@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}



.loading07 h3 {
    position: relative;
    color: #fff;
    font-size: 8rem;
    transform: rotate(270deg);
    font-family: "Montserrat", sans-serif;
}

.loading07 h3::after {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-text);
    color: teal;
    opacity: 0;
    transform: scale(1.5);
    animation: loading07 3s infinite;
    font-family: "Montserrat", sans-serif;

}

.loading07 h3:nth-child(1)::after {
    animation-delay: 0.9s;
}

.loading07 h3:nth-child(2)::after {
    animation-delay: 0.8s;
}

.loading07 h3:nth-child(3)::after {
    animation-delay: 0.7s;
}

.loading07 h3:nth-child(4)::after {
    animation-delay: 0.6s;
}

.loading07 h3:nth-child(5)::after {
    animation-delay: 0.5s;
}

.loading07 h3:nth-child(6)::after {
    animation-delay: 0.4s;
}

.loading07 h3:nth-child(7)::after {
    animation-delay: 0.3s;
}

.loading07 h3:nth-child(8)::after {
    animation-delay: 0.2s;
}

.loading07 h3:nth-child(9)::after {
    animation-delay: 0.1s;
}

@keyframes loading07 {

    0%,
    75%,
    100% {
        transform: scale(1.5);
        opacity: 0;
    }

    25%,
    50% {
        transform: scale(1);
        opacity: 1;
    }
}

.check_out h3 {
    font-size: 4rem;
}

.check_out2 {
    display: flex;
}

.check_out2 p {
    font-size: 4rem;
    font-weight: 800;
    color: black;
    padding-left: 6rem;
    padding-top: 30px;

}

.check_out2 img {
    width: 40px;
    height: 35px;
    padding-left: 10px;
    margin-top: 5rem;
}

.description-msg2 {
    padding-bottom: 10px;
    font-size: 10px;
    color: #828282;
    padding-left: 10px;
}


@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

#blinking-text {
    animation: blink 5s linear infinite;

}

@media only screen and (max-width: 430px) {

    .scrolling-text-container {
        border-radius: 4px;
      overflow-x: hidden;
    }

    .portfolio_container{
        padding-top: 2rem;
    }

    .portfolio {
        height: 25vh;
    }

    .scrolling_text_one{
        height: 116vh;
    }

    .scrolling-text-inner{
        height: 65vh;
        transform: translateY(19rem);
    }

    .check_out h3 {
        font-size: 2rem;
        padding-left: 0.5rem;
    }

    .check_out2 p {
        font-size: 2rem;
        font-weight: 800;
        color: black;
        padding-left: 0rem;
        padding-top: 30px;

    }

    .check_out2 img {
        width: 30px;
        height: 25px;
        margin-top: 3rem;
    }

    .description-msg2 {
        padding-bottom: 10px;
        font-size: 10px;
        color: #828282;
        padding-left: 10px;
    }

    .left_container {
        display: none;
    }

    .scrolling-text-item {
        padding: 0 10px;
        margin-left: 1rem;
        width: 200px;
    }
/* 
    .scrolling-text-item img{
        width: 20rem;
        height: 25rem;
        object-fit:scale-down;
    } */

    .scrolling-text-inner {
        margin-bottom: -50px;
        margin-top: -302px;
    }

    .Inspired{
        font-size: 1.5rem;
    }


}