@charset "utf-8";

/* 
   Designed by: Mandraled Studios
   Developer's Website: https://www.mandraled.com/ 
   Version: v1.0 | 2020OCT09
   License: Public domain
*/

@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;700&family=Roboto:wght@300;400;700&display=swap');

*{
    font-family: 'Roboto', sans-serif;
}

section.section-padding {
    padding: 70px 0px;
}

h2.section-heading {
    font-family: "Rajdhani", sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
}

h2.section-heading.yellow {
    color: #FFBC29;
}

h2.section-heading.purple {
    color: #5D488C;
}

p.sub-heading {
    text-align: center;
}

.ennkitayaeva {
    visibility: hidden;
    display: none;
}

nav {
    background-color: #FFF;
}

#logo {
    height: 100px;
    position: absolute;
    top: 25px;
}

nav .nav-item {
    align-self: flex-end;
}

nav .nav-item a.nav-link {
    line-height: 34px;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "Rajdhani", sans-serif;
}

.navbar-light .navbar-nav .nav-link {
    color: #6C2C81 !important;
}

nav img.social-icon{
    width: 34px;
    height: 34px;
}

figure#banner {
    background-image: url('../images/banner-concrete.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

figure#banner .caption h1 {
    color: white;
    font-family: "Rajdhani", sans-serif;
    font-weight: bold;
    font-size: 2rem;
    line-height: 3.3rem;
}

figure#banner .caption p {
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.8rem;
}

.btn.cta {
    background-color: #FFBC29;
    color: #3B3B3B;
}

figure#banner .trans-card {
    background-color: rgba(0, 0, 0, 0.7);
}

figure#banner .trans-card h5 {
    color: white;
    font-weight: bold;
    font-size: 1.3rem;
}

figure#banner .trans-card p {
    color: white;
    font-size: 1rem;
}

.welcome h2 {
    font-family: "Rajdhani", sans-serif; 
    font-size: 2rem;
    line-height: 3rem;
    font-weight: normal;
}

.welcome h2 strong {
    font-weight: bold;
}

.welcome p {
    font-size: 1.15rem;
    line-height: 2.25rem;
}

section.services {
    background-image: url("../images/cityscape.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: repeat-x;
}

section.services .card {
    background-color: #5D488C;
    border-radius: 20px;
    transition: 0.5s all;
}

section.services .card:hover {
    background-color: #403064;
    transform: scale(1.04, 1.04);
}

section.services .card a {
    color: white;
}

section.services .card a:hover {
    color: white;
    text-decoration: none;
}

section.services .card-img {
    height: 70px;
}

section.services h3.card-title {
    color: white;
    font-size: 1.3rem;
    margin-top: 24px;
}

section.ask-quote {
    background-color: #FFBC29;
    color: white;
}

section.ask-quote .skewBox {
    background-color: #f1a500;
    color: white;
}

section.ask-quote .position-absolute {
    top: 0px;
}

section.works .img-card .card-overlay {
    display: none;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.58);
    color: white;
    z-index: 500;
    border-radius: 10px;
}

section.works .img-card .card-overlay h5 {
    width: inherit;
    text-align: center;
    position: absolute;
    bottom: 20px;
}

section.works .img-card .card-overlay h5 span{
    position: relative;
}

section.works .img-card .card-overlay h5 span::before{
    content: '';
    display: block;
    width: 5px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: -10px;
    background-color: #FFBC29;
}

section.works .img-card:hover .card-overlay {
    display: block;
}

section.works .img-card img {
    transition: 0.5s all;
}

section.works .img-card:hover img {
    transform: scale(1.05, 1.05);
}

.carousel-indicators {
    bottom: -80px;
}

.carousel-indicators li {
    background-color: #363636;
}

.carousel-control-next {
    right: 0px;
}

.carousel-control-prev {
    left: 0px;
}

.carousel-control-prev-icon {
    filter: invert(1);
}

.carousel-control-next-icon {
    filter: invert(1);
}

footer {
    padding: 70px 0px 20px 0px;
    background-color: #3B3B3B;
}

footer ul {
    list-style-type: none;
}

footer ul li {
    font-family: "Roboto", sans-serif;
    color: #FFF;
    line-height: 1.8rem;
    font-size: 1.2rem;
    font-weight: normal;
}

footer ul li a {
    color: #FFF;
    text-decoration: none;
}

footer ul li a:hover {
    color: #FFF;
    text-decoration: none;
}

footer ul li:first-child {
    font-family: "Rajdhani", sans-serif;
    font-weight: bold;
    color: #FFBC29;
    margin-bottom: 24px;
    font-size: 1.5rem;
}

section#developer-stamp {
    width: 100%;
    text-align: center;
    padding: 7px 0px;
}

section#developer-stamp p {
    margin: 0px;
    color: #CCC;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

section#developer-stamp span.mandra-sign {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-image: url("/images/icons/mandra-fav.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0px 7px 0px 10px;
}

section#developer-stamp a {
    display: contents;
    color: #CCC;
    text-decoration: none;
}

section#developer-stamp a strong {
    color: #FCB034;
}

section#developer-stamp a:hover {
    text-decoration: none;
}

figure#services-banner, figure#about-banner {
    padding: 100px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

figure#services-banner {
    background-image: url('../images/services-banner.jpg');
}

figure#about-banner {
    background-image: url('../images/about-banner.jpg');
}


figure#services-banner h1, figure#contact-banner h1, figure#about-banner h1 {
    color: white;
    font-family: "Rajdhani", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}

h1.services-heading {
    color: #5D488C;
    font-family: "Rajdhani", sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
}

h4.services-subheading {
    color: #FFBC29;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
}

p.services-desc {
    font-family: 1.25rem;
    line-height: 1.8rem;
    font-family: "Roboto", sans-serif;
}

.services-cards .card {
    background-color: #5D488C;
    color: white;
}

.services-cards .card {
    background-color: #5D488C;
    color: white;
    border: none;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.services-cards .card .w-25{
    background-color: white;
}

.services-cards .card h5.card-title{
    font-family: "Roboto", sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
}

.services-cards .card p.card-text{
    font-family: "Roboto", sans-serif;
    font-size: 1.05rem;
}

figure#contact-banner {
    padding: 100px 0px 200px 0px;
    background-image: url('../images/contact-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#form {
    background-color: white;
}

#form .offsetBox {
    top: -100px;
    position: relative;
}

.brown-section {
    background-color: #3B3B3B;
    color: white;
}

.form-section {
    background-color: #FFF;
}

.brown-section ul {
    list-style-type: none;
    padding-left: 45px;
}

.brown-section ul li {
    line-height: 1.8rem;
    margin-bottom: 30px;
    position: relative;
}

.brown-section ul li::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -40px;
    top: 5px;
    background-size: contain;
    background-repeat: no-repeat;
}

.brown-section ul li:first-child::before {
    background-image: url(../images/icons/contact/location.svg);
}

.brown-section ul li:nth-child(2)::before {
    background-image: url(../images/icons/contact/phone.svg);
}

.brown-section ul li:last-child::before {
    background-image: url(../images/icons/contact/mail.svg);
}

.form-control {
    background-color: rgba(255, 188, 41, 0.1);
}

#popupForm {
    position: fixed;
    bottom: 120vh;
    z-index: 900;
    background-color: white;
    left: 50%;
    transform: translateX(-50%);
    overflow-y: auto;
    height: 75vh;
}

#closeBtn {
    float: right;
    padding: 4px 8px;
    color: white;
    background-color: #DC4545;
}

/* ------------- LARGE PHONES ------------- */
@media only screen and (min-width: 390px) {
    figure#banner .caption h1 {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }
    
    figure#banner .caption p {
        font-size: 1.2rem;
        line-height: 2rem;
    }

    .welcome h2 {
        font-size: 2.2rem;
        line-height: 3.2rem;
    }
}

/* ------------- LANDSCAPE PHONES ------------- */
@media only screen and (min-width: 576px) {

    section.section-padding {
        padding: 80px 0px;
    }

    h2.section-heading {
        font-size: 3rem;
    }

    figure#banner .caption h1 {
        font-size: 3rem;
        line-height: 4.5rem;
    }
    
    figure#banner .caption p {
        font-size: 1.3rem;
        line-height: 2.6rem;
    }

    .welcome p {
        font-size: 1.25rem;
        line-height: 2.5rem;
    }


    figure#services-banner h1, 
    figure#contact-banner h1,
    figure#about-banner h1 {
        font-size: 3rem;
    }

}

/* ------------- TABLETS ------------- */
@media only screen and (min-width: 768px) {
    
    section.section-padding {
        padding: 90px 0px;
    }

    figure#banner .caption h1 {
        font-size: 3.5rem;
        line-height: 5rem;
    }
    
    figure#banner .caption p {
        font-size: 1.5rem;
        line-height: 3rem;
    }

    .welcome h2 {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }

    section.ask-quote {
        background-image: url(../images/orangeBox.png);
        background-size: contain;
        background-position: bottom right;
        background-repeat: no-repeat;
    }
    
    section.ask-quote .skewBox {
        transform: skewX(-20deg);
        padding-right: 100px;
    }

    section.works .img-card {
        position: relative;
        cursor: pointer;
    }

    .carousel-control-next {
        right: -50px;
    }
    
    .carousel-control-prev {
        left: -50px;
    }

}

/* ------------- LARGE TABLETS ------------- */
@media only screen and (min-width: 992px) {
    
}

/* ------------- DESKTOPS ------------- */
@media only screen and (min-width: 1280px) {
    
}
