@font-face {
	font-family: 'UniNeueBold'; 
	src: url('/wp-content/themes/aragon/fonts/UNINEUEBOOK.TTF'); 
    font-weight: 400;
}
@font-face {
	font-family: 'UniNeueBold'; 
	src: url('/wp-content/themes/aragon/fonts/UNINEUEBOLD.TTF'); 
    font-weight: 700;
}
@font-face {
	font-family: 'UniNeueBold'; 
	src: url('/wp-content/themes/aragon/fonts/UNINEUEBLACK.TTF'); 
    font-weight: 900;
}
a, p, span, h1, h2, h3, h4, h5 {
    margin-bottom: 0;
    text-decoration: none;
}
button {
    border: none;
    background: transparent;
    padding: 0;
}
body {
    font-family: 'UniNeueBold';
    background-color: #a0a0a0;
}
header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.header-logo {
    background-color: #000;
    padding: 50px 25px;
    z-index: 1;
    padding-left: 200px;
}

#scrollButton {
	transition: all 1s ease;
}

#scrollButton:hover {
	transform:scale(1.2);
}

.header-logo img {
    width: 300px;
}
.header-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 25px 0 0 0;
    z-index: 1;
    padding-right: 200px;
    width: 100%;
}
.header-contacts {
    display: flex;
    flex-direction: row;
}
.header-contacts__block {
    display: flex;
    border-right: 1px solid #000;
    width: 33%;
    justify-content: center;
    gap: 5px;
    align-items: center;
}
.header-contacts__block.last {
    border: none;
    align-items: flex-start;
}
.header-contacts__block p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}
.header-contacts__block span {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
.header-contacts__block a {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
}
.header-contacts__block__tel {
    display: flex;
    flex-direction: column;
}
.header-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.header-nav nav {
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: center;
    align-items: center;
}
.header-nav li {
    list-style: none;
    padding: 10px 20px;
}
.header-nav li.active {
    border: 2px solid #ffba2d;
}
.header-nav li:hover {
    background-color: #ffba2d;
}
.header-nav li a {
    font-size: 16px;
    color: #000;
}
.header-nav li.active a {
    font-weight: 700;
}
.section-1 {
    background-image: url('/wp-content/themes/aragon/images/bg-section-1_.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1000px;
    margin-top: -147px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.background-white {
    position: absolute;
    background: linear-gradient(to bottom, #fff 0%, transparent 100%);
    width: 84%;
    height: 300px;
    margin-left: 8%;
    margin-right: 8%;
}
.section-1__main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 30px 50px 70px;
    width: 100%;
    border-left: 2px solid #ffba2d;
    max-width: 1370px;
}
.section-1__main__text {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.section-1__main__text > h1 {
    font-weight: 900;
    font-size: 60px;
    color: #FFF;
}
.section-1__main__text > p {
    font-weight: 400;
    font-size: 16px;
    color: #FFF;   
    width: 45%; 
    position: relative;
}
.section-1__main__text > p:after {
    content: "";
    background: #ffba2d;
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 75px;
    height: 5px;
}
.section-1__main__social {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: flex-end;
}
.section-1__main__social img {
    width: 35px;
}
.section-1__button img {
    width: 19px;
}
.white {
    width: 100%;
    height: 300px;
    background-color: #FFF;
}
.section-2 {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: -405px;
    align-items: center;
}
.banner {
    display: flex;
    flex-direction: column;
    width: 90%;
}
.banner-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 25px 50px;
    align-items: center;
    margin-top: -105px;
    background-color: rgba(0, 0, 0, 0.5);
}
.banner-top__text {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}
.banner-top__text > img {
    width: 55px;
}
.banner-top__text > h3 {
    font-size: 25px;
    font-weight: 400;
    color: #FFF;
}
.banner-bottom {
    background: #ffba2d;
}
.banner-bottom > img {
    width: 100%;
}
.banner-center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 25px 80px;
    background-color: #ffba2d;
}
.banner-center-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.banner-center-block > h1 {
    font-size: 70px;
    font-weight: 700;
    color: #000;
}
.banner-center-block > p {
    font-size: 14px;
    width: 74%;
    text-align: center;
}
.banner-center hr {
    margin: 0;
    opacity: 1;
    border: 1px solid #000;
    transform: rotate(45deg);
}
.section-2-main {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    width: 90%;
    background: #FFF;
    margin-top: 50px;
}
.section-2-text {
    display: flex;
    flex-direction: column;
    width: 90%;
    padding-bottom: 60px;
    gap: 50px;
}
.button-primary {
    font-weight: 700;
    font-size: 21px;
    padding: 5px 50px;
    border: 2px solid #ffba2d;
    color: #FFF;
}
.button-form {
	background: #fff;
}
.button-primary:hover {
    background: #ffba2d;
    color: #000;
}
.section-2__breadcrumbs {
    display: flex;
    flex-direction: row;
    gap: 5px;
}
.section-2__breadcrumbs > p {
    font-size: 16px;
    font-weight: 700;
}
.section-2__main {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: center;
}
.section-2-text-1 {
    font-size: 24px;
    text-align: center;
    padding: 0 210px;
}
.section-2-text-2 {
    font-size: 35px;
    text-align: center;
    font-weight: 700;
}
.slider {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #000;
    width: 103%;
    padding: 25px;
    align-items: center;
}
.slider > h1 {
    font-weight: 400;
    font-size: 27px;
    color: #FFF;
}
.slide > img {
    width: 16%;
}
.slide {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    padding: 25px 0;
	width: 100%;
}
.before-slider {
    width: 103%;
    height: 20px;
    background-color: #ffba2d;
    margin-top: -40px;
}
.section-form {
    background-color: #fff;
    margin-top: -50px;
    padding: 200px 0 80px 0;
}
.carousel-control-next, .carousel-control-prev {
    width: 7%;
    opacity: 1;
}
.carousel-control-prev-icon {
    background-image: none;
}
.carousel-control-prev-icon > svg {
    transform: rotate(270deg);
}
.carousel-control-next:hover svg path, .carousel-control-prev:hover svg path {
    fill: #ffba2d;
}
.carousel-control-next-icon {
    background-image: none;
}
.carousel-control-next-icon > svg {
    transform: rotate(90deg);
}
.carousel-indicators [data-bs-target] {
    width: 5px;
    height: 5px;
    background: #FFF;
    opacity: 1;
    border: none;
}
.carousel-indicators .active {
    background: #ffba2d;
}
.section-form {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
}
.section-form > h1 {
    position: relative;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 30px;
}
.section-form > h1:after {
    content: "";
    background: #ffba2d;
    width: 50px;
    display: flex;
    bottom: 0;
    position: absolute;
    height: 3px;
    left: 45%;
}
.wpcf7, .wpcf7-form {
    display: flex;
    flex-direction: row;
    gap: 60px;
    width: 65%;
    justify-content: center;
}
.form__left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 40%;
}
.form__left input {
    border: none;
    outline: none;
    border-bottom: 1px solid #000;
    padding: 5px 10px;
}
.form__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    gap: 20px;
}
.form__right > p {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
}
.section-2__main > img {
    width: 80px;
}
.button-2 {
    color: #000;
}

/* ФУТЕР */

footer {
    background-color: #ffba2d;
}
.footer__top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 25px 10%;
    z-index: 1;
    position: relative;
}
.footer__top__left {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 60%;
}
.footer__top__left > h1 {
    font-size: 21px;
    font-weight: 700;
    color: #000;
}
.footer__top__left__main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    border-right: 2px solid #000;
    height: 100%;
    padding: 20px 0;
}
.footer__top__left__main__block {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    width: 31%;
}
.footer__top__left__main__block > a {
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
.footer__top__left__main__block > a.active {
    font-weight: 700;
}
.footer__top__right {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 35%;
}
.footer__top__right > h1 {
    font-size: 21px;
    font-weight: 700;
    color: #000;
}
.footer__top__right__main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer__top__right__contacts {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer__top__right__contacts a {
    font-size: 16px;
    color: #000;
}
.footer__top__right__contacts span {
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
.footer__top__right__contacts p {
    font-weight: 700;
    font-size: 16px;
    color: #000;
}
.footer__top__right__social {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer__top__right__social img {
    width: 30px;
}
.footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-bottom: 25px;
	height: 150px;
}
.footer__bottom > p {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-align: center;
    z-index: 1;
}
.footer__bottom span {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-align: center;
}
.footer__bottom > a > img {
    width: 80px;
}
.footer__bottom > a {
    z-index: 1;
}
.footer__bottom > img {
        margin-top: -150px;
    width: 100%;
    position: absolute;
}
.footer__top__left__main__block > a:hover {
    color: #FFF;
}
.social {
    background-color: #000;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}
.social:hover {
    background-color: #FFF;
}
.path-1 {
    fill: #ffba2d;
}
.svg-whatsapp {
    width: 25px;
}




/* УСЛУГИ */

.services__main {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
    align-items: flex-start;
    padding: 0 150px;
}
.services__block {
    display: flex;
    flex-direction: row;
    background-color: #e3e3e3;
    width: 60%;
}
.services__block:hover {
    background-color: #ffba2d;
}
.services__block__left {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    width: 100px;
}
.services__block__left > h1 {
    font-size: 80px;
    font-weight: 700;
    color: #ffba2d;
}
.services__block__right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 40px;
}
.services__block__right > a {
    font-size: 30px;
    font-weight: 700;
    color: #000;
}
.services__block__right > p {
    font-size: 16px;
    font-weight: 400;
    width: 67%;
    color: #000;
}
.services__block.last-child {
    margin-left: auto;
}
.slide-service {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: center;
    padding: 25px 0;
}
.slide-service > img {
    width: 26%;
}
.section-1-services {
    background-image: url('/wp-content/themes/aragon/images/bg-services.png');
}
.img-service-1 {
    width: 100% !important;
}
.section-2__main > h1 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    position: relative;
    padding-bottom: 20px;
}
.section-2__main > h1:after {
    content: "";
    background-color: #ffba2d;
    width: 100px;
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 38%;
}
.section-2__breadcrumbs > a {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}



.projects-slider {
	display: flex;
	justify-content: center;
}

.projects-slider {
	height: 600px;
}

.projects-slider .carousel {
	width: 60%;
}
/* ПРОЕКТЫ */

.section-1-projects {
    background-image: url('/wp-content/themes/aragon/images/bg-projects.png');
}
.social.top {
    background-color: #ffba2d;
}
.social.top svg path {
    fill: #000;
    stroke: #000;
}
.social.top:hover {
    background-color: #fff;
}
.project-slider {
    padding: 0;
    width: 100%;
    height: 100%;
}
.project__main {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 0 150px;
}
.project__block {
    display: flex;
    flex-direction: row;
    border: 2px solid #ffba2d;
    width: 80%;
}
.project__slider {
    width: 30%;
}
.project-slide {
    padding: 0;
    width: 100%;
    height: 100%;
}
.item-project {
    width: 100%;
    height: 100%;   
}
.project-slide > img {
    width: 100%;
    height: 100%;
}
.projects-slider .project-slide > img {
    width: auto;
    height: 600px;
}
.project__text {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 25px;
    width: 70%;
}
.project__text__block {
    display: flex;
    flex-direction: column;
}
.project__text > a {
    font-size: 26px;
    font-weight: 700;
    color: #000;
}
.project__text__block p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.project__text__block span {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.project__block.last-child {
    margin-left: auto;
}
.project__block:hover {
    background-color: #ffba2d;
}
.project-h1:after {
    left: 25% !important;
}
.projects__main {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.projects__text {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 0 150px;
}
.projects__text p {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    width: 65%;
}
.projects__text span {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    width: 80%;
}






/* ПАРТНЕРЫ */



.partner-text-p {
    width: 60% !important;
}
.section-partner {
    background-image: url('/wp-content/themes/aragon/images/bg-partner.png');
}
.section-2__main-partner > h1:after {
    left: 30%;
}
.section-partner-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 120px;
    justify-content: space-between;
    width: 100%;
}
.section-partner-main img {
    width: 100%;
	height: auto;
}

.partner_block {
	height: auto;
    width: 230px;
	display: flex;
    align-items: center;
}

.projects-slider button img {
	width: 40px;
    height: 50px;
}


/* КОНТАКТЫ */

.contacts-p {
    width: 20% !important;
}
.contacts_h1:after {
    left: 32% !important;
}
.section-2-contact__main > h2 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
	text-align: center;
}
.contact__main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact__main a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.contact__main p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.contact__main span {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.section-2-contact__main > p {
    font-size: 35px;
    text-align: center;
    font-weight: 700;
}
.map {
    width: 103%;
    height: 700px;
}

.modal .slide > img {
    width: 70%;
}

.modal-body .wpcf7, .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    justify-content: center;
	align-items: center;
}

.modal-body .form__left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 70%;
}

.modal-body {
	padding: 0;
}

.modal-body .section-form {
    margin-top: 0px;
	padding: 0 0 40px 0;
}

.modal-body .form__right {
    width: 50%;
}

.modal-body .section-form {
	gap: 0;
}

#carouselExampleFade .carousel-control-next-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
}

#carouselExampleFade .carousel-control-prev-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e);
}

.mob {
		display: none;
	}
	
	.desc {
		display: block;
	}

.slide_text {
	position: absolute;
    left: 80px;
	top: 40px;
    background-color: #ffba2d;
    padding: 20px 40px;
    color: #000;
    font-weight: 700;
}

.slide_text h4 {
	font-weight: 700;
    width: 100%;
}


@media (max-width: 1600px) {
	.background-white {
	    width: 100%;;
   margin-left: 0;
    margin-right: 0;
	}
	.header-right {
		padding-right: 0;
	}
}
@media (max-width: 1400px) {
    .services__block {
        width: 70%;
    }

    .project__block {
        width: 100%;
    }
	
	.header-nav nav {
		gap: 20px;
	}
	
	.header-contacts__block {
		padding-left: 10px;
	}
}

.header_mob {
	display: none;
}

.screen-reader-response {
		display: none;
	}

@media (max-width: 1050px) {
    .section-1__main__text > p {
        width: 30% !important;
    }
	
	
}
/* ГЛАВНАЯ */
@media (max-width: 800px) {
    header {
        display: none;
    }

    .section-1 {
        padding:  0 20px;
    }

    .section-1__main {
        padding: 20px 30px 25px 20px;
        flex-direction: column;
        gap: 35px;
    }

    .section-1__main__text > h1 {
        font-size: 24px;
    }

    .section-1__main__text > p {
         width: 70% !important;
    }

    .section-1__main__text {
        gap: 20px;
    }

    .section-1__main__social {
        flex-direction: row;
        justify-content: flex-start;
    }

    .banner-top__text {
        display: none;
    }

    .banner-center {
        flex-direction: column;
    }

    .banner-center hr {
        transform: rotate(0);
    }

    .banner-center-block {
        padding-bottom: 10px;
        gap: 0px;
    }

    .section-2-text-1 {
        font-size: 18px;
        padding: 0px;
    }

    .section-2-text {
        padding-bottom: 20px;
    }

    .section-form form {
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .form__left {
        width: 60%;
    }

    .form__right {
        width: 55%;
    }

    .section-form > h1:after {
        left: 50%;
        transform: translateX(-50%);
    }

    /* FOOTER */
    .footer__top {
        flex-direction: column;
    }

    .footer__top__left {
        width: 100%;
    }

    .footer__top__left__main {
        border: none;
    }

    .footer__top__left__main__block {
        width: 40%;
    }

    .footer__top__right {
        width: 100%;
		align-items: center;
    }

    .footer__top__right__main {
        flex-direction: column;
        gap: 10px;
    }

    .footer__top__right__social {
        flex-direction: row;
		justify-content: center;
    }
	
	.footer__top__right__contacts a {
		text-align: center;
	}

    .section-form {
        margin-top: 0;
        padding: 100px 0;
    }

    .footer__top__right__contacts {
        gap: 5px;
    }

    .footer__bottom > img {
        margin-top: 100px;
        width: 100%;
    }

    /* Контакты */
    .map {
        width: 100%;
        height: 700px;
    }

    /* Партнёр */
    .section-partner-main > img {
        width: 100%;
    }

    /* Проект */
    .projects__text p {
        width: 100%;
        font-size: 18px;
    }

    .projects__text span {
        font-size: 18px;
        width: 100%;
    }

    .projects__text {
        padding: 0;
    }

    /* Проекты */
    .project__main {
        padding: 0;
    }

    .project__block {
        width: 100%;
        flex-direction: column;
    }

    .project__slider {
        width: 100%;
    }

    .project__text {
        width: 100%;
    }

    /* Сервисы */
    .services__main {
        padding: 0;
        gap: 30px;
    }

    .services__block {
        width: 100%;
    }

    .services__block__right {
        padding: 20px;
    }

    .services__block__right > a {
        font-size: 20px;
        width: 100%;
    }

    .services__block__right > p {
        width: 100%;
    }
	
	.section-partner-main {
		justify-content: center;
	}
	
	.projects-slider .carousel {
		width: 100%;
	}
	
	.projects-slider .project-slide > img {
    width: 100%;
    height: auto;
	}
	
	.projects-slider {
        height: 300px;
	}
	
	.carousel-control-next-icon {
		margin-right: 10px;
	}
	
	.slide > img {
		width: auto;
		height: 250px;
	}
	
	.mob {
		display: block;
	}
	
	.desc {
		display: none;
	}
	.header_mob {
	display: block;
	}
	
	.footer__bottom {
    padding-bottom: 50px;
	height: 200px;
	}
}

.navbar {
	background: #000;
	height: 50px;
}

.nav-container {
	padding: 0;
}

.header_mob .logo {
	width: 60%;
	margin-left: 15px;
}

  .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
  }
  
  .navbar .menu-items {
    display: flex;
  }
  
  .navbar .nav-container li {
    list-style: none;
  }
  
  .navbar .nav-container a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    font-size: 38px;
  }
  
  .navbar .nav-container a:hover{
      font-weight: bolder;
  }
  
  .nav-container {
    display: block;
    position: relative;
    height: 60px;
  }
  
  .nav-container .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 10px;
    right: 14px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }
  
  .nav-container .hamburger-lines {
    display: block;
    height: 26px;
    width: 32px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	  margin-right: 15px;
  }
  
  .nav-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
  }
  
  .nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }
  
  .nav-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }
  
  .nav-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }
  
  .navbar .menu-items {
    height: 100vh;
    width: 100%;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    padding-left: 50px;
    transition: transform 0.5s ease-in-out;
    background: #ffba2d;
    z-index: 5;
    padding: 0;
    gap: 30px;
	padding-bottom: 150px;
	margin-top: 10px;
	justify-content: center;
  }
  
  .navbar .menu-items li {
    font-size: 1.5rem;
    font-weight: 500;
	text-align: center;
  }
  
  .logo {
    position: relative;
    font-size: 1.2rem;
    color: #0e2431;
  }
  
  .nav-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .logo{
    display: none;
  }

.header_mob .logo img {
	width: 100%;
}