@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;600;700&display=swap');
body {
    font-family: Jost;
    font-size:18px;
    line-height: 1.65;
    color: #6c757d;
}
img {
    max-width:100%;
}

a {
    color:#ff641a;
}

a, a:hover, 
.wrap_browser.theme_item:hover img.screenshot, 
.wrap_browser.theme_item:hover .buttons,
img.screenshot,
.buttons  {
    transition: ease-in .2s;
}

a:hover {
    text-decoration:none;
}

.p-10rem {
    padding:10rem 0;
}
.pb-5rem {
    padding-bottom:5rem;
}
.pt-5rem {
    padding-top:5rem;
}
.pb-2rem {
    padding-bottom: 2rem;
}

h2 {
    line-height:1.7;
}
h3 {
    line-height:1.6;
}
h4, .h4 {
    line-height:1.5;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #050505;
    font-weight:600;
}
.font-weight-600 {
    font-weight:600;
}
.color-inherit, a.color-inherit:hover {
    color:inherit;
}
.ls-1 {
    letter-spacing:1px;
}
.underline {
    position:relative;
}
.underline:after {
    content: url(../img/underline.svg);
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: -1;
    width:100%;
    overflow: hidden;
}

.nav-item {
    font-weight:600;
}

.dots {
    background-color: transparent;
    background-image: radial-gradient(rgba(28, 28, 81, 0.1) 2px, transparent 1px);
    background-position: 0px 0px;
    background-size: 15px 15px;
    width: 300px;
    height: 300px;
    position: absolute;
    left: 47%;
    z-index: -1;
    bottom: 40px;
}

.home_hero {
    padding:10rem 0;
}
.hero_img {
    margin-left: auto;
    border-radius: 20px;
    position: relative;
}
.wrap_browser {
    border:1px solid;
    padding-top: 27px;
    border-radius: 4px;
    position:relative;
    overflow:hidden;
}
.wrap_browser img.screenshot {
    width: 100%;
    border-top:1px solid;
    border-radius: 0px 0 4px 4px;
}
.wrap_browser .circles span {
    float: left;
    background: rgba(0,0,0,0.5);
    width: 6px;
    height: 6px;
    margin-top: 1px;
    margin-right: 4px;
    border-radius: 3px;
}
.wrap_browser .circles {   
    position: absolute;
    top: 10px;
    left: 12px;
}
.wrap_browser.theme_item {
    margin:0 5px;    
    max-height: 396px;
}
.wrap_browser.theme_item .buttons {
    position:absolute;
    top:45%;
    left: 0px;
    z-index:1;
    text-align: center;
    width:100%;
    overflow:hidden;
    opacity:0;
}
.wrap_browser.theme_item:hover img.screenshot {
    opacity:.2;
}
.wrap_browser.theme_item:hover .buttons {
    opacity:1;
}
.paddle_button {
    background-color: #00a747;
    border-color: #00a747;
    color: #fff;
}
.stickybuy {opacity:0; transition: all .3s;}
.stickybuy.active {opacity:1; transition: all .3s;}

/* BLOG */ 
.categories .comma:last-child {
    display:none;
}