.elementor-264 .elementor-element.elementor-element-89d80fe{--min-height:457px;--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--justify-content:center;--background-transition:0.3s;--overlay-opacity:0.6;--margin-top:100px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;}.elementor-264 .elementor-element.elementor-element-89d80fe:not(.elementor-motion-effects-element-type-background), .elementor-264 .elementor-element.elementor-element-89d80fe > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:var(--e-bg-lazyload-loaded);--e-bg-lazyload:url("https://alpinefleet.hajt24.xyz/wp-content/uploads/2023/06/145653004_1103123203492139_6907870538251623750_n.jpg");background-repeat:no-repeat;background-size:cover;}.elementor-264 .elementor-element.elementor-element-89d80fe::before, .elementor-264 .elementor-element.elementor-element-89d80fe > .elementor-background-video-container::before, .elementor-264 .elementor-element.elementor-element-89d80fe > .e-con-inner > .elementor-background-video-container::before, .elementor-264 .elementor-element.elementor-element-89d80fe > .elementor-background-slideshow::before, .elementor-264 .elementor-element.elementor-element-89d80fe > .e-con-inner > .elementor-background-slideshow::before, .elementor-264 .elementor-element.elementor-element-89d80fe > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';background-color:#000000;}.elementor-264 .elementor-element.elementor-element-89d80fe, .elementor-264 .elementor-element.elementor-element-89d80fe::before{--border-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-37fe5df */.underFooter{
    display:grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap:40px;
    align-items:center;
    justify-content: center;
}

.footer-wrapper{
    display:flex;
    align-items:center;
    justify-content: center;
    padding: 60px 0;
    position:relative;
}

.underFooter a, .underFooter p, .underFooter h4{
    color:#fff!important;
}


.elementor-264 .elementor-element.elementor-element-37fe5df br{
    content:'';
    display:block;
    margin-bottom:8px;
}

.elementor-264 .elementor-element.elementor-element-37fe5df i{
    color:#fff;
    font-size:28px;
    margin: 0 10px;
}

.underNewsletter{
    display:flex;
    align-items:center;
    gap:40px;
    background:#f9f9f9;
    width:90%;
    margin:auto;
    padding:50px 70px;
    border-radius:10px;
    justify-content: center;
}

.elementor-264 .elementor-element.elementor-element-37fe5df .mainRedButton{
    margin:0;
    padding:15px;
    width:150px;
}

.elementor-264 .elementor-element.elementor-element-37fe5df input{
    padding:14px!important;
    border-radius:5px;
    outline:none!important;
    border:none!important;
    box-shadow:0 0 5px #d9d9d9;
}

.emailT label{
    display:flex;
    flex-direction:column;
    gap:5px;
    font-weight:500;
    color:var(--black)!important;
}

.emailT{
    margin-top:-18px;
    width:32%;
}

.newsletter{
    position:absolute;
    top:-175px;
    display:flex;
    width:100%;
}

.newsletter h1{
    margin:0;
}

.underNewsletter{
    box-shadow:0 0 10px #d9d9d9;
}


.copyright{
    position: absolute;
    bottom: -50px;
    color: #fff;
    width: 100%;
    margin: auto;
    padding-top: 25px;
    border-top: 2px solid;
}
.copyright a{
    color:#fff;
    font-weight:400;
}
.copyright a:hover{
    color:var(--red);
}
.links a{
    display:inline-block;
    transition:.3s ease-in-out;
    position:relative;
}

.links a:hover{
    display:inline-block;
    transform:scale(1.05) translateX(10px);
    transition:.3s ease-in-out;
}
.links a:after{
    content:'';
    display:flex;
    border-bottom:2px solid var(--red);
    width:0%;
    transition:.3s ease-in-out;
    position:absolute;
}

.links a:hover:after{
    width:60%;
}

.social-links i{
 transition:.3s ease-in-out;   
}
.social-links i:hover{
    color:var(--red);
    transition:.3s ease-in-out;
}


@media only screen and (min-width: 700px) and (max-width: 1024px){
    .underFooter{
         grid-template-columns: repeat(2, minmax(0, 1fr));   
         align-items:center;
         justify-content:center;
    }
     .underFooter div{
        margin:0 40px;
    }
}

@media only screen and (max-width: 700px){
    .underFooter{
         grid-template-columns: repeat(1, minmax(0, 1fr));   
         align-items:center;
         justify-content:center;
    }
    .footer-wrapper{
        justify-content:flex-start;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .emailT label{
        width:115%;
    }
    .copyright{
        position:static;
        margin-top:-20px;
        padding-bottom:20px;
    }
}

@media only screen and (max-width: 767px){
    .underNewsletter{
        display:grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap:15px;
    }
    .underNewsletter div{
        width:100%!important;
    }
    .underNewsletter div:nth-child(1){
        display:grid;
        grid-column-start:1;
        width:200%!important;
    }
    .underNewsletter div:nth-child(2){
        display:grid;
        grid-column-start:1;
        grid-row-starT:2;
        margin-top:10px;
      
    }
    .underNewsletter div:nth-child(2) label{
     width:100%;
     overflow:hidden;
    }
    .underNewsletter div:nth-last-child(1){
        display:grid;
        grid-column-start:2;
        grid-row-starT:2;
            margin-top:29px;
            
    }
    .underNewsletter div:nth-last-child(1) a{
        width:100%!important;
    }
    .underNewsletter{
        padding:35px;
    }
    .copyright{
        position:static;
        margin-top:-20px;
        padding-bottom:20px;
    }
}
@media only screen and (max-width: 440px){
    .underNewsletter{
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
    }
    .underNewsletter div{
        display:block!important;
    }
        .underNewsletter div:nth-child(1){
        width:100%!important;
        padding:0!important;
    }
        .underNewsletter div:nth-last-child(1){
        width:100%!important;
         margin-top:0;
         max-width:150px;
         margin-right:auto;
    }
        .underNewsletter div:nth-child(2){
            margin-top:5px;
            
        }
}
@media only screen and (max-width: 440px){
    .footer-wrapper{
        margin-top:80px;
    }
}
@media only screen and (max-width: 356px){
            .underNewsletter div:nth-child(1) h1{
                font-size:26px!important;
            }
             .underNewsletter div:nth-last-child(1){
                      max-width:100%;
             }
}


.social-links h3{
    position:relative;
    max-width:max-content;
    margin-top:20px;
    text-align:center!important;
}

.social-links h3 a:after{
    content:'';
    position:absolute;
    display:flex;
    width:60%;
    border-bottom:2px solid var(--red);
     transition:.3s ease-in-out;
}

.social-links h3 a:hover:after{
    width:100%;
    transition:.3s ease-in-out;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-89d80fe */#footer{
    position:relative;
}/* End custom CSS */