body{
    font-family: Arial, Helvetica, sans-serif;
}

:root{
    --cda-black: #353639;
    --cda-white: #ececea;
    --cda-green: #37cc8d;
    --cda-orange: #feaf62;
}

video::-webkit-media-controls {
    display: none !important;
  }

/* ANIMATIONS */

@keyframes bounce1{
    0%{
      transform: translate(0px, 0px);
    }
    50%{
      transform: translate(0px, -30px);
    }
    100%{
      transform: translate(0px, 0px);
    }
   }

   @keyframes bounce2{
    0%{
      transform: translate(0px, 0px);
    }
    50%{
      transform: translate(0px, 30px);
    }
    100%{
      transform: translate(0px, 0px);
    }
   }

   @keyframes bounce3{
    0%{
      transform: translate(0px, 0px);
    }
    50%{
      transform: translate(0px, 10px);
    }
    100%{
      transform: translate(0px, 0px);
    }
   }

   @keyframes spin {
    100% { transform: rotate(360deg); }
  }

  @keyframes shake {
    0% { transform: rotate(40deg); }
    50% { transform: rotate(-40deg); }
    100% { transform: rotate(40deg); }
  }

.navbar{
    width: 100%;
    display: flex;
    justify-content: center;
    position: fixed;
    background: transparent;
    z-index: 10;
}

.navbar-container{
    display: flex;
    justify-content: space-between;
    background: transparent;
    width: 1580px;
    padding: 0 50px;
    height: 125px;
}

.pixy-home{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 125px;
    width: 100px;
    background: var(--cda-black);
    color: var(--cda-white);
    -webkit-box-shadow: -1px 8px 10px 5px rgba(219,219,219,0.4);
    -moz-box-shadow: -1px 8px 10px 5px rgba(219,219,219,0.4);
    box-shadow: -1px 8px 10px 5px rgba(219,219,219,0.4);
}

.pixy-home:hover{
    cursor: pointer;
}

.fa-cube{
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.pixy-name{
    font-family: "Anton",sans-serif;
    font-size: 1.2rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.burger-mail{
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease-in-out 0.8s;
}

.burger-mail__container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: lightgray;
    padding: 10px 12px;
    border-radius: 500px;
    -webkit-box-shadow: -1px 8px 10px 5px rgba(219,219,219,0.4);
    -moz-box-shadow: -1px 8px 10px 5px rgba(219,219,219,0.4);
    box-shadow: -1px 8px 10px 5px rgba(219,219,219,0.4);
}

.mail-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--cda-black);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: var(--cda-orange);
    font-size: 1.5rem;
}

.mail-btn:hover{
    cursor: pointer;
}

.burger-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--cda-black);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: var(--cda-orange);
    font-size: 1.5rem;
}

.burger-btn:hover{
    cursor: pointer;
}

@media screen and (max-width: 1580px) {
    .navbar-container{
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .navbar-container{
        padding: 0 30px;
    }
}

@media screen and (max-width: 500px) {

    .navbar{
        background: var(--cda-white);
        -webkit-box-shadow: -1px 8px 10px 5px rgba(219,219,219,0.4);
        -moz-box-shadow: -1px 8px 10px 5px rgba(219,219,219,0.4);
        box-shadow: -1px 8px 10px 5px rgba(219,219,219,0.4);
    }

    .navbar-container{
        padding: 0;
        height: 100px;
    }

    .pixy-home{
        flex-direction: row;
        width: 140px;
        height: 100px;
        gap: 10px;
    }

    .fa-cube{
        margin-bottom: 0;
    }

    .burger-mail{
        margin-right: 20px;
    }

    .burger-mail__container{
        gap: 50px;
        background: var(--cda-black);
        width: 100px;
        height: 50px;
        box-shadow: none;
    }

    .mail-btn{
        width: 0;
        height: 0;
    }

    .burger-btn{
        width: 0;
        height: 0;
    }
    
}

/* CREATIVE DESIGN AGENCY */

.creative-design__section{
    width: 100%;
    height: 910px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-top: 100px; */
    background: var(--cda-white);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.creative-design__container{
    width: 100%;
    /* width: 1692px; */
    overflow: hidden;
    
}

.creative-design__art{
    width: 1692px;
    position: absolute;
}

.creative-design__top-left__img{
    position: absolute;
    /* left: -300px; */
    left: -15vw;
    /* bottom: -200px; */
    bottom: -20vh;
    width: 750px;
    transition: ease-in-out 1s;
    animation: bounce1 5s infinite;
}

.creative-design__middle-right__img{
    position: absolute;
    right: -400px;
    top: 40px;
    width: 750px;
    transition: ease-in-out 1s;
    animation: bounce1 4.5s infinite;
}

.creative-design__award{
    text-align: center;
    margin-bottom: 50px;
}

.fa-award{
    font-size: 2rem;
    margin-bottom: 10px;
    color: var(--cda-black);
}

.the-most__title{
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: gray;
}

.creative-design__title{
    text-align: center;
    text-transform: uppercase;
    /* font-weight: 600; */
    font-size: clamp(8rem, 10vw, 10rem);
    font-family: "Anton",sans-serif;
    color: var(--cda-black);
    margin: 0;
    position: relative;
    top: -100px;
}

.creative-design__small-top-left__img{
    position: relative;
    left: -200px;
    bottom: -50px;
    width: 150px;
    z-index: 5;
    transition: ease-in 1s;
    animation: bounce3 5s infinite;
}

.creative-design__small-bottom-right__img{
    position: relative;
    right: -160px;
    bottom: -450px;
    width: 150px;
    z-index: 5;
    transition: ease-in-out 1s;
    animation: bounce3 3s infinite;
}

.creative{
    display: inline-block;
    white-space: pre-wrap;
    white-space-collapse: preserve;
    text-wrap-mode: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

.design{
    display: inline-block;
    white-space: pre-wrap;
    white-space-collapse: preserve;
    text-wrap-mode: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

.agency{
    display: inline-block;
    white-space: pre-wrap;
    white-space-collapse: preserve;
    text-wrap-mode: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

.creative-design__letter{
    transition: ease-in-out 0.2s;
}

.creative-design__letter:hover{
    transform: translateY(-10%);
    
}

.creative-design__date{
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: gray;
    font-size: 0.8rem;
    position: relative;
    top: -30px;
}

.creative-design__img-section{
    position: relative;
    background: var(--cda-white);
}

.creative-design__bottom-left__img{
    position: absolute;
    left: -200px;
    top: -500px;
    width: 750px;
    transition: ease-in-out 1s;
    animation: bounce2 4s infinite;
    z-index: 4;
}

.scroll-btn{
    position: absolute;
    top: -140px;
    right: 250px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    margin: 40px auto;
    z-index: 4;
    background: var(--cda-orange);
}

.scroll-btn:hover{
    cursor: pointer;
}

.scroll-btn__txt{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg);
    animation: spin 10s linear infinite;
}

.scroll-btn__txt span {
    position: absolute;
    transform-origin: 50% 125px;
    font-size: 15px;
    font-weight: bold;
    color: black;
    transform: rotate(calc(var(--i) * 32deg)) translateY(-65px) rotate(calc(var(--i) * -32deg));
  }

  .fa-arrow-down {
    width: 75px;
    height: 75px;
    background-color: #333;
    color: var(--cda-orange);
    font-size: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
  }

.creative-design__img{
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 50% 0;
    aspect-ratio: 16/5;
}

@media screen and (max-width: 1640px) {
    .creative-design__top-left__img{
        position: absolute;
        /* left: -300px; */
        left: -20vw;
        /* bottom: -200px; */
        bottom: -20vh;
    }

    .creative-design__bottom-left__img{
        left: -250px;
        top: -500px;
    }

    .creative-design__middle-right__img{
        right: -100px;
        top: 40px;
        width: 600px;
    }
}

@media screen and (max-width: 1500px) {
    .creative-design__top-left__img{
        position: absolute;
        /* left: -300px; */
        left: -15vw;
        /* bottom: -200px; */
        bottom: -20vh;
        width: 600px;
    }

    .creative-design__bottom-left__img{
        left: -250px;
        top: -450px;
        width: 600px;
    }

    .creative-design__img{
        top: -70px;
    }

    .scroll-btn{
        top: -200px;
        right: 200px;
    }

}

@media screen and (max-width: 1300px) {
    .creative-design__top-left__img{
        position: absolute;
        /* left: -300px; */
        left: -30vw;
        /* bottom: -200px; */
        bottom: -20vh;
        width: 550px;
    }

    .creative-design__bottom-left__img{
        left: -350px;
        top: -450px;
        width: 550px;
    }

    .creative-design__middle-right__img{
        right: 50px;
        top: 40px;
        width: 600px;
    }

    .creative-design__small-top-left__img{
        left: -180px;
        bottom: -60px;
        width: 130px;
    }
    
    .creative-design__small-bottom-right__img{
        right: -140px;
        bottom: -370px;
        width: 130px;
    }

    .scroll-btn{
        top: -200px;
        right: 180px;
    }
}

@media screen and (max-width: 1000px) {

    .creative-design__top-left__img{
        position: absolute;
        /* left: -300px; */
        left: -50vw;
        /* bottom: -200px; */
        bottom: -20vh;
    }

    .creative-design__bottom-left__img{
        left: -400px;
        top: -350px;
    }

    .creative-design__middle-right__img{
        right: 200px;
        top: 40px;
        width: 600px;
    }

    .scroll-btn{
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .creative-design__top-left__img{
        position: absolute;
        /* left: -300px; */
        left: -30vw;
        /* bottom: -200px; */
        bottom: -5vh;
        width: 300px;
    }

    .creative-design__bottom-left__img{
        left: -180px;
        top: -230px;
        width: 300px;
    }

    .creative-design__middle-right__img{
        right: 800px;
        top: -200px;
        width: 300px;
    }
    
    .creative-design__small-top-left__img{
        left: -150px;
        bottom: -60px;
        width: 110px;
    }
    
    .creative-design__small-bottom-right__img{
        right: -120px;
        bottom: -320px;
        width: 110px;
    }

    .creative-design__title{
        font-size: clamp(7rem, 5vw, 10rem);
    }

    .creative-design__img{
        height: 300px;
    }
}

@media screen and (max-width: 500px) {

    .creative-design__top-left__img{
        position: absolute;
        /* left: -300px; */
        left: -30vw;
        /* bottom: -200px; */
        bottom: -2vh;
        width: 250px;
    }

    .creative-design__bottom-left__img{
        left: -160px;
        top: -250px;
        width: 250px;
    }

    .creative-design__middle-right__img{
        left: 320px;
        top: -220px;
        width: 250px;
    }

    .creative-design__small-top-left__img{
        left: -110px;
        bottom: -30px;
        width: 80px;
    }
    
    .creative-design__small-bottom-right__img{
        right: -80px;
        bottom: -230px;
        width: 80px;
    }

    .creative-design__title{
        font-size: 5rem;
    }
}

@media screen and (max-width: 400px) {
    .creative-design__top-left__img{
        position: absolute;
        /* left: -300px; */
        left: -30vw;
        /* bottom: -200px; */
        bottom: -3vh;
        width: 250px;
    }

    .creative-design__bottom-left__img{
        left: -150px;
        top: -250px;
        width: 250px;
    }

    .creative-design__middle-right__img{
        left: 250px;
        top: -180px;
        width: 250px;
    }

    .creative-design__small-top-left__img{
        left: -80px;
        bottom: -13px;
        width: 60px;
    }
    
    .creative-design__small-bottom-right__img{
        right: -70px;
        bottom: -180px;
        width: 60px;
    }

    .creative-design__title{
        margin-top: 100px;
        font-size: 4rem;
    }
}

/* ====== ABOUT US ======  */

.about-us__section{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--cda-white);
    overflow: hidden;
}

.about-us__container{
    width: 1260px;
    padding: 0 20px;
    padding-top: 150px;
}

.about-us__about-us{
    margin-bottom: 60px;
    text-transform: uppercase;
    font-weight: 600;
    color: gray;
    font-size: 0.8rem;
}

.about-us__title-desc{
    /* width: 1500px; */
    display: flex;
    justify-content: space-between;
    padding-bottom: 140px;
}

.about-us__title-desc__1{
    width: 35%;
}

.about-us__title{
    display: flex;
    flex-direction: column;
    font-size: 3.3rem;
    font-family: "Anton",sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 50px;
    color: var(--cda-black);
}

.about-us__title-span{
    /* display: flex;
    flex-direction: column; */
}

.pixy-intro__desc{
    line-height: 1.5;
    font-size: 0.85rem;
    color: gray;
    border-left: solid var(--cda-orange) 5px;
    padding-left: 30px;
}

.pixy-intro__desc span{
    color: var(--cda-green);
}

.about-us__title span{
    color: var(--cda-green);
}


.about-us__title-desc__2{
    width: 55%;
}

.desc-2__top{
    line-height: 1.6;
    margin-bottom: 30px;
    font-size: 15px;
    color: gray;
}

.desc-2__bottom{
    line-height: 1.6;
    font-size: 15px;
    color: gray;
}

.desc-2__bottom span{
    color: var(--cda-green);
}

.about-us__icon-section{
    width: 100%;
    display: flex;
    justify-content: center;
}

.about-us__icon-section__container{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.about-us__icon-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-us__icon-box__icon-img{
    width: 130px;
    margin-bottom: 25px;
}

.about-us__icon-title{
    font-family: "Anton",sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: var(--cda-black);
    padding-bottom: 35px;
}

.about-us__icon-desc{
    text-align: center;
    color: gray;
    font-size: 15px;
    line-height: 1.8;
    padding: 0 60px;
    padding-bottom: 90px;
}


@media screen and (max-width: 1026px){

    .about-us__container{
        width: 100%;
    }
    .about-us__title-desc{
        flex-direction: column;
    }

    .about-us__title-desc__1{
        width: 100%;
    }

    .about-us__title{
        display: flex;
    }

    .about-us__title-desc__2{
        width: 100%;
    }

    .about-us__icon-box{
        margin-bottom: 100px;
    }

    .pixy-intro__desc{
        margin-bottom: 50px;
    }

    .about-us__icon-section__container{
        flex-direction: column;
    }

    .about-us__icon-desc{
        padding: 0 160px;
    }
    
}

@media screen and (max-width: 996px) {
    .pixy-intro__desc{
        border: none;
        padding: 0;
    }
}

@media screen and (max-width: 768px) {

    .about-us__title{
        flex-direction: row;
        font-size: 2.5rem;
    }

    .about-us__title-span{
        padding-left: 10px;
    }

    .about-us__icon-box__icon-img{
        width: 100px;
    }

    .about-us__icon-desc{
        padding: 0 20px;
    }
}


@media screen and (max-width: 678px) {
    .about-us__about-us{
        padding-left: 20px;
    }

    .about-us__container{
        padding: 0 0;
        padding-top: 50px;
    }

    .about-us__title-desc{
        padding: 0 20px 140px 20px;
    }
}

@media screen and (max-width: 370px) {
    .about-us__title{
        flex-direction: column;
    }

    .about-us__title-span{
        padding-left: 0;
    }

    .about-us__icon-desc{
        padding: 0 40px;
    }
}

/* ====== OUR SERVICES ====== */

.our-services__section{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--cda-white);
    padding-bottom: 150px;
}

.our-services__container{
    width: 1260px;
    display: flex;
    flex-direction: column;
    padding: 10px 20px
}

.our-services__our-services{
    margin-bottom: 60px;
    padding-top: 80px;
    text-transform: uppercase;
    font-weight: 600;
    color: gray;
    font-size: 0.8rem;
}

.our-services__title{
    font-family: "Anton",sans-serif;
    display: flex;
    font-size: 3.2rem;
    text-transform: uppercase;
    color: var(--cda-black);
    margin-bottom: 100px;
    text-align: start;
}

.our-services__title span{
    color: var(--cda-orange);
}

.our-services__title-span{
    padding-left: 5px;
}

.our-services__body{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.our-services__boxes{
    /* width: 58%; */
}

.our-services__box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 73%;
    padding:  50px 0;
    border-bottom: 1px solid rgb(209, 209, 209);
    /* margin-bottom: 20px; */
}

.our-services__box:nth-last-child(3){
    border-top: 1px solid rgb(209, 209, 209);
}


.our-services__box-title{
    font-family: "Anton",sans-serif;
    font-size: 1.9rem;
    text-transform: uppercase;
    color: var(--cda-black);
    padding-bottom: 30px;
}

.our-services__box-desc{
    padding: 0 150px 0 25px;
    height: 78px;
    line-height: 1.5;
    color: gray;
    border-left: 5px solid var(--cda-orange);
    text-align: left;
    overflow: clip;
}

.our-services__box---right-box{
    background: #d8d8d8;
    padding: 20px;
    width: 80px;
    height: 80px;
    transition: ease-in-out 0.3s;
}

.our-services__box---right-box:hover{
    cursor: pointer;
    background: var(--cda-orange);
}

.our-services__box---right-box:hover .fa-arrow-up{
    transform: rotate(90deg);
    top: -29px;
    left: 30px;

}

.fa-arrow-up{
    position: relative;
    top: -20px;
    left: 10px;
    display: flex;
    justify-content: flex-end;
    font-size: 2rem;
    color: var(--cda-black);
    margin-bottom: 30px;
    transform: rotate(40deg);
    transition: ease-in-out 0.5s;
}

.our-services__box--read-more{
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--cda-black);
}


.our-services__box-number{
    width: 33%;
}


.our-services__box-number--box{
    display: flex;
    flex-direction: column;
}

.our-services__box-number--box-bg{
    width: 100%;
    position: relative;
    padding: 80px 0;
    background: #d8d8d8;
    overflow-y: clip;
    overflow-clip-margin: -10rem;
    margin-bottom: 30px;
}

.our-services__box-number--number{
    position: absolute;
    top: 60px;
    left: -40px;
    font-family: "Anton",sans-serif;
    font-size: 8rem;
    color: var(--cda-black);
}

.fa-plus{
    position: absolute;
    top: 75px;
    left: 90px;
    font-family: "Anton",sans-serif;
    font-size: 7rem;
    color: var(--cda-green);
}

.our-services__box-number--title{
    font-family: "Anton",sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 30px;
}

@media screen and (max-width: 1026px) {
    .our-services__body{
        flex-direction: column;
    }

    .our-services__boxes{
        margin-bottom: 100px;
    }

    .our-services__box{
        width: 100%;
    }

    .our-services__box-desc{
        padding: 0 150px 0 25px;
        height: 100%;
        overflow: visible;
    }

    .our-services__box-number{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .our-services__box-number--box{
        
    }

    .our-services__box-number--box-bg{
        width: 0;
        padding: 80px 150px;
        overflow-clip-margin: -10rem;
        margin-bottom: 30px;
    }

}

@media screen and (max-width: 996px) {

    .our-services__box-desc{
        padding: 0 90px 0 25px;
        height: 100%;
        border: none;
        overflow: visible;
    }

    .our-services__box-number--box-bg{
        padding: 80px 150px;
    }

    .our-services__box-number--number{
        top: 60px;
        left: 0;
    }

    .fa-plus{
        left: 130px;
    }

}

@media screen and (max-width: 976px) {

    .our-services__box-number--box-bg{
        padding: 80px 140px;
    }
}

@media screen and (max-width: 926px) {

    .our-services__box-number--box-bg{
        padding: 80px 130px;
    }
}

@media screen and (max-width: 856px) {

    .our-services__box-number--box-bg{
        padding: 80px 120px;
    }
}

@media screen and (max-width: 800px) {

    .our-services__box-number--box-bg{
        padding: 80px 110px;
    }
}

@media screen and (max-width: 768px) {

    .our-services__title{
        font-size: 2.4rem;
        margin-bottom: 50px;
        /* text-align: start; */
    }

    .our-services__box{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
        width: 100%;
        padding:  50px 0;
        border: none;
        /* margin-bottom: 20px; */
    }

    .our-services__box:nth-last-child(3){
        border: none;
    }

    .our-services__box-desc{
        padding: 0 0 30px 0;
        height: 100%;
        border: none;
        overflow: visible;
    }

    .our-services__box-number{
        flex-direction: column;
        width: 100%;
    }

    .our-services__box-number--box{
        margin-bottom: 30px;
    }

    .our-services__box-number--box-bg{
        width: 100%;
        padding: 50px 0;
    }

    .our-services__box-number--number{
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 6rem;
    }

    .fa-plus{
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding-left: 180px;
    }

    .our-services__box-number--title{
        display: flex;
        justify-content: center;
    }

}

/* ====== CONTACT SECTION ====== */

.contact__section{
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background: var(--cda-white);
}

.contact-section__container{
    width: 100%;
    display: flex;
    height: 950px;
}

.contact-section__title-desc{
    /* display: flex;
    justify-content: center; */
    width: 50%;
    
}

.contact-section__title-desc--top{
    width: 100%;
    height: 80%;
    background: linear-gradient(308.26deg,#1c1d1f 0%,#353639 100%);
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
    /* padding-left: 200px;
    padding-top: 150px; */
}


.contact-section__contact{
    margin-bottom: 60px;
    text-transform: uppercase;
    font-weight: 600;
    color: gray;
    font-size: 0.8rem;
    padding-top: 150px;
    margin-left: 100px;
}

.contact-section__title{
    font-size: 4.5rem;
    font-family: "Anton",sans-serif;
    text-transform: uppercase;
    color: var(--cda-white);
    margin-bottom: 50px;
    margin-left: 100px;
}

.contact-section__title span{
    color: var(--cda-orange);
    
}

.contact-section__desc{
    color: gray;
    /* padding-right: 400px; */
    width: 350px;
    padding-left: 20px;
    border-left: 5px solid var(--cda-orange);
    line-height: 1.5;
    font-size: 1rem;
    text-align: left;
    margin-left: 100px;
}

.contact-section__desc span{
    color: var(--cda-green);
    
    
}

.contact-section__title-desc--bottom{
    color: gray;
    font-size: 0.9rem;
    padding-right: 150px;
    line-height: 1.5;
    margin-top: 50px;
    padding-left: 20px;
}

.contact-section__title-desc--bottom span{
    color: var(--cda-green);
}

.contact-section__img-area{
    width: 50%;
}

.contact-section__img-area--top{
    width: 100%;
    height: 80%;
}

.contact-section__img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.contact-section__img-area--bottom{
    background: #d8d8d8;
}

.contact-section__btn-area{
    display: flex;
    justify-content: center;
    padding: 20px;
    width: 30%;
    background: var(--cda-green);
}

.contact-section__btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;

    /* margin-top: 100px; */
    width: 180px;
    height: 75px;
    border: 2px solid var(--cda-black);
    border-radius: 50px;
    color: var(--cda-black);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8rem;
}


@media screen and (max-width: 994px) {
    .contact-section__container{
        flex-direction: column;
        height: 1300px;
    }

    .contact-section__title-desc--top{
        background: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contact-section__title-desc{
        width: 100%;
        background: linear-gradient(308.26deg,#1c1d1f 0%,#353639 100%);
        padding-bottom: 100px;
    }


    .contact-section__contact{
        margin: 0;
        padding-bottom: 50px;
    }

    .contact-section__title{
        margin: 0;
        padding-bottom: 50px;
        text-align: center;
        font-size: 4rem;
    }

    .contact-section__desc{
        margin: 0;
        padding: 0;
        border: none;
        text-align: center;
        width: 90%;
    }


    .contact-section__title-desc--bottom{
        display: none;
    }

    .contact-section__img-area{
        width: 100%;
        height: 700px;
    }

    .contact-section__img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .contact-section__btn-area{
        width: 100%;
        padding: 20px 0;
    }
}
@media screen and (max-width: 768px) {
    .contact-section__container{
        height: 1060px;
    }
    .contact-section__title{
        /* display: flex; */
        font-size: 3.4rem;
    }
    .cs-title__all{
        display: flex;
    }
    .cs-title__1{
        margin-right: 10px;
    }
    .contact-section__img-area{
        height: 500px;
    }
    
}
@media screen and (max-width: 524px) {
    .contact-section__title{
        /* display: flex; */
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 424px) {
    .contact-section__title{
        /* display: flex; */
        font-size: 2.3rem;
    }
}

@media screen and (max-width: 324px) {
    .contact-section__title{
        /* display: flex; */
        font-size: 1.8rem;
    }
}

/* MEET TEAM SECTION */

.meet-team__section{
    width: 1005;
    padding-bottom: 100px;
    background: var(--cda-white);
    overflow: hidden;
    display: flex;
    justify-content: center;
}


.team__section-container{
    width: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    padding-top: 100px;
}

.meet-team__header{
    width: 100%;
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
}

.meet-team__header--container{
    display: flex;
    justify-content: space-between;
    width: 1260px;
    padding: 0 20px;
}

.meet-team__title{
    font-family: "Anton",sans-serif;
    font-size: 3.5rem;
    text-transform: uppercase;
    color: var(--cda-black);
}

.meet-team__title span{
    color: var(--cda-orange);
}

.view-members{
    display: flex;
    align-items: end;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--cda-black);
    padding: 0;
}

.view-members:hover{
    cursor: pointer;
}

.view-members .fa-arrow-right:hover{
    
}


.fa-arrow-right{
    padding-left: 10px;
}

.meet-team__section{
    padding-bottom: 100px;
    background: var(--cda-white);
}

.meet-team__team--section{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.team-member__section--1{
    display: flex;
    gap: 30px;
    width: 100%;
    padding-left: 20px;
}

.team-member__section--2{
    display: flex;
    gap: 30px;
    width: 100%;
    padding-right: 20px;
}

.team-member{
    width: 380px;
    height: 500px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.team-member:hover{
    
}

.team-member__overlay{
    width: 100%;
    height: 100%;
    background: var(--cda-green);
    opacity: 0.60;
    position: absolute;
    opacity: 0;
    z-index: 5;
    transition: opacity.3s ease-in-out;
}

.team-member__overlay:hover{
    opacity: 0.6;
}

.team-member__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 4;
    transition: opacity.3s ease-in-out;
}

.team-member__img:hover{
    
}

.team-member__info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: var(--cda-black);
    color: var(--cda-white);
    text-transform: uppercase;
    z-index: 6;
    transition: .5s ease-in-out;
    gap: 50px;
    padding-top: 40px;
}

.team-member__info:hover{
    height: 0;
    padding-bottom: 130px;
    gap: 20px;
}

.team-member__name{
    font-family: "Anton",sans-serif;
    font-size: 1.5rem;
    padding-top: 100px;
    /* padding-bottom: 60px; */
}

.team-member__socials{
    display: flex;
    gap: 18px;
}

.team-social{
    transition: 0.3s ease-in-out
}

.team-social:hover{
    cursor: pointer;
    color: var(--cda-green);
}

.team-member__position{
    color: gray;
    font-size: 0.9rem;
}

@media screen and (max-width: 1400px) {

    .team-member{
        transform: scale(0.95);
    }
}

@media screen and (max-width: 1300px) {

    .team-member{
        transform: scale(0.90);
    }

    .meet-team__team--section{
        gap: 10px;
    }
    
    .team-member__section--1{
        gap: 10px;
    }
    
    .team-member__section--2{
        gap: 10px;
    }
}

@media screen and (max-width: 1200px) {

    .team-member{
        transform: scale(0.85);
    }

    .meet-team__team--section{
        gap: 0;
    }
    
    .team-member__section--1{
        gap: 0;
    }
    
    .team-member__section--2{
        gap: 0;
    }
}

@media screen and (max-width: 1024px) {
    .meet-team__header--container{
        flex-direction: column;
    }

    .meet-team__title{
        padding-bottom: 50px;
    }

    .meet-team__team--section{
        gap: 20px;
    }

    .team-member__section--1{
        flex-direction: column;
        /* padding-left: 35px; */
    }
    
    .team-member__section--2{
        flex-direction: column;
        /* padding-left: 35px; */
    }

    .team-member{
        transform: scale(1.00);
        /* width: 95%; */
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .meet-team__title{
        font-size: 3rem;
    }

    .meet-team__team--section{
        flex-direction: column;
        justify-content: center;
    }

    .team-member__section--1{
        justify-content: center;
        width: 100%;
        padding-left: 20px;
    }
    
    .team-member__section--2{
        justify-content: center;
        width: 100%;
        padding-left: 20px;
    }

    .team-member{
        height: 800px;
        width: 95%;
    }
}

@media screen and (max-width: 600px) {

    .team-member__section--1{
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
    }
    
    .team-member__section--2{
        padding-left: 15px;
    }

    .team-member{
        transform: scale(0.95);
        width: 95%;
        height: 600px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 400px) {

    .team-member__section--1{
        /* padding-left: 10px; */
    }
    
    .team-member__section--2{
        padding-left: 10px;
    }

    .team-member{
        height: 500px;
    }
}

/* ====== EXPLORE AGENCY SECTION ====== */

.explore-agency__section{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* height: 500px; */
    overflow: hidden;
    background: var(--cda-white);
}

.explore-agency__container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 50px;
}

.exlpore-our-agency{
    margin-bottom: 70px;
    padding-top: 80px;
    text-transform: uppercase;
    font-weight: 600;
    color: gray;
    font-size: 0.8rem;
}

.explore-agency__desc{
    /* display: flex; */
    justify-content: center;
    /* flex-direction: column; */
    text-align: center;
    text-transform: uppercase;
    font-family: "Anton",sans-serif;
    font-size: 1.5rem;
    position: relative;
    margin: 0 150px;
}

.explore-agency__orange--word{
    /* padding-right: 10px; */
    z-index: 5;
}

.explore-agency__word{
    display: flex;
    padding-right: 5px;
    /* text-align: center; */
    display: inline-flex; 
    flex-wrap: nowrap;
    white-space: nowrap; 
    padding-bottom: 10px;
    z-index: 5;
}

.explore-agency__letter{
    font-size: 3.5rem;
    color: var(--cda-black);
    transition: ease-in-out 0.2s;
    z-index: 5;
    display: inline-block;
}

.explore-agency__letter:hover{
    transform: translateY(-10%);
    cursor: pointer;
}

.explore-agency__letter--orange{
    color: var(--cda-orange);
    padding-right: 5px;
    font-size: 3.5rem;
    z-index: 5;
}

.letter-fuse{
    color: var(--cda-orange);
    padding-left: 5px;
    font-size: 3.5rem;
}

h2{
    text-align: center;
}

.span-letter{
    transition: ease-in-out .3s;
}

.span-letter:hover{
    
    transform: translateY(-10%);
}

.fa-square-full{
    position: absolute;
    left: 350px;
    top: -60px;
    font-size: 10rem;
    color: var(--cda-black);
    opacity: 0.2;
    z-index: 2;
    transform: rotate(0deg);
    animation: spin 7s linear infinite;
}

.moving-line{
    position: absolute;
    top: -70px;
    right: 500px;
    width: 20px;
    height: 300px;
    background: var(--cda-black);
    z-index: 2;
    transform: rotate(0deg);
    animation: shake 8s ease-in-out infinite;
    opacity: 0.2;
}

.explore-agency__footer{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 20px;
}

.explore-agency__footer--desc{
    color: gray;
    font-size: 0.9rem;
    padding-right: 50px;
    line-height: 1.5;
    padding-left: 20px;
    text-align: right;
}

.view-portfolio__btn{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--cda-black);
    text-decoration: none;
    width: 220px;
    height: 70px;
    background: #34bd84;
    border-radius: 50px;
    transition: ease-in-out 0.3s;
}

.view-portfolio__btn:hover{
    transform: scale(1.05);
    /* transition: ease-in-out 0.5s; */
    background: var(--cda-green);
}

@media screen and (max-width: 1268px) {
    .explore-agency__desc{
        /* transform: scale(0.9); */
        margin: 0 50px;
    }
}

@media screen and (max-width: 1168px) {
    .explore-agency__desc{
        /* transform: scale(0.8); */
    }

    .explore-line{
        text-align: center;
    }
}


@media screen and (max-width: 768px) {
    
    .explore-agency__desc{
        margin: 0;
    }

    .explore-agency__letter--orange{
        font-size: 2.5rem;
    }
    
    .explore-agency__letter{
        font-size: 2.5rem;
    }

    .letter-fuse{
        font-size: 2.5rem;
    }

    .fa-square-full{
        left: 20px;
        top: -40px;
    }
    
    .moving-line{
        top: -70px;
        right: 20px;
    }

    .explore-agency__footer{
        flex-direction: column;
    }

    .explore-agency__footer--desc{
        text-align: center;
        padding: 0 10px;
        padding-bottom: 30px;
        font-size: 0.8rem;
    }

    .view-portfolio__btn{
        transform: scale(0.8);
    }
    
    .view-portfolio__btn:hover{
        transform: scale(0.85);
    }
}

/* ====== TAPE CROSS SECTION ====== */

.tape-cross__section{
    width: 100%;
    overflow: hidden;
    background: var(--cda-white);
}

.tape-cross__container{
    position: relative;
    width: 100%;
    height: 700px; /* Adjust as needed */
    overflow: hidden;
}

.tape-cross__img{
    position: absolute;
    top: 20%;
    left: 25%;
    transform: translate(-50%, -50%);
    z-index: 6;
    width: 50rem;
    transition: ease-in-out;
    animation: bounce2 4s infinite;
    
}

.orange-text__strip{
    position: absolute;
    top: 50%;
    left: -25%;
    width: 150vw; /* Extend beyond screen to cover diagonals */
    transform: rotate(-15deg); /* Or +15deg depending on direction */
    background: var(--cda-orange);
    padding: 1rem 0;
    white-space: nowrap;
    display: flex;
    justify-content: space-around;
    font-weight: bold;
    font-size: 1.5rem;
    font-family: "Anton",sans-serif;
    color: var(--cda-black);
    z-index: 5;
}

.btn-text__strip{
    position: absolute;
    top: 50%;
    left: -25%;
    width: 150vw; /* Extend beyond screen to cover diagonals */
    transform: rotate(15deg); /* Or +15deg depending on direction */
    padding: 1rem 0;
    white-space: nowrap;
    display: flex;
    justify-content: space-around;
    font-weight: bold;
    font-size: 0.8rem;
    color: var(--cda-black);
    z-index: 2;
}

.btn-text__strip span{
    border: 2px solid var(--cda-black);
    padding: 30px 40px;
    border-radius: 50px;
}

@media screen and (max-width: 1468px) {
    .tape-cross__img{
        top: 20%;
        left: 20%;
        transform: translate(-50%, -50%);
        
    }
    
    .orange-text__strip span{
        margin-right: 50px;
    }

    .btn-text__strip span{
        margin-right: 50px;
    }

    
}

@media screen and (max-width: 1268px) {
    .tape-cross__img{
        top: 20%;
        left: 15%;
        transform: translate(-50%, -50%);
        transform: scale(0.9);
    }
    
}

@media screen and (max-width: 1000px) {
    .tape-cross__img{
        top: 20%;
        left: 0;
        transform: translate(-50%, -50%);
    }
    
}

@media screen and (max-width: 768px) {
    .tape-cross__container{
        height: 500px; /* Adjust as needed */
    }

    .tape-cross__img{
        display: none;
    }
    
}

/* ====== BLOG SECTION ====== */

.blog__section{
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    background: var(--cda-white);
    padding-bottom: 150px;
}

.blog-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1200px;
}

.newsletter{
    margin-bottom: 70px;
    padding-top: 80px;
    text-transform: uppercase;
    font-weight: 600;
    color: gray;
    font-size: 0.8rem;
}

.blog-header__section{
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
}

.blog-title{
    display: flex;
    font-family: "Anton",sans-serif;
    font-size: 3.5rem;
    text-transform: uppercase;
    color: var(--cda-black);
}

.blog-title span{
    color: var(--cda-green);
    padding-left: 13px;
}

.view-publications{
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: var(--cda-black);
    font-weight: 600;
    font-size: 0.8rem;
}

.view-publications:hover{
    cursor: pointer;
}



.blog-post{
    width: 600px;
}


.blog-img__section{
    position: relative;
    padding-bottom: 50px;
}

.blog-design{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 40px;
    left: 40px;
    width: 100px;
    height: 40px;
    border-radius: 50px;
    color: var(--cda-white);
    background: var(--cda-black);
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.blog-post__date{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 40px;
    right: 40px;
    width: 150px;
    height: 40px;
    border-radius: 50px;
    color: var(--cda-black);
    background: var(--cda-white);
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1px;
}


.blog-img{
    width: 100%;
    height: 100%;
}

.blog-post__Section{
    display: flex;
    gap: 30px;
}

.blog-post__footer{
    display: flex;
    justify-content: space-between;
    /* gap: 50px; */
}

.blog-post__header-desc{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-post__header{
    display: flex;
    flex-direction: column;
    font-family: "Anton",sans-serif;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 1.2;
    color: var(--cda-black);
    /* padding-bottom: 30px; */
}

.blog-post__arrow-btn:hover{
    background: var(--cda-green);    
}

.blog-post__desc{
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    color: gray;
}

@media screen and (max-width: 1268px) {
    .newsletter{
        padding-left: 20px;
        padding-right: 20px;
    }

    .blog-header__section{
        padding-left: 20px;
        padding-right: 20px;
    }

    .blog-post__Section{
        padding: 0 20px;
    }

    .blog-container{
        width: 100%;
        
    }

    .blog-post__header{
        font-size: 1.2rem;
    }

    .blog-post__desc{
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 1000px) {
    .blog-post:nth-last-child(1){
        display: none;
    }

    .blog-post{
        width: 100%;
    }

    .blog-post__header-desc{
        justify-content: center;
        gap: 20px;
        align-items: flex-start;
    }

    .blog-post__header{
        font-size: 1.5rem;
        flex-direction: row;
    }

    .blog-post__header span{
        padding-left: 5px;
    }

    .blog-post__desc{
        flex-direction: row;
    }
}

@media screen and (max-width: 768px) {
    .blog-header__section{
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-title{
        font-size: 2.5rem;
        padding-bottom: 50px;
    }

    .blog-post__arrow-btn{
        display: none;
    }

    .blog-post__desc{
        flex-direction: column;
    }
}

@media screen and (max-width: 568px) {
    .blog-post__arrow-btn{
        display: none;
    }

    .blog-post__desc{
        flex-direction: column;
    }

    .blog-post__desc span{
        display: inline-block;
    }

    .blog-post__header{
        display: inline-flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 468px) {
    .blog-post__header{
        font-size: 1.2rem;
    }

    .blog-design{
        top: 40px;
        left: 30px;
    }

    .blog-post__date{
        top: 40px;
        right: 30px;
    }

    .blog-post__desc{
        font-size: 0.75rem;
    }
}

/* ====== NEWSLETTER SECTION ====== */

.newsletter__section{
    width: 100%;
    background: var(--cda-white);
    overflow: hidden;
    padding-bottom: 100px;
}

.newsletter__container{
    width: 100%;
    /* height: 700px; */
    display: flex;
}

.newsletter__left-side{
    /* height: 700px; */
    width: 50%;
}

.newsletter__left-side--top{
    height: 700px;
}

.newsletter__video{
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.newsletter__left-side--bottom{
    display: flex;
    justify-content: end;
    align-items: flex-end;
}

.newsletter-orange__square{
    width: 75%;
    height: 120px;
    background: var(--cda-orange);
}

.newsletter__right-side{
    width: 50%;
    display: flex;
    flex-direction: column;
}

.newsletter__right-side--container{
    width: 100%;
    height: 700px;
    background: #d8d8d8;    
}

.newsletter__right-side--top{
    padding: 150px 0 0 150px;
}

.rightside__newsletter-newsletter{
    margin-bottom: 70px;
    text-transform: uppercase;
    font-weight: 600;
    color: gray;
    font-size: 0.8rem;
}

.newsletter-title{
    font-family: "Anton",sans-serif;
    font-size: 4.5rem;
    text-transform: uppercase;
    color: var(--cda-black);
    margin-bottom: 50px;
}

.newsletter-title span{
    color: var(--cda-green);
}

.newsletter-email__input{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--cda-white);
    width: 420px;
    padding-right: 20px;
    padding-left: 50px;
    height: 90px;
    border-radius: 50px;
}

.email-input{
    border: none;
    background: var(--cda-white);
    text-decoration: none;
    outline: none;
    color: var(--cda-black);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8rem;
    /* background: blue; */
    width: 80%;
    height: 70px;
}

input::placeholder {
    color: gray;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8rem;
  }

  .email-input__btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--cda-orange);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    transition: 0.2s ease-in-out;
  }

  .email-input__btn:hover{
    cursor: pointer;
    background: #ffbf7f;
    transform: scale(1.02);
  }

  .email-input__arrow{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    padding: 0;
  }

  .newsletter__right-side--bottom{
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    background: var(--cda-white);
  }

  .newsletter__right-bottom--desc{
    align-items: center;
    margin-top: 60px;
    padding-left: 150px;
    color: gray;
    font-size: 0.9rem;
    line-height: 1.5;
    background: var(--cda-white);
  }

  .newsletter__right-bottom--desc span{
    color: var(--cda-green);
    transition: 0.1s ease-in;
  }

  .newsletter__right-bottom--desc span:hover{
    cursor: pointer;
    border-bottom: solid 2px var(--cda-green);
  }

  @media screen and (max-width: 1368px) {
    .newsletter-orange__square{
        width: 100%;
    }

    .newsletter__right-side--top{
        padding: 150px 0 0 100px;
    }

    .newsletter-title{
        font-size: 3.5rem;
    }

    .newsletter-email__input{
        width: 350px;
    }
  }

  @media screen and (max-width: 1200px) {
    .newsletter-title{
        font-size: 3rem;
    }

    .newsletter-email__input{
        width: 300px;
    }
  }

  @media screen and (max-width: 1000px) {
    .newsletter__left-side{
        width: 100%;
    }

    .newsletter__container{
        flex-direction: column-reverse;
    }

    .newsletter__right-side{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .newsletter__right-side--top{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
        width: 100%;
        height: 100%;
    }

    .newsletter-orange__square{
        margin: 0 10px;
    }

    .newsletter-title{
        text-align: center;
        font-size: 4.5rem;
    }

    .newsletter-email__input{
        width: 90%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .newsletter__right-side--bottom{
        display: none;
    }
  }

  @media screen and (max-width: 500px) { 
    .newsletter__left-side--top{
        height: 500px;
    }
    
    .newsletter__video{
        height: 500px;
    }

    .newsletter-title{
        font-size: 2.8rem;
    }

    .newsletter__right-side--container{
        height: 600px; 
    }

    .newsletter-email__input{
        width: 80%;
    }
  }

  /* ====== LETS TALK SECTION ====== */

  .lets-talk__section{
    display: flex;
    justify-content: center;
    width: 100%;
    background: var(--cda-white);
    padding-bottom: 100px;
    padding-top: 100px;
    overflow: hidden;
  }

  .lets-talk__container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 1260px;
    padding: 0 10px;
  }

  .lets-talk__header{
    width: 100%;
    display: flex;
    padding-bottom: 80px;
  }

  .lets-talk__title{
    font-family: "Anton",sans-serif;
    text-transform: uppercase;
    font-size: 5rem;
    color: var(--cda-black);
    padding-right: 200px;
  }

  .lets-talk__links{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    border-top: solid 1px rgba(53,54,57,.2);
    border-bottom: solid 1px rgba(53,54,57,.2);
    padding: 50px 0;
  }

  .lets-talk__web-links{
    display: flex;
    gap: 50px;
  }

  .web-link{
    text-transform: uppercase;
    color: var(--cda-black);
    font-size: 0.8rem;
    font-weight: 600;
  }

  .web-link:hover{
    cursor: pointer;
  }

  .lets-talk__social-links{
    display: flex;
    gap: 20px;
  }

  .social-link:hover{
    cursor: pointer;
  }

  .lets-talk__footer{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .copyright__rights{
    color: gray;
    font-size: 0.9rem;
  }

  .developer-name{
    color: gray;
    font-size: 0.9rem;
  }

  .developer-name span{
    color: var(--cda-green);
  }

  .developer-name span:hover{
    cursor: pointer;
  }

  @media screen and (max-width: 1000px) {
    .lets-talk__links{
        flex-direction: column;
      }

      .lets-talk__web-links{
        padding-bottom: 60px;
      }
  }

  @media screen and (max-width: 1000px) {
    .lets-talk__title{
        padding-right: 100px;
      }

    .lets-talk-btn{
        display: block;
    }
  }

  @media screen and (max-width: 568px) {
    .lets-talk__header{
        justify-content: space-between;
    }

    .lets-talk__title{
        font-size: 3.5rem;
        padding: 0;
    }

    .lets-talk-btn{
        display: block;
    }

    .lets-talk__web-links{
        flex-direction: column;
    }
  }

  @media screen and (max-width: 468px) {
    .lets-talk__title{
        display: flex;
        align-items: center;
        font-size: 3rem;
    }
  }

  @media screen and (max-width: 400px) {
    .lets-talk__footer{
        flex-direction: column;
    }

    .copyright__rights{
        padding-bottom: 80px;
    }
  }

  