.slideshow {
    z-index: 1;
    position: relative;
    width: 100vw;
    /*height: calc(100vh - 105px);*/
    height: calc(100vh - 220px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: #262626;
}

.video-cover{


  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;

}

.slide {
    z-index: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: opacity 0.5s ease-in-out;
}

.slide-active {
    opacity: 1;
}

.slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    user-select: none;
}

.slide-content {
    z-index: 1;
    margin-top: auto;
    margin-left: 10%;
    margin-bottom: 50px;
    color: white;
}

.slide-content-header {
    font-size: 30px;
    margin-bottom: 15px;
}

.slide-content-text {
    font-size: 40px;
    background-color: #262626;
    width: 450px;
    padding: 20px;
    border-radius: 10px;
    font-weight: bold;
    font-family: PoppinsBold;
}

.controls {
    margin-bottom: 100px;
    margin-left: 10%;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    width: 200px;
}

.control {
    z-index: 100;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background-color: white;
    cursor: pointer;
    border: none;
}

.control-active {
    transition: 0.5s;
    width: 100px;
    border-radius: 10px;
}

.content {
    padding: 0 10%;
    background-color: #F5F5F5;
    /*padding-top: 75px;
    padding-bottom: 75px;*/
    padding-top: 45px;
    padding-bottom: 45px;
}

.content-box {
    display: flex;
    gap: 50px;
}

.content-col {
    width: 100%;
    /*text-align: center;*/
    background-color: #F5F5F5;
}

.content-col:first-of-type {
    margin: auto 0;
}

h1 {
    font-weight: bold;
    font-family: PoppinsBold;
    font-size: 40px;
    margin-bottom: 30px;
}

.content-box p {
    font-size: 25px;
    margin-bottom: 50px;
}

.button-design {
    font-size: 18px;
    background-color: #219EFF;
    border-radius: 10px;
    color: white;
}

.content-box img {
    width: 100%;
    margin-bottom: auto;
}

.content-row {
    margin: 100px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.short-description {
    width: 300px;
}

.description-title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

.short-description p {
    font-size: 20px;
}

.service {
    width: 100%;
    display: flex;
}

.service-image {
    width: 50%;
}

.service-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.service-text {
    width: 50%;
    background-color: #262626;
    padding: 50px;
    padding-right: 10%;
    box-sizing: border-box;
}

.service-title {
    font-size: 45px;
    font-weight: bold;
    color: white;
    margin-bottom: 15px;
}

.service p {
    color: white;
    font-size: 18px;
}

.service p:last-of-type {
    margin-bottom: 40px;
}

.service:last-of-type {
    flex-direction: row-reverse;
}

.service:last-of-type .service-text {
    padding: 50px;
    padding-left: 10%;
}

.workers {
    padding: 0 10%;
    padding-bottom: 75px;
    margin: 0;
    align-items: start;
    gap: 25px;
}

.worker {
    width: 350px;
    text-align: center;
}

.workers-title {
    font-size: 60px;
    color: #262626;
    font-weight: bold;
    width: 100%;
    margin: 100px 0 50px 0;
    text-align: center;
    font-family: PoppinsBold;
}

.worker-name {
    font-size: 33px;
    font-family: PoppinsBold;
}

.worker-position {
    font-size: 18px;
    margin-bottom: 10px;
}

.worker p {
    font-size: 15px;
}

.worker:last-of-type {
    height: 179px;
    display: flex;
    flex-direction: column;
}

.worker:last-of-type p {
    margin-top: auto;
}

.help {
    padding: 150px 0;
    background-color: #262626;
    text-align: center;
}

.help-title {
    font-size: 60px;
    font-family: PoppinsBold;
    color: white;
    margin-bottom: 25px;
}

.searchbar {
    margin: 0 auto;
    background-color: white;
    width: 50%;
    display: flex;
    border-radius: 20px 25px 25px 20px;
    border: none;
    gap: 25px;
    padding-left: 25px;
}

.searchbar input[type="text"] {
    border: none;
    font-size: 27px;
    color: #262626;
    font-weight: bold;
    outline: none;
    width: 100%
}

.searchbar input[type="text"]::placeholder {
    color: #262626;
    font-weight: bold;
}

.searchbar input[type="button"] {
    margin-left: auto;
    border-radius: 20px;
    background-color: #219EFF;
    color: white;
    padding: 20px 25px;
    border: none;
    font-size: 20px;
    cursor: pointer;
    font-family: Poppins;
}

.news-header-title {
    /*font-size: 60px;*/
    font-size: 40px;
    font-family: PoppinsBold;
    color: #262626;
    margin: 0px 0 50px 0;
    width: 100%;
    text-align: center;
}

.news-box {
    padding: 0 10%;
    padding-bottom: 75px;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news {
    width: 350px;
    transition: .5s;
    background-color: white;
    padding-bottom: 10px;
}

.news:hover {
    transform: scale(1.025);
}

.news img {
    width: 100%;
    aspect-ratio: 1.33;
}

.news-title {
    font-size: 20px;
    font-weight: bold;
    padding: 15px 10px;
}

.news p {
    padding: 0 10px;
}

.news-date {
    padding: 0 10px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.news-date img {
    width: 25px;
    height: 25px;
}

.feedback {
    background-color: #262626;
    padding: 75px 10%;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.feedback-text {
    width: 60%;
}

.feedback-form {
    width: 40%;
}

form input,textarea {
    width: 100%;
    box-sizing: border-box;
    border-radius: 15px;
    border: none;
    font-size: 20px;
    padding: 15px 25px;
    margin-bottom: 10px;
    font-family: Poppins;
    outline: none;
}

form input::placeholder, textarea::placeholder {
    font-family: Poppins;
}

form textarea {
    padding: 30px;
    resize: none;
    height: 250px;
}

.form-row {
    display: flex;
    gap: 10px;
}

.feedback-title {
    font-size: 35px;
    font-family: PoppinsBold;
    color: white;
    margin-bottom: 40px;
}

.feedback-text p {
    color: white;
    font-size: 20px;
    font-weight: normal;
}

input[type="submit"] {
    background-color: #219EFF;
    color: white;
    cursor: pointer;
}

@media(max-width: 1024px) {
    .content {
        padding: 0 5%;
    }
    .content-box {
        flex-direction: column;
        padding: 25px 0;
    }

    .content-box img {
        border-radius: 50px;
    }

    .content-row {
        justify-content: center;
        gap: 35px;
        text-align: center;
        margin: 35px 0;
    }

    .service {
        flex-direction: column-reverse;
    }

    .service-image {
        width: 100%;
    }

    .service-text {
        width: 100%;
        padding: 25px 5% 35px 5%;
    }

    .service:last-of-type {
        flex-direction: column-reverse;
    }

    .service:last-of-type .service-text {
        padding: 25px 5% 35px 5%;
    }

    .workers-title {
        font-size: 50px;
        margin: 35px 0 25px 0;
    }

    .content-box p {
        margin-bottom: 25px;
    }

    .help {
        padding: 50px 0;
    }

    .help-title {
        font-size: 50px;
    }

    .searchbar {
        width: 90%;
    }

    .searchbar .searchbar input[type="button"] {
        padding: 10px 15px;
        font-size: 18px;
    }

    .news-header-title {
        margin: 35px 0 25px 0;
    }

    .news-box {
        justify-content: center;
    }

    .feedback {
        flex-direction: column;
        padding: 25px 5%;
    }

    .feedback-text {
        width: 100%;
    }

    .feedback-form {
        width: 100%;
    }
}

@media (max-width: 1268px) {
    .slide-content {
        margin: 0 5%;
        margin-top: auto;
    }

    .slide-content-text {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 15px;
    }
    
    .controls {
        margin: 0 5%;
        margin-bottom: 50px;
        display: flex;
        justify-content: center;
    }
}

.news-section {
    /*padding-top: 75px;*/
    padding-top: 45px;
}

.news-text {
    height: 75px;
}