@import url('https://fonts.googleapis.com/css2?family=Gelasio:ital,wght@0,400..700;1,400..700&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins: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=Neucha&display=swap');

:root {
    font-family: "Neucha", cursive;
    font-family: "Gelasio", serif;
    --color-portfolio-01: #3C3B3D;
    --color-portfolio-02: #FADE07;
    --color-portfolio-03: #0A7E40;
    --color-portfolio-04: #FFFFFF;

}

.hero-section .img-wrapper .logo {
    width: 28vw;
}

.sec-01-content {
    position: relative;
    /* padding: 10vw 7vw; */
}

.sec-01-content>article img {
    position: absolute;
    top: 1vw;
    left: 2.2vw;
    width: 7vw;
}

.sec-02 {
    width: 100%;
}

.scroll-wrapper {
    background-color: #FADE07;
    min-height: 60px;
    overflow: hidden;
    width: 100%;
    padding: 2.4vw 0;

}

.scroll-wrapper span {
    font-weight: 500;
    font-size: clamp(0.85rem, 2.7vw, 2.7rem);
    width: 270px;
    text-align: center;
    align-content: center;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    animation-name: scroll-left;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.scroll-wrapper span:nth-of-type(even) {
    font-family: "Neucha", cursive;
}

.scroll-wrapper span:nth-of-type(odd) {
    font-family: "Gelasio", serif;
    color: #0A7E40;
}


@keyframes scroll-left {
    to {
        left: -270px;
    }
}

.scroll-wrapper span:nth-child(1) {
    animation-delay: calc(30s / 8 * (8 - 1) * -1);
}

.scroll-wrapper span:nth-child(2) {
    animation-delay: calc(30s / 8 * (8 - 2) * -1);
}

.scroll-wrapper span:nth-child(3) {
    animation-delay: calc(30s / 8 * (8 - 3) * -1);
}

.scroll-wrapper span:nth-child(4) {
    animation-delay: calc(30s / 8 * (8 - 4) * -1);
}

.scroll-wrapper span:nth-child(5) {
    animation-delay: calc(30s / 8 * (8 - 5) * -1);
}

.scroll-wrapper span:nth-child(6) {
    animation-delay: calc(30s / 8 * (8 - 6) * -1);
}

.scroll-wrapper span:nth-child(7) {
    animation-delay: calc(30s / 8 * (8 - 7) * -1);
}

.scroll-wrapper span:nth-child(8) {
    animation-delay: calc(30s / 8 * (8 - 8) * -1);
}

.sec-04 {
    padding: 0 2vw;
    overflow: hidden;
}

.new_portfolio .sec-03 .container-fluid,
.new_portfolio .sec-04-main{
	padding-block:unset;
}
.sec-04-main .column1,
.sec-04-main .column2 {
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.sec-04-main .column1 {
    position: relative;
}

.sec-04-main .column2 img {
    aspect-ratio: 16 / 9;
    width: 90%;
}

.sec-04-main .column1 [alt="adler-black-logo"] {
    position: absolute;
    width: min(350px, 40vw);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec-04-main .box {
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sec-04-main .box .circle-container {
    width: 100%;
    position: absolute;
    z-index: 9;
    /* border: 1px solid black; */
    height: 100px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    bottom: calc(100% - 50px);
}

.sec-04-main .box .circle-container .circle {
    width: 5vw;
    aspect-ratio: 1;
    border-radius: 50%;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}

.sec-04-main .circle:nth-child(1) {
    background-color: var(--color-portfolio-01);
}

.sec-04-main .circle:nth-child(2) {
    background-color: var(--color-portfolio-02);
}

.sec-04-main .circle:nth-child(3) {
    background-color: var(--color-portfolio-03);
}

.sec-04-main .circle:nth-child(4) {
    background-color: var(--color-portfolio-04);
}

.sec-04-main .box img {
    width: 70%;
}

.sec-04-main .box:nth-child(1) {
    background-color: var(--color-portfolio-03);
}

.sec-04-main .box:nth-child(2) {
    background-color: var(--color-portfolio-02);
}

.sec-04-main .box:nth-child(3) {
    background-color: var(--color-portfolio-01);
}

.sec-05 .carousel {

    background-color: black;
    padding: 6vw 0;
}

.sec-05 .carousel-inner {
    width: 80%;
    margin-inline: auto;
}

.sec-05 .carousel-item {
    align-content: center;
}

.sec-05 .carousel-item img {
    margin-inline: auto;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.sec-05 .carousel-indicators {
    bottom: 21%;
    z-index: 99;
}

.sec-05 .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
}

.sec-05 .carousel-indicators .active {
    background-color: lightskyblue;
}

.sec-08 .columns img {
    width: 100%;
    height: 35vw;
    aspect-ratio: 9 / 16;
    object-fit: cover;
}

.sec-08 .columns:nth-of-type(2) {
    position: relative;
}

.sec-08 .columns:nth-of-type(2)::before {
    content: "";
    position: absolute;
    width: min(200px, 40vw);
    height: min(80px, 18vw);
    z-index: 99;
    bottom: calc(100% - min(40px, 9vw));
    left: 50%;
    transform: translateX(-50%);
    /* border: 1px solid red; */
    background-image: url("yellow-paper-piece.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-09{
    background-color: var(--color-portfolio-01);
    overflow: hidden;
}

.sec-10 .carousel-indicators [data-bs-target]{
    width:10px;
    height:10px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
}

.sec-10 .carousel-control-prev-icon,
.sec-10 .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

@media (max-width:1366px) {
	
	.new_portfolio .sec-01-content{
		padding-top:2vw;
	}
	
	.sec-01-content>article img {
		top: 1.7vw;
	}
    .sec-05 .carousel-indicators {
        bottom: 20%;
    }
}

@media (max-width:992px) {
    .sec-05 .carousel-indicators {
        bottom: 19%;
    }
}

@media (max-width:768px) {
		.new_portfolio .sec-01-content{
		padding-top: 8vw;
	}
	
	.new_portfolio h4 {margin-bottom:30px;}
	
	.new_portfolio .sec-01 article{
		padding-block:unset;
	}
    .sec-05 .carousel-indicators {
        bottom: 0%;
    }

    .sec-05 .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.8);
    }
    
    .sec-08 .columns:nth-of-type(2)::before {
        width: min(160px, 40vw);
    }


}

@media (max-width:767px) {
    .sec-01-content>article img {
        display: none;
    }

    .sec-04 {
        padding: 0;
    }

    .sec-04-main .box .circle-container .circle {
        width: 15vw;
    }

    .sec-08 .mockup-container {
        gap: 24px;
    }

    .sec-08 .columns img {
        width: 100%;
        height: 100vw;
    }

    .sec-08 .columns:nth-of-type(2) {
        margin-top: 8vw;
    }

    .sec-08 .columns:nth-of-type(2)::before {
        width: min(200px, 40vw);
    }
    .sec-09-row1{
         gap:24px;
    }
}

@media (max-width:700px) {
    .scroll-wrapper {
        min-height: 45px;
    }
}

@media (max-width:576px) {
    .sec-05 .carousel-inner {
        width: 100%;
        height: 40vh;
    }

    .sec-05 .carousel-item {
        height: 100%;
    }
	
	    .new_portfolio h4 {
        margin-bottom: 20px;
    }
}

@media (max-width:480px) {
	
	    .sec-05 .carousel-inner {
        width: 100%;
        height: 24vh;
    }

    .sec-05 .carousel-item img {
        min-height: 95%;
        object-fit: cover;
    }

}