/* ----------------------------------

Name: main.css
Version: 1.0

-------------------------------------

Table of contents
        
    01. Navbar
    02. Slider
    03. About us
    04. Services
    05. Some Facts
    06. Portfolio
    07. Clients
    09. Contact
    10. Footer
*/

body {
    font-family: 'Muli', sans-serif;
    background: #2d2e2e;
}

/* ==========================
   [01]. Navbar
========================== */
.navbar {
    background: #2b2c2c !important;
    padding: 25px 0;
}

.navbar .nav-item {
    font-size: 14px;
    font-weight: 600;
    margin: 0 20px;
}

.navbar .nav-item .nav-link {
    color: #7d8792;
}

.navbar .nav-item .nav-link:hover {
    color: #ffffff;
}
.navbar .navbar-nav .dropdown .dropdown-menu {
    margin-top: 25px;
    background:#212222;
}

.navbar .navbar-nav .dropdown span {
    font-size: 10px;
    margin-left: 3px;
}

.navbar .navbar-nav .dropdown .dropdown-menu a {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
}

.navbar .navbar-nav .dropdown .dropdown-menu a:hover {
    background: #e0a80d;
}

.navbar-brand img{ width: 200px;}

/* ==========================
   [02]. Slider
========================== */
.slider {
    background: url('../img/x1.jpg') center center no-repeat;
    height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
}

.slider .particels {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.animated-headlines .cd-headline span {
    font-size: 50px;
    font-family: 'Muli', sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    color: #e0a80d;
}


.slider .left-content .hello {
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.slider .left-content h2 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding: 10px 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    margin: 5px 0 20px 0;
}

.slider .left-content .paragraph {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 28px;
}

.slider .left-content .btn {
    border: 2px solid #e0a80d;
    border-radius: 35px;
    padding: 10px 30px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    margin-top: 20px;
    text-decoration: none;
    z-index: 200;
}
.slider .container.text-center{
    position: relative;
    z-index: 11;
}


/* ==========================
   [03]. About Me
========================== */

.about-me {
    padding: 90px 0;
    background: #2d2e2e;
}

.about-me img {
    /* padding-right: 50px; */
}

.about-me h2 {
    font-size: 30px;
    font-weight: 800;
    color: #e0a80d;
}

.about-me p {
    font-size: 15px;
    font-weight: 400;
    color: #bac8d3;
    line-height: 28px;
    margin: 20px 0 40px 0;
}

.about-me .btn-1 {
    background: #e0a80d;
    border-radius: 35px;
    padding: 10px 30px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    margin-right: 10px;
    text-decoration: none;
}

.about-me .btn-2 {
    border: 2px solid #e0a80d;
    border-radius: 35px;
    padding: 10px 50px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
}



/* ==========================
   [04]. Services
========================== */
.services {
    padding-bottom: 90px;
    background: #2d2e2e;
}

.services h2 {
    font-size: 30px;
    font-weight: 800;
    color: #e0a80d;
    margin-bottom: 30px;
}

.services .box {
    padding: 40px;
    margin-bottom: 30px;
    background: #212222;
    min-height: 345px;
}
.services .box span {
    font-size: 30px;
    color: #e0a80d;
}
.services .box span img{
    width: 45px;
}
.services .box h3 {
    font-size: 18px;
    font-weight: 700;
    color: #eee;
    margin: 0;
    padding: 0;
    margin: 20px 0;
}

.services .box p {
    font-size: 14px;
    color: #bac8d3;
    font-weight: 400;
    line-height: 26px;
    padding: 0;
    margin: 0;
}



/* ==========================
   [05]. Some Facts
========================== */

.some-facts {
    padding: 70px 0;
    color: #ffffff;
    background: url('../img/bg/some-facts-bg.png') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.some-facts .items span {
    font-size: 30px;
    color: #e0a80d;
    margin: 0;
    padding: 0;
}

.some-facts .items h3 {
    font-size: 40px;
    font-weight: 800;
    color: #ffffff !important;
    margin: 0;
    padding: 0;
    margin: 10px 0;
}

.some-facts .items h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.some-facts .items img{
    width: 60px;
    text-align: center;
    margin: 0 0 20px 0;
}


/* ==========================
   [06]. Portfolio
========================== */

.portfolio {
    padding: 90px 0 65px 0;
    background: #2d2e2e;
}

.portfolio h2, .some-facts h2 {
    font-size: 30px;
    font-weight: 800;
    color: #e0a80d;
    margin-bottom: 30px;
}

.portfolio .button-group {
    margin-bottom: 30px;
}

.portfolio .button-group button {
    border: 0;
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
    color: #bac8d3;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 35px;
    transition: all .2s ease-in-out;
}

.portfolio .button-group button:hover {
    color: #ffffff;
    background: #e0a80d;
}

.portfolio .button-group button.active {
    color: #ffffff;
    background: #e0a80d;
}

.portfolio .single-portfolio-item {
    position: relative;
    margin-bottom: 30px;
    min-height: 275px;
}

.portfolio .single-portfolio-item .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #e0a80d;
    color: #ffffff;
    opacity: 0;
    transition: all .7s ease-in-out;
}

.portfolio .single-portfolio-item .overlay .content {
    font-size: 20px;
    position: absolute;
    text-decoration: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    transition: all .3s ease-in-out;
    width: 75%;
}

.portfolio .single-portfolio-item .overlay .content h3 {
    font-size: 18px;
    font-weight: 500;
}

.portfolio .single-portfolio-item .overlay .content p {
    font-size: 14px;
    font-weight: 200;
}

.portfolio .single-portfolio-item .overlay .content a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
}

.portfolio .single-portfolio-item:hover .overlay {
    opacity: .95;
}
#owl-carouselScroll .owl-dot {
    zoom: 1;
}
#owl-carouselScroll .owl-dot {
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span{
    background: #686868;
}
.owl-theme .owl-dots .owl-dot.active span{
    background: #e0a80d
}

/* ==========================
   [07]. Clients
========================== */
.testimonials {
    background: url('../img/bg/testimonials-bg.png') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 60px 0 20px 0;
}

.testimonials h2 {
    font-size: 30px;
    font-weight: 800;
    color: #e0a80d;
    margin-bottom: 30px;
}


/* ==========================
   [09]. Contact
========================== */

.contact {
    padding: 50px 0 50px 0;
    background: #2d2e2e;
}

.contact h2 {
    font-size: 30px;
    font-weight: 800;
    color: #e0a80d;
    margin-bottom: 20px;
}

.contact .info {
    padding-left: 40px;
}

.contact .info span.fa-at:before{
    line-height: 30px;
}
.contact .info p {
    font-size: 14px;
    margin: 10px 0 20px 0;
    color: #eee;
}
.contact .info span{
    margin-top: 7px;
    float: left;
}
.contact .info img{
    width: 28px;
    float: left;
    margin: 0 10px 0 0;
}

/* ==========================
   [10]. Footer
========================== */
.footer {
    padding: 30px 0;
    background: #242527;
}

 .footer .social-icons span{
    color: #e0a80d;
    padding: 0 5px;
}

.footer p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    margin-top: 15px;
}


.owl-carousel .owl-item .item{
    /* display: contents; */
    align-items: center;
    align-content: center;
    position: relative;
    min-height: 130px;
}
.owl-carousel .owl-item img{
    width: auto;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    object-fit: contain;
    max-height: 100%;
    right: 0;
    left: 0;
    margin: auto;
    display: inline-block;
}
#owl-carouselScroll .owl-item img, #owl-carouselScroll .overlay{
    /* min-height: 280px; */
}

.anchors a{color: #ffffff;font-size: 14px;}
.anchors a:hover{ text-decoration: underline; color: #e0a80d;}
.mr-0{ margin-right: 0 !important;}

.overlay{
    background: #00000091;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#categoriesCar .owl-dots{
    margin: 30px 0 10px;
}
#categoriesCar .owl-dots .owl-dot span {
    background: #787878;
}
#categoriesCar .owl-dots .owl-dot.active span {
    background: #e0a80d;
}
#categoriesCar2{
    display: none;
}
#categoriesCar2 .owl-item .item{
    min-height: 650px
}

#owl-carouselScroll .owl-nav{
    display: none;
}

/* ==========================
   [11]. Media
========================== */
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .portfolio .single-portfolio-item {
        
        min-height: 311px;
    }
    .services .box {
        min-height: 375px;
    }
}


/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .animated-headlines .cd-headline span {
        font-size: 30px;
    }

    .slider .left-content {
        padding: 140px 0;
    }

    .some-facts .items h4 {
        margin-bottom: 30px;
    }

    .blog .box {
        margin-bottom: 30px;
    }

    .blog {
        padding-bottom: 90px;
    }

    .portfolio .single-portfolio-item {
        min-height: 350px;
    }
    #categoriesCar{
        display: none;
    }
    #categoriesCar2{
        display: block;
    }
    .owl-carousel .owl-item img{
        max-height: max-content;
    }
}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    /* Slider*/
    .slider {
       height: 100vh;
       margin-top: 50px;
    }

   .slider .left-content {
       padding: 0;
       margin: 0;
   }

   .animated-headlines .cd-headline span {
       font-size: 30px;
   }

   /* About Me */
   .about-me img {
       padding: 0;
       margin-bottom: 30px;
   }

   .some-facts .items h4 {
       margin-bottom: 30px;
   }

   .blog .box {
       margin-bottom: 30px;
   }

   .contact .info {
       padding: 0;
       text-align: center;
       margin-top: 40px;
   }

   .contact .info p{
       text-align: left;
       margin: 10px 20px;
   }
   .portfolio .single-portfolio-item {
    min-height: 256px;
}
   #categoriesCar2 .owl-item .item{
        min-height: 500px
    }
    .anchors.float-right{
            float: left!important;
    }
    .services .box {
        min-height: auto;
    }

}

/*Small devices (landscape phones, 576px and up) */
@media (max-width: 575.99px) {
    /* Slider*/
    .slider {
        height: 100vh;
        margin-top: 50px;
    }

    .slider img {
        display: none;
    }

    .navbar {
        padding: 20px;
    }

    .animated-headlines .cd-headline span {
        font-size: 30px;
    }

    /* About Me */
    .about-me {
        padding: 80px 25px;
    }
    .about-me img {
        margin-bottom: 30px;
    }
    .about-me .btn-1 {
        margin-bottom: 30px;
    }

    .some-facts .items h4 {
        margin-bottom: 30px;
    }

    .blog .box {
        margin-bottom: 30px;
    }

    .contact .info {
        padding: 0;
        text-align: center;
        margin-top: 10px;
    }
    .portfolio .single-portfolio-item {
        min-height: 260px;
    }
}
@media (max-width: 500px) {
    #categoriesCar2 .owl-item .item{
        min-height: 430px
    }
    .portfolio .single-portfolio-item {
        min-height: 230px;
    }
}
@media (max-width: 480px) {
    #categoriesCar2 .owl-item .item{
        min-height: 360px;
    }
    .portfolio .single-portfolio-item {
        min-height: 216px;
    }
}

@media (max-width: 430px) {
    .portfolio .single-portfolio-item {
        min-height: 204px;
    }
}

@media (max-width: 400px) {
    .portfolio .single-portfolio-item {
        min-height: 190px;
    }
}

@media (max-width: 385px) {
    .portfolio .single-portfolio-item {
        min-height: 180px;
    }
}