body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #eeeeee;
}
header {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: visible;
}
nav {
    display: flex;
    position: relative;
    justify-content: space-around;
    align-items: center;
    padding: 10px 20px;
    /* background: rgba(0, 0, 0, 0.5); */
    z-index: 2;
    background-image: url(./img/new_new.jpg);
    z-index: 2;

}

nav .logo {
    display: flex;
    align-items: center;
}
nav .logo img {
    height: 100px;
    margin-right: 10px;
}
nav .title {
    color: white;
    text-align: center;
}
nav .title h3 {
    margin: 0;
    font-size: 24px;
    margin-bottom: 10px;

}
nav .title p {
    margin: 0;
    font-style: italic;
}
nav .rating img {
    height: 65px;
}
.header-content {

    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: rgb(29, 29, 29);
    padding: 60px 20px;
    z-index: 2;
}
.header-content h1, .header-content h2 {
    margin: 10px 0;
}

.flag-block-two {
    position: relative;
    background: url('./img/flag2.jpg') no-repeat center center/cover;
    background-attachment: fixed;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 660px) {

    .flag-block-two {
       
        background: url('./img/flag2-mobile.png') no-repeat center center/cover;

    }
    
    .flag-block {
       
        background: url('./img/flag-mobile.png') no-repeat center center/cover;
   
    }
    .flag-block-two {
        flex-direction: column;
        gap: 2vw;
    }
}

.main_header {
    position: relative;
    width: 100%;
    height: 64vh; 

    background-image: url('./img/new_header.jpg'); 
    background-size: cover; 
    background-position: center center; 
    background-repeat: no-repeat; 

}


.flag-block-two::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 11, 11, 0.7);
    z-index: 1;
}
.flag-block-two > * {
    position: relative;
    z-index: 2;
}
.flag-block-two h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
    margin-right: 15px;
    margin-left: 15px;
    max-width: 600px;
    font-style: italic;
}
.flag-block-two h2 span {
    color: #ffa8a8;
}

.flag-block-two img {
    width: 200px;
    height: 200px;
}

.header-text h3 {
    color: #1e1e1ef4;
    text-transform: uppercase;
    font-size: 2em;
    margin-top: 20px;
}

.header-text h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.header-text h1 {
    font-size: 4em;
    text-transform: uppercase;
}

.cta-button {
    background-image: linear-gradient(180deg, #FF0000 0%, #911212 100%);
    color: white;
    padding: 20px 30px;
    text-decoration: none;
    border-radius: 10px;
    border: 4px solid #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: max-content;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.cta-button:hover {
    background-image: linear-gradient(180deg, #bcbcbc 0%, #9e9e9e 100%);
    color: #111;
}

.cta-button img {
    width: 30px;
    height: 30px;
}

.header-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-image img {
    height: 35vh;
    position: absolute;
    top: 48%;
    left: 40px;
    z-index: 3; 
}

.header-text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}
.video-bg, .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.image-bg {
    display: none;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(235, 235, 235, 0.756);
    z-index: 1;
}


.img-truck {
    justify-content: center;
    align-content: center;
    display: none;
}

.img-truck img {
    height: 25vw;
    margin-top: 50px;
    z-index: 10;
    /* margin-top: -40px; */
}

main {
    margin-top: 100px;
}

.about-cont {
    display: flex;
    justify-content: center;
    gap: 3vw;
}

.about-cont-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 60vh;
}

.about-cont-text h3 {
    color: #FF0000;
    font-size: 160%;
}

.about-cont-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-cont-text h2 {
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 0px;
    color: #191919;
}


.about-cont-text p {
    color: #252525;
    font-size: 18px;
    margin-top: 0px;
}

.about-cont-text span {
    color: #FF0000;
}

.professional {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
}

.professional h2 {
    margin-right: 15px;
    margin-left: 15px;
    text-align: center;
    font-size: 40px;
    color: #191919;
    text-transform: uppercase;
}

.professional h2 span {
    color: #FF0000;
}

.dignity-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    justify-content: center;
}
.dignity-item {
    position: relative;
    width: 230px;
    height: 141px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    gap: 10px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
}
.dignity-item:hover {
    transform: scale(1.05);
}
.dignity-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    transition: background-color 0.3s ease;
}
.dignity-item:hover .overlay {
    background-color: rgba(255, 255, 255, 0.8);
}
.dignity-item span, .dignity-item p {
    position: relative;
    z-index: 1;
    color: #111111;
}
.dignity-item span {
    font-size: 18px;
    font-weight: bold;
}
.dignity-item p {
    font-size: 14px;
    margin: 0;
}

.main-content {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url('./img/back2.webp') no-repeat center center/cover;
    background-attachment: fixed;
}
.main-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
}
.main-content > * {
    position: relative;
    z-index: 2;
}
.text-block {
    margin-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
}
.text-block h2 {
    font-size: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #111;
    text-align: center;
}
.text-block h2 span {
    color: #FF0000;
}

.text-block p {
    margin-bottom: 10px;
    color: #222;
}
.items-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.item {
    border: 5px solid #e7e7e7cf;
    width: 320px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.item img {
    width: 320px;
    height: 180px;
}
.item-content {
    padding: 20px;
    text-align: center;
}
.item-content span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.item-content p {
    font-size: 14px;
    margin: 0;
}

.needs {
    margin-top: 50px;
    margin-bottom: 30px;
    background-image: url(./img/asplt.jpg);
    display: flex;
    align-items: center;
    padding: 50px;
    color: #fff;
    justify-content: center;
    gap: 5vw;
    flex-wrap: wrap;
}

.needs h2 {
    color: #FF0000;
    font-size: 30px;
}

.needs p {
    max-width: 600px;
    font-style: italic;
}

.third-block {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.third-block .left, .third-block .right {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 550px;
    width: 100%;
}
.third-block .left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.third-block .left .item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.third-block .left .item {
    background-color: #0f0f0fcf;
    border: none;
    display: flex;
    flex-direction: row;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    width: 100%;
    text-align: center;
}


.third-block .left .item p {
    padding-left: 10px;
    padding-right: 10px;
}

.third-block .left .item span {
    padding-left: 10px;
    padding-right: 10px;
}

.third-block .left .item img {
    width: 50px;
    height: 50px;
    margin-left: 10px;
}
.third-block .left .item .content {
    display: flex;
    flex-direction: column;
}

.right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.right .item {
    width: 270px;
}

.right img {
    margin-top: 20px;
}

.right h4 {
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
}

.left h4 {
    color: #FF0000;
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}



.left h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #222;
    text-align: center;
    margin-bottom: 0px;
}

.third-block .right img {
    width: 100px;
    height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
}
.third-block .right .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.third-block .right .content .item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.third-block .right .content .item img {
    width: 70px;
    height: 70px;
}
.third-block .right .content .item div {
    max-width: calc(100% - 80px);
}

.fourth {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    padding-bottom: 40px;
}

.fourth h2 {
    font-size:40px;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    color: #111;
}

.fourth p{
    color: #FF0000;
    margin-top: 0px;
}

.fourth-cont {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-right: 10px;
    margin-left: 10px;
}

.trck-img {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}

.trck-img img {
    width: 100px;
}

.f-i-text span {
    font-weight: 600;
    color: #111;
}

.f-i-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fourth-item {
    display: flex;
    background-color: rgb(211, 211, 211);
    padding: 20px 10px;
    border-radius: 20px;
    align-items: center;
    gap: 20px;
    text-align: center;
    transition: 0.3s ease;
}

.fourth-item:hover {
    background-color: #ff7d7d;
}

.fourth-item p {
    color: #222;
    margin-top: 10px;
    margin-bottom: 0px;
}

.fourth-item img {
    width: 40px;
}

footer {
    background: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
}

.container {
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container h2 {
    color: #111;
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
}

.container 
.review-slider {
    width: 520px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    background: rgb(219, 219, 219);
    box-shadow: 1px 0px 9px 2px rgba(255,255,255,0.3);
-webkit-box-shadow: 1px 0px 9px 2px rgba(255,255,255,0.3);
-moz-box-shadow: 1px 0px 9px 2px rgba(255,255,255,0.3);
}
.review-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.review {
    width: 500px;
    min-width: 500px;
    height: 200px;
    background: rgb(219, 219, 219);
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.review img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 10px;
    border: 3px solid #fff;
}
.review-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 5px;
    width: 100%;
}
.review-header h4 {
    margin: 0;
    font-size: 18px;
    color: #FF0000;
}
.review-text {
    text-align: left;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    color: #333;
    max-width: 450px;
}

.local-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 40px;
    color: #fff;
}

.local-block h2 {
    font-size: 40px;
    text-transform: uppercase;
    margin-right: 10px;
    margin-left: 10px;
    color: #111;
}

.local-block p {
    font-size: 20px;
    font-style: italic;
    margin-right: 10px;
    margin-left: 10px;
    color: #111;
}

.local-block h2 span {
    color: #FF0000;
    
}

.flag-block {
    position: relative;
    background: url('./img/flag.jpg') no-repeat center center/cover;
    background-attachment: fixed;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flag-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 11, 11, 0.7);
    z-index: 1;
}
.flag-block > * {
    position: relative;
    z-index: 2;
}
.flag-block h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
    margin-right: 15px;
    margin-left: 15px;
    max-width: 600px;
    font-style: italic;
}
.flag-block h2 span {
    color: #ffa8a8;
}

.flag-block img {
    width: 200px;
    height: 200px;
}

.end-block {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10vw;
    color: #fff;
}

.end-text {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 800px;
}

.end-text h2 {
    font-size: 40px;
    color: #111;
}

.end-text p {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 22px;
    color: #222;
}

.end-text h2 span {
    color: #FF0000;
}

.end-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
}

.ver-cont {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 10px;
    border-radius: 5px;
    background-color: #222;
}

.ver-cont img {
    width: 100px;
    height: 20px;
}

.ver-cont span {
    font-size: 10px;
    max-width: 200px;
}



@media (max-width: 1470px) {
    .header-text h1 {
        font-size: 3em;
    }

    .header-text h2 {
        font-size: 2em;
    }

    .header-image img {
        height: 30vh;
    }
}

@media (max-width: 1280px) {
    .header-text h1 {
        font-size: 2em;
    }

    .header-text h2 {
        font-size: 2em;
    }

    .header-image img {
        height: 35vh;
    }

    .header-text {
        gap: 20px;
    }
    .header-content {
        justify-content: space-between;
    }

    .about-cont {
        flex-direction: column;
        align-items: center;
    }

    .about-cont-text {
        max-width: 90vw;
    }

    .about-cont-img {
        margin-top: 30px;
    }

    .about-cont-img img {
        max-width: 60vw;
    }

}

@media (max-width: 1085px) {
    .header-content {
        flex-direction: column;
        align-items: center;
    }

    .header-image {
        display: none;
    }

    .img-truck {
        display: flex;
    }
    main {
        margin-top: 0px;
    }

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

    header h1 {
        font-size: 5vw !important;
    }

    header h2 {
        font-size: 3vw !important;
    }
}

@media (max-width: 770px) {
    .video-bg {
        display: none;
    }
    .image-bg {
        display: block;
        background-image: url('./img/back1.jpg');
        background-size: cover;
        background-position: center;
    }

    /* nav {
        flex-direction: column;
    } */
    .rating {
        display: none;
    }

    .header-text h3 {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .header-text h3 {
    font-size: 2em;
    }

    .header-text h2 {
        font-size: 2em !important;
        }
    
}

@media (max-width: 660px) {
    .about-cont-text h2 {
        font-size: 22px;
        text-align: center;
    }

    .professional h2 {
        font-size: 22px;
        text-align: center;
        margin-top: 30px;
    }

    .container h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .local-block h2 {
        font-size: 22px;
    }

    .fourth h2 {
        font-size: 22px;
    }

    .text-block h2 {
        font-size: 22px;
    }

    .end-text h2 {
        font-size: 22px;
    }

    .end-text p {
        font-size: 18px;
        max-width: 500px;
    }

    .flag-block {
        flex-direction: column;
        gap: 2vw;
    }

    .fourth-cont {
        flex-direction: column;
        margin-top: 20px;
    }

    .fourth {
        text-align: center
    }

    .fourth-item {
        flex-direction: column;
    }

    .review {
        width: 290px;
        height: 300px;
        min-width: 290px;
    }

    .review-slider {
        width: 310px !important;
    }

    .review-text {
        max-width: 250px;
    }
}

@media (max-width: 480px) {
    .header-text h3 {
        display: none;
    }
    header h1 {
        font-size: 8vw !important;
    }
}

@media (max-width: 350px) {
    .item {
        width: 270px;
    }
    .item img {
        width: 270px;
    }

    
}

@media (max-width: 1333px) {
    .end-block {
        gap: 3vw;
    }
}

.bg-button img {
    width: 40px;
    height: 40px;
}

.bg-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
}

.bg-button-cont {
    width: 100%;
    background-image: linear-gradient(180deg, #FF0000 0%, #911212 100%);
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
    z-index: 100;
    bottom: 0%;
}

footer {
    padding-bottom: 0px;
}