
/* -----------------------------
    landing page 2
----------------------------- */


.landing-page .card-bg{
    height: 100%;
    position: relative;
    /* top: 20%; */
    padding: 100px 50px;
    overflow: hidden;
}
.landing-page .card-bg h3 {
    color: #fff;
    font-size: 27px;
    padding-bottom: 7px;
}
.landing-page .card-bg p{
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}
.landing-page .card-cnt-img {
    height: 90vh;
    display: flex;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.landing-page .card-cnt-img img{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.landing-page .page-card-sec:hover .card-cnt-img img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.landing-page .ca-image {object-fit: contain !important;}
.landing-page .page-card-sec{position: relative;height: 100%;box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);background: #fff;display: block;}
.landing-page .card-cnt-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 35%);
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
.landing-page .card-text-sec {
    position: absolute;
    content: "";
    bottom: 65px;
    left: 0;
    padding: 20px;
    z-index: 2;
}
.landing-page .card-text-sec h3 {
    font-size: 24px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.landing-page .page-card-sec:hover .card-text-sec h3{
    color: #ffffff;
}
.landing-page .page-card-sec:hover .card-text-sec p{
    color: #ffffff;
}
.landing-page .card-text-sec p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    transition: all 0.5s ease-in-out;
}
.landing-page .card-bg:before {
    position: absolute;
    content: "";
    bottom: -200px;
    right: -50px;
    background-image: url(../images/city-bg.png);
    width: 100%;
    height: 100%;
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
}
.landing-page .card-text-sec h6 {
    color: #fff;
    padding-top: 10px;
    transition: all 0.5s ease-in-out;
}
.landing-page .card-text-sec h6 .icon{
    position: relative;
    top: 1px;
    left: 3px;
    transition: all 0.5s ease-in-out;
}
.landing-page .page-card-sec:hover h6 .icon{
    left:10px;
}
.landing-page p.footer-add {
    margin-bottom: 0;
}
@media (min-width:991px){
    .landing-page .logo.text-center {
        display: none;
    }
}

@media (max-width:991px){
    .landing-page .card-text-sec p{font-size: 18px;}
    main{
        min-height: 100%;
    }
    body {
        overflow: auto;
    }
    .landing-page .card-cnt-img{height: 65vh;}
    .landing-page .card-cnt-img img{
        height: 100%;
    }
    .footer{
        position: relative;
    }
    .landing-page .card-bg{
        padding: 50px 30px;
    }
    .landing-page .card-bg:before{
        bottom: -56px;
    }
}
@media (max-width:768px){
    .footer img{   
    width: 160px;
    height: 70px;
    }
}


.footer span.icon-font {
    font-size: 16px;
    background: #fff;
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    text-align: center;
    display: inline-block;
    line-height: 35px;
    color: #002156;
    border-radius: 50px;
}

.footer img{
    object-fit: contain;
    width: 180px;
    height: 85px;
    padding: 10px 10px;
    background: white;
    border-radius: 10px;
    }


.footer{background-color:#000;position: fixed;left: 0;right: 0;bottom: 0;z-index: 1;}
.footer.footer-dark, .footer.footer-dark a {
    color: #aaa;
}

.footer .media span i.fas.fa-phone {
    transform: rotate(90deg);
}

@media(max-width:991px){
    .footer{position: inherit;}
    .landing-page .card-text-sec{bottom: 10px;}
}

@media(min-width:992px) and (max-width:1024px){
    .landing-page .card-text-sec{bottom: 135px}
    .footer img{width: 150px;height: 75px;}
}