
    .hero__img{
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .hero{
        background: var(--noble-black);
        height: 100vh;
        max-height: fit-content;
    }

    .hero__text{
        font-family: Helvetica, Arial, sans-serif;
        font-size: 40px;
        font-weight: normal;
        letter-spacing: -3%;
        color: var(--white);
        width: 320px;
        margin: 0 auto;
    }

    .hero__button_ser p,
    .hero__buttom_con p{
        font-family: Helvetica, Arial, sans-serif;
        font-weight: bold;
        font-size: 16px;
        padding: 20px ;
        text-align: center;
    }

    .hero__button_ser ,
    .hero__buttom_con {  
        width: calc(100% - 40px);
        margin: 0 20px;
        border-radius: 5px;
    }
    .hero__button_ser{    
        background-color: var(--me-blue);
        color: var(--white);
    }
    .hero__buttom_con{    
        background-color: var(--white);
        color: var(--noble-black);
    }


    .service__file__text{
        font-size: 24px; 
        margin-left: auto;
        max-width: 314px;
        margin-right: auto;
    }


    .swiper {
        width: 100% ;
    }

    .swiper-slide {
        background-position: center !important;
        background-size: cover !important;
        width: 314.09px !important;
        height: 445.09px !important;
        border: 1px solid var(--white);
        border-radius: 8px;
    }

    .swiper-slide img {
        display: block ;
        width: 100% ;
        border: 1px solid var(--white);
        border-radius: 8px;
    }

    .service__file-readButton{
        display: flex;
        align-items: center;   
        justify-content: center; 
    }

    .service__file-readButton-rapper{
        display: flex;
        align-items: center;
    }

    .service__file-readButton{
        font-size: 24px;
        font-weight: bold;
    }

    .service__file-readButton img{
        margin-right: 5px;
        display: flex;
        align-items: center;   
        justify-content: center; 
    }


    .hero_nav{
        background-color: var(--noble-black);
        border-bottom: 1px solid var(--noble-black);
    }

    .hero_nav__logo{
        height: 33px;
        width: 81.81px;
    }

    .hero_nav-ham{
        font-size: 28px;
        color: #ffffff;
    }

    .hero_nav-wrapper{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }



@media(min-width:0px){

    .mobile-hero{
        display: block;
    }
    .pc-hero{
        display: none;
    }

}

/* ////////////////////////////////// */


@media(min-width:431px){

    .mobile-hero{
        display: none;
    }
    .pc-hero{
        display: block;
    }
}



@media(min-width:430px){

.hero_nav{
    background-color: var(--white);
    border-bottom: 1px solid var(--noble-black);
}

.hero_nav-ham{
    font-size: 28px;
    color: #202124;
}

.hero_nav__logo{
    height: 30px;
    width: 90px;
}

.hero{
    height: 100vh;
    min-height: fit-content;
    display: flex;
    justify-content: space-between;
    height: calc(100vh - 87px);
}

.hero__text{
    width: auto;
    max-width: 836px !important;
    font-size: 72px;
    font-weight: normal;
    letter-spacing: -3%;
    color: var(--noble-black);
    max-width: 358px;
    margin: 0 auto;
    padding-left: 40px;
    margin-left: 0 !important;
}

.hero__button_ser p,
.hero__buttom_con p{
    font-weight: bold;
    font-size: 1rem;
    padding: 1.25em ;
    text-align: center;
}

.hero__button_ser ,
.hero__buttom_con {  
    width: 100%;
    border-radius: 0.313em;
    max-width: 200px !important;
    margin: 0;
}
.hero__button_ser{    
    background-color: var(--noble-black);
    color: var(--white);
}
.hero__buttom_con{    
    background-color: var(--white);
    color: var(--noble-black);
    border: 1px solid var(--noble-black);
}



.scroll_indicator{
    font-size: 16px;
    color: #727681;
    border-radius: 999px;
    border: 1px solid #727681;
    padding: 10px;
    height: fit-content;
    width: fit-content;
    margin-top: 50vh;
    display: none;
    margin-right: 10px;
}

.hero__button{
    display: flex;
    gap: 10px;
}

.hero_wrapper{
    margin-top: auto;
}




.our_service{
  height: 100vh;
}

.service__file__text{
  font-size: 1.5rem; 
}


.swiper {
  width: 100% ;
}

.swiper-slide {
  background-position: center !important;
  background-size: cover !important;
  width: 314.09px !important;
  height: 445.09px !important;
  border-radius: 8px;
}

.swiper-slide img {
  display: block ;
  width: 100% ;
  border-radius: 8px;
  user-select: none;
}

.service__file-readButton{
  display: flex;
  align-items: center;   
  justify-content: center; 
}

.service__file-readButton-rapper{
  display: flex;
  align-items: center;
}

.service__file-readButton{
  font-size: 24px;
  font-weight: bold;
}

.service__file-readButton img{
  margin-right: 5px;
  display: flex;
  align-items: center;   
  justify-content: center; 
  outline: 1px solid var(--noble-black);
  border: 1px solid var(--noble-black);
}

.part_2_wrapper{
  color: white;
  width: calc(100% - 80px);
  margin: 0 auto;
  background-color: var(--noble-black);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.service__file__text{ 
  font-weight: bold;
}

.background_top{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 80px);
    margin: 0 auto;
}


.service__file__text-2{
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--noble-black-shade-3);
    border-radius: 999px;
    border: 1px solid var(--noble-black-shade-3);
    padding: 10px;
    height: fit-content;
    width: fit-content;
}

.front_shadow-left{
 position: absolute;
 top: 50%;
left: 0%;
transform: translate(-50%, -50%);
 z-index: 100;
 width: calc(8% + 40px);
 background-image: linear-gradient(to right, #202124 50%, #20212400);
 height: 70%;
   filter: blur(12px);
  -webkit-filter: blur(12px);
}

.front_shadow-right{
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: calc(8% + 40px);
  background-image: linear-gradient(to right, #20212400, #202124 50%);
  height: 70%;
  filter: blur(12px);
  -webkit-filter: blur(12px);
}
}








/* //////////////////////////// */




@media(min-width: 431px){
    .hero__img{
        display: none;
    } 
}

@media(min-width: 1014px){
    .scroll_indicator, .scroll_indicator-circle{
        display: block;
    }
}







/* //////////////////////////// */
/* //////////////////////////// */






@media(min-width:0px){


    .mobile-discription{
        display: block;
    }
    .pc-discription{
        display: none;
    }
}


/* ////////////////////////////////// */


@media(max-width:430px){

    .pc-discription{
        display: block;
    }
    .mobile-discription{
        display: none;
    }

}




@media(min-width:430px){

 
}



@media(max-width:431px){

}








/* //////////////////////////// */