*{
    padding: 0;
    margin: 0;
}



.section_footer .footer{
    background: rgb(0, 0, 0);
    min-height: 50vh;
    backdrop-filter: blur(10px);
}
.section_footer .companies{
    position: relative;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}

.section_footer .companies h1{
    color: white;
    margin-top: 20px;
    font-size: 1.7rem;
}
.section_footer .slider{
    margin-top: 20px;
    width: 50%;
    height: 300px;
    overflow: hidden;
}

.section_footer .slider .slides{
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 100%;

}



.section_footer .slides .slide{
    min-width: 100%;
    height: 100%;
    box-sizing: border-box;
    
}


.section_footer .slide img{
    width: 100%;
    height: 100%;
    display: block;
    
}


.section_footer .next ,.prev{
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: 20px;
    color: white;
    font-weight: bold;
    transition: 0.6s ease;
    user-select: none;
}

.section_footer .next{
    right: 200px;
}

.section_footer .prev{
    left: 200px;
}

.section_footer .footer .follow_us{
    margin-top: 50px;

    display: flex;
    flex-direction: column;
    align-items: center;
}


.footer .follow_us h2{
    margin: 20px 0;
    color: white;
    text-transform: capitalize;
    font-size: 1.3rem;
}

@media (max-width:930px){
    .next {
        right: 150px;

    }


    .prev {
        left:130px;

    }
}

@media (max-width:770px){
    .next ,.prev{
        display: none;
    }
    .slider{
        width: 90%;
    }
}

@media (max-width:700px){
    .section_footer .slider{
        width: 70%;
        height: 300px;
     
    }
    
}

@media (max-width:500px){
    .section_footer .slider{
        width: 90%;
        height: 300px;
    

    }
    
}

@media (max-width:400px){
    .section_footer .slider{
        width: 99%;
        height: 300px;
    

    }
    
  
}






/* //////////////////////////////////////////// */


.footer .follow_us .socials div a svg{
    width: 25px;
    height: 25px;
}


.footer .follow_us .socials .email svg{
    width: 35px;
    height: 35px;
}
.footer .follow_us .socials .instagram svg{
    width: 35px;
    height: 35px;
}

.footer .follow_us .socials{
    display: flex;
    width: 40%;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 20px;
}


.footer .follow_us .socials div{

transition:  0.7s ease;    
}


.footer .follow_us .socials div:hover{
    translate: 0 -10px;
}


@media (max-width:700px){
    .footer .follow_us .socials{
        width: 70%;
    }
}

@media (max-width:500px){
    .footer .follow_us .socials{
        width: 90%;
    }
}


/* ////////////////////support/////////////////////// */





.footer .support h2{
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-transform: capitalize;
    text-align: center;
    margin-left: 20px;
    font-size: 1rem;
}
.footer .support .team{
    display: flex;
    justify-content: center;
    color: white;
    gap: 10px;
    align-items: center;
}



.support .team div a{
    color: white;
    text-decoration: none;
    border-bottom: 1px solid white;
}


/* /////////designed///////////////////////////// */




.footer .design {
    color: white;
    text-align: center;
    text-transform: capitalize;
padding: 20px 0;
}


.visit{
    width: 100%;
    height: 100px;
color: white;
display: flex;
justify-content: center;
align-items: center;
}

.visit h1{
min-width: 100px;
display: flex;
font-size: 1rem;
align-items: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background: rgba(72, 72, 72, 0.805);
height: 50%;
padding: 10px;
border-radius: 10px;
}