.manrope {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.footer_container{
    position: relative;
    z-index: 20;
    width: 100%;
    background-color: var(--back);
}
.footer_content{
    max-width: 83vw;
    margin: 0 auto;
    color: white;
    padding: 6vw 0vw;
}
.orange_statee{
    color: var(--prymary) !important;
}

.line_white{
    width: 100%;
    height: 0.1vw;
    background-color: white;
    opacity: 0.2;
}

.up_line_content{

    display: flex;
    justify-content: space-between;
}

.rhsifooter address {
    display: flex
;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.4vw;
    opacity: 0.6;
}
.opacity_change_footer{
    display: flex;
    list-style: none;
    gap: 1vw;
    color: white;
        padding-inline-start: 0px;
}
.opacity_change_footer li a {
    color: white;
    font-size: 1.1vw;
}
.down_line_content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.down_line_content a{
    color: #00A1FF !important;
}

.titlefooter_text h3 {
    font-size: 2.5vw;
    font-family: "Manrope", sans-serif;
}
.titlefooter_text p{
    padding-top: 1.25vw;
       font-size: 1.1vw;
        font-family: "Manrope", sans-serif;
}
.mini_navigatio{
    padding-top: 1.25vw;
}
.up_line_content{
    padding-bottom: 2vw;
}
.down_line_content{
    padding-top: 2vw;
}

.up_link{
    color: var(--prymary) !important;
    font-family: "Manrope", sans-serif;
    font-size: 2vw !important;
    font-weight: 600;
}
.footer_address a{
    color: white;
}
.rhsifooter a {
    color: white;
    font-size: 1.1vw;
}

.footer_address{
    padding-top: 0.83vw;
    padding-bottom: 1.87vw;
}
.rhsifooter{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.up_link img{
    width: 1.5vw;
}

.text_content_container p{
      font-family: "Manrope", sans-serif;
      font-size: 1vw;
      color: var(--back);
      text-align: center;
      padding-bottom: 1.25vw;
      text-transform: uppercase;
}
.dop_information_under_footer{
    position: relative;
    z-index: 30;
}

.text_content_container h3 {
    font-size: 2.89vw;
    text-align: center;
    letter-spacing: -0.1vw;
    line-height: 3.3vw;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
        padding-bottom: 2.08vw;
}

.text_content_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 6.6vw;
}

.text_content_container button{
    display: flex;
    align-items: center;
    border: none;
    letter-spacing: -0.04vw;
    gap: 0.52vw;
    border-radius: 1.55vw;
    background-color: var(--prymary);
    padding: 0.83vw 1.25vw ;
    font-size: 1.25vw;
    color: white;
    font-family: "Geist", sans-serif;
    transition: all 0.2s ease;
}
.text_content_container button img{
    width: 0.8vw;
}
.text_content_container button:hover{
    background-color: #ff8c3ac9;
}
.text_content_container button:active{
    background-color: #ff8c3a;
}