.swiper-container {
    width: 100%; /* Set the width of the container as needed */
    height: 676px; /* Desired height */
    overflow: hidden; /* Hide the part of the image that exceeds the container */
    position: relative; /* Necessary for precise cropping */
    justify-content: center;
    display: flex;
}

.swiper-slide {
    filter: brightness(50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: #ddd;
    border-radius: 10px;
}


.text-in-picture{
    position: absolute;
    color: white;
    z-index: 5;
    top: 45%;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.text-in-pic-button{
    padding: 12px;
    border-radius: 8px;
    border: none;
    background: #EE1D23;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.valuables-container{
    width: 100%;
    /* height: 487px; */
}

.valuables {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 30px;
}

.valuable {
    width: 385px;
    position: relative;
}

.valuable-image {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 164px;
    top: -10%;
}

.valuable-text {
    background: #231F20;
    border-radius: 8px;
    height: 199px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.news-container {
    display: flex;
    gap:20px;
    height: 315px;
    text-align: center;
    align-items: center;
}

video {
    width: 100%;
    max-height: 100%;
}

.news-media {
    width: 598px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #2A2526;
}

.news-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 550px;
    gap:24px;
    padding: 24px;
    align-items: center;
}

.news-title {
    font-size: 32px;
    margin: 0;
}

.news-button { 
    width: 164px;
    height: 43px;
    border-radius: 8px;
    border: none;
    background: #EE1D23;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.contact-us-container{
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.contact-us-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.contact-us-title{
    font-size: 32px;
}

.company-credentials{
    display: flex;
    flex-direction: column;
    gap: 38px;
}

.company-credential{
    background: #231F20;
    width: 495px;
    height: 139px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.contact-us { 
    background: #231F20;
    width: 700px;
    border-radius: 8px;
    padding: 32px;
}

.contact-us-inputs{
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.row-input {
    width: 629px;
    height: 43px;
    border-radius: 12px;
    padding-left: 24px;
}

.half-row-input{
    display: flex;
    gap: 10px;
}

.half-input{
    width: 309.5px;
    height: 43px;
    border-radius: 12px;
    padding-left: 24px;
}

.comapny-credential-image { 
    margin-left: 32px;
}

.credential-text{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-us-forms {
    display: flex; 
    gap: 20px;
}

.contact-us-description { 
    text-align: center;
    width: 500px;
}

.text-in-pic-down{
    font-size: 48px;
}

.text-in-pic-up{
    font-size: 24px;
    display:flex;
    justify-content: center;
}

@media screen and (max-width: 1275px) {
    .container { 
        width: 805px;
    }

    .contact-us-forms {
        flex-direction: column;
    }

    .valuables-container{
        height: 100%;
    }
    
    .company-credential{
        width: 100%;
    }

    .contact-us { 
        width: unset;
    }

    .row-input{
        width: unset;
    }

    .half-input {
        width: 100%;
    }

    .company-credentials{
        gap: 15px;
    }
}

@media screen and (max-width : 850px){
    .container {
        width: 80%;
    }

    .text-in-picture{
        color: white;
    }

    .valuables {
        flex-direction: column;
        align-items: center;
    }
    
    .valuable{
        width: 100%;
    }

    .news-container { 
        flex-direction: column;
        height: 100%;

    }
    .news-media {
        width: 100%;
        height: 230px;
    }

    .news-text { 
        width: 100%;
        align-items: center;
        padding: unset;

    }

    .contact-us-title {
        font-size: 22px;
    }

    .contact-us-description { 
        text-align: center;
        width: 100%;
    }

    .text-in-pic-down{
        font-size: 36px;
    }
    
    .text-in-pic-up{
        font-size: 20px;
    }

    .valuable-image{
        left: 50%;
        margin-left: -35px;
        top: -30px;
    }
}

@media screen and (max-width: 500px) {
    .comapny-credential-image{
        margin-left: 12px;
    }

    .text-in-pic-down{
        font-size: 27px;
    }
    
    .text-in-pic-up{
        font-size: 22px;
    }
}