@font-face {
  font-family: HelveticaFont;
  src: url('../fonts/Helvetica.ttf');
}
@font-face {
    font-family: HelveticaFont;
    src: url('../fonts/Helvetica-Bold.ttf');
    font-weight: bold;
}
@font-face {
    font-family: RobotoFont;
    src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: RobotoFont;
    src: url('../fonts/Roboto-Bold.ttf');
    font-weight: bold;
}
@font-face {
  font-family: RussoOneFont;
  src: url('../fonts/RussoOne-Regular.ttf');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #353030;
    color: #ffffff;
    font-family: RobotoFont;
}

span {
    color: #47A86D;
}
h1, h2, h3 {
    font-family: RussoOneFont;
}

.btn {
    padding: 0 40px;
    border-radius: 60px;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    cursor: pointer;
    height: 64px;
    align-content: center;
    -webkit-align-content: center;
    display: inline-block;
}

.btn:hover {
    opacity: 0.8;
}

.btn.red {
    background-color: #F34822;
}

.btn.green {
    background-color: rgba(194, 255, 206, 0.24);
}

.btn.white {
    background-color: rgba(255, 255, 255, 0.25);
}
.btn.transparent {
    border: #47A86D solid 1px;
    color: #47A86D;
}

.gradient-line {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-image: linear-gradient(to right, rgba(139, 240, 164, 0.2), rgba(24, 158, 57, 1),rgba(221, 255, 230, 0.2)) 1;
}

.align-center {
    text-align: center;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.overlay.active {
    display: block;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 10px;
}

.header .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.header .navbar .nav-menu {
    list-style: none;
    display: flex;
    gap: 10px;
}

.header .navbar .nav-menu li {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    padding: 10px;
}

.header .navbar .nav-menu a {
    text-decoration: none;
    color: #ffffff;
}

.header .navbar .nav-menu a:hover,
.header .navbar .nav-menu .submenu a:hover {
    color: #47A86D;
}

.header .navbar .nav-menu .submenu {
    display: none;
    position: absolute;
    background-color: #353030;
    padding: 10px;
    list-style: none;
    z-index: 10;
    top: 36px;
    left: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}

.header .navbar .nav-menu .submenu li {
    margin-bottom: 20px;
    padding: 0;
}

.header .navbar .nav-menu .submenu li:last-child {
    margin-bottom: 0;
}

.header .navbar .nav-menu .submenu a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-size: 14px;
    white-space: nowrap;
}

.header .navbar .nav-menu li.has-submenu {
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.header .navbar .nav-menu li.has-submenu:hover {
    background-color: #353030;
}

.header .navbar .nav-menu li.has-submenu:hover .submenu {
    display: block;
}

.header .navbar .contact-button {
    padding: 0 15px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    border-radius: 50px;
    height: 34px;
}

.header .navbar .mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
}

.header .navbar .mobile-menu-btn img {
    width: 30px;
    height: 30px;
}

.header .navbar .mobile-menu {
    position: fixed;
    right: -100%;
    top: 0;
    height: 100%;
    background-color: #353030;
    transition: right 0.3s ease;
    z-index: 100;
    overflow: scroll;
}

.header .navbar .mobile-menu .close-menu-btn {
    position: absolute;
    right: 20px;
    top: 33px;
    background: none;
    border: none;
    cursor: pointer;
}

.header .navbar .mobile-menu .close-menu-btn img {
    width: 30px;
    height: 30px;
}

.header .navbar .mobile-menu .contact-button {
    display: inline-block;
}

.header .navbar .mobile-menu ul {
    list-style: none;
    padding: 20px;
    margin-top: 60px;
}

.header .navbar .mobile-menu ul.mobile-submenu {
    margin-top: 0;
    padding-bottom: 0;
}

.header .navbar .mobile-menu ul li {
    margin-bottom: 20px;
}

.header .navbar .mobile-menu ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
}

.header .navbar .mobile-menu.open {
    right: 0;
}

.header .navbar .mobile-menu.open .close-menu-btn {
    position: fixed;
}

.hero {
    background-image: url('../images/hero-bg.png');
    background-size: cover;
    background-position: center;
    padding: 160px 0;
    height: 100vh;
    align-content: end;
    -webkit-align-content: flex-end;
}

.hero .hero-content {
    max-width: 650px;
}

.hero .hero-content h1 {
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 30px;
    font-weight: 400;
}

.hero .hero-content p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
    font-weight: 400;
    border-bottom: rgba(255, 255, 255, 0.22) solid 1px;
    padding-bottom: 5px
}

.hero .hero-content .hero-buttons {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.hero .hero-content .hero-buttons a {
    background-image: url('../images/icons/arrow-icon.svg');
    background-repeat: no-repeat;
    background-position: right 40px center;
    padding-right: 80px;
}

.index-content-bg {
    background-repeat: no-repeat;
    background-image: url('../images/bg-vector-index-2.png'), url('../images/bg-vector-index-3.png'), url('../images/bg-vector-index-4.png');
    background-position: left top, right center, left bottom;
}

.services {
    padding: 160px 0 60px 0;
    background-image: url('../images/bg-1.svg');
    background-repeat: no-repeat;
    background-position: right top;
}

.services h2 {
    text-align: center;
    font-size: 45px;
    line-height: 45px;
    font-weight: 400;
    max-width: 210px;
    margin: 0 auto 60px auto;
    padding-bottom: 10px;
}

.services .services-cards {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.services .service-card {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 30px;
    flex: 1;
    position: relative;
    height: 108px;
    transition: height 0.3s ease;
    overflow: hidden;
}

.services .service-card h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 25px;
}

.services .service-card ul {
    display: none;
    padding-left: 27px;
    margin-bottom: 43px;
}

.services .service-card ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 12px;
}

.services .service-card a {
    display: none;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #47A86D;
    position: absolute;
    bottom: 30px;
    right: 30px;
    text-decoration: none;
}

.services .service-card a:hover {
    opacity: 0.8;
}

.services .service-card:hover {
    height: 308px;
}

.services .service-card:hover ul,
.services .service-card:hover a {
    display: block;
}

.sectors {
    padding: 60px 0 30px 0;
}

.sectors h2 {
    text-align: center;
    font-size: 45px;
    line-height: 45px;
    font-weight: 400;
    max-width: 190px;
    margin: 0 auto 60px auto;
    padding-bottom: 10px;
}

.sectors .sector-card {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    display: flex;
    margin-bottom: 30px;
    position: relative;
}

.sectors .sector-card .sector-card-prev {
    width: 40%;
    background-size: cover;
    background-position: center;
    min-height: 400px;
}

.sectors .sector-card .sector-card-prev.left {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.sectors .sector-card .sector-card-prev.right {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.sectors .sector-card .sector-card-content {
    padding: 30px;
    flex: 1;
    position: relative;
}

.sectors .sector-card h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}

.sectors .sector-card p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 50px;
}

.sectors .sector-card a {
    text-decoration: none;
    color: #47A86D;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    background-image: url('../images/icons/arrow-green-icon.svg');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 40px;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.sectors .sector-card a:hover {
    opacity: 0.8;
}

.about-us {
    padding: 60px 0 60px 0;
}

.about-us h2 {
    font-size: 45px;
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 30px;
    max-width: 220px;
    padding-bottom: 10px;
}

.about-us .about-us-content {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.about-us .about-us-content p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    flex: 1;
    padding-right: 60px;
}

.about-us .about-us-content .btn {
    background-image: url('../images/icons/arrow-green-icon.svg');
    background-repeat: no-repeat;
    background-position: right 40px center;
    padding-right: 80px;
}

.contact {
    background-color: #121214;
}
.contact-content {
    display: flex;
    padding: 60px 0;
}

.contact .contact-content .contact-info {
    padding-left: 60px;
    align-content: center;
    -webkit-align-content: center;
}

.contact .contact-content .contact-info span {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: rgba(125, 125, 125, 1);
    display: block;
    margin-bottom: 6px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}

.contact .contact-content .contact-info span.address {
    background-image: url('../images/icons/location-icon.svg');
}

.contact .contact-content .contact-info span.mobile {
    background-image: url('../images/icons/mob-icon.svg');
}

.contact .contact-content .contact-info span.phone {
    background-image: url('../images/icons/phone-icon.svg');
}

.contact .contact-content .contact-info span.email {
    background-image: url('../images/icons/mail-icon.svg');
}

.contact .contact-content .contact-info a,
.contact .contact-content .contact-info p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 12px;
}

.contact .contact-content .contact-info a {
    color: #ffffff;
    text-decoration: none;
    display: block;
}

.contact .contact-content .contact-info a.green,
.contact .contact-content .contact-info p.green {
    color: #47A86D;
    font-weight: 700;
}

.contact .contact-content .map {
    background-image: url('../images/map.png');
    background-size: cover;
    background-position: center;
    width: 515px;
    height: 296px;
}

.service-hero .hero-title,
.service-hero .hero-desc {
    background-size: cover;
    background-position: center;
}

.service-hero .hero-title {
    align-content: center;
    -webkit-align-content: center;
    height: 532px;
}

.service-hero .hero-title h1 {
    font-size: 55px;
    font-weight: 400;
    line-height: 55px;
    max-width: 500px;
}

.service-hero .hero-desc {
    padding: 80px 0;
}

.service-hero .hero-desc p {
    background: rgba(0, 0, 0, 0.75);
    padding: 40px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    border: solid 1px #47A86D;
    border-left-width: 16px;
    max-width: 830px;
}

.service-hero .hero-desc p span {
    font-weight: 700;
    color: #47A86D;
}

.service-content {
    padding: 120px 0 80px 0;
    background-repeat: no-repeat;
}

.service-content.bg-left {
    background-image: url('../images/bg-vector-left.png'), url('../images/service-content-bg-left.svg');
    background-position: left -500px, left bottom;
}

.service-content.bg-right {
    background-image: url('../images/bg-vector-left.png'), url('../images/service-content-bg-right.svg');
    background-position: left -450px, right bottom;
}

.service-content.bg-left-long {
    background-image: url('../images/bg-vector-left.png'), url('../images/bg-vector-right.png'), url('../images/service-content-bg-left.svg');
    background-position: left -500px, right center, left bottom;
}

.service-content.bg-right-long {
    background-image: url('../images/bg-vector-left.png'), url('../images/bg-vector-right.png'), url('../images/service-content-bg-right.svg');
    background-position: left -450px, right center, right bottom;
}

.service-content .content-item {
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.service-content .content-item img {
    width: 500px;
    height: 400px;
}

.service-content .content-item.left img {
    box-shadow: #23522F -10px 10px 0 0;
    margin-right: 60px;
}

.service-content .content-item.right {
    justify-content: space-between;
}

.service-content .content-item.right img {
    box-shadow: #23522F 10px 10px 0 0;
    margin-left: 60px;
}

.service-content .content-item ul {
    list-style: none;
}

.service-content .content-item h2 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 30px;
}

.service-content .content-item h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 12px;
}

.service-content .content-item ul li,
.service-content .content-item p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}

.service-content .content-item ul li {
    background-image: url('../images/icons/check-circle-icon.svg');
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 45px;
}

.service-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

@media (max-width: 768px) {
    .header .navbar .mobile-menu-btn {
        display: block;
    }

    .header .navbar .nav-menu {
        display: none;
    }

    .header .navbar .contact-button {
        display: none;
    }

    .container {
        padding: 0 20px;
    }

    .hero {
        padding: 120px 0;
        background-position: 0;
    }

    .service-hero .hero-title h1,
    .hero .hero-content h1 {
        font-size: 35px;
        line-height: 40px;
    }

    .service-hero .hero-title h1 {
        text-align: center;
        max-width: unset;
    }

    .hero .hero-content p {
        font-size: 16px;
        line-height: 22px;
        text-align: justify;
    }

    .services .services-cards {
        grid-template-columns: 1fr;
    }

    .services .service-card {
        height: auto;
        overflow: auto;
    }

    .services .service-card ul,
    .services .service-card a {
        display: block;
    }

    .services .service-card:hover {
        height: auto;
    }

    .sectors .sector-card {
        flex-direction: column;
    }

    .sectors .sector-card {
        flex-direction: column;
    }

    .sectors .sector-card .sector-card-prev {
        height: 0;
        min-height: unset;
    }

    .about-us .about-us-content {
        flex-direction: column;
    }

    .about-us .about-us-content p {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .contact-content {
        flex-direction: column;
    }

    .contact .contact-content .contact-info {
        padding-left: 0;
        margin-bottom: 20px;
    }

    .contact .contact-content .map {
        width: 100%;
        order: 1;
    }

    .service-content {
        padding: 100px 0 40px 0;
    }

    .service-hero .hero-title {
        height: auto;
        padding: 150px 0 80px 0;
    }

    .service-hero .hero-desc {
        background: none !important;
        padding-bottom: 0;
    }

    .service-hero .hero-desc p {
        padding: 20px;
        text-align: justify;
    }

    .service-content .content-item {
        flex-direction: column;
    }

    .service-content .content-item img {
        width: 250px;
        height: 200px;
    }

    .service-content .content-item.right img,
    .service-content .content-item.left img {
        margin: 0 auto 30px auto;
    }

    .service-content .content-item.right .text {
        order: 1;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 100px 0;
        text-align: center;
    }

    .service-hero .hero-title h1,
    .hero .hero-content h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .hero .hero-content p {
        font-size: 14px;
        line-height: 18px;
    }

    .hero .hero-content .hero-buttons {
        flex-direction: column;
        gap: 15px;
        align-items: center;
        -webkit-align-items: center;
    }

    .services h2,
    .sectors h2,
    .about-us h2 {
        font-size: 30px;
        line-height: 35px;
    }
}
