body {
    background: #1F202B;
}

* {
    color: white;
}

h1, h2, h3, p {
    color: white;
    font-family: "Montserrat", sans-serif;
}

body {
    background-image: url(../images/first.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

#header {
    background: #22323D;
    border: none;
}

#header a {
    color: white !important;
}

.first h1 {
    margin-top: 0;
    font-size: 55px;
    font-weight: 700;
    width: 50%;
    margin: 10px 0 20px;
}

.first p {
    width: 50%;
}

.first .pre-heading {
    background: rgba(64, 215, 225, 0.37);
    border-radius: 5px;
    padding: 2px;
    width: 270px;
    height: 39px;
    display: flex;
    align-items: center;
}

.first .pre-heading span {
    background: #40d7e1;
    border-radius: 5px;
    padding: 2px;
    width: 85px;
    height: 33px;
    display: flex;
    align-items: center;
}

.first button {
    background: #40d7e1;
    border-radius: 5px;
    width: 175px;
    height: 50px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border: none;
}

.first button:hover {
    color: white;
}

.about {
    padding: 40px 0;
}

.about span {
    text-align: center;
    color: #40d7e1;
    font-size: 18px;
    display: block;
}

.about h2 {
    margin: 10px auto;
    text-align: center;
    font-size: 42px;
}

.about p {
    margin: 0;
    text-align: center;
    font-size: 18px;
}

.service {
    padding: 40px 0;
}

.service span {
    text-align: center;
    color: #40d7e1;
    font-size: 18px;
    display: block;
}

.service h2 {
    margin: 10px auto;
    text-align: center;
    font-size: 42px;
}

.service p {
    margin: 0;
    text-align: center;
    font-size: 18px;
}

.service .s-blocks {
    display: flex;
    justify-content: stretch;
}

.service .s-blocks .block {
    width: 25%;
    padding: 10px 20px;
    transition: 0.3s;
}

.service .s-blocks .block h3 {
    font-size: 20px;
}

.service .s-blocks .block p {
    font-size: 16px;
    text-align: left;
}

.service .s-blocks .block:hover {
    background: #2f303b;
    border-radius: 0 0 44px;
}

.how {
    padding: 40px 0;
}

.how span {
    text-align: center;
    color: #40d7e1;
    font-size: 18px;
    display: block;
}

.how h2 {
    margin: 10px auto;
    text-align: center;
    font-size: 42px;
}

.how p {
    margin: 0;
    text-align: center;
    font-size: 18px;
}

.how .blocks {
    padding-left: 40px;
    border-left: 1px solid #40d7e1;
    position: relative;
}

.how .blocks .block h3 {
    font-size: 20px;
    text-align: left;
    position: relative;
}

.how .blocks .block h3:before {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #40d7e1;
    top: 0;
    left: -58px;
}

.how .blocks .block p {
    font-size: 16px;
    text-align: left;
}

.offers {
    padding: 40px 0;
}

.offers span {
    text-align: center;
    color: #40d7e1;
    font-size: 18px;
    display: block;
}

.offers h2 {
    margin: 10px auto 40px;
    text-align: center;
    font-size: 42px;
}

.offers-blocks {
    display: flex;
    gap: 40px;
}

.offers-blocks .start {
    width: 50%;
    background: white;
    border-radius: 20px;
    padding: 40px 20px;
}

.offers-blocks .start h3 {
    color: black;
    font-size: 25px;
}

.offers-blocks .start p {
    color: black;
    font-size: 18px;
}

.offers-blocks .start .price {
    font-size: 45px;
    color: black;
    font-weight: 900;
    display: flex;
    align-items: flex-end;
    line-height: 45px;
    margin-bottom: 20px;
}

.offers-blocks .start .price span {
    font-size: 18px;
    color: black;
    font-weight: 500;
    display: block ;
    line-height: normal;
}

.offers-blocks .start button {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background: black;
    color: white;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    transition: 0.3s;
}

.offers-blocks .start button:hover {
    background: white;
    color: black;
}

.bc {
    padding: 40px 0;
}

.bc span {
    text-align: center;
    color: #40d7e1;
    font-size: 18px;
    display: block;
}

.bc h2 {
    margin: 10px auto;
    text-align: center;
    font-size: 42px;
}

.bc p {
    margin: 0;
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
}

.progress-container {
    width: 400px;
    margin-bottom: 20px;
  }

  .progress-label {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .progress-bar {
    background-color: #2b2d35;
    border-radius: 10px;
    overflow: hidden;
    height: 16px;
    position: relative;
  }

  .progress-fill {
    background-color: #40d7e1;
    width: 95%; 
    height: 100%;
    border-radius: 10px;
    text-align: right;
    transition: width 0.4s ease;
  }

  .progress-fill span {
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 16px;
    font-size: 12px;
    color: black;
    opacity: 0.85;
  }

.testimonials span {
    text-align: center;
    color: #40d7e1;
    font-size: 18px;
    display: block;
}

.testimonials h2 {
    margin: 10px auto;
    text-align: center;
    font-size: 42px;
}

.testimonials p {
    margin: 0;
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
}

#footer {
    background: #22323D !important;
}

.mobile-menu .button_container span {
    background: white;
}

 .overlay.open {
    background: #22323D;
 }

 .treemenu li a.active, .treemenu li a:focus, .treemenu li a:hover, .treemenu li a {
    color: white !important;
    font-size: 18px;
 }

@media(max-width: 768px) {

    h1 {
        font-size: 35px !important;
    }
    h2 {
        font-size: 30px !important;
    }
    h3 {
        font-size: 25px !important;
    }
    p {
        font-size: 18px !important;
    }
    .first h1 {
        width: 100%;
        font-size: 35px;
    }

    .first p {
        width: 100%;
        font-size: 18px;
    }

    .first button {
        width: 100%;
    }

    .about h2, .service h2, .how h2, .offers h2, .bc h2, .testimonials h2 {
        font-size: 30px;
    }

    .service .s-blocks, .offers-blocks {
        flex-direction: column;
    }

    .service .s-blocks .block, .offers-blocks .start {
        width: 100%;
    }

    .progress-container {
        width: 100%;
    }
}


.firsts h1 {
    margin-top: 0;
    font-size: 55px;
    font-weight: 700;
    width: 100%;
    margin: 10px 0 20px;
    text-align: center;
}

.firsts p {
    width: 100%;
    text-align: center;
}

.team {
    padding: 40px 0;
}

.team span {
    text-align: center;
    color: #40d7e1;
    font-size: 18px;
    display: block;
}

.team h2 {
    margin: 10px auto;
    text-align: center;
    font-size: 42px;
}

.team p {
    margin: 0;
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
}

.servicess-block {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.servicess {
    width: 49%;
    padding: 10px;
}

.servicess span {
    text-align: left;
    color: #40d7e1;
    font-size: 18px;
    display: block;
}

.servicess h2 {
    margin: 10px auto;
    text-align: left;
    font-size: 42px;
}

.servicess p {
    margin: 0;
    text-align: left;
    font-size: 18px;
    margin-bottom: 40px;
}

.servicess button {
    background: #40d7e1;
    border-radius: 5px;
    width: 175px;
    height: 50px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border: none;
}

.servicess button:hover {
    color: white;
}

@media(max-width: 768px) {
    .servicess {
        width: 100%;
    }
}

.contacts span {
    text-align: left;
    color: #40d7e1;
    font-size: 18px;
    display: block;
}

.contacts h2 {
    margin: 10px auto;
    text-align: left;
    font-size: 42px;
    margin-bottom: 20px;
}

.adress {
    display: flex;
    gap: 10px;
}

.adress svg {
    width: 24px;
}

.news {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.news .block {
    width: 32%;
    padding: 20px;
    background: white;
    border-radius: 5px;
}

.news .block h2 {
    color: black;
    font-size: 24px;
}

.news .block p {
    color: black;
    font-size: 18px;
}

@media(max-width: 992px) {
    .news .block {
        width: 45%;
    }
}

@media(max-width: 768px) {
    .news .block {
        width: 100%;
    }
}

body, body p {
	font-size: 20px;
}

@media(max-width: 768px) {
	h1 {
        font-size: 35px !important;
    }
    h2 {
        font-size: 30px !important;
    }
    h3 {
        font-size: 25px !important;
    }
    p {
        font-size: 18px !important;
    }
}