@font-face {
    font-family: 'NeutralFace';
    src: url('../fonts/NeutralFaceRegular.ttf');
}
@font-face { 
    font-family: 'CeraPro';
    src: url('../fonts/CeraPro-Regular.ttf');
}
/*Specification*/
html{
    scroll-behavior: smooth;
    overflow-x: hidden;}
:root{
    --container: 1160px;
}
.menu-burger{
    display: none;
}
::-webkit-scrollbar {
    width: 0;
  }
body{
	padding: 0;
	margin: 0;
    font-family: "CeraPro";
	font-size: 20px;
	font-weight: 400;
	color: #f1f1f1;
    background-color: #131313;
    cursor: none;
    line-height: 1.1;
    overflow-x: hidden;
}
.container-arrow{
    position: relative;
}
.footer-desc-small{
    display: none;
}
.arrow-up{
    position: fixed;
    display: none;
    width: 77px;
    aspect-ratio: 1;
    background: url('../image/arrow.svg') no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    bottom: 30px;
    right: 30px;
    transition: all .5s ease-in-out;
    z-index: 500;
}
.arrow-up:hover{
    transform: rotate(90deg) scale(1.07);
    transition: transform .5s ease-in-out;
}
.active{
    display: block;
}
.cursor-wrapper{
    position: relative;
}
.cursor-auto{
    background: url('../image/cursor-main.svg');
    width: 25px;
    height: 25px;
    background-size: cover;
    position: fixed;
    pointer-events: none;
    z-index: 2000;
}
.cursor-auto-addition{
    background: url('../image/cursor-main-add.svg');
    width: 9.7px;
    height: 9.7px;
    background-size: cover;
    position: fixed;
    top: -20px;
    left: 7.65px;
    pointer-events: none;
    animation-delay: 1s;
    opacity: 1;
    transition: opacity .5s ease-in-out;
    z-index: 2000;
}
.cursor-auto.cursor-pointer{
    background: url('../image/cursor-pointer.svg');
    width: 25px;
    height: 25px;
    background-size: cover;
}
.cursor-auto-addition.cursor-pointer{
    opacity: 0;
    transition: opacity .5s ease-in-out;
}
*{
	box-sizing: border-box;
}
ul, li {
	display: block;
	padding: 0;
	margin: 0;
}

p, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, .h2{
    font-family: "NeutralFace";
    text-transform: uppercase;
    letter-spacing: -0.02em;
    font-weight: 400;
    line-height: 1.2;
}
h1{
    font-size: 120px;
}
h2{
    font-size: 90px;
    letter-spacing: 0.05em;
}
.h2{
    font-size: 90px;
}
h3{
    font-size: 60px;
    letter-spacing: 0.05em;
}
h4{
    font-family: "CeraPro";
    font-size: 48px;
}
h5{
    font-size: 30px;
    text-transform: none;
    font-family: "CeraPro";
}
p{
    font-family: "CeraPro";
    font-weight: 400;
    line-height: 1.1em;
}
a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #f1f1f1;
    cursor: none;
}
img{
	max-width: 100%;
	display: block;
	object-fit: cover;
}
input{
	outline: none;
	border: none;
    padding: 0;
    margin: 0;
}
button{
	outline: none;
	border: none;
    background-color: transparent;
}
.container {
	max-width: 1160px;
	margin: 0 auto;
}
section{
    padding-top: 160px;
}
.section-title{
    margin-bottom: 80px;
}

.btn{
    font-family: "CeraPro";
    font-weight: 400;
    width: 571px;
    height: 80px;
    background-color: transparent;
    border-radius: 8px;
    border: 1px solid #01EB81;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #01EB81;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    transition: background-color .5s ease-in-out, color .5s ease-in-out;
}
.btn:hover{
    background-color: #01EB81;
    color: #131313;
    transition: background-color .5s ease-in-out, color .5s ease-in-out;
}

.header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background: #131313;
    border-bottom: 1px solid #f1f1f1;

}
.menu-logo{
    background: url('../image/nestudio-logo.gif') no-repeat center center;
    background-size: contain;
    width: 163px;
    height: 50px;
    margin-top: -25px;
}
.menu-wrapper{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.menu-btn{
    width: 260px;
    text-transform: none;
    height: auto;
    padding: 15px 70px;
}

.navigation > .menu-list{
    display: flex;
    gap: 50px;
}
.menu-item{
    font-size: 20px;
}
.menu-item>a{
    transition: color .5s ease-in-out;
}
.menu-item>a:hover{
    color: #01EB81;
    transition: color .5s ease-in-out;
}
.offer-section{
    padding-top: 150px;
    overflow: hidden;
}
.green{
    color: #01EB81;
}
.offer{
    position: relative;
}
.offer-title{
    width: 600px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 0;
}
.offer-title > div{
    display: inline;
}
img.ne{
    width: 176px;
    aspect-ratio: 2.54;
    display: inline;
    margin-right: -49px;
    position: relative;
    z-index: -1;
}
img.add-ne{
    transform: scaleY(0.98) translateY(2px);
}

.offer-paragraph{
    width: 530px;
    margin: 60px 0;
}
.offer-btn-img > svg{
    margin-left: 14px;
    margin-top: 5px;
    margin-right: -6px;
    transition: fill .5s ease-in-out;
    fill: #01EB81;
    fill-rule: evenodd;
}
.offer-btn{
    width: 100%;
    color: #f1f1f1;
    font-size: 48px;
    letter-spacing: -0.02em;
    height: 168px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    font-weight: 400;
    background-color: #131313;
}
.offer-btn:hover{
    background-color: #01EB81;
}
.offer-btn:hover .offer-btn-img > svg{
    fill: #131313;
    transition: fill .5s ease-in-out;
}
.offer-bg-img{
    position: absolute;
    background: url('../image/offer-bg.svg') no-repeat center center;
    background-size: contain;
    width: 700px;
    height: 350px;
    right: -250px;
    top: 0;
}


.branding-title{
    width: 80%;
}
.branding-benefits-wrapper{
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: start;
}
.benefits-item-wrapper{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.benefits-item{
    padding-left: 60px;
    letter-spacing: -0.02em;
    position: relative;
    line-height: 1;
    z-index: 5;
}
.benefits-item::before{
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 47px;
    top: 0;
    left: 0px;
}
.benefits-item-wrapper:nth-child(1)>.benefits-item:before{
    background-image: url('../image/1.png');
}
.benefits-item-wrapper:nth-child(2)>.benefits-item:before{
    background-image: url('../image/2.png');
}
.benefits-item-wrapper:nth-child(3)>.benefits-item:before{
    background-image: url('../image/3.png');
}
.benefits-item-wrapper:nth-child(4)>.benefits-item:before{
    background-image: url('../image/4.png');
}
.benefits-item-wrapper:nth-child(5)>.benefits-item:before{
    background-image: url('../image/5.png');
}

.benefits-desc{
    width: 40%;
    visibility: hidden;
    color: #131313;
    transition: all .8s ease-in-out;
}
.benefits-item-wrapper:hover .benefits-desc{
   visibility: visible;
   color: #F1F1F1;
   transition: all .8s ease-in-out;
}


.brand-includes-wrapper{
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.includes-item{
    width: 390px;
}
.includes-title{
    margin-bottom: 30px;
}
.includes-slider{
    width: 660px;
}
.includes-slider div{
    width: 100%;
    height: 100%;
}
.includes-slider>img{
    border-radius: 20px;
    width: 100%;
    height: 100%;
}
.slick-slide img{
    border-radius: 20px;
    width: 100%;
    height: 100%;
}
.slider{
    border-radius: 20px;
    border: 1px solid white;
}
.includes-item-wrapper{
    display: flex;
}
.includes-item-wrapper:nth-child(2n+1){
    justify-content: space-between;
}
.includes-item-wrapper:nth-child(2n){
    gap: 40px;
}

img.add-ne{
    width: 138px;
    margin-right: -32px;
}
.add-wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.add-item{
    width: 440px;
}
.add-title{
    margin-bottom: 30px;
}
.add-text{
    margin-bottom: 40px;
}
.add-slider{
    max-width: 560px;
}



.guidebook-info{
    display: flex;
    gap: 40px;
    align-items: end;
    margin-bottom: 140px;
    position: relative;
}
.info-text, .info-desc{
    width: 360px;
}
.info-text>li:first-child{
    margin-top: 20px;
}
.guidebook-bg{
    position: absolute;
    background: url('../image/gb-bg.png') no-repeat center center;
    background-size: contain;
    width: 385px;
    height: 290px;
    right: 160px;
    top: -100px;
}
.results-slider-cover{
    width: 100%;
    height: 100%;
    transition: transform .5s ease-in-out;
    border-radius: 20px;
}
.results-slider-cover > img{
    border-radius: 20px;
    border: 1px solid #f1f1f1;
    width: 100%;
    height: 100%;
}
.results-section>.container{
    position: relative;
}
.results-wrapper{
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: space-between;
}
.results-slider{
    width: 48.25%;
    aspect-ratio: 1.8;
}
.results-slider-cover:hover{
    transform: scale(1.02);
    transition: transform .5s ease-in-out;
}
.popup-slider{
    display: none;
    position: fixed;
    width: 1160px;
    max-width: 100%;
    max-height: 100vh;
    left: 50%;
    margin-left: -580px;
    top: 5%;
    z-index: 100; 
}
.results-slider-overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
    z-index: 99;
}

.slick-slider .slick-slide{
    /* max-height: 80vh; */
    height: auto;
}
.project-slider-nav .slick-slide{
    /* max-height: 10vh; */
    height: auto;
}
.slick-prev, .slick-next{
    cursor: none;
    width: 50px;
    height: 50px;
}
.slick-next {
    right: 20px;
}
.slick-prev{
    left: 10px;
    z-index: 200;
}

.slick-prev::before, .slick-next::before{
    content: '';
    position: absolute;
    display: block;
    background-image: url('../image/slick-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 60px;
    aspect-ratio: 0.4;
    top: -45px;
}
.slick-next::before{
    transform: rotate(180deg);
}
/* .slick-next:hover::before{
    transform: rotate(180deg) scale(1.8);
}
.slick-prev:hover::before{
    transform: scale(1.8);
} */
.results-slider-overlay.active{
    display: flex;
}
.popup-slider.active{
    display: block;
}
.project-slider-nav{
    margin-top: 20px;
}
.project-slider-nav .slick-slide{
    margin-right: 10px;
}
/* .project-slider.slick-initialized.slick-slider{

} */
.rebrand-title-wrapeer{
   position: relative;
}
.rebrand-price{
    position: absolute;
    bottom: 0;
    right: 0;
}
.rebrand-wrapper{
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-bottom: 80px;
}
.rebrand-item-wrapper{
    display: flex;
    justify-content: space-between;
}
.rebrand-item-wrapper:first-child>.rebrand-item{
    width: 560px;
}
.rebrand-item{
    width: 580px;
    padding-left: 60px;
    position: relative;
}
.rebrand-item:before{
    content: '';
    position: absolute;
    width: 44px;
    height: 35px;
    background: url('../image/star.png') no-repeat center center;
    top: 10px;
    left: 0;
}
.rebrand-desc{
    width: 460px;
}
.rebrand-subdesc-wrapper{
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: end;
    margin-bottom: 60px;
}
.rebrand-subdesc-text-wrap{
    width: 360px;
}
.rebrand-subdesc-title{
    width: 560px;
}
.rebrand-subdesc-text:first-child{
    margin-bottom: 15px;
}
.rebrand-subdesc-bg{
    position: absolute;
    background: url('../image/rebrand-bg.png');
    width: 203px;
    height: 133px;
    top: -40px;
    right: 360px;
}

.meet-wrapper{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.meet-item {
    font-size: 30px;
}

.trust-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
}
.trust-item-wrapper{
    position: relative;
    width: 48.25%;
    aspect-ratio: 1.7;
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.trust-item-wrapper::after{
    content: '';
    position: absolute;
    top: 40px;
    right: 40px;
    width: 32px;
    height: 58px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.trust-item-wrapper:nth-child(1)::after{
    background-image: url('../image/1.png');
}
.trust-item-wrapper:nth-child(2)::after{
    background-image: url('../image/2.png');
}
.trust-item-wrapper:nth-child(3)::after{
    background-image: url('../image/3.png');
}
.trust-item-wrapper:nth-child(4)::after{
    background-image: url('../image/4.png');
}

.work-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
}
.work-item-wrapper{
    width: 260px;
    height: 416px;
    border-radius: 10px;
    border: 1px solid #01EB81;
    padding: 10px 20px 20px;
}
.work-item-title{
    border-bottom: 1px solid #01EB81;
    padding-bottom: 8px;
    margin-top: 300px;
    margin-bottom: 20px;
    transition: all .4s ease-in-out;
}
.work-item-wrapper:last-child > .work-item-title{
    margin-top: 242px;
}
.work-item-time{
    margin: 5px 0 15px;
}
.work-item-subdesc{
    line-height: 1.08em;
}
.hidden-wrapper{
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s ease-in-out;
}
.work-item-wrapper:hover .hidden-wrapper{
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.2s;
}
.work-item-wrapper:hover .work-item-title{
    margin-top: 0;
    transition: all .4s ease-in-out;
}
.ask-btn{
    width: 100%;
    padding: 12px 40px;
    height: auto;
    text-transform: none;
    border-radius: 8px;
}
.work-item-wrapper:last-child{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.work-item-wrapper:last-child> .hidden-wrapper >.work-item-text{
    margin-bottom: 30px;
}

.discuss-title-wrapper{
    position: relative;
}
.discuss-title-subdesc{
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 10px;
    bottom: -20px;
    right: 85px;
    width: 276px;
    text-align: right;
}
#copy-mail{
    transition: color .5s ease-in-out;
}
#copy-mail:hover{
    color: #F1F1F1;
    transition: color .5s ease-in-out;
}
.form{
    width: 560px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.form input, .form textarea{
    background-color: transparent;
    border: 1px solid #01EB81;
    padding-top: 0px;
    padding-left: 30px;
    border-radius: 8px;
}
.form textarea{
    padding-top: 20px;
}
.mail-wrapper{
    width: 100%;
    position: relative;
}
.name-wrapper, .phone-wrapper{
    width: 47.3%;
}
input#phone-validate{
    width: 100%;
}
input#name-validate{
    width: 100%;
}
input#mail-validate{
    width: 100%;
}
.contact-wrapper{
    display: flex;
    justify-content: space-between;
}
.just-validate-error-label{
    position: absolute;
    font-size: 15px;
    margin-top: 8px;
    margin-left: 5px;
}
.form input{
    height: 60px;
    color: #f1f1f1;
    font-family: 'CeraPro';
    font-size: 18px;
}
.form input::placeholder{
    top: 0;
    font-family: 'CeraPro';
    font-size: 18px;
}
.form>input{
    width: 100%;
}
.form textarea{
    width: 100%;
    height: 120px;
    font-family: 'CeraPro';
    font-size: 18px;
    color: #f1f1f1;
    resize: none;
    outline: none;
}
.form textarea:focus-visible{
    border: 1px solid #01EB81;
}
.checkbox-wrapper:last-child{
    margin-bottom: 0;
}
.checkbox-wrapper > input{
    display: none;
    width: 100px;
    height: 100px;
}
.checkbox-wrapper > label{
    position: relative;
    padding-left: 55px;
    user-select: none;
    display: inline-block;
    cursor: none;
}
.checkbox-wrapper > label::before{
    content: "";
	display: inline-block; 
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0px;
    bottom: -5px;
	border: 1px solid #F1F1F1;
    background-image: none;
    border-radius: 2px;
    transition: background-image .5s ease-in-out, border .5s ease-in-out;
}

.checkbox-wrapper > input:checked + label:before {
    background-image: url('../image/checked.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 22px;
    border: 1px solid #01EB81;
    transition: background-image .5s ease-in-out, border .5s ease-in-out;
}
.checkbox-wrapper > input:hover + label:before {
    border: 1px solid #01EB81;
	transition: background-image .5s ease-in-out, border .5s ease-in-out;
}
.checkbox-wrapper a{
    color: #01EB81;
}
.privacy-link:hover{
    color: #01EB81;
    transition: color .5s ease-in-out;
}

.submit-button{
    font-size: 30px;
    text-transform: none;
    height: auto;
    padding: 16px 0;
    width: 100%;
    cursor: none;
}
.submit-button[disabled]{
    opacity: 0.2;
}
.submit-success-wrapper{
    display: none;
}
.submit-success-wrapper.active{
    display: block;
}
.overlay{
    position:fixed;
    z-index: 999;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.6;
}
.submit-success{
    z-index: 1000;
    position: fixed;
    width: 943px;
    height: 670px;
    margin-left: -471.5px;
    margin-top: -335px;
    background: #01EB81;
    border: 1px solid #F1F1F1;
    border-radius: 40px;
    top: 50%;
    left: 50%;
    color: #131313;
    text-align: center;
}
.success-title{
    margin-bottom: 54px;
    margin-top: 75px;
    line-height: 90px;
}
.success-text{
    font-size: 30px;
    width: 546px;
    text-align: center;
    margin: 0 auto 35px;
    line-height: 32px;
}
.success-social{
    display: flex;
    width: 209px;
    justify-content: space-between;
    margin: 0 auto;
}
.success-social > .instagram{
    background: url('../image/InstagramSuccess.svg') no-repeat center;
    width: 77px;
    height: 77px;
    transform: scale(1);
    transition: transform .5s ease-in-out;
}
.success-social > .behance{
    background: url('../image/BehanceSuccess.svg') no-repeat center;
    width: 77px;
    height: 77px;
    transform: scale(1);
    transition: transform .5s ease-in-out;
}
.success-social > a:hover{
    transform: scale(1.1);
    transition: transform .5s ease-in-out;
}
.success-button{
    border: 1px solid #131313;
    border-radius: 8px;
    color: #131313;
    width: 570px;
    height: 80px;
    font-size: 32px;
    margin: 60px auto 0;
    cursor: none;
}
.success-button:hover{
    background: #F1F1F1;
}
.submit-success>.overlay{
    position:fixed;
    z-index: 999;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#131313;
    opacity:0.5;
}


footer.footer{
    padding-bottom: 150px;
}
.footer-desc{
    margin-top: 100px;
    line-height: 1.8;
}
.footer-links-wrapper{
    margin-top: 25px;
    display: flex;
    justify-content: end;
    margin-bottom: 60px;
    position: relative;
}
.footer-social-wrapper{
    display: flex;
    flex-direction: row;
    width: 612px;
    justify-content: space-between;
    margin-top: -130px;
    margin-right: 20px;
}
.footer-social-wrapper > a{
    display: block;
    margin-bottom: 35px;
    width: 77px;
    height: 77px;
    transform: scale(1);
    transition: transform .5s ease-in-out;
    background-repeat: no-repeat;
    background-size: contain;
}
.footer-social-wrapper > a:last-child{
    margin-bottom: 0;
}
.footer-social-wrapper > a:hover{
    transform: scale(1.07);
    transition: transform .5s ease-in-out;
}
.footer-privacy-wrapper{
    display: flex;
    justify-content: space-between;
}
.footer-img{
    background: url('../image/nestudio-logo.gif') no-repeat center center;
    background-size: cover;
    width: 100%;
    aspect-ratio: 2.06;
    display: block;
    margin-bottom: 0px;
}


.behance{
    background-image: url("../image/Behance.png");
}
.instagram{
    background-image: url("../image/Instagram.png");
}
.wtsp{
    background-image: url("../image/WhatsApp.png");
}
.telegram{
    background-image: url("../image/Telegram.png");
}
.linkedin{
    background-image: url("../image/vc.png");
}
.mail{
    background-image: url("../image/mail.png");
}

/*  RESPONSIVE  Height*/
@media (max-height: 776px){
    .popup-slider{
        width: 1000px;
        margin-left: -500px;
    }
}
@media (orientation: portrait){
    .popup-slider{
        top: 30%;
    }
}


/*  RESPONSIVE  Width*/
/* * Large: 992px - 1199px */ 
@media (max-width: 1199px){
    .container {
		max-width: 960px;
	}
    .includes-item{
        width: 280px;
    }
    .add-item-wrapper{
        width: 45%;
    }
    .includes-slider{
        max-width: 600px;
    }
    .add-slider{
        max-width: 100%;
    }
    .offer-bg-img{
        transform: scale(0.8);
    }
    .guidebook-bg{
        transform: scale(0.8);
        right: 0;
    }
    .rebrand-item-wrapper:first-child>.rebrand-item {
        width: 48.25%;
    }
    .rebrand-item{
        width: 48.25%;
    }
    .rebrand-desc {
        width: 40%;
    }
    .rebrand-subdesc-title {
        width: 45%;;
    }
    .rebrand-subdesc-bg{
        top: 10px;
    }
    .work-wrapper{
        justify-content: start;
        column-gap: 90px;
        row-gap: 45px;
    }
    .popup-slider{
        width: 960px;
        margin-left: -480px;
    }
}

/* Medium: 768px - 991px */
@media (max-width: 991px) {
	.container {
        width: 100%;
		max-width: 720px;
	}
    .offer-paragraph{
        margin: 40px 0;
    }
    .discuss-title-subdesc{
        bottom: -25px;
        gap: 5px;
    }
	body{
	    cursor:auto;
	}
	.cursor-auto{
        display:none;  
    }
    .cursor-auto-addition{
        display:none;
    }
    .btn{
        font-size: 24px;
    }
    h1{
        font-size: 80px;
    }
    h2{
        font-size: 60px;
    }
    .h2{
        font-size: 60px;
    }
    h3{
        font-size: 40px;
    }
    h4{
        font-size: 35px;
    }
    body{
        font-size: 15px;
    }
    .offer-bg-img{
        transform: scale(0.6);
        top: -50px;
    }
    .guidebook-bg{
        transform: scale(0.6);
    }
    img.ne{
        width: 130px;
        margin-right: -30px;
    }
    .menu-logo{
        display: none;
    }
    .menu-burger{
        display: block;
        background-image: url('../image/burger-menu.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        width: 50px;
        height: 22px;
    }
    .menu-wrapper.active{
        height: 100vh;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .menu-wrapper.active .menu-burger{
        position: absolute;
        top: 50px;
        right: 50px;
        background-image: url('../image/burger-close.png');
    }
    .menu-wrapper.active .menu-btn{
        margin-top: 50px;
    }
    .navigation{
        display: none;
    }
    .navigation.active{
        display: block;
        align-items: center;
    }
    .menu-list{
        flex-direction: column;
    }
    .offer-btn{
        height: 100px;
    }
    .offer-btn-img > svg{
        width: 50px;
        margin-right: -2px;
    }
    .benefits-desc{
        color: #F1F1F1;
        visibility: inherit;
    }
    .benefits-item{
        width: 48.25%;
    }
    .benefits-item-wrapper{
        gap: 30px;
    }
    .includes-slider{
        width: 400px;
    }
    .add-title, .includes-title {
        margin-bottom: 20px;
    }
    img.add-ne {
        width: 90px;
        margin-right: -20px;
    }
    .add-item{
        width: 360px;
    }
    .offer-paragraph{
        width: 390px;
    }
    .guidebook-bg {
        transform: scale(0.5);
        top: -200px;
    }
    .popup-slider{
        width: 720px;
        margin-left: -360px;
    }
    .rebrand-subdesc-bg {
        width: 120px;
        top: 20px;
        right: 320px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .meet-item{
        font-size: 20px;
    }
    .trust-item-wrapper{
        aspect-ratio: 1.2;
    }
 .hidden-wrapper{
        opacity: 1;
        visibility: visible;
        transition: all 0.5s ease-in-out;
        transition-delay: 0.2s;
    }
 .work-item-title{
        margin-top: 0;
        transition: all .4s ease-in-out;
    }
    .work-item-wrapper:last-child > .work-item-title{
        margin-top: 0px;
    }
    .footer-links-wrapper{
        margin-top: 150px;
        justify-content: start;
    }
    .work-wrapper {
        justify-content: center;
        column-gap: 30px;
    }
    .submit-success{
        width: 100%;
        margin-left: -50%;
    }
    .submit-button{
        width: 100%;
    }

}

/* Small: 576px - 767px */
@media (max-width: 767px) {
	.container {
		max-width: 540px;
	}
    /* .project-slider-nav{
        display: none;
    } */
    .offer-section{
        padding-top: 100px;
    }
    .menu-wrapper{
        padding: 10px 0;
    }
    .menu-btn{
        font-size: 20px;
        padding: 10px 50px;
        width: 200px;
    }
    .work-wrapper {
        justify-content: space-between;
    }
    .offer-bg-img {
        background: url('../image/offer-bg2.svg') no-repeat center center;
        background-size: contain;
        transform: scale(0.45) rotate(-45deg);
        top: -30px;
        right: -280px;
        height: 400px;
    }
    h4{
        font-size: 30px;
    }
    .benefits-item{
        padding-left: 40px;
    }
    .benefits-item::before{
        transform: scale(0.8);
    }
    .includes-item-wrapper {
        flex-wrap: wrap;
    }
    .includes-item {
        margin-bottom: 20px;
        width: 80%;
    }
    .includes-slider{
        width: 540px;
    }
    .includes-item-wrapper:nth-child(2n) {
        flex-direction: column-reverse;
        gap: 0px;
    }
    .add-wrapper{
        gap: 40px;
    }
    .add-item-wrapper{
        width: 100%;
    }
    .add-text{
        margin-bottom: 30px;
    }
    .guidebook-info{
        margin-bottom: 50px;
    }
    .guidebook-bg{
        transform: scale(0.4);
        top: -180px;
    }
    .section-title{
        margin-bottom: 50px;
    }
    .results-slider{
        width: 100%;
    }
    .popup-slider{
        width: 540px;
        margin-left: -270px;
    }
    .rebrand-item-wrapper{
        flex-wrap: wrap;
    }
    .rebrand-item{
        width: 100%;
    }
    .rebrand-item-wrapper:first-child>.rebrand-item {
        width: 100%;
    }
    .rebrand-desc{
        width: 80%;
        margin-top: 20px;
        padding-left: 60px;
    }
    .rebrand-subdesc-wrapper{
        flex-wrap: wrap;
    }
    .rebrand-subdesc-title{
        width: 100%;
    }
    .rebrand-subdesc-text-wrap{
        margin-top: 20px;
    }
    .rebrand-subdesc-bg{
        right: 0;
        top: 50px;
    }
    .meet-wrapper{
        flex-wrap: wrap;
    }
    .trust-item-wrapper{
        padding: 20px;
        aspect-ratio: 0.8;
    }
    .trust-item-wrapper::after{
        transform: scale(0.8);
        top: 10px;
        right: 10px;
    }
    .work-wrapper{
        row-gap: 20px;
        column-gap: 0;
    }
    .work-item-wrapper{
        width: 48.25%;
        height: 350px;
    }
    .form{
        width: 100%;
    }
    .discuss-title-subdesc{
        right: 15px;
        width: 200px;
        text-align-last: left;
    }
    .footer-desc{
        display: none;
    }
    .footer-desc-small{
        display: block;
    }
    .footer-social-wrapper{
        width: 100%;
        flex-wrap: wrap;
        gap: 10px;
    }
    .footer-social-wrapper > a{
        width: 12.5%;
        aspect-ratio: 1;
        height: auto;
    }
    .footer-links-wrapper{
        margin-bottom: 0;
    }
    footer.footer {
        padding-bottom: 100px;
    }
}

/* ExtraSmall1: 576px - 500px */
@media (max-width: 575px) {
	.container {
        max-width: 490px;
	}  
    .btn{
        font-size: 20px;
    }
    h1{
        font-size: 48px;
    }
    h2{
        font-size: 35px;
    }
    .h2{
        font-size: 35px;
    }
    h3{
        font-size: 24px;
    }
    h4{
        font-size: 20px;
    }
    h5{
        font-size: 20px;
    }
    body{
        font-size: 13px;
    }
    .offer-title{
        width: 80%;
    }
    img.ne{
        width: 80px;
        margin-right: -18px;
    }
    .section-title{
        margin-bottom: 40px;
    }
    .offer-btn{
        height: 80px;
    }
    .offer-paragraph{
        margin: 30px 0;
        width: 300px;
    }
    .offer-bg-img {
        transform: scale(0.4) rotate(-45deg);
        right: -250px;
        top: -100px;
    }
    .offer-btn-img > svg {
        width: 40px;
        margin-right: -2px;
    }
    section {
        padding-top: 100px;
    }
    .benefits-item::before {
        transform: scale(0.5);
        top: -15px;
    }
    .includes-slider{
        width: 490px;
    }
    .guidebook-bg {
        background: url(../image/gb-bg2.svg) no-repeat center center;
        transform: scale(0.4);
        top: -140px;
        right: -50px;
    }
    img.add-ne {
        width: 55px;
        margin-right: -12px;
        transform: scaleY(0.98) translateY(0px);

    }
    .popup-slider{
        width: 490px;
        margin-left: -245px;
    }
    .rebrand-item:before{
        transform: scale(0.5);
        top: -5px;
    }
    .meet-item{
        font-size: 15px;
    }
    .trust-item-wrapper{
        aspect-ratio: 0.9;
    }
    .trust-item-wrapper::after {
        transform: scale(0.6);
    }
    .work-item-wrapper {
        width: 48.25%;
        height: 300px;
    }
    .arrow-up{
        transform: rotate(90deg) scale(0.8);
        right: 10px;
    }
    .arrow-up:hover{
        transform: rotate(90deg) scale(0.87);
    }
    .slick-slide img{
        border-radius: 10px;
    }
    .results-slider-cover > img{
        border-radius: 10px;
    }
    .slider{
        border-radius: 10px;
    }
    .project-slider-nav .slick-slide{
        max-width: 100px;
    }
}



/* ExtraSmall3: 500px - 450px */
@media (max-width: 500px) {
	.container {
		padding: 0 15px;
        max-width: 100%;
	} 
    .includes-slider{
        width: 100%;
    }
    .popup-slider{
        width: 90%;
        margin-left: -45%;
    }
    .offer-bg-img {
        transform: scale(0.3) rotate(-45deg);
        top: -100px;
        right: -250px;
    }
    .offer-btn {
        height: 80px;
        border-radius: 10px;
    }
    .benefits-item-wrapper {
        gap: 0px;
    }
    .arrow-up{
        transform: rotate(90deg) scale(0.5);
        right: 10px;
    }
    .arrow-up:hover{
        transform: rotate(90deg) scale(0.57);
    }
    .rebrand-subdesc-text-wrap {
        width: 80%;
    }
    .trust-item-wrapper{
        aspect-ratio: 0.8;
    }
    .discuss-title-subdesc{
        position: relative;
        right: 0;
        left: 0;
        top: -20px;
        margin-bottom: 20px;
    }
    .benefits-desc {
        width: 45%;
    }

    .guidebook-bg{
        right: -100px;
    }
    .btn{
        font-size: 18px;
    }
    .menu-btn{
        width: 40%;
    }
    .offer-btn-img > svg {
        width: 35px;
        margin-right: -2px;
        margin-top: 2px;
    }
    .footer-desc{
        margin-top: 50px;
    }
    .offer-paragraph{
        width: 65%;
    }
}

/* ExtraSmall4: 450px - 380px */
@media (max-width: 450px) {
    .branding-benefits-wrapper{
        gap: 30px;
    }
	.benefits-item-wrapper{
        flex-wrap: wrap;
    }
    .benefits-item{
        width: 100%;
    }
    .benefits-desc{
        width: 80%;
        padding-left: 40px;
        margin-top: 10px;
    }
    .add-title, .includes-title{
        margin-bottom: 10px;
    }
    .contact-wrapper{
        flex-wrap: wrap; 
        gap: 30px;
    }
    .name-wrapper, .phone-wrapper {
        width: 100%;
    }
    .rebrand-wrapper {
        gap: 30px;
    }
    .meet-wrapper{
        width: 90%;
    }
    section{
        padding-top: 80px;
    }
    .brand-includes-wrapper{
        gap: 30px;
    }
    .add-wrapper{
        gap: 30px;
    }
    .menu-btn{
        width: 25%;
    }
    .offer-bg-img {
        transform: scale(0.25) rotate(-45deg);
        top: -130px;
        right: -250px;
    }
    .offer-paragraph{
        width: 80%;
    }


}
/* ExtraSmall4: 380px - 230px */
@media (max-width: 380px) {
    .offer .offer-btn>.btn-text:first-child{
        display: none;
    }
    .btn{
        font-size: 15px;
    }
    .offer-btn{
        height: 60px;
    }
    .offer-btn-img > svg {
        width: 30px;
        margin-right: -2px;
        margin-top: 2px;
        margin-left: 8px;
    }
    .rebrand-subdesc-bg {
        width: 80px;
        top: 40px;
    }
    .rebrand-subdesc-wrapper{
        margin-bottom: 30px;
    }
    .meet-wrapper{
        gap: 20px;
    }
    .trust-item-wrapper{
        width: 100%;
        aspect-ratio: 1.9;
    }
    .work-item-wrapper{
        width: 100%;
        height: 220px;
    }
    .work-item-wrapper:last-child> .hidden-wrapper >.work-item-text {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .section-title{
        margin-bottom: 30px;
    }
    .branding-title {
        width: 100%;
    }
    .add-item{
        width: 100%;
    }
    .guidebook-bg {
        transform: scale(0.2);
        top: -120px;
    }
    .info-text, .info-desc {
        width: 100%;
    }
    .rebrand-price{
        bottom: -25px;
    }
    .rebrand-desc{
        width: 100%;
    }
    .offer-bg-img {
        transform: scale(0.2) rotate(-45deg);
        top: -130px;
        right: -300px;
    }

}

@media (orientation: portrait) and (max-width: 767px) {
    .popup-slider{
        transform: rotate(90deg);
        width: 100%;
        margin-left: -50%;
    }
    .project-slider-nav .slick-slide{
        max-width: 100px;
    }
    .project-slider-nav .slick-slide img{
        border-radius: 10px;
    }
}
@media (orientation: landscape) and (max-height: 440px) {
    .popup-slider{
        max-width: 600px;
        margin-left: -300px;
    }
    .project-slider-nav{
        display: none;
    }

}

#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 100%;
    margin: 0 auto;
    transform: translateX(-50%);
    padding: 15px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p{
    margin: 0;
    font-size: 1rem;
    text-align: left;
    color: #131313;
    width: 80%;
}
#cookie_note p a{
    color: #01EB81;
    cursor: none;
}

.cookie_accept{
    width:20%;
    height: 40px;
    cursor: none;
    font-size: 1rem;
    color: #131313;
    border: 1px solid #131313;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}
@media (max-width: 1200px){
    #cookie_note.show{
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    #cookie_note p{
        width: 100%;
    }
    .cookie_accept{
        width:80%;
        margin-top: 20px;
    }

}
@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}
.grecaptcha-badge{
    display: none;
    visibility: hidden;
}
.unshown{
    display: none;
}