:root {
    --green: #0BA24A;
    --gray: #454645;
}

@font-face {
    font-family: 'Now';
    src: url('Now-Regular.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'Now';
    src: url('Now-Medium.otf') format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'Now';
    src: url('Now-Bold.otf') format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: 'Now';
    src: url('Now-Black.otf') format('opentype');
    font-weight: 800;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Now', sans-serif;
}

.marker {
    margin-top: -100px;
    height: 100px;
}

html {
    scrollbar-width: none;
}

body {
    margin: 0;
    padding: 0;
    opacity: 0;
    transition: opacity 0.5s;
    background-color: white;
    color: var(--gray);
    overflow-x: hidden;
    font-weight: 400;
}

.body-wrapper {
    overflow-x: hidden;
    width: 100vw;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

.container {
    padding: 0;
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}

strong {
    font-weight: 700;
}

h1 {
    font-size: 72px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

h2 {
    font-size: 64px;
    line-height: 1.15;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 60px;
    color: var(--green);
    max-width: 90%;
}

h3 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

h4 {
    font-weight: 700;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
}

h5 {
    font-weight: 700;
    font-size: 16px;
    margin: 20px 0 10px;
}

h6 {
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
    margin: 20px 0 10px;
}

p,
li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
}

p:last-of-type {
    margin-bottom: 0;
}

li {
    margin-left: 16px;
    margin-bottom: 0;
}

ul {
    margin: 20px 0;
}

.article h3 {
    font-size: 48px;
    font-weight: 700;
    color: var(--green);
}

.article h4 {
    font-size: 32px;
    font-weight: 700;
}

.article h5 {
    font-size: 20px;
    font-weight: 700;
}

.article h6 {
    font-size: 18px;
    font-weight: 600;
}

.article img {
    width: 100%;
    margin: 20px 0;
}

section {
    margin: 120px 0;
    padding: 0 40px;
    position: relative;
}

.primary-link,
.btn {
    padding: 14px 30px 11px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    transition: background-color 0.3s, color 0.3s, border 0.3s;
    border-radius: 99px;
    display: block;
    width: fit-content;
    background-color: var(--green);
    text-transform: uppercase;
    border: 1px solid var(--green);
    outline: none;
    white-space: nowrap;
    color: white;
}

.primary-link.center {
    margin: 60px auto 0;
}

.primary-link.light,
.btn-secondary {
    background-color: white;
    color: var(--green);
    border: 1px solid var(--green);
}


.primary-link svg {
    height: 18px;
    object-fit: contain;
    margin-right: 10px;
    margin-top: -4px;
}

.primary-link svg path {
    transition: fill 0.3s;
    fill: white;
}


.primary-link.light svg path {
    fill: var(--green);
}

@media (min-width: 1080px) {
    .primary-link:hover,
    .btn-primary:hover {
        background-color: white;
        color: var(--green);
    }
    
    .primary-link.light:hover,
    .btn-secondary:hover {
        background-color: var(--green);
        color: white;
    }
    
    .primary-link:hover svg path {
        fill: var(--green);
    }
    
    .primary-link.light:hover svg path {
        fill: white;
    }

}

::selection {
    background: #52B77C;
    color: white;
}

::-moz-selection {
    background: #52B77C;
    color: white;
}

.rccookie-container {
    background-color: #FFFFFFBB;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 10px;
}

.rccookie-container .primary-link,
.rccookie-modal .primary-link {
    background-color: var(--green);
    color: white;
}

.rccookie-container .secondary-link {
    color: var(--gray);
}

.rccookie-modal .modal-content {
    border-radius: 15px;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: var(--green) !important;
    border-color: var(--green) !important;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before,
.custom-control-input:not(:disabled):focus~.custom-control-label::before {
    border-color: var(--green) !important;
    box-shadow: none !important;
}

.custom-control-label::before {
    border: 1px solid var(--gray);
}

.slider {
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.slider:hover {
    background: var(--green);
    border-color: var(--green) !important;
    color: white;
}

.sliderMask {
    border-color: var(--green) !important;
    background-color: var(--green) !important;
}

.sliderContainer_success .slider {
    top: -1px;
    border: 1px solid var(--green);
    background-color: var(--green) !important;
    color: white;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: opacity 0.4s;
    z-index: 996;
}

.overlay.active {
    opacity: 1;
}

a {
    transition: color 0.3s;
    text-decoration: none;
    cursor: pointer;
    color: var(--gray);
}

a:hover,
a:focus-visible {
    text-decoration: none;
    color: var(--green);
}

button {
    transition: background-color 0.3s, color 0.3s;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
}

button:focus {
    outline: none !important;
}

.vbox-container {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.vbox-close {
    padding: 20px !important;
    top: 10px !important;
    right: 20px !important;
}

.vbox-next {
    right: 40px !important;
}

.vbox-prev {
    left: 40px !important;
}

.vbox-title {
    display: none !important;
}

/* SIDEBAR OPEN */

.open-sidebar {
    width: 28px;
    height: 28px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    display: none;
}

.open-sidebar .hb {
    border-bottom: 4px solid var(--green);
    border-radius: 99px;
    transition: all 0.45s;
}

.open-sidebar .hb1,
.open-sidebar .hb2 {
    width: 26px;
}

.open-sidebar .hb3 {
    width: 13px;
    margin-left: 12px;
}

.open-sidebar.closed .hb1 {
    transform: rotate(-45deg) translate(-7px, 7px);
    width: 30px;
}

.open-sidebar.closed .hb2 {
    margin-right: -100%;
    opacity: 0;
}

.open-sidebar.closed .hb3 {
    transform: rotate(45deg) translate(-7px, -7px);
    width: 30px;
    margin-left: 0;
}

/* SIDEBAR */

#sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 1141px) {
    #sidebar {
        display: none;
    }
}

#sidebar,
.navbar-dropdown {
    width: 100%;
    position: fixed;
    right: -100vw;
    top: 66px;
    height: calc(100dvh - 66px);
    z-index: 998;
    background: #FFFFFFCC;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: right 0.45s ease-out;
    overflow: hidden;
    overflow-y: scroll;
    overscroll-behavior: contain;
    padding: 0 20px;
}

#sidebar.active,
.navbar-dropdown.active {
    right: 0;
}

#sidebar .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-top: -10px;
    height: 100%;
}

#sidebar .links {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#sidebar .links .nav-item {
    width: 100vw;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

#sidebar .links a svg {
    position: absolute;
    right: 25px;
    top: 47%;
    transform: translateY(-50%) rotate(-90deg);
    width: 18px;
}

#sidebar .links a svg path {
    stroke: var(--gray);
}

#sidebar .primary-link {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

/* DESKTOP NAVBAR */

.desktop-navbar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFFCC;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    transition: background-color 0.5s, top 0.5s;
}

.desktop-navbar.active {
    top: -80px;
}

.desktop-navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1440px;
}

.desktop-navbar .links {
    display: flex;
    align-items: center;
    gap: 35px;
    padding: 0 20px;
}

.desktop-navbar .logo {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktop-navbar .logo img {
    height: 52px;
}

.desktop-navbar .links .nav-item {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
    white-space: nowrap;
    text-transform: uppercase;
}

.desktop-navbar .links .nav-item svg {
    width: 16px;
    margin-left: 10px;
    transition: transform 0.3s;
    margin-top: -3px;
}

.desktop-navbar .links .nav-item.active svg {
    transform: rotate(180deg);
}

.desktop-navbar .links .nav-item svg path {
    transition: stroke 0.3s;
    stroke: var(--gray);
}

.desktop-navbar .links .nav-item:hover svg path {
    stroke: var(--green);
}

.desktop-navbar .buttons {
    display: flex;
    gap: 20px;
    position: relative;
}

.desktop-navbar .buttons svg {
    height: 18px;
    object-fit: contain;
}

.desktop-navbar .buttons svg path {
    transition: fill 0.3s, stroke 0.3s;
}

.desktop-navbar .buttons .primary-link:hover svg path {
    stroke: var(--green);
}

/* NAVBAR DROPDOWN */

.desktop-navbar .navbar-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    height: fit-content;
    overflow: hidden;
    z-index: 998;
    max-height: 0;
    background-color: #FFFFFFCC;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    transition: max-height 0.45s ease;
}

.desktop-navbar .navbar-dropdown.active {
    z-index: 999;
}

.navbar-dropdown .container {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    max-width: 1200px;
    gap: 20px;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
}

.desktop-navbar .navbar-dropdown .arrow {
    display: none;
}

.navbar-dropdown .bg {
    width: 100vw;
    margin-left: -20px;
}

.navbar-dropdown .container .item {
    width: calc(25% - 20px);
}

.navbar-dropdown .container .item img {
    width: 100%;
    aspect-ratio: 4.5/3;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.navbar-dropdown .container .item h3 {
    padding: 20px 13px;
    margin: -50px auto 10px;
    background-color: white;
    color: var(--green);
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    z-index: 1;
    width: 93%;
    min-height: 103px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
}

/* KIS LENYÍLÓK */

.desktop-modal {
    position: absolute;
    top: 100%;
    right: -20px;
    width: calc(100vw - 40px);
    max-width: 370px;
    background-color: #FFFFFFCC;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    border-radius: 15px;
    display: none;
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
    padding: 20px;
}

.desktop-modal.active {
    transform: translateY(32px);
    opacity: 1;
}

.desktop-modal::before {
    content: '';
    position: absolute;
    top: -17.5px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 21px;
    opacity: 0.8;
    background-image: url('../images/triangle.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.desktop-modal .cancel,
.navbar-dropdown .cancel {
    position: absolute;
    top: 15px;
    right: 12px;
    padding: 10px;
    cursor: pointer;
    width: 36px;
}

.desktop-modal h3 {
    margin: 0 0 20px;
    text-transform: none;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
}

.desktop-modal form {
    padding: 0;
    width: 100%;
    background-color: transparent;
    gap: 0;
}

.desktop-modal form input,
.search-modal form input {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid var(--gray);
    border-radius: 99px;
    margin-bottom: 15px;
    line-height: 1;
}

.desktop-modal .primary-link,
.search-modal .primary-link {
    height: auto !important;
    margin: 0 auto;
}

.desktop-modal.basket-modal .list {
    max-height: 40vh;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #80C99DCC #80C99D44;
}

.desktop-modal.basket-modal .list .item {
    display: flex;
    padding: 15px 15px 15px 0;
    border-bottom: 1px solid var(--green);
}

.desktop-modal.basket-modal .list img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 20px;
}

.desktop-modal.basket-modal .content h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.desktop-modal.basket-modal .content p {
    margin: 0;
}

.desktop-modal.basket-modal .content .price {
    font-weight: 500;
    color: var(--green);
    margin-top: 12px;
    font-size: 18px;
}

.desktop-modal.basket-modal .summary {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 20px;
    align-items: center;
    font-size: 18px;
}

.desktop-modal.basket-modal .summary .price {
    color: var(--green);
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 700;
}

.desktop-modal.basket-modal .discount {
    color: var(--green);
    margin: 10px 0;
}

.desktop-modal.basket-modal .buttons {
    flex-direction: column;
    gap: 10px;
}

.desktop-modal.login-modal .lostpassword {
    text-align: center;
    margin-top: 8px;
    font-size: 14px;
}

.desktop-modal.login-modal .logged-in a {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

/* HERO */

.hero {
    width: 100vw;
    height: 110vh;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    padding: 0 40px;
}

.hero .masked {
    mask: url('../images/mask.png');
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask: url('../images/mask.png');
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero .layer {
    background-color: #58595B44;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    height: 90vh;
}

.hero h1 {
    color: white;
    margin-bottom: 20px;
    letter-spacing: 4px;
    text-align: center;
}

.hero h1 span {
    letter-spacing: 5px;
}

.hero h2 {
    font-size: 42px;
    text-align: center;
    color: white;
    line-height: 1;
    font-weight: 800;
    margin: 0;
    max-width: 100%;
}

.hero .subtext {
    width: 722px;
    margin: 0 auto;
    position: relative;
    padding: 30px 0 20px;
}

.hero .subtext .green {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-color: var(--green);
    opacity: 0.7;
    z-index: -1;
    border-radius: 10px;
}

.hero svg {
    position: absolute;
}

.hero svg path {
    stroke-width: 8px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dashoffset: 0;
    stroke-dasharray: 1500;
}

.hero .greenhill {
    bottom: 0.5vw;
    right: 0;
    width: 90vw;
    opacity: 0.7;
}

.hero .greenhill path {
    stroke: var(--green);
    fill: none;
    stroke-dasharray: 2200;
    stroke-dashoffset: 2200;
}

.hero .greenhill.article-hill {
    z-index: 1;
    opacity: 1;
}

.hero .greenhill.article-hill path {
    stroke: #54BE80;
}

.hero .grayhill {
    width: 68vw;
    z-index: -1;
    bottom: -4vw;
    right: 0;
}

.hero .grayhill path {
    stroke: #ECECEC;
    fill: none;
    stroke-dasharray: 1700;
    stroke-dashoffset: 1700;
}

.hero .grayhill-left {
    width: 61vw;
    bottom: -3vw;
    left: 0;
    z-index: 1;
}

.hero .grayhill-left path {
    stroke: #ECECEC;
    fill: none;
    stroke-dashoffset: 1000;
    stroke-dasharray: 1000;
}

.bgshape {
    position: absolute;
    top: -100px;
    right: 0;
    opacity: 0;
    pointer-events: none;
    z-index: -2;
    width: 30vw;
    transition: opacity 0.25s;
}

.bgshape.left {
    right: auto;
    left: 0;
}

.bgshape path {
    stroke-width: 8px;
    stroke: #ECECEC;
    fill: transparent;
    transition: all 0.6s cubic-bezier(0.01, 0.69, 0.6, 1);
}

.bgshape.active .leaf {
    fill: #ECECEC;
    stroke-width: 0;
}

.bgshape.leaves.right {
    right: -15vw;
    rotate: -50deg;
}

.bgshape.leaves.left {
    right: auto;
    left: -10vw;
    rotate: 10deg;
}

.bgshape.corn {
    top: -10vw;
}

.bgshape.corn.right {
    right: 0;
}

.bgshape.corn.left {
    right: auto;
    left: 0;
    transform: scaleX(-1);
}

.bgshape.sunflower {
    top: -250px;
}

.bgshape.sunflower path {
    stroke-width: 5;
}

.bgshape.sunflower.left {
    transform: scaleX(-1);
}

.services .item {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.services .item .masked-image {
    width: 40%;
    aspect-ratio: 1/1;
}

.masked-image {
    position: relative;
    display: block;
}

.masked-image img {
    mask: url('../images/image-mask-left.png') 0 0 no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: url('../images/image-mask-left.png') 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    max-height: 352px;
    object-fit: cover;
}

.masked-image.right img {
    mask: url('../images/image-mask-right.png') 0 0 no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: url('../images/image-mask-right.png') 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
}

.masked-image::before {
    background: url('../images/bgshape-grayhill.svg') no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.masked-image.right::before {
    transform: scaleX(-1);
    left: auto;
    right: 0;
}

.services .item .content,
.more-services .item .content,
.blog .item .content {
    width: 70%;
    margin-left: -10%;
    position: relative;
    z-index: 1;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.services .item .content h3,
.more-services .item .content h3 {
    text-align: center;
    padding: 22px 20% 20px;
    font-size: 24px;
    background-color: var(--green);
    color: white;
    width: 100%;
    font-weight: 500;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}

.services .item .content p,
.more-services .item .content p {
    padding: 25px;
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.6;
}

.services .item .content .primary-link,
.more-services .item .content .primary-link {
    margin: 0 auto 25px;
}

.services .item:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.services .item:nth-of-type(2n) .masked-image img {
    mask: url('../images/image-mask-right.png') 0 0 no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: url('../images/image-mask-right.png') 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
}

.services .item:nth-of-type(2n) .masked-image::before {
    left: auto;
    right: 0;
    transform: scaleX(-1);
}

.services .item:nth-of-type(2n) .content {
    margin-left: 0;
    margin-right: -10%;
}

.more-services .bgshape {
    rotate: 30deg;
    left: -7vw;
}

.more-services .container>h3 {
    font-size: 32px;
    color: var(--green);
    margin-bottom: 60px;
}

.more-services .items,
.blog .items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.more-services .item,
.blog .item {
    width: calc(33.3333% - 28px);
    margin-left: 0;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.more-services .item .content,
.blog .item .content {
    width: 90%;
    margin: -25% auto 0;
    flex-grow: 1;
}

.more-services .item .content p {
    max-width: 100%;
}

.more-services .item h3 {
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.more-services .item .content .primary-link,
.blog .item .content .primary-link {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

.drone .content {
    max-width: 50%;
    padding-bottom: 100px;
}

.drone .image {
    width: 100vw;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.advantages .bgshape {
    rotate: -50deg;
}

.advantages .container>h3 {
    font-size: 32px;
    color: var(--green);
    margin-bottom: 60px;
}

.advantages .items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.advantages .item {
    width: calc(25% - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.advantages .item img {
    height: 90px;
    margin-bottom: 20px;
}

.advantages .item h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--green);
    text-transform: uppercase;
    max-width: 80%;
    height: 40px;
}

.advantages .item p {
    font-size: 15px;
    line-height: 1.6;
}

.advantages .desc {
    margin: 60px auto 40px;
    max-width: 750px;
    text-align: center;
}

.banner {
    padding: 0;
    margin-top: calc(120px + 8vw);
}

.banner .grayhill,
.banner .greenhill,
.banner .motionpath-1,
.banner .motionpath-2,
.banner .motionpath-3 {
    position: absolute;
    top: -6vw;
    right: 0;
    width: 66vw;
}

.banner .greenhill {
    width: 100vw;
}

.banner .motionpath-1,
.banner .motionpath-2,
.banner .motionpath-3 {
    z-index: 99;
    right: 2vw;
    width: 62vw;
    top: -4vw;
}

.banner .motionpath-1 {
    right: 16vw;
    width: 42vw;
}

.banner .motionpath-2 {
    width: 40vw;
    right: 17vw;
    top: -6vw;
}

.banner .motionpath-3 {
    width: 21vw;
    top: -6vw;
}

.banner .drone {
    position: absolute;
}

.banner .drone.drone-1 {
    top: -0.5vw;
    right: 56vw;
    width: 2vw;
}

.banner .drone.drone-2 {
    top: 1vw;
    right: 15vw;
    width: 1.6vw;
}

.banner .drone.drone-3 {
    top: -6vw;
    right: 15vw;
    width: 1.3vw;
}

.banner .bg {
    width: 100%;
    aspect-ratio: 16/7.5;
    object-fit: cover;
    mask: url('../images/banner-mask.png') 0 0 no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: url('../images/banner-mask.png') 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
}

.about .content {
    display: flex;
    align-items: center;
    gap: 100px;
}

.about .content .left,
.about .content .right {
    width: 50%;
}

.about .content .right {
    margin-top: -45px;
}

.about .content .left img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 10px;
}

.about .content .left h4 {
    text-align: center;
    color: var(--green);
    margin-top: 30px;
    margin-bottom: 10px;
}

.about .content .left p {
    text-align: center;
}

.whyus {
    margin-bottom: -6px;
}

.whyus .content {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
    padding: 60px;
}

.whyus .content .item {
    width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.whyus .content .item img {
    height: 72px;
    margin-bottom: 5px;
}

.whyus .content .item h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--green);
    text-transform: uppercase;
}

.whyus .content .item p {
    line-height: 1.6;
    max-width: 85%;
}

.whyus .content .item .link {
    color: var(--green);
    position: relative;
    margin-top: 20px;
    font-weight: 500;
}

.whyus .content .item .link::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1.5px;
    background-color: var(--green);
    transition: width 0.3s;
}

.whyus .content .item .link:hover::after {
    width: 100%;
}

.whyus .bottom {
    position: relative;
    width: 100vw;
    margin-left: -40px;
    margin-top: -23vw;
    z-index: -1;
}

.whyus .bottom .bg {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    mask: url('../images/image-mask-left.png') 0 0 no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: url('../images/image-mask-left.png') 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
}

.whyus .bottom .mask {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
}

.reviews {
    background-color: #ECECEC;
    padding: 120px 40px;
    margin: 0;
}

.reviews.subpage {
    background-color: white;
    padding: 0 40px;
    margin: 120px 0;
}

.relative {
    position: relative;
}

.reviews .relative {
    max-width: 900px;
    margin: 120px auto 0;
}

.swiper {
    width: 100%;
    position: relative;
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    border: 1px solid var(--green);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: 99;
    cursor: pointer;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 18px !important;
    font-weight: 600;
    color: var(--green);
}

.swiper-button-prev::after {
    margin-right: 3px;
}

.swiper-button-next::after {
    margin-left: 1px;
}

.swiper-button-prev {
    left: -50px !important;
}

.swiper-button-next {
    right: -50px !important;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews {
    margin-bottom: -40px;
}

.reviews .quote {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.reviews .swiper-slide {
    padding: 20px 60px;
}

.reviews .swiper-slide p {
    font-weight: 400;
}

.reviews .swiper-slide h4 {
    margin-bottom: 0;
}

.reviews .contactbg {
    position: absolute;
    top: 90%;
    left: 0;
    width: 100vw;
    aspect-ratio: 2.3/1;
}

/* CONTACT */

.banner.contact-banner {
    margin-bottom: calc(-25vw - 140px);
}

.contact .container {
    background-color: var(--green);
    color: white;
    border-radius: 12px;
    padding: 60px;
}

.contact h2 {
    color: white;
}

.contact .content {
    display: flex;
    gap: 60px;
}

.contact .content .left,
.contact .content .right {
    width: 50%;
}

.contact .image {
    position: absolute;
    top: 100px;
    left: 55%;
    mask: url('../images/mask.svg');
    mask-size: 110% 110%;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask: url('../images/mask.svg');
    -webkit-mask-size: 110% 110%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    width: 50%;
    max-width: 650px;
}

form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

form input,
form textarea,
form select {
    padding: 15px;
    border: none;
    outline: none;
    background-color: white;
    color: var(--gray) !important;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    resize: none;
}

form select {
    appearance: none;
    background-image: url("../images/angle-down-gray.svg");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 18px;
}

form input::placeholder,
form textarea::placeholder,
form select::placeholder {
    color: var(--gray);
    opacity: 0.7;
}

.form-check {
    margin-left: 37px;
    padding-left: 0 !important;
}

.form-check:not(.form-group .form-check):first-of-type {
    margin-top: 20px;
}

.form-group {
    margin-bottom: 0;
}

.form-group:first-of-type {
    margin-top: 20px;
}

.form-check-input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.form-check-input+label {
    position: relative;
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 0;
}

.form-check-input+label::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    margin-left: -37px;
    width: 24px;
    height: 24px;
    background-color: white;
    border: 1.5px solid white;
    border-radius: 5px;
    transition: 0.3s ease;
}

.form-check-input:checked+label::before {
    background-color: var(--green);
}

.form-check-input+label::after {
    content: " ";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -37px;
    left: 0;
    top: -10px;
    text-align: center;
    background-color: transparent;
    font-size: 10px;
    height: 24px;
    width: 24px;
    transition: 0.3s ease;
    opacity: 0;
}

.form-check-input:checked+label::after {
    opacity: 1;
    top: 0;
}

.contact form .primary-link {
    background-color: white;
    border: 1.5px solid white;
    color: var(--green);
    margin-top: 20px;
}

.contact form .primary-link:hover {
    color: white;
    background-color: var(--green);
}

.contact .content .right h4 {
    margin-top: 30px;
    margin-bottom: 5px;
}

.contact .content .right h4:first-of-type {
    margin-top: 0;
}

.contact .content .right p {
    margin-bottom: 0;
}

.contact .content .right a {
    color: white;
}

.contact .socials {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.contact .socials img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.contact label a {
    color: white;
    text-decoration: underline;
}

.blog h2 {
    margin-bottom: 40px;
}

.blog .desc {
    margin-bottom: 40px;
}

.blog .item .content {
    padding: 25px;
    padding-bottom: 85px;
}

.blog .masked-image.right::before {
    background-image: url('../images/bgshape-grayhill-green.svg');
    transform: none;
}

.more-services .masked-image,
.blog .masked-image {
    aspect-ratio: 1/1;
}

.blog .item h3 {
    color: var(--green);
    margin-bottom: 10px;
}

.blog .item .date {
    font-size: 14px;
}

/* FOOTER */

footer {
    position: relative;
    z-index: 1;
    margin-top: calc(180px + 12.5vh);
}

footer .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    aspect-ratio: 8/1;
    transform: translateY(-95%);
}

footer .content {
    padding: 60px 40px;
    background-color: var(--green);
    color: white;
}

footer .container {
    display: flex;
    justify-content: space-between;
}

footer .item img {
    width: 180px;
    margin-bottom: 20px;
}

footer .item {
    display: flex;
    flex-direction: column;
    max-width: 19%;
}

footer .item:first-of-type p {
    font-size: 14px;
}

footer .item h3 {
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: none;
}

footer .item p,
footer .item a {
    display: block;
    width: fit-content;
    font-size: 16px;
    margin-bottom: 10px;
    color: white;
}

footer .item a img {
    width: 32px;
    margin-bottom: 0;
}

footer .item .raccoon {
    margin-top: 20px;
}

footer .item .raccoon a {
    margin-bottom: 0;
}

/* ALOLDALAK */

.nav {
    position: absolute;
    z-index: 10;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    color: white;
    display: flex;
    gap: 8px;
    padding: 0 40px;
}

.nav a {
    color: white;
}

.nav a:last-of-type {
    font-weight: 700;
    margin-top: 1px;
}

.gyik h3 {
    margin-bottom: 60px;
    font-size: 32px;
    color: var(--green);
}

.gyik .item {
    border-bottom: 1px solid var(--green);
}

.gyik .item:first-of-type {
    border-top: 1px solid var(--green);
}

.gyik .item .header {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.gyik .item .header h4 {
    margin: 0;
}

.gyik .item .header img {
    width: 24px;
    transition: 0.3s;
}

.gyik .item.active .header img {
    transform: rotate(180deg);
}

.gyik .item .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.01, 0.69, 0.6, 1);
}

.gyik .item .content .text {
    padding: 0 30px 30px;
}

.gyik:nth-child(2n) .bgshape {
    right: auto !important;
    left: 0 !important;
    transform: scaleX(-1);
}

.contact.subpage .container {
    background-color: transparent;
    color: var(--gray);
}

.contact.subpage .container a {
    color: var(--gray);
}

.contact.subpage h2 {
    color: var(--green);
}

.contact.subpage .content {
    flex-direction: row-reverse;
}

.contact.subpage .left {
    width: 57%;
}

.contact.subpage form {
    background-color: var(--green);
    color: white;
    padding: 40px;
    border-radius: 10px;
}

.contact.subpage form input,
.contact.subpage form textarea,
.contact.subpage form select {
    font-size: 15px;
}

.bgshape.contactflower.left {
    top: auto;
    bottom: 0;
    width: 30vw;
}

.article .step {
    display: flex;
    gap: 60px;
    margin-bottom: 80px;
}

.article .step img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.article .step a {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hero.article-hero {
    height: 85vh;
}

.hero.article-hero .masked {
    mask-position: 0 100%;
    -webkit-mask-position: 0 100%;
}

.hero.article-hero .layer {
    background-color: var(--green);
}

.basic-section,
.section-with-image {
    mask: url('../images/layout-section-mask-right.png') 0 0 no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: url('../images/layout-section-mask-right.png') 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
    padding-top: 20px;
    padding-bottom: 7vw;
}

.basic-section.with-card {
    padding-bottom: 12vw;
}

.basic-section.right,
.section-with-image.right {
    mask: url('../images/layout-section-mask-left.png') 0 0 no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: url('../images/layout-section-mask-left.png') 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
}

.basic-section .bg {
    position: absolute;
    bottom: 0;
}

.basic-section .container,
.section-with-image .container {
    position: relative;
    z-index: 1;
}

.basic-section.with-card .content {
    width: 100%;
    padding: 40px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.basic-section.with-card .content .text {
    width: 55%;
}

.basic-section.with-card.right .content .text {
    margin-left: auto;
}

.basic-section .graybg {
    left: 0;
    width: 100vw;
    bottom: 1vw;
}

.basic-section.right .graybg {
    right: 0;
    left: auto;
    transform: scaleX(-1);
}

.basic-section .image-bg {
    right: 0;
    bottom: -1vw;
    width: 60vw;
    height: 20vw;
    mask: url('../images/section-image-mask-right.png') 0 0 no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: url('../images/section-image-mask-right.png') 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
    background-color: #54BE80;
}

.basic-section .image-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.basic-section.right .image-bg {
    right: auto;
    left: 0;
    mask: url('../images/section-image-mask-left.png') 0 0 no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: url('../images/section-image-mask-left.png') 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
}

.basic-section .image {
    right: 10vw;
    width: 35vw;
    bottom: 17vw;
    z-index: 2;
}

.basic-section.with-card .image {
    bottom: 25vw;
}

.basic-section.right .image {
    right: auto;
    left: 10vw;
    transform: scaleX(-1);
}

.basic-section .content {
    width: 50%;
}

.basic-section.right .content {
    margin-left: auto;
}

.section-with-image {
    mask: url('../images/layout-section-mask-left.png') 0 0 no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: url('../images/layout-section-mask-left.png') 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
    padding-bottom: 0;
}

.section-with-image.right {
    mask: url('../images/layout-section-mask-right.png') 0 0 no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: url('../images/layout-section-mask-right.png') 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
}

.section-with-image .bg {
    position: absolute;
    bottom: 0;
    left: 0;
}

.section-with-image.right .bg {
    left: auto;
    right: 0;
    transform: scaleX(-1);
}

.section-with-image .content .text {
    width: calc(50% - 40px);
    padding-bottom: 13vw;
}

.section-with-image .content .basic-image {
    position: absolute;
    top: 0;
    left: calc(50% + 40px);
    width: calc(50vw - 39px);
    height: 100%;
}

.section-with-image.right .container:last-child {
    max-width: 100%;
    width: 100vw;
    padding: 0 40px;
    margin-left: -40px;
}

.section-with-image.right .content .basic-image {
    left: 0;
}

.section-with-image.right .content {
    max-width: 1140px;
    margin: 0 auto;
}


.section-with-image.right .content .text {
    width: calc(50% - 80px);
    margin-left: auto;
    padding-bottom: 20vw;
}

.section-with-image .content .basic-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.big-text .container {
    max-width: 650px;
    text-align: center;
}

.big-text .container p {
    font-weight: 500;
    font-size: 20px;
}

.model .content {
    display: flex;
    align-items: center;
    gap: 80px;
}

.model .content .left {
    width: 53%;
}

.model .content .right {
    width: 48%;
}

.model .content canvas {
    width: 100%;
    aspect-ratio: 1/1;
    pointer-events: none;
}

.pagination {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-top: 60px;
}

.pagination .active {
    font-weight: 700;
}

.cards-new .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
}

.cards-new .item {
    width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 30px 310px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    margin: 50px 0 0;
    position: relative;
}

.cards-new .item .icon {
    background-color: var(--green);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -80px 0 30px;
}

.cards-new .item .icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.cards-new .item h3 {
    color: var(--green);
    font-size: 22px;
}

.cards-new .item .masked-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 280px;
}

.quotemark {
    margin: 0 auto 40px;
    display: block;
    height: 200px;
}

.quote-section {
    color: var(--green);
}

.quote-section p {
    font-size: 18px;
    font-weight: 500;
}

.quote-section .container {
    max-width: 800px;
    text-align: center;
}

.quote-section .quote {
    max-width: 650px;
    margin: 0 auto 40px;
}

.quote-section .quote p {
    font-size: 24px;
    font-weight: 500;
    color: var(--gray);
}

.gray-content {
    padding: 140px 40px;
}

.gray-content .bg {
    background-color: #ECECEC;
    mask-image: url('../images/new-mask.png');
    mask-size: 100% 100%;
    -webkit-mask-image: url('../images/new-mask.png');
    -webkit-mask-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    min-width: 800px;
    height: 100%;
    z-index: -1;
}

.gray-content .container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.gray-content p {
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 1140px) {

    .desktop-navbar {
        padding: 10px 0;
        height: 66px;
    }

    .desktop-navbar .container {
        max-width: 100%;
        padding: 0 20px;
    }

    .desktop-navbar .logo img {
        height: 38px;
    }

    .desktop-navbar .links {
        display: none;
    }

    .desktop-navbar .open-sidebar {
        display: flex;
    }

    .desktop-navbar .buttons {
        gap: 15px;
    }

    .desktop-navbar .buttons .primary-link {
        display: none;
    }

    .desktop-navbar .buttons svg {
        height: 28px;
    }

    #sidebar .navbar-dropdown {
        top: 0;
    }

    #sidebar .navbar-dropdown .arrow {
        width: 16px;
        cursor: pointer;
        margin: 18px 0 10px;
        display: block;
    }

    #sidebar .navbar-dropdown .container {
        padding: 20px 0 40px;
        gap: 20px;
    }

    #sidebar .navbar-dropdown .container .item {
        width: calc(50% - 10px);
    }

    #sidebar .navbar-dropdown .container .item img {
        aspect-ratio: 5/4;
        object-fit: cover;
    }

    #sidebar .navbar-dropdown .container .item h3 {
        font-size: 13px;
        padding: 10px;
        margin: -20px auto 0;
    }

    #sidebar .navbar-dropdown .container .item h3 {
        min-height: 80px;
    }

    #sidebar .navbar-dropdown .bg {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .marker {
        margin-top: -60px;
        height: 60px;
    }
}

@media (max-width: 1079px) {

    p,
    li {
        font-size: 14px;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 30px;
        margin-bottom: 30px;
        max-width: 100%;
    }

    h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 14px;
    }

    section {
        margin: 60px 0;
        padding: 0 20px;
    }

    ul {
        margin: 15px 0;
    }

    .article h3 {
        font-size: 36px;
    }

    .article h4 {
        font-size: 24px;
    }

    .article h5 {
        font-size: 18px;
    }

    .article h6 {
        font-size: 16px;
    }

    .article img {
        margin: 15px 0;
    }

    .primary-link {
        font-size: 14px;
        padding: 12px 24px 11px;
    }

    .primary-link.center {
        margin: 30px auto 0;
    }

    .vbox-close {
        padding: 20px !important;
        top: 5px !important;
        right: 5px !important;
    }

    .vbox-next {
        right: 25px !important;
    }

    .vbox-prev {
        left: 25px !important;
    }

    .container {
        max-width: 600px;
    }

    .relative {
        width: 87%;
        margin: 0 auto;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 30px;
        height: 30px;
    }

    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 22px !important;
    }

    .swiper-button-prev {
        left: -36px !important;
    }

    .swiper-button-next {
        right: -36px !important;
    }

    .hero {
        height: 64vh;
        padding: 0 20px;
    }

    .hero .container {
        height: 100%;
    }

    .hero h1 {
        letter-spacing: 1px;
        font-size: 32px;
    }

    .hero h1 span {
        letter-spacing: 1.4px;
    }

    .hero h2 {
        font-size: 19px;
    }

    .hero svg path {
        stroke-width: 14px;
    }

    .hero .subtext {
        width: 100%;
        padding: 18px 0 14px;
    }

    .hero .greenhill {
        width: 110vw;
        bottom: 1vw;
    }

    .hero .grayhill {
        bottom: 0;
    }

    .hero .grayhill-left {
        display: none;
    }

    .bgshape {
        top: -75px;
        width: 55vw;
    }

    .bgshape.sunflower {
        top: -100px;
    }

    .bgshape.leaves.right {
        right: -21vw;
    }

    .bgshape.leaves.left {
        left: -14vw;
    }

    .services .item {
        flex-direction: column;
        margin-top: 40px;
    }

    .services .item .masked-image,
    .more-services .item .masked-image,
    .blog .item .masked-image {
        width: 100%;
        aspect-ratio: 4/3;
        max-height: 400px;
    }

    .services .item .content,
    .more-services .item .content,
    .blog .item .content {
        width: 90%;
        margin-left: 0;
        margin-top: -20%;
    }

    .services .item .content h3,
    .more-services .item .content h3 {
        padding: 20px 20px;
        font-size: 17px;
    }

    .services .item .content p,
    .more-services .item .content p,
    .blog .item .content p {
        padding: 20px;
        max-width: 100%;
    }

    .services .item:nth-of-type(2n) {
        flex-direction: column;
    }

    .services .item:nth-of-type(2n) .content {
        margin-right: 0;
    }

    .more-services .container>h3 {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .more-services .item,
    .blog .item {
        width: 100%;
        margin-bottom: 10px;
    }

    .more-services .item .content,
    .blog .item .content {
        margin: -15% auto 0;
        padding-bottom: 20px;
    }

    .more-services .item .content h3 {
        height: auto;
    }

    .services .item .content .primary-link,
    .more-services .item .content .primary-link,
    .blog .item .content .primary-link {
        position: static;
        transform: none;
        margin: 0 auto 20px;
    }

    .drone .content {
        max-width: 100%;
        padding-bottom: 35vw;
    }

    .drone .image {
        width: 150vw;
    }

    .advantages .container>h3 {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .advantages .item {
        width: 100%;
    }

    .advantages .item img {
        height: 72px;
        margin-bottom: 10px;
    }

    .advantages .item h4 {
        max-width: 100%;
        height: auto;
    }

    .advantages .item p {
        font-size: 14px;
    }

    .advantages .desc {
        font-weight: 500;
    }

    .banner {
        margin-top: calc(60px + 8vw);
    }

    .banner .hills {
        transform-origin: right bottom;
        transform: scale(1.6);
    }

    .banner .drone {
        scale: 1.5;
    }

    .banner .bg {
        aspect-ratio: 4/3;
        max-height: 500px;
    }

    .about .content {
        flex-direction: column;
        gap: 0;
    }

    .about .content .left h4 {
        margin-top: 25px;
        margin-bottom: 5px;
    }

    .about .content .right {
        margin-top: 0;
        padding-top: 30px;
        width: 100%;
    }

    .whyus .content {
        padding: 40px 20px;
        gap: 40px;
    }

    .whyus .content .item {
        width: 100%;
    }

    .whyus .content .item img {
        height: 64px;
        margin-bottom: 8px;
    }

    .whyus .bottom {
        margin-left: -20px;
    }

    .whyus .bottom .bg {
        aspect-ratio: 1/1;
    }

    .reviews {
        padding: 60px 20px;
    }

    .reviews .relative {
        margin: 40px auto 0;
    }

    .swiper-button-prev,
    .swiper-button-next {
        border: none;
    }

    .reviews .quote {
        width: 60%;
        max-width: 150px;
    }

    .reviews .swiper-slide {
        padding: 0;
    }

    .banner.contact-banner {
        margin-bottom: calc(-20vw - 60px);
    }

    .contact .container {
        padding: 20px;
    }

    .contact h2 {
        font-size: 26px;
        line-height: 1.3;
    }

    .contact .content {
        flex-direction: column;
        gap: 40px;
    }

    .contact .content .left,
    .contact .content .right {
        width: 100%;
    }

    form input,
    form textarea,
    form select,
    form option {
        padding: 12px 16px;
        font-size: 14px;
    }

    form select {
        background-size: 16px;
    }

    .form-check-input+label {
        font-size: 13px;
    }

    .form-check:first-of-type {
        margin-top: 0;
    }

    form .primary-link {
        margin: 20px auto 0;
    }

    .blog h2 {
        margin-bottom: 25px;
    }

    .blog .desc {
        margin-bottom: 25px;
    }

    .blog .item .content {
        padding: 20px;
    }

    .blog .item p {
        padding: 0 !important;
    }

    .blog .item .content .primary-link {
        margin: 15px auto 0;
    }

    footer {
        margin-top: calc(60px + 12.5vh);
    }

    footer .content {
        padding: 40px 20px;
    }

    footer .container {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    footer .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding-right: 0;
    }

    footer .item:first-of-type p {
        font-size: 13px;
        max-width: 200px;
    }

    footer .item h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    footer .item img {
        width: 150px;
    }

    footer .item a,
    footer .item p {
        margin-bottom: 6px;
        font-size: 14px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    footer .raccoon {
        margin-top: 30px;
    }

    footer .raccoon a {
        display: block !important;
        width: 100% !important;
        margin-bottom: 0;
        text-align: center;
    }

    .nav {
        top: 85px;
        padding: 0 20px;
        font-size: 13px;
        gap: 6px;
        display: inline-block;
    }

    .reviews.subpage {
        padding: 0 20px;
        margin: 60px 0;
    }

    .sub-hero h1 {
        font-size: 30px;
    }

    .gyik h3 {
        margin-bottom: 40px;
        font-size: 24px;
    }

    .gyik .item .header {
        padding: 20px 0;
    }

    .gyik .item .header h4 {
        font-size: 14px;
    }

    .gyik .item .header img {
        width: 18px;
    }

    .gyik .item .content .text {
        padding: 0 0 20px;
    }

    .contact.subpage .container {
        padding: 0;
    }

    .contact.subpage .content {
        flex-direction: column;
        gap: 40px;
    }

    .contact.subpage form {
        padding: 20px;
    }

    .bgshape.contactflower.left {
        width: 50vw;
    }

    .article .step {
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 40px;
        font-size: 14px;
    }

    .article .step img {
        width: 24px;
        height: 24px;
    }

    .article .step a {
        gap: 10px;
    }

    .hero.sub-hero h1 {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .hero.article-hero h1 {
        margin-top: 40px;
    }

    .hero.article-hero {
        height: 66vh;
    }

    .basic-section,
    .section-with-image {
        mask: url('../images/layout-section-mask-right-mobile.png') 0 0 no-repeat;
        mask-size: 100% 100%;
        -webkit-mask: url('../images/layout-section-mask-right-mobile.png') 0 0 no-repeat;
        -webkit-mask-size: 100% 100%;
        padding-bottom: 35vw;
    }

    .basic-section.right,
    .section-with-image.right {
        mask: url('../images/layout-section-mask-left-mobile.png') 0 0 no-repeat;
        mask-size: 100% 100%;
        -webkit-mask: url('../images/layout-section-mask-left-mobile.png') 0 0 no-repeat;
        -webkit-mask-size: 100% 100%;
    }

    .basic-section.with-card {
        padding-bottom: 35vw;
    }

    .basic-section .graybg {
        width: 120vw;
        bottom: 2.5vw;
    }

    .basic-section .image-bg {
        bottom: 0;
        width: 100vw;
        height: 30vw;
    }

    .basic-section .image {
        width: 50vw;
        bottom: 22vw;
    }

    .basic-section.with-card .content .text {
        width: 100%;
    }

    .basic-section .content {
        width: 100%;
    }

    .basic-section.with-card .content {
        padding: 20px;
    }

    .section-with-image,
    .section-with-image.right {
        padding-bottom: 10vw;
    }

    .section-with-image .content {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .section-with-image .content .text,
    .section-with-image .content .basic-image {
        width: 100%;
    }

    .section-with-image .content .basic-image {
        position: static;
        height: auto;
        aspect-ratio: 4/3;
        max-height: 400px;
    }

    .section-with-image .bg {
        width: 120vw;
        bottom: 3vw;
    }

    .section-with-image.right .container:last-child {
        padding: 0;
        margin-left: 0;
        max-width: 600px;
        margin: 0 auto;
    }

    .section-with-image.right .content {
        flex-direction: column;
    }

    .section-with-image.right .content .text {
        width: 100%;
        margin-left: 0;
        padding-bottom: 20vw;
    }

    .big-text .container {
        max-width: 600px;
    }

    .big-text .container p {
        font-size: 18px;
    }

    .model .content {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .model .content .left,
    .model .content .right {
        width: 100%;
    }

    .model .content .right,
    .model .content .right canvas {
        aspect-ratio: none;
        max-height: 450px;
    }

    .cards-new .items {
        gap: 20px;
    }

    .cards-new .item {
        width: 100%;
        padding: 20px 20px 260px;
    }

    .cards-new .item .icon {
        margin: -60px 0 20px;
        width: 80px;
        height: 80px;
    }

    .cards-new .item .icon img {
        width: 40px;
        height: 40px;
    }

    .cards-new .item h3 {
        font-size: 18px;
    }

    .cards-new .item .masked-image {
        height: 230px;
    }

    .quotemark {
        margin: 0 auto 30px;
        height: 100px;
    }

    .quote-section p {
        font-size: 16px;
    }

    .quote-section .quote {
        margin: 0 auto 30px;
    }

    .quote-section .quote p {
        font-size: 20px;
        line-height: 1.5;
    }

    .gray-content {
        padding: 80px 20px;
    }

    .gray-content .bg {
        mask-image: url('../images/new-mask-mobile.png');   
    }

    .gray-content p {
        font-size: 16px;
    }

}

@media (min-width: 481px) and (max-width: 1079px) {
    .hero h1,
    .sub-hero h1 {
        font-size: 36px;
    }

    .swiper-button-prev {
        left: -50px !important;
    }

    .swiper-button-next {
        right: -50px !important;
    }

    section {
        margin: 80px 0;
    }

    .contact .container {
        padding: 40px;
    }

    h2,
    .contact h2 {
        font-size: 36px;
    }
}

@media (min-width: 1080px) and (max-width: 1299px) {
    .swiper-button-prev {
        left: -40px !important;
    }

    .swiper-button-next {
        right: -40px !important;
    }

    .services .item .content p, 
    .more-services .item .content p {
        padding: 20px;
    }

    .whyus .bottom .bg {
        aspect-ratio: 4/3;
    }

}