@import 'homePage.css';
@import 'about.css';
@import 'contact.css';
@import 'services.css';
@import 'ourProjectsPage.css';
@import url('footerShared.css');

.section-end {
    border-bottom: 1px solid #eee;
    padding: 10px 2px;
    margin-bottom: 30px;
}

.mt-frontend {
    color: #212529;
    box-sizing: border-box;
    font-size: 8px;
    margin: 0;
    padding: 0;
    font-family: 'Roboto flex', 'Droid Arabic Kufi';
    /*font-family: "Raleway", sans-serif, "Poppins";*/
    overflow-x: hidden;
    scroll-behavior: smooth;
}

#footer {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url("../images/footer.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#footer::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(33, 59, 82, 0.6);
    z-index: 1;
}

#footer .footer-top {
    padding: 30px 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

#footer .footer-top h3 {
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #06D8F7;
}

#footer .footer-top p {
    margin: 30px 0 0 0;
    padding: 0;
    font-size: 16px;
    font-style: italic;
    color: #fff;
}

#footer .footer-top .footer-form {
    margin: 20px 0 20px 0;
}

#footer .footer-top .footer-form form {
    background-color: #fff;
    padding: 6px 10px;
    box-shadow: 0px 2px px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    position: relative;
}

#footer .footer-top .footer-form form input {
    padding: 6px 8px;
    border: 0;
    width: 75%;
    height: 35px;
    outline: none;
}

#footer .footer-top .footer-form form input::placeholder {
    font-size: 2rem;
}

#footer .footer-top .footer-form form button {
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 50px;
    padding: 0 20px;
}

#footer .footer-top .social a {
    font-size: 18px;
    display: inline-block;
    background: #284864;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-left: 10px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    font-size: 2rem;
    transition: background 0.7s 0s ease;
}

#footer .footer-top .social a:hover {
    background-color: #06D8F7;
}


#footer .footer-bottom {
    z-index: 2;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: 500;
}

#footer .footer-subscribeButton {
    font-size: 2rem;
}

#footer .footer-bottom .copy-right {
    text-align: center;
    float: left;
    color: #fff;
    font-size: 2rem;
}

.credit {
    float: right;
    text-align: center;
    font-size: 13px;
    color: #fff;
    border: 2px solid #4fa1c9;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

#footer .footer-bottom .credit a {
    color: #06D8F7;
    text-decoration: none;
}

@media only screen and (min-width:280px) and (max-width:540px) {

    #footer .footer-top .footer-form form {
        background-color: #fff;
        padding: 6px 10px;
        box-shadow: 0px 2px px rgba(0, 0, 0, 0.1);
        border-radius: 50px;
        position: relative;
        margin-right: 30px;

    }

    #footer .footer-top .footer-form form input {
        width: 62%;
    }

    .ourteam-sec .our-team {
        margin-bottom: 20px;
    }

    #footer .footer-bottom .credit {
        margin-right: 20px;
    }

    #footer .footer-top .footer-form form button {
        padding: 0 15px;
    }
}

@media only screen and (width:1024px) {

    .our-team .social li {
        margin-right: 0;
    }

    .our-team {
        padding: 20px 0px 40px;
    }

    .container .box {
        width: 271px;
    }
}


/*whatsapp and telphone contact*/

.floating-links {
    position: fixed;
    left: 0;
    bottom: 1%;
    z-index: 99999;
    margin-bottom: 25px;
}

.floating-links .contact-link {
    background-color: #fff;
    padding: 1rem;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 25rem*/
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    margin-bottom: 10px;
}

    .floating-links a {
        font-size: 2rem;
        font-weight: 600;
        color: #000;
        text-decoration: none;
    }

.contact-link img {
    width: 40px;
    height: 40px;
}


.floating-links a i {
    margin-left: 10px;
    font-size: 4.6rem;
    margin-top: 2px;
}

@media only screen and (min-width:280px) and (max-width:540px) {

    .floating-links .contact-link {
        padding: 0;
        width: 9rem;
    }

    .floating-links img {
        margin-left: 10px;
    }

    .floating-links .icon-text {
        display: none;
    }
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.stores_link img {
    width:150px;
    height:50px;
}

.carousel.our-work .carousel-indicators {
    bottom: 15px;
    background-color: #564b4b;
}

/*-----------Project Details------------------------*/
.project-details-type-list li {
    font-size: 20px;
    font-weight: bold;
}
.main-list li {
    font-size: 14px;
    font-weight: bold;
    margin:auto 30px;
}
