/* Import fonts from fonts.css */
@import url(./fonts.css);
/* @import url('https://fonts.googleapis.com/css2?family=Overpass+Mono&display=swap'); */


/* CSS Variables */
@import url(./partials/_variables.css);

/* global styling */
@import url(./partials/_global.css);

/* start navigation */
.header_area .main-menu .navbar .navbar-brand{
    padding: 0 2rem 0 2rem;
    font-family: var(--overpass);
    font-weight: 900;
}
/* .header_area .main-menu .navbar{
    padding: 1rem 20rem;
} */
.header_area .main-menu .nav-item .nav-link{
    font-weight: 900;
    font-family: var(--overpass);
    /* font-family: 'NanumGothicCoding', monospace; */

    color: var(--title-color);
}
.header_area .main-menu .nav-item .dropdown-menu{
    font-weight: 900;
    font-family: var(--overpass);
    /* font-family: 'NanumGothicCoding', monospace; */

    color: var(--title-color);
}
.header_area .main-menu .navbar-nav .active a{
    background: var(--gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.header_area .main-menu .navbar-nav a:hover{
    background: var(--gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* end navigation */

/* Banner area */
/* .site-main .site-banner {
    /* background: url(../img/banner/home-banner.png) no-repeat; */
    /* background-position: 0% 50%; */

.site-main .site-banner .site-title h3 {
    padding-top: 35%;
    font-weight: 500;
}

/* .site-main .site-banner .site-title h3::after {
    content: "";
    height: 2px;
    width: 18vw;
    background: black;
    display: inline-block;
    margin-left: 5%;
    transform: translateY(-10px);
} */

.site-main .site-banner .site-title h1 {
    font-size: 5rem;
}
.site-main .site-banner .site-title h4 {
    font-size: 1.5rem;
}

.site-main .site-banner .banner-image > img{
    /* padding: 4rem 0; */
    /* width: 30rem; */
    /* position: absolute; */
    position: relative;
    top: 25%;
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* height: 200px; */
    /* justify-content: center; */
    /* align-items: center; */
    /* vertical-align: middle; */
}



/* End Banner area */
/* Start About Area */
.site-main .about-area {
    padding: 1rem 1rem;
}
.site-main .about-area .about-title h2 > span {
    /* display: block; */
    font: normal bold 49px/60px var(--overpass);
}
.site-main .about-area .about-title .paragraph > p {
    padding: .4rem 0;
}

/* End About Area */

/* Start Brand Area */
.site-main .brand-area {
    padding: 1rem 2rem;
    margin-bottom: 4rem;
}
.site-main .brand-area .first-row .col-lg-4 {
    display: flex;
    justify-content: center;
}
.site-main .brand-area .first-row .col-lg-4 > .single-brand {
    border: 1px solid var(--border-color);
    text-align: center;
    padding: 1.8rem 0rem;
    margin: .9rem 0;
    width: 180px;
    height: 120px;
    cursor: pointer;
    transition: transform .4s ease;
}
.site-main .brand-area .first-row .col-lg-4 > .single-brand > img {
    width: 50%;
}
.site-main .brand-area .first-row .col-lg-4 > .single-brand:hover {
    box-shadow: var(--box-shadow);
    transform: scale(1.1);
}
.site-main .brand-area .first-row .col-lg-4 > .single-brand:hover > img {
    filter: brightness(0.9);
}
.site-main .brand-area .experience-area {
    padding-left: 1rem;
}
.site-main .brand-area .experience-area span{
   display: block;
}
.site-main .brand-area .experience-area .years-area {
    /* background: url(../img/client-info-bg.png) no-repeat 45px 20px; */
    padding: 2rem 0;
    width: 40rem;
    height: 18rem;
    padding-left: 8rem;
    position: relative;
}
.site-main .brand-area .experience-area .years-area .years {
    font: normal bold 84px/40px var(--overpass);
    color: var(--primary-color2);
    z-index: 2;
}
.site-main .brand-area .experience-area .years-area h2 > span {
    font: normal 600 22px/30px var(--overpass);
}
.site-main .brand-area .experience-area .call-area {
    padding-left: 10rem;
}
.site-main .brand-area .experience-area .bg-panel {
    /* position: absolute; */
    /* left: -190px; top: 0%; */
    /* bottom: 100px; */
    /* background: #e029290a; */
    /* width: 400px; */
    /* height: 400px; */
    /* margin-left: 100px; */
    /* z-index: -1; */
}
/* End Brand Area */

/* Start Services Area */
.site-main .services-area {
    padding: 7rem 2rem;
}
.site-main .services-area .services-title {
    padding: 0 14rem;
}
.site-main .services-area .services-title h1 {
    font-size: 35px;
}
.site-main > .services-area .services {
    background: rgba(248, 252, 253, 0.973);
    height: 200px;
    /* padding: 2rem 0rem; */
    /* width: 16rem; */
    /* margin: 1rem .5rem; */
    transition: box-shadow .7s ease;
}
.site-main > .services-area .services:hover {
    box-shadow: var(--box-shadow);
}
/* End Services Area */

/* Start Project Section */

.site-main .project-area {
    padding: 4rem 0;
}
.site-main .project-area .button-group button {
    background: transparent;
    border: none;
    font: normal 500 16px/130px var(--overpass);
}
.site-main .project-area .button-group button + button {
    /* padding-left: 3rem; */
}
.site-main .project-area .grid .our-project > .title h4 {
    font: normal 700 25px/12px var(--overpass);
}
button:focus, button:active button:hover
.btn:active, .btn.active {
    outline: 0px !important;
    box-shadow: none !important;
}
.site-main .project-area .grid .our-project .img a:hover img {
    filter: brightness(1.1) drop-shadow(1px 8px 30px #b1afaf);
}
/* End Project Section */

/* Start What Clients Say About Me Section */
.site-main .about-area .about-title p {
    padding: 1rem 7rem;
}
.site-main .about-area .client {
    background: #ffffff10;
    box-shadow: var(--box-shadow);
    margin: 3rem 0rem;
}
.site-main .about-area .client .client-img {
    padding: 2rem;
}
.site-main .about-area .client .about-client {
    padding-top: 2rem;
}
.site-main .about-area .client .about-client h4 {
    font: normal 500 21px/20px var(--overpass);
}
.site-main .about-area .client .about-client h4 {
    font: normal 500 21px/20px var(--overpass);
}
.site-main .about-area .cli .about-client p {
    font-size: 14px;
}
.site-main .about-area .owl-carousel .owl-item {
    display: flex;
    justify-content: center;
    padding: 0 1.5rem;
}
.site-main .about-area .owl-carousel .owl-dots .owl-dot.active span {
    background-color: var(--primary-color);
    width: 12px;
    height: 12px;
}
/* End What Clients Say About Me Section */

/* Start Email Subscription Section */
.site-main .subscribe-us-area .subscribe {
    background: url(../img/subscribe-bg.png) no-repeat;
    padding: 10rem 0;
    margin: 3rem auto;
}
.site-main .subscribe-us-area .subscribe .subscribe-title h4 {
    font: normal 700 30px/30px var(--overpass);
    color: whitesmoke;
}
.site-main .subscribe-us-area .subscribe .subscribe-title p {
    color: whitesmoke;
    padding: 1rem 4rem;
}
.site-main .subscribe-us-area .subscribe form .input-textbox input {
    width: 400px;
    padding: .7rem 1.5rem;
    border: 1px solid whitesmoke;
    background: transparent;
    color: white;
    font: normal 500 17px/20px var(--overpass);
}
.site-main .subscribe-us-area .subscribe form .input-textbox input::placeholder {
    color: whitesmoke;
}
.site-main .subscribe-us-area .subscribe form .btn-submit button {
    background: whitesmoke;
    color: #000;
    padding: .7rem 1rem;
}
/* .site-main .subscribe-us-area .subscribe form */
/* End Email Subscription Section */

/* Start Footer Area */
footer.footer-area {
    padding: 1rem 0;
    background: url(../img/footer-bg.png) no-repeat;
}
footer.footer-area .social h5 {
    font: normal 900 23px/30px var(--overpass);
}
footer.footer-area .social a > i {
    font-size: 22px;
    padding: 1rem;
    color: var(--border-color);
}
footer.footer-area .social a:hover > i {
    color: var(--primary-color);
}
/* End Footer Area */

/* Start Certifications Section */
/* End Certifications Section */

.site-certifications .certs-section {
    font-family: var(--overpass);
    font-weight: 900;
}