
.footer{
    width: 100%;
    padding: 20px 0px;
    padding-top: 80px;
    /* background: linear-gradient(#0068E5 , #000); */
    background-image: linear-gradient( 342deg,  rgba(0,0,0,1) -8.7%, rgba(0,127,249) 70.7% );
    position: relative;
}

.footer .heding_box{
    text-align: center;
    margin-bottom: 80px !important;
}
.footer h2.heading{
    color: var(--white);
    font-size: 35px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 50px;
}

.footer .heding_box a{
    text-decoration: none;
    color: var(--brand-color);
    background: #fff;
    padding: 13px 40px;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    transition: 0.2s all ease-in-out;
    box-shadow: 0px 0px 5px var(--brand-color);
}
.footer .heding_box a:hover{
    background: var(--button-bg-2);
    color: var(--button-color-1);
    transition: 0.2s all ease-in-out;
}

.footer .contaienr{
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;

}
.footer .contaienr .content{
    display: block;
}
.footer .contaienr .content img{
    width: 150px;
    height: 150px;
    text-align: left;
    margin-bottom: 0px;
}
.footer .contaienr .content p{
    text-decoration: none;
    color: var(--white);
    font-size: 15px;
    line-height: 23px;
}
.footer .contaienr .content h2{
    color: var(--white);
    font-size: 20px;
    line-height: 25px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
.footer .contaienr .items{
    
   margin: 20px;
}
.wedget_1{
    width: 30%;
}
.wedget_2{
    width: 25%;
}
.wedget_3{
    width: 15%;
}
.wedget_4{
    width: 20%;
}

.footer .contaienr .items li{
    list-style: none;
    margin-bottom: 19px;
    overflow: hidden;
    outline: none;
    
}
.footer .contaienr .items li a{
    text-decoration: none;
    color: var(--white);
    font-size: 15px;
    position: relative;
    width: 100%;
    line-height: 20px;
    
    
}
.footer .contaienr .items li a::before{
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    border: 1px solid #fff;
    transform: translateX(-200px);
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;


}
.footer .contaienr .items li:hover a::before{
    transform: translateX(0px);
    visibility: visible;
    opacity:1;

}

/* .footer .contaienr .input_group{
    display: flex;
}
.footer .contaienr .input_group input{
    width: 100%;
    background: #fff;
    border: 1px solid #B3043D;
    padding: 20px 10px;

} */
.footer .contaienr .wedget_1 .social_box{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}
.footer .contaienr .wedget_1 .social_box li{
    margin: 7px;
    background: #000;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.5s;
}
.footer .wedget_1 .social_box li:nth-child(1){
    margin-left: 0px;
}
.footer .wedget_1 .social_box li:hover{
    background: #fff;
    color: #000;
}
.footer .wedget_1 .social_box li:hover a{
    color: #000;
}
.footer .contaienr .wedget_4 li{
    text-decoration: none;
    color: var(--white);
    font-size: 15px;
    line-height: 30px;
    display: flex;
    align-items: center;
    
    
}
.footer .contaienr .wedget_4 i{
    margin-right: 15px;
    color: var(--white);
    font-size: 18px;
    
    
}
.footer .contaienr .wedget_4 span{
    color: var(--white);
    font-size: 15px;
}

.copyright{
    text-align: center;
    padding-top: 20px;
}
.copyright p{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    color: var(--white);
}
/* media query */


/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
    .container{
        max-width:950px !important;
        margin: 0 auto;
        padding: 0px 20px;
    
    }

    /* footer */
    .footer .heading{
        /* color: #000; */
        font-size: 35px;
        line-height: 45px;
    }
    .wedget_2 {
        width: 23%;
    }
    .wedget_3 {
        width: 17%;
    }
    .footer .contaienr .content p {
        font-size: 13px;
        line-height: 21px;
    }
    .footer .contaienr .content h2{
        font-size: 18px;
    }
    .footer .contaienr .items li a{
        font-size: 13px;
    }
    .footer .contaienr .wedget_4 span {
        color: var(--white);
        font-size: 13px;
    }
    

}

@media (max-width: 810px) { 
    /* footer */
    .footer .contaienr{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .footer .wedget_2,
    .footer .wedget_3,
    .footer .wedget_4 {
        width: 30% !important;
    }
    .wedget_1{
        width: 100% !important;
    }
    .footer .contaienr .content h2{
        font-size: 20px;
    }
    .footer .contaienr .content p {
        font-size: 15px;
        line-height: 23px;
    }
    .footer .contaienr .items li a{
        font-size: 15px;
    }
    .footer .contaienr .wedget_4 span {
        font-size: 15px;
    }
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 626px) { 
    .footer h2.heading{
        font-size: 30px;
        margin-bottom: 35px;
        line-height: 40px;
    }

    /* footer */
    .footer .wedget_1,
    .footer .wedget_2,
    .footer .wedget_3,
    .footer .wedget_4 {
        width: 100% !important;
        margin-top:0px !important;
        margin-bottom: 30px  !important;
    }
    
}

.footer {
    width: 100%;
    padding: 80px 0 40px;
    background: linear-gradient(180deg, #0F172A 0%, #001B3D 100%);
    position: relative;
}

/* Gornji heading deo */
.footer .heding_box {
    text-align: center;
    margin-bottom: 80px !important;
}
.footer h2.heading {
    color: #fff;
    font-size: 35px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 50px;
}

/* Dugme */
.footer .heding_box a {
    text-decoration: none;
    color: #fff;
    background: #2A6DF4;
    padding: 14px 40px;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.3s ease;
    box-shadow: 0 8px 25px rgba(42, 109, 244, 0.3);
}
.footer .heding_box a:hover {
    background: #60A5FA;
    color: #fff;
    box-shadow: 0 10px 30px rgba(96, 165, 250, 0.4);
    transform: translateY(-3px);
}

/* Layout i tekst */
.footer .contaienr {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.footer .contaienr .content p {
    color: #94A3B8;
    font-size: 15px;
    line-height: 23px;
}
.footer .contaienr .content h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

/* Linkovi i hover */
.footer .contaienr .items li a {
    text-decoration: none;
    color: #94A3B8;
    font-size: 15px;
    position: relative;
    line-height: 22px;
    transition: 0.3s ease;
}
.footer .contaienr .items li a:hover {
    color: #2A6DF4;
}
.footer .contaienr .wedget_4 li {
    color: #94A3B8;
    font-size: 15px;
    display: flex;
    align-items: center;
}
.footer .contaienr .wedget_4 i {
    margin-right: 15px;
    color: #2A6DF4;
    font-size: 18px;
}

/* Ikonice */
.footer .contaienr .wedget_1 .social_box {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}
.footer .contaienr .wedget_1 .social_box li {
    margin: 7px;
    background: rgba(255,255,255,0.05);
    color: #fff;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}
.footer .contaienr .wedget_1 .social_box li:hover {
    background: #2A6DF4;
    transform: translateY(-3px);
}

/* Copyright */
.copyright {
    text-align: center;
    padding-top: 40px;
}
.copyright p {
    font-size: 14px;
    color: #64748B;
}

/* Responsive */
@media (max-width: 810px) {
    .footer .contaienr {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .footer .wedget_1,
    .footer .wedget_2,
    .footer .wedget_3,
    .footer .wedget_4 {
        width: 45%;
        margin-bottom: 30px;
    }
}
@media (max-width: 626px) {
    .footer .wedget_1,
    .footer .wedget_2,
    .footer .wedget_3,
    .footer .wedget_4 {
        width: 100%;
    }
}
