/* Meyers Web Styling Reset */


/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 5, 2019 */



@font-face {
    font-family: 'spartan_mbblack';
    src: url('webfontkit-spartan/spartanmb-black-webfont.woff2') format('woff2'),
         url('webfontkit-spartan/spartanmb-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'spartan_mbextrabold';
    src: url('spartanmb-extra-bold-webfont.woff2') format('woff2'),
         url('spartanmb-extra-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'spartan_mblight';
    src: url('../webfontkit-spartan/spartanmb-light-webfont.woff2') format('woff2'),
         url('../webfontkit-spartan/spartanmb-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'spartan_mbsemibold';
    src: url('spartanmb-semibold-webfont.woff2') format('woff2'),
         url('spartanmb-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    background: #eee;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} /* meyer reset end */




/* Global Styling */

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}



.theme-landing-sec {
    width: 100%;
    height: 100vh;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url('../assets/bgimage.png');
    background-size: cover;
    background-repeat: no-repeat;

}

.theme-title {
    font-size: 100px;
    font-weight: bold;
    font-family: 'spartan_mblight', sans-serif;
    margin-bottom: 20px;
    color: #ffffff;
    letter-spacing: -1px;

}
.theme-sub-title {
    font-size: 2vw;
    font-weight: normal;
    font-family: 'spartan_mblight', sans-serif;
    margin-bottom: 20px;
    color: #cccccc;
}

.action-buttons {
    margin-top: 40px;
}
.action-buttons button {
    width: 150px;
    background-color: #ffffff;
    color: #000000;
    padding: 15px 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.1s ease-in-out, color 0.8s ease-in-out;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid transparent;
}
.action-buttons button:hover {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #000;
}

.action-buttons .buy-btn {
    background-color: #e2126a;
}
.btns-seperator {
    margin: 5px 20px;
    display: inline-block;
    position: relative;
   color: #ffffff;
}

.btns-seperator:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    width: 1px;
    height: 10px;
    background-color: #ffffff;
}
.btns-seperator:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 1px;
    height: 10px;
    background-color: #ffffff;
}

/* Scroll Animation */

.icon-scroll {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 4vh;
    width: 100%;
    height: 60px;
    margin-left: -20px;
    bottom: 6%;
    margin-top: -35px;
    border: 2px solid #ffffff;
    animation: pulse 1.5s infinite;
    animation-delay: 0.5s;
    border-radius: 25px;
    color: #ffffff;
    cursor: pointer;
  }
  @keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #000;
    }
    50% {
        box-shadow: 0 0 30px 0 #ccc;
    }
    100% {
        box-shadow: 0 0 0 0 #000;
    }
  }

.icon-scroll:before {
    position: absolute;
    top:10px;
    left: 60%;
    transform: translate(-50%);
    content: '';
    width: 6px;
    height: 10px;
    background: #ffffff;
    margin-left: -4px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-delay: 0.3s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}
.icon-scroll:after {
      position: absolute;
      content: 'Scroll';
      bottom: -25px;
      left: 50%;
      color: #999;
      font-weight: bold;
      font-size: 10px;
      width: 50px;
      font-family: sans-serif;
      transform: translateX(-50%);
      text-transform: uppercase;
}

@keyframes scroll{
    0% {
      opacity: 1;
    }
    100% {
      left: 52%;
      opacity: 0.2;
      transform: translateY(20px);
    }
}



/*  Theme Demo Styling */

.theme-demos-inner {
    width: 80vw;
    margin: 0 auto 100px;;
}

.demo-item-wrap {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 80px;
}
.demo-item figure {
    height: 300px;
    overflow-y: auto;
    overflow: hidden;
    border: 1px solid rgba(222, 222, 222, 0.3);
}

#img-holder{
    width: 300px;
    height:300px;
    border:2px solid;
    overflow:hidden;
    position:relative;
}
.demo-item figure,
.demo-item figure img {
    transition: all 4s ease-in;
}
.demo-item figure:hover img {
    transform: translateY(calc(-100% + 300px));
    transition: all 4s ease-in;
}

a {
    text-decoration: none;
    color: #000000;
    font-family: sans-serif;
  }
  .post__more {
      display: inline-block;
  }
.demo-item {
    padding: 30px;
    margin: 0 30px;
    background: rgba(228, 235, 239, 0.2);
    box-shadow: 0 5px 15px 0 rgba(112,128,175,0.2);
    width: 500px;
	border: 1px solid #dddddd;
	border-radius: 10px;
    background: #fff;
}
.demo-item img {
    width: 100%;;
}
.demo-item-meta {
    margin: 30px 0 0;
}

.btn {
    padding: 15px 30px;
	font-size: 12px;
    background-color: #dedede;
    position: relative;
    display: block;
    height: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 3px;
}

a.btn-green {
	background: #07af48;
    color: #ffffff;
}

.theme-color {
    font-size: 30px;
    font-weight: bold;
    font-family: 'spartan_mblight', sans-serif;
    margin-bottom: 20px;
	padding: 15px 0;
	text-align: center;
}

.btn-2 a.btn {
    text-align: center;
}
.demo-action-btns .bar {
	padding: 0 15px;
	opacity: 0.3;
}
.circle-bg1 {
    width: 0;
    height: 100%;
    background: #1a2c2e;
    position: absolute;
    transition: all 0.2s ease-in-out;
    display: block;
    top: 0;
	left: 0;
}
.demo-action-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-anim{
    transition-delay: 0.23s;
}
.post__more a:hover .circle-bg1 {
    width: 100%;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.3s;
}
.post__more a:hover .text2 {
    color: #fff;
}
.btn-2 a.btn:hover:after {
    background-color: #ebeff3;
    animation-name: expand;
    animation-duration: .5s;
    animation-delay: 0.2s;
}

@keyframes expand{
0% {
    width: 0;
}
100% {
    width: 40px;
}
}

.post__more a:hover .circle-bg1 {
    height: inherit;
}
.post__more a:hover .text1 {
    color: #fff;
    position: relative;
}

.intro h3 {
	font-family:'spartan_mblight', sans-serif;
	font-size: 50px;
	line-height: normal;
	font-weight: 900;
	margin-bottom: 20px;
}
.dual {
    color: #e2126a;
    font-weight: bold;
}

.intro {
	margin: 0 auto;
	margin-bottom: 60px;
	text-align: center;
    max-width: 950px;
}
.intro p {
	font-size: 14px;
	line-height: 1.8;
	opacity: 0.5;
}


.demo-inner {
    display: block;
    overflow: hidden;
    max-width: 990px;
    margin: 0 auto;
}

.demo-content {
    padding: 80px;
    background: #1c1c1c;
}
.demos-content-inner {
    display: flex;
    width: 80vw;
    margin: 0 auto 100px;
}
.demo-text h2 {
    font-family: 'spartan_mblight', sans-serif;
    font-size: 80px;
    font-weight: 900;
    color: #ffffff;
}
.demo-text p { 
    font-size: 14px;
    color: #cccccc;
    font-family: 'spartan_mblight', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.5em;
    padding-top: 35px;
}
figure img {
    height: 500px;
    width: 650px;
    display: block;
}


.section-testimonils {
	background: #1c1c1c;
	padding: 80px 0;
}
.testimonial-inner,
.feature-inner {
    width: 80vw;
    margin: 0 auto 100px;
}

.feature-wrap {
    position: relative;
    padding: 80px 0;
	background: #eee;
}
.feature-wrap h2 { color: #000000;}
.feature-title {
    font-size: 18px;
    font-weight: bold;
    font-family: 'spartan_mbextrabold', sans-serif;
    letter-spacing: 1px;
    color: #000000;
    padding-bottom: 8px;
}
.feature-content {
    font-size: 16px;
    font-weight: 300;
    color: #212121;
    line-height: 1.5em;
    padding-top: 15px;
     font-family: 'spartan_mblight', sans-serif;
}
.feature-box {
    position: relative;
    width: 100%;
    max-width: 300px;
    padding: 40px 40px;
    box-shadow: 0 5px 15px 0 rgba(112,128,175,0.2);
    border-radius: 5px;
    background: #ffffff;
    margin: 20px;
}
.feature-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
	padding-top: 20px;
}
.testimonial-title,
.feature-wrap h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 900;
    font-family: 'spartan_mblight', sans-serif;   
}
.testimonial-title{ color: #ffffff;}
.is-light .is-light { color: #000000; } 
.is-dark .testimonial-title { color: #ffffff}

.owl-content p,
.client-meta span {
    color: #bfbfbf;
    padding: 20px 0;
    text-align: center;
    line-height: 1.5em;
}
.client-meta span {
    display: block;
}