﻿*,
body, h1, h2, h3, h4, h5, h6 {
    font-family: "Barlow", sans-serif;
}
img {
    max-width: 100%;
}
.header-logo {
    width: auto;
}
.main-menu {
    padding: 15px 10px;
}
.banner-left {
    position: relative;
    z-index: 99;
}
.sd-banner {
    background: url(../images/banner-bg.svg) top center no-repeat;
    background-size: cover;
}
.sd-banner .banner-notification {
    background-color: #fff;
    border: 1px solid #444;
}
.sd-banner .banner-notification a {
    color: #042bdb;
    text-decoration: none;
    font-weight: 500;
}
.sd-banner .banner-inner {
    padding-bottom: 200px;
}
.sd-banner .banner-inner .shadowbox {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.17);
    border-radius: 10px;
}
.sd-banner .banner-inner .shadowbox::before {
    position: absolute;
    top: 30%;
    left: -190px;
    height: 216px;
    width: 190px;
    content: "";
    background: url(../images/banner-line.png);
    
}
.sd-banner .banner-inner h1 {
    font-size: 2.875rem;
    font-weight: 300;
    color: #202020;
    line-height: 53px;
}
.sd-banner .banner-inner h1 span {
    font-weight: 700;
}
.sd-banner .banner-inner p {
    font-size: 1.063rem;
    color: #202020;
    margin-bottom: 20px;
}
.sd-banner .banner-inner .form-control {
    background: #fff;
    border: 1px solid #d2d9de;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}
.sd-banner .banner-inner h2 {
    font-size: 1.600rem;
    color: #202020;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 10px;
}
.sd-banner .banner-inner .seller-link {
    background: #fff;
    border: 1px solid #eceff3;
    border-radius: 4px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
}
.sd-banner .banner-inner .seller-link:hover {
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.08);
}
.sd-banner .banner-inner .seller-link-orange {
    border: 1px solid #f90;
    background: linear-gradient(45deg, #fff, #ffe5bd, #fff, #fff, #ffe5bd, #fff);
    background-size: 600% 100%;
    animation: gradient 4s linear infinite;
    animation-direction: alternate;
}

.service-home h2 {
    font-size: 40px;
    font-weight: 400;
}
.service-home p {
    font-size: 17px;
}
.service-home .shadowbox {
    box-shadow: none;
    background-color: #f6f6f6;
    border-radius: 20px;
}
.service-home .shadowbox.shadowbox-orange {
    background-color: #fef2e7;
}
.service-home .shadowbox h3 {
    font-size: 20px;
    color: #000;
}
.service-home .shadowbox p {
    font-size: 16px;
    font-weight: 400;
}
.service-home .shadowbox a {
    color: #002bff;
    text-decoration: none;
}

.work-section-home {
    background: linear-gradient(271.66deg, #F9950A -0.87%, #B553B8 49.72%, #2320D8 100.31%);
}

.testimonial-section {
    background: #fff;
    border: 0px solid #eceff3;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.09);
}
.testimonial-section h2 {
    font-size: 3.125rem;
    color: #202020;
    font-weight: bold;
    line-height: 60px;
}
.testimonial-section .testimonial-right {
    background: #f90;
    border-radius: 10px 0px 0px 10px;
    color: #fff;
}

.post-section {
    background-color: #fef2e7;
    padding: 65px 0px;
}
.post-section h2 {
    font-size: 25px;
    font-weight: 400;
}
.post-section .card {
    border-radius: 10px !important;
    overflow: hidden;
    background-color: transparent;
    border: 0;
}
.post-section .card .card-img-overlay {
    top: auto;
    padding-top: 150px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10.45%, #000 72.97%);
}
.post-section .card .card-img-overlay .badge {
    font-weight: 400;
    font-size: 14px;
    border-radius: 2px;
}
.post-section .card .card-img-overlay .card-title {
    font-size: 21px;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    font-weight: 500;
    line-height: 1.4;
}
@media (max-width: 991px) {
    .post-section .card .card-img-overlay .card-title {
        font-size: 14px;
        font-weight: 400;
   }
   .post-section .card .card-img{
        padding-left: 0;
    }
}
.post-section .card .card-img-overlay .card-title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 138px;
    height: 1px;
    background-color: #f90;
    content: '';
}

.footer-btm-text ul li a {
    font-size: 12.5px;
}

@media (max-width: 600px) { 
    .sd-banner .banner-inner {
        padding-bottom: 50px;
    }
    .sd-banner .banner-inner h1 {
        font-size: 2rem;
        line-height: 43px;
    }
    .service-home h2 {
        font-size: 25px;
        margin-bottom: 20px;
        line-height: 29px;
     
    }
    .sd-banner .banner-notification {
        border-radius: 10px !important;
    }
    
    .post-section .card .card-img-overlay .card-title {
        font-size: 11px;
        line-height: 15px;
    }
    .post-section .card .card-img-overlay {
        padding: 0.65rem;
    }
    .post-section .card .card-img-overlay .card-title::after {
        width: 60px;        
    }
    .post-section .card .card-img-overlay .card-title {
        padding-bottom: 10px;     
    }
    .post-section h2 {
        font-size: 20px;
        font-weight: 400;
    }
    .testimonial-section h2 {
        text-align: center;
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 34px;
    }
}

