/*
Theme Name: UnderStrap
Theme URI: https://understrap.com
Author: the Understrap Authors
Author URI: https://github.com/understrap/understrap/graphs/contributors
GitHub Theme URI: https://github.com/understrap/understrap
Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid starting point for your next theme project and WordPress website. Use it as starter theme or as a parent theme. It is up to you. Including Font Awesome support, built-in widget slider and much more you need for basic websites. IMPORTANT: All developer dependencies are not bundled with this install file. Just download the .zip, extract it and run "npm install" and "gulp copy-assets" inside the extracted /understrap folder.
That downloads everything and moves it in place so that you can recompile your CSS and JS files;
A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/understrap/understrap
A child theme is available on Github, too: https://github.com/understrap/understrap-child;
Version: 0.9.6
Tested up to: 5.7.2
Requires PHP: 5.2
License: UnderStrap WordPress Theme, Copyright 2013-2021 Howard Development &amp; Consulting
UnderStrap is distributed under the terms of the GNU GPL version 2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
UnderStrap is based on Underscores https://underscores.me/, (C) 2012-2016 Automattic, Inc.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: https://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command

...and now go out and play!
*/

 
  :root {
    --main-theme-color: #a217d1;
    --black-color: #020202;
     --transition:all 0.3s ease-in-out;
}
a,a:hover,.btn,.btn.focus, .btn:focus{
    box-shadow: none;
    text-decoration: none;
    transition: var(--transition);
}
html,
body {
  position: relative;
  height: 100%;
  background: #fafafa;
}
img {
    max-width: 100%;
}
.section-home{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-home .overlay{
    background-color:rgb(0 0 0 / 20%);;
}
.section-home  .swiper-container {
  width: 100%;
  height: 100vh;
}
.section-home  .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Playfair Display';
}

.swiper-pagination-b5ullet{
    width: 10px;
    height: 10px;
}
.homeSlider .swiper-pagination-bullet{
    background: #555;
    opacity: 1;
}
.homeSlider .swiper-pagination-bullet-active{
    background: #fff;
}
.homeSlider .slider-title{
    font-size: 50px;
    margin-bottom: 20px;
}
.homeSlider .slider-des{
    font-size: 18px;
    text-transform: capitalize;
}
.btn{
    background: var(--main-theme-color);
    color: #fff;
    font-family: 'Roboto';
    margin-top: 40px;
    padding: 8px 30px;
    font-size: 18px;
}
 .btn:hover{
    background: var(--black-color);
    color: #fff;
}
.homeSlider .btn{
        background: transparent;
    border: 1px solid;
    border-radius: 22px;
}
/*start header*/
.navbar.navbar-sidebar {
    display: none;
}
.main-menu{
    position: absolute;
    width: 100%;
    z-index: 100;
}
.main-menu .logo img{
    height: 110px;
    padding: 5px 0;
    transition: var( --transition);
}
.main-menu ul li {
    position: relative;
    z-index: 45;
    float: left;
    margin: 0 0 0 30px;
    padding: 0;
    min-width: 10px;
}
.main-menu ul a{
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Roboto",sans-serif;
    letter-spacing: 1px;
    transition: var( --transition);
    text-decoration: none;
}
.main-menu ul a:hover{
  font-size: 13px;
}
.main-menu.fixed-top{
    background: #1a1a1a;
     position: fixed;
     margin-bottom:70px;
}
.main-menu.fixed-top .logo img {
    height: 70px;
    
}
.single-header{
    position: relative;
    left: 0;
    top: 0;
}

/*about*/
.section-title .title{
    font-family: "Roboto",Sans-serif;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--black-color);
    text-align: center;
}
.section-title hr{
    width: 12%; 
    border-top: 1px solid var(--main-theme-color);
}
.section-title .des{
    font-family: "Raleway",Sans-serif;
    font-weight: 400;
    color: #414141;
    line-height: 1.8em;
    font-size: 20px;
}
.side-widget .side-img{
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.side-title{
    color: #1D1D1D;
    font-family: "Roboto",Sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 20px;
}
.side-des{
    text-align: left;
    color: #414141;
    font-family: "Raleway",Sans-serif;
    font-weight: 400;
    line-height: 1.8em;
    font-size: 15px;
}
.secton-slider{
    padding-bottom: 60px;
}
.secton-slider .swiper-slide{
    height: auto;
}
.service-img{
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 4px;
  
}
.service-img .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0;
    transition: var(--transition);
}
.service-img img{
    height: 190px;
    width: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.service-img:hover .overlay{
    opacity: .5;
}
.service-img:hover img{
    transform: scale(1.2);
}
.service-title{
    color: var(--black-color);
    font-family: "Raleway",Sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.service-title:hover{
    color: var(--main-theme-color);
}
.swiper-button-next, .swiper-button-prev{
    color: #fff;
    background-color: var(--main-theme-color);
    padding: 12px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 18px;
    font-weight: bold;
}
.secton-slider .swiper-pagination-bullet{
    background: #D9D9D9;
    opacity: 1;
    width: 10px;
    height: 10px;
}
.secton-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--main-theme-color);
}
.projects-slider .btn{
    text-transform: uppercase;
    font-family: "Raleway",Sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.side-widget .btn{
    text-transform: capitalize;
    margin-top: 20px;
    font-size: 16px;
}
.single-post {
    text-align: center;
        position: relative;
            min-height: 100vh;
}
.single-post .post-name{
    display: inline-block;
    max-width: 80%;
        font-family: Raleway;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
        font-weight: 900;

}
.single-pagination li {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 30%;
    margin-top: -15px !important;
     text-indent: -9999px;
}
.single-pagination li.prev {
    left: 85px;
    z-index: 10;
}
.single-pagination li.next {
    right: 85px;
    z-index: 10;
}
.single-pagination li a {
    background: url(assets/img/sprites.png) no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 100%;
    padding: 20px;
    text-indent: -9999px;
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}
.single-pagination li.prev a {
    background-position: -247px 6px;
}
.single-pagination li.next a {
    background-position: -215px 6px;
}
.dark-header {
    background: #1a1a1a;
}
.socialmedia-widget {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.single-post .social-share {
    margin-top: 20px;
}
.socialmedia-widget li {
    display: inline-block;
    background: transparent;
    padding: 0px;
    margin: 0 3px 0 3px;
    position: relative;
}

.socialmedia-widget li a {
    height: 30px;
    width: 30px;
    display: block;
    text-indent: -9999px;
    background: url(assets/img/social-icons.png);
    margin: 0;
    opacity: 0.3;
}
.socialmedia-widget li.facebook a {
    background-position: 0px top;
}
.socialmedia-widget li.twitter a {
    background-position: -30px top;
}
.socialmedia-widget li.googleplus a {
    background-position: -330px top;
}
.socialmedia-widget li.pinterest a {
    background-position: -360px top;
}
.single-post .post-img,.single-post  .post-content{
        margin-top: 40px;
    position: relative;
        max-width: 95%;
    margin: auto;
}
.single-post .post-img img{
        width: 800px;
    height: 530px;
}
.open-responsive-nav span {
    display: block;
    width: 40px;
    height: 40px;
    background: url(assets/img/sprites.png) -340px 0 no-repeat;
    background-position: -380px 0;
}
.navbar-sidebar .sidebar-wrapper {
        position: fixed;
    width: 100%;
    height: 100%;
    background: #262626;
    width: 260px;
    z-index: 10000;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 3px;
    -moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
    -webkit-box-shadow: rgb(0 0 0 / 20%) 0px 0px 3px;
    overflow: hidden;
    right: -260px;
       transition: var(--transition);
}
.navbar-sidebar li a{
    display: block;
    color: #ccc;
    line-height: 24px;
    padding: 8px 20px;
    border-bottom: 1px solid #333;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}
.navbar-sidebar.toggled .sidebar-wrapper {
      right: 0;
}

.footer{
        background: #333;
  left: 0;
  width: 100%;
}
.footer .logo img{
        width: 180px;
            height: 56px;
}
.footer p{
        color: #ddd;
}
.portfolio img{
  height: 190px;
}
.portfolio{
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .main-menu{
        display:none;
    }
    .navbar.navbar-sidebar{
        display:block;
    }
     .navbar.navbar-sidebar  .logo img{
         height:55px;
     }
     
     .section-home .swiper-container{
             height: 50vh;
     }
     .homeSlider .slider-title{
        font-size: 30px;
        padding-top: 36px;
     }
     .btn{
        margin-top: 10px;
        font-size: 16px;
     }
     .section-title .title{
         font-size: 30px;
     }
     .side-title{
        font-size: 55px;
        margin-top: 20px;
     }
     .side-des{
        font-size: 14px;
     }
     .side-widget:nth-of-type(2) .row{
         flex-direction: column-reverse;
     }
     .swiper-button-next, .swiper-button-prev{
        top: 35%;
     }
     .secton-slider {
    padding-bottom: 40px;
}
.services-slider ,.projects-slider {
    padding-top:0 !important;
}
.single-post .post-img, .single-post .post-content{
        margin-top: 0;
}
.single-post {
        padding-top: 7rem !important;
}
.single-post .post-name{
    font-size: 21px;
    line-height: 1.6;
}
.single-pagination li{
    top: 15%;
}

element.style {
}
.single-pagination li.prev {
    left: 10px;
}
.single-pagination li.next {
    right: 10px;
}
}
h4.entry-title {
    font-size: 18px;
}
#page-wrapper{
        padding-bottom: 100px;

}