* {
    font-family: "Inter", sans-serif;
}

p {
    font-size: 20px;
    line-height: 1.5;
}

.container {
    max-width: 1000px;
    padding: 20px 0;
    margin: 0 auto;
}

img {
    width: 100%;

}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;

}

.nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.nav-links li {
    margin-right: 20px;
}

.nav-links a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

.quote-btn {
    background-color: #0C5CFF;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
    display: block;
}

.burger-menu {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 69px;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links li {
        margin: 10px 0;
    }

    .burger-menu {
        display: block;
    }

    .quote-btn {
        padding: 8px 16px;
        font-size: 14px;
    }
}


.hero {
    margin: 50px 0;
}

.hero__block {
    text-align: center;
}

h1 {
    font-size: 78px;
    line-height: 119%;
    text-align: center;
    margin: 0;
}

.hero__text {
    font-size: 18px;
    font-weight: bold;
}

.hero__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.hero-btn {
    background-color: #0C5CFF;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
    display: block;
    width: fit-content;
}

.subtitle {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}


.about {
    margin: 0 0 50px;
    text-align: center;
}

h2 {
    font-size: 40px;
    margin: 0 0 20px;
    position: relative;
}

/* h2::before {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 470px;
    height: 8px;
    border-radius: 5px;
    top: -10px;
    left: calc(50% - 235px);
    background: linear-gradient(to right,
            #D05037 0%,
            #EF3C3F 22%,
            #BF3A67 46%,
            #5360D3 79%,
            #1097D7 100%);
} */


.service {
    text-align: center;
    margin-bottom: 30px;

}

.service__images {
    display: grid;

    grid-template-columns: repeat(3, 200px);
    align-items: center;
    justify-content: center;
    gap: 20px;

}

.service__img {
    max-width: 200px;
    margin: 0 auto;
    text-align: center;

}

.service__img-description {
    font-weight: bold;
    margin: 5px 0;
}

@media (max-width: 768px) {
    .service__images {
        grid-template-columns: repeat(1, 200px);
    }

    h1 {
        font-size: 38px;
        line-height: 119%;
        text-align: center;
        margin: 0;
    }

    h2 {
        font-size: 28px;
    }

    h2::before {
        max-width: 100%;

        left: 0;
    }

    p {
        font-size: 18px;
    }

}


.why{
    margin-bottom: 50px;
    text-align: center;
}
.why__items{
    display: grid;
    grid-template-columns: repeat(2,250px);
    justify-items: center;
    justify-content: center;
    gap: 50px;
    align-items: center;
}
.why__item{
    max-width: 250px;
}
.why__item img{
    max-width: 100px;
}
.why__title{
    font-weight: bold;
}
.why__text{
    
}

@media (max-width: 768px){
    .why__items{
         grid-template-columns: repeat(1,250px);
    }
}

.partner{
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
.partner__items{
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(3,250px);
    justify-content: center;
    margin-top: 50px;

}
.partner__item img{
    max-width: 100px;
}
.partner::after{
    content: '';
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/vector2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    
}

@media (max-width: 768px){
    .partner__items{
         grid-template-columns: repeat(1,250px);
    }
}


.events{
    text-align: center;
    margin-bottom: 50px;

}

.events__items{
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.events__item{
    max-width: 150px;
    margin: 0 auto;
    text-align: center;

}
.events__item img{
    width: 70px;
    height: 70px;
}
.events__description{
    font-weight: bold;
    margin: 5px 0;
}


.testim{
    text-align: center;
    margin-bottom: 50px;
}

.testim__items {
    display: grid;

    grid-template-columns: repeat(3, 200px);
    align-items: start;
    justify-content: center;
    gap: 20px;

}

.testim__item {
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
    min-height: 418px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

}
.testim__description{
    margin:0 0 10px;
    font-size: 16px;
}
.testim__name{
    font-weight: bold;
}
.testim__text{
    font-size: 16px;
}
@media (max-width: 768px){
    .testim__items{
        grid-template-columns: repeat(1, 200px);
    }
}
.choice{
    text-align: center;
    margin-bottom: 50px;
}
.choice__cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      padding: 20px;
    }
    .card {
      background: #fff;
      border: 2px solid #B8B8B8;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      width: 200px;
      text-align: center;
      padding: 15px;
      transition: transform 0.3s;
    }
    .card:hover {
      transform: scale(1.05);
    }
    .card h3 {
      font-size: 22px;
      margin-bottom: 10px;
    }
    .card p {
      font-size: 18px;
      margin: 5px 0;
    }
    .price {
      color: #e74c3c;
      font-weight: bold;
      font-size: 20px;
    }
    @media (max-width: 768px) {
      .card {
        width: 100%;
      }
    }

    .contact{
        text-align: center;
        margin-bottom: 50px;
    }

footer{
    position: relative;
    padding-top: 20px;
    text-align: center;
}

    footer::before{
        content: '';
    position: absolute;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    top: -10px;
    left: 0;
    background: linear-gradient(to right,
            #D05037 0%,
            #EF3C3F 22%,
            #BF3A67 46%,
            #5360D3 79%,
            #1097D7 100%);
    }


    .footer__logo img{
        width: 100%;
        max-width: 300px;
    }
    .footer__logo p {
        font-size: 16px;
        margin-top: 0;
        font-weight: bold;
    }
    .adress {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .adress img{
        width: 100%;
        max-width: 15px;
        
    }
    .adress p{
        font-size: 16px;
        margin: 5px 0;
        font-weight: bold;
    }
    .call {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .call img{
        width: 100%;
        max-width: 15px;
        
    }
    .call p{
        font-size: 16px;
        margin: 5px 0;
        font-weight: bold;
    }
    
    .footer-links {
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
    }
    
    .footer-links li {
        margin-right: 20px;
    }
    
    .footer-links a {
        text-decoration: none;
        color: #000;
        font-size: 16px;
        font-weight: bold;
}

