.background-svg {
    right: 0;
    position: absolute;
    z-index: -1;
    opacity: 40%;
    padding: 58px;
    width: 430px;
    height: 455.517px;
    padding-top: 20px;
}


body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #FFFFFF;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navbar {
    display: flex;
    height: 64px;
    padding: var(--20, 20px) 48px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
        
}

.logo {
    width: 193px;
    height: 35.413px;
}

.menu {
    display: flex;
    align-items: center;
}

.nav-list, .nav-list-mobile {
    list-style: none;
    display: flex;
    align-items: center;
    gap: var(--40-Section-radius, 40px);   
}

.nav-list li, .nav-list-mobile li {
    margin-right: 20px;
}

.nav-list a, .nav-list-mobile a {
    text-decoration: none;
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.nav-list a:hover, .nav-list-mobile a:hover {
    color: #4CAF50;
}

.contact-btn {
    text-decoration: none;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;        
    border: none;
    padding: 10px 20px;
    border-radius: 28px;
    background: var(--Green, #0EE07D);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-btn:hover {
    background-color: #4caf5091;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 5em;
    color: #0ee07d;
    cursor: pointer;
}
.container {
    display: flex;
    height: 800px;
    padding: 10px 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    background: linear-gradient(0deg, rgba(10, 16, 25, 0.40) 0%, rgba(10, 16, 25, 0.40) 100%), url(img/img-main.webp), lightgray 50% / cover no-repeat;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  h1 {
    width: auto;
    margin: auto;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 125% */
  }

  h3 {
    width: auto;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }

  p {
    width: auto;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }  
  .bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
  }  

  
  .custom-body {
    display: flex;
    padding: 48px;
    align-items: center;
    gap: 124px;
    align-self: stretch;
}

.custom-container {
    gap: 124px;
}

.custom-image {
    max-width: 100%;
    height: auto;
    margin: 0 auto 20px;
    border-radius: 16px;

}

.custom-title {
    color: var(--Black, #0C0C0C);
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 64px */
    padding-bottom: 70px;
}

.custom-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

.custom-icon {
    display: flex;
    color: var(--Black, #0C0C0C);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 225%; /* 136% */  /* 27.2px */    
    margin-right: auto;
    margin-bottom: 5px;
    gap: 12px
}

.custom-sub-title {
    color: var(--Black, #0C0C0C);
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 136%; /* 43.52px */
    margin-bottom: 60px;
    margin-top: 20px;
}

.custom-description {
    color: #595959;

    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */
    margin-bottom: 30px;
}

.proud-partner-s4 {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .custom-container {
        display: flex;
        align-items: center;
        text-align: left;
    }

    .custom-image {
        order: 2;
        width: 50%;
    }
}

.text-2 {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;    
}

.benefits {
    display: flex;
    padding: 80px 50px;
    flex-direction: column;
    gap: 60px;
    align-self: stretch;
    border-radius: var(--40-Section-radius, 40px) var(--40-Section-radius, 40px) 0px 0px;
    background: linear-gradient(97deg, #0EE07D 5.74%, #028748 120.65%);
    position: relative;
    z-index: 1;
                
}
.benefits-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    z-index: 1;
}


.benefit-item {
    text-align: center;
    width: 45%;
    margin: 10px;
    border-radius: var(--20, 20px);
    border: 1px solid var(--Neutral-Solid-50, #ECEFF3);
    background: var(--Text-White, #FFF);
    /* Shadow */
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    padding: var(--40-Section-radius, 40px) 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    margin-top: 60px;
}

.benefit-icon {
    width: 50px; /* Задайте бажаний розмір для іконок */
    height: 50px;
    margin-bottom: 10px;
}

.img-s4 {
    height: 35px;
}

@media (max-width: 768px) {
    .benefit-item {
        width: auto;
    }
}
@media (max-width: 768px) {
    .benefits {
        padding: 70px 8px;
        gap: 0;
    }
    .custom-body {
        padding: 20px;
    }
    .container {
        padding: 10px;
        background: linear-gradient(0deg, rgba(10, 16, 25, 0.40) 0%, rgba(10, 16, 25, 0.40) 100%), url(img/img-main-mob.webp), lightgray 50% / cover no-repeat;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    .image-container {
        padding: 15px;
    }
    .custom-title {
        padding: 0px;
    }
    .custom-icons {
        padding: 10px;
    }
}

.benefit-description {
    color: var(--Black, #000);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */ 
    text-align: left;   
    margin: 0px 0px 50px 0px;
}
.benefit-heading {
    color: var(--Black, #000);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */ 
    text-align: left;   
    margin: 10px 0px;
}
.title-banefit {
    color: var(--Black, #0C0C0C);
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.about-us-container {
    text-align: left;
    display: flex;
    padding: 48px;
    align-items: center;
    gap: 124px;
    align-self: stretch;
  }

  .image-container {
    flex: 1;
    order: 1; /* Изображение слева */
  }

  .image-container img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    background: lightgray 50% / cover no-repeat;        
  }

  .text-container {
    flex: 1;
    order: 2; /* Текст справа */
    padding: 0 20px;
    text-align: justify;
  }

  .about-us-title {
    color: var(--Black, #0C0C0C);
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 64px */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;    
  }

  .about-us-text {
    display: flex;
    height: auto;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: var(--20, 20px);    
    flex-shrink: 0;
    align-self: stretch;   
    color: #595959;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */
    height: 480px;
    text-align: left;
  }

  @media (max-width: 768px) {
    .about-us-text {
        height: auto;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .about-us-container {
        gap: 16px;
        flex-direction: column;
        padding: 10px;
        display: flex;
    }
}
footer {
    color: #fff;
    text-align: center;
    bottom: 0;
    width: auto;
    border-radius: 16px 16px 0px 0px;
    background: var(--Black, #0C0C0C);
    /* padding: 56px 48px 28px 48px; */
    padding: 46px 48px 28px 48px;
    gap: 48px;
    align-self: stretch;            
  }

  .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .email {
    /* margin-left: auto; */
    display: flex;
    padding: 8px 2px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Grey-35, #AAA);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%; /* 21.76px */
    letter-spacing: -0.08px;
    text-decoration: none;
            
  }

  .additional-info {
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--Grey-35, #AAA);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%; /* 19.04px */

  }
  .privacy-policy-link {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%; 
    text-decoration: none;   
  }

  @media (max-width: 768px) {
    .footer-content {
       display: block;
    }
}
body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-thumb {
    background-color: #0EE07D; 
    border-radius: 6px;
}

body::-webkit-scrollbar-track {
    background-color: #F5F5F5; 
    border-radius: 6px;
}


.comment-container {
    display: flex;
    flex-direction: row-reverse;
    gap: 32px;
    border-radius: 16px;
    background: #F5F5F5;
    width: 48%;
    margin: 10px;
    box-sizing: border-box;
    padding: var(--40-Section-radius, 40px) 32px;
    
}

.comment-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 10px; /* Зміна тут: margin-left замість margin-right */
}

.comment-info {
    display: flex;
    flex-direction: column;
}

.comment-name {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.comment-profession {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.comment-linkedin {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--20, 20px);
}

.comment-text {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 171.429% */
    
}
.coments {
    display: flex;
    flex-wrap: wrap;
    padding: 48px;
}
.founders {
    color: var(--Black, #0C0C0C);
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding: 48px;
}
@media only screen and (max-width: 1100px) {
    .comment-container {
      width: 100%;
    }
    .about-us-text {
        height: auto;
        text-align: left; 
    }
  }
  @media only screen and (max-width: 720px) {
    .comment-container {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
    }
    .coments {
        padding: 15px;
    }
  }  
  .priv {
    display: flex;
    padding: var(--40-Section-radius, 40px) 70px;
    align-items: flex-start;
    flex: 1 0 0;
    background: #fff;
    margin: auto;
    flex-direction: column;
}  
.priv-head {
    padding: 48px;
    width: 70%;
    color: var(--Black, #0C0C0C);
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 64px */
       
}
@media only screen and (max-width: 720px) {
    .benefits-container {
        flex-direction: column;
    }
}
@media only screen and (max-width: 1000px) {
    .menu {
        display: none;
    }
}
@media only screen and (min-width: 1000px) {
    .open-main-nav  {
        display: none;
    }
}
@media only screen and (min-width: 1000px) {
    .main-nav  {
        display: none;
    }

    .img-s4 {
        height: 50px;
    }
}
@media only screen and (max-width: 1000px) {
    .main-nav {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        text-align: center;
        background: #FFF;
        opacity: 0;
        z-index: -1;
        visibility: hidden;
        transition: all .375s;
    }
    
    .main-nav.is-open {
        opacity: 1;
        z-index: 100;
        visibility: visible;
        overflow: hidden;
    }
    
    
    .main-nav.is-open::before {
        transform: skew(-14deg) translateX(0);
    }
    
    
    .main-nav ul {
        display: inline-flex;
        flex-direction: column;
        height: 93%;
        justify-content: center;
        text-align: center;
    }
    
    .main-nav li {
        display: block;
        margin: .5rem 0;
        text-align: right;
        transform: skew(16deg);
    }
    
    .main-nav a {
        opacity: 0;
        transform: translateY(-10px);
    }
    
    .main-nav.is-open a {
        opacity: 1;
        transform: translateY(0);
    }
    .main-nav li:nth-child(1) a {
        transition: all 275ms 175ms
    }
    .main-nav li:nth-child(2) a {
        transition: all 275ms 225ms
    }
    .main-nav li:nth-child(3) a {
        transition: all 275ms 275ms
    }
    .main-nav li:nth-child(4) a {
        transition: all 275ms 325ms
    }
    .main-nav li:nth-child(5) a {
        transition: all 275ms 375ms
    }
    
    
    .main-nav ul,
    .main-nav li {
        list-style: none;
        padding: 0;
    }
    .main-nav a {
        display: block;
        padding: 12px 0;
        color: #000;
        font-size: 1.4em;
        text-decoration: none;
    }
    
    .open-main-nav {
        position: absolute;
        padding-top: 20px;
        right: 15px;
        z-index: 1000;
        background: none;
        border: 0;
        cursor: pointer;
    }
    .open-main-nav:focus {
        outline: none;
    }
    .burger {
        position: relative;
        display: block;
        width: 28px;
        height: 4px;
        margin: 0 auto;
        background: #0ee07d;
        transform: skew(5deg);
        transition: all .275s;
    }
    
    .burger:after,
    .burger:before {
        content: '';
        display: block;
        height: 100%;
        background: #0ee07d;
        transition: all .275s;
    }
    
    .burger:after {
        transform: translateY(-12px) translateX(-2px) skew(-20deg);
    }
    
    .burger:before {
        transform: translateY(-16px) skew(-10deg);
    }
    
    .is-open .burger {
        transform: skew(5deg) translateY(-8px) rotate(-45deg);
    }
    
    .is-open .burger:before {
        transform: translateY(0px) skew(-10deg) rotate(75deg);
    }
    
    .is-open .burger:after {
        transform: translateY(-12px) translateX(10px) skew(-20deg);
        opacity: 0;
    }
        
    }
@media only screen and (max-width: 1000px) {
    .navbar { 
        padding: 10px;
        }
    .founders{
        padding: 20px;
    } 
    .title-banefit{
        padding: 20px;
    }     
    
}   

.div-proud{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.text-proud{
    float: left;
    color: var(--Grey-35, #AAA);
    font-size: 14px; 
}