/*
Theme Name: Rental
Theme URI: https://rental.ciuss.net
Author URI: https://facebook.com/ciussgw
Description: Special theme for Rent Car website.
Author: Ciuss Creative
Version: 1.008
Requires at least: 6.2
Tested up to: 6.4.3
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom logo, sidebar
Text Domain: rental
Copyright: (c) Since January 2024 ciuss.com
*/

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
}
body {
    line-height: 1.4;
    text-align: left;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    outline: 0 !important;
}
body {
    font-weight: 400;
    font-size: 14px;
}
img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.screen-reader-text {
}
.rentclear:after,
.loop_clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 95px 0 0;
    position: relative;
}
.ren__container {
    padding: 0 30px;
    max-width: 1300px;
    margin: 0 auto;
}

/* HEADER */
.ren__header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 95px;
    z-index: 100;
}
.ren__topin {
    position: relative;
}
.ren__logo {
    float: left;
    height: 45px;
    padding: 25px 0;
    margin: 0 50px 0 0;
}
.ren__logo a {
    display: block;
}
.ren__logo img {
    height: 45px;
    width: auto;
    display: block;
}

.ren__touch {
    float: right;
    padding: 23px 0;
    height: 49px;
}
.ren__what {
    float: right;
    padding: 0 0 0 25px;
    margin: 0 0 0 25px;
}
.ren__what a {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0 18px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
}
.ren__what a.wapi {
    display: none;
}

.ren__social {
    float: left;
    padding: 0 0 0 25px;
    margin: 0 0 0 25px;
}
.soc__before {
    text-align: center;
    font-size: 12px;
    height: 12px;
    margin: 0 0 8px;
}
.ren__socicon {
    height: 26px;
}
.ren__socicon a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    border-radius: 20px;
    margin: 0 1px;
}
.ren__socicon svg {
    width: 16px;
    height: 16px;
    padding: 5px;
}

.ren__time {
    height: 26px;
    line-height: 26px;
    font-weight: bold;
}

.ren__menu {
    position: relative;
    height: 70px;
    transition: all 0.5s ease;
}
.ren__scroll .ren__menu {
    height: 40px;
}
.ren__open__menu {
    width: 30px;
    height: 8px;
    position: absolute;
    top: 15px;
    left: 30px;
    z-index: 3;
    display: none;
}
.ren__menuin {
    position: relative;
    z-index: 2;
}
.ren__menu:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.2;
    transition: all 0.5s ease;
}
.ren__scroll .ren__menu:after {
    opacity: 0.9;
}

#ren__current {
    float: right;
    line-height: 70px;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.5s ease;
}
.ren__scroll #ren__current {
    line-height: 40px;
}
.nav {
    float: left;
    margin: 0 60px 0 0;
}

.nav .renmenu {
    height: 70px;
    transition: all 0.5s ease;
}
.ren__scroll .nav .renmenu {
    height: 40px;
}
.nav .renmenu li {
    float: left;
    display: block;
    position: relative;
}

.nav .renmenu li a {
    position: relative;
    text-decoration: none;
    display: block;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 0 35px 0 0;
    border-radius: 30px;
    white-space: nowrap;
    transition: all 0.5s ease;
}
.nav .renmenu li.menu-item-has-children a:after {
    content: "";
    position: absolute;
    bottom: 20%;
    left: 0;
    height: 1px;
    width: 20px;
    transition: all 0.5s ease;
}
.nav .renmenu li.menu-item-has-children:hover a:after {
    width: 40px;
}
.nav .renmenu li.menu-item-has-children ul li a:after {
    height: 0;
    display: none;
}
.ren__scroll .nav .renmenu li a {
    line-height: 40px;
}
.nav .renmenu li ul {
    display: none;
    position: absolute;
    top: 70px;
    left: 0px;
    padding: 15px 0;
    z-index: 400;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.ren__scroll .nav .renmenu li ul {
    top: 40px;
}
.nav .renmenu li:hover ul {
    display: block;
}
.nav .renmenu li ul li,
.nav .renmenu li ul li.menu-item-has-children {
    float: none;
    display: block;
    line-height: 1.2;
    min-width: 240px;
    padding: 0;
    margin: 0;
}
.nav .renmenu li ul li.menu-item-has-children:after {
    content: "";
    top: 22px;
    right: 20px;
}
.nav .renmenu li ul li a,
.ren__scroll .nav .renmenu li ul li a {
    position: relative;
    font-weight: normal;
    line-height: 1.2;
    padding: 8px 20px;
    font-weight: bold;
    font-size: 13px;
    border-radius: 0;
    border: 0 !important;
    transition: all 0.5s ease 0.1s;
}

.nav .renmenu li ul li:hover a:after {
    opacity: 1;
}

.nav .renmenu li ul li ul {
    display: none;
    position: absolute;
    top: -15px;
    left: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}
.nav .renmenu li:hover ul li ul,
.nav .renmenu li ul li:hover ul li ul,
.nav .renmenu li ul li ul li:hover ul li ul {
    display: none;
}
.nav .renmenu li ul li:hover ul,
.nav .renmenu li ul li ul li:hover ul,
.nav .renmenu li ul li ul li ul li:hover ul {
    display: block;
}

/* AFTER HEADER */

.after__image {
    min-height: 80px;
    padding: 170px 0 100px;
    position: relative;
    background-size: 100%;
    background-attachment: scroll;
    background-position-y: 0;
    position: relative;
    text-align: center;
    transition: all 0.8s ease;
}
.ren__scroll .after__image {
    background-position-y: -200px;
}
.after__imagein {
    position: relative;
    z-index: 2;
}
.after__image img {
    display: block;
    width: 100%;
}
.after__image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.85;
}

.after__sub,
.after__sub a {
    font-size: 30px;
}

.after__head {
    font-size: 70px;
    line-height: 1.2;
    font-weight: 700;
    margin: 30px 0;
}
.single .after__head {
    font-size: 62px;
    margin: 30px auto;
    max-width: 760px;
}
.typewrite {
    position: relative;
}

/* ARCHIVE */

.ren__archive {
    position: relative;
    padding: 100px 0 150px;
}
.ren__out {
    margin: 0 -15px;
}
.ren__left {
    float: left;
    width: calc(75% - 20px);
}

.ren__loop {
    width: 33.33%;
    float: left;
}
.ren__inner {
    margin: 0 15px 40px;
}
.ren__arc .rentclear {
    display: none;
}

.ren__arc .rentclear.rental3,
.ren__arc .rentclear.rental6,
.ren__arc .rentclear.rental9,
.ren__arc .rentclear.rental12 {
    display: block;
}
.ren__image {
    border-radius: 8px;
    overflow: hidden;
    margin: 0 0 10px;
}
.ren__image a,
.ren__image img {
    display: block;
}
.ren__top {
    font-size: 13px;
    margin: 0 0 5px;
}
.ren__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px;
}
.ren__title.tes__title {
    position: relative;
    padding-right: 60px;
}
.ren__title.tes__title button {
    position: absolute;
    top: calc(50% - 17px);
    right: 0;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border: 0;
    border-radius: 26px;
    font-size: 18px;
}
.ren__exc {
    font-size: 13px;
    margin: 0 0 15px;
}
.ren__aut {
    height: 40px;
}
.ren__aut img {
    float: left;
    margin: 0 15px 0 0;
    height: 40px;
    width: 40px;
    border-radius: 40px;
}
.single .ren__out .ren__quote {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin: 0 15px 0 0;
}
.ren__quote svg {
    margin: 8px;
}
.aut__right {
    float: right;
    width: calc(100% - 57px);
    position: relative;
}
.aut__post {
    font-size: 13px;
}
.aut__name {
    font-size: 15px;
    font-weight: bold;
}
.share__icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    float: right;
    border-radius: 30px;
    display: none;
}
.share__icon svg {
    width: 20px;
    height: 20px;
    padding: 10px;
}

.pagination {
    text-align: center;
}
.pagination a {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    margin: 0 2px 4px;
    font-weight: bold;
}
.pagination i {
    font-size: 18px;
}

.ren__share {
    padding: 25px 0;
}
.ren__share a {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 40px;
}
.ren__share a.fb {
    background: #518ce8;
}
.ren__share a.tw {
    background: #444444;
}
.ren__share a.wapi,
.ren__share a.wame {
    background: #3cc390;
}
.ren__share a.pin {
    background: #e55f5f;
}
.ren__share a.te {
    background: #47aeeb;
}
.ren__share a.wapi {
    display: none;
}
.ren__share svg {
    margin: 10px;
    width: 24px;
    height: 24px;
}
.ren__share .tw svg {
    margin: 12px;
    width: 20px;
    height: 20px;
}

.ren__single__left {
    width: 25%;
    float: left;
    display: inline-block;
    margin-top: -150px;
    position: sticky;
    top: 170px;
    bottom: auto;
    z-index: 3;
}
.ren__single__img {
    margin: 0 0 25px;
}
.ren__single__img img {
    border-radius: 8px;
}

.ren__content {
    float: left;
    width: 50%;
    line-height: 1.4;
    font-size: 16px;
    margin-top: -50px;
}
.ren__content__inner {
    padding: 0 30px;
}
.ren__content__meta {
    margin: 0 0 10px;
    font-size: 20px;
}
.page-template-page-contact .ren__content iframe {
    height: 350px;
    margin: 0 0 30px;
    border-radius: 10px;
}
.wp-caption {
}

.wp-caption-text {
}

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

.alignright {
}

.alignleft {
}

.aligncenter {
}

.ren__content h1,
.ren__content h2,
.ren__content h3,
.ren__content h4,
.ren__content h5,
.ren__content h6 {
    font-weight: 600;
    line-height: 1.3;
    margin: 5px 0 15px;
}

.ren__content h1 {
    font-size: 34px;
}

.ren__content h2 {
    font-size: 30px;
}

.ren__content h3 {
    font-size: 26px;
}

.ren__content h4 {
    font-size: 22px;
}

.ren__content h5 {
    font-size: 18px;
}

.ren__content h6 {
    font-size: 16px;
}

.ren__content {
    font-weight: 400;
}
.single-galeri .ren__content {
    padding: 30px 0;
}
.ren__content table td {
    vertical-align: top;
    border: 1px solid #ddd;
}

.ren__content p {
    margin: 0 0 15px;
}

.ren__content img {
    max-width: 100%;
    height: auto;
    margin: 0 0 20px;
    border-radius: 10px;
}
.wp-block-image img {
    margin: 0;
}

.ren__content img.alignleft {
    float: left;
    margin: 0 30px 20px 0;
}

.ren__content img.alignright {
    float: right;
    margin: 0 0 20px 30px;
}

.ren__content img.aligncenter {
    float: none;
    margin: 0 auto 20px;
}

.ren__content blockquote {
    margin: 0 0 20px;
    padding: 20px 20px 10px 50px;
    background: rgb(0, 0, 0, 0.05);
}

.ren__content ul {
    margin: 0 0 20px;
    list-style: disc !important;
}

.ren__content ol {
    margin: 0 0 20px;
    list-style: decimal !important;
}

.ren__content li {
    margin: 0 0 0 15px;
}

.ren__content li ol,
.ren__content li ul {
    margin: 0;
}
.ren__tag {
    margin: 0 0 20px;
    padding: 20px 0;
}
.ren__tag a {
    display: inline-block;
    height: 36px;
    line-height: 34px;
    padding: 0 22px;
    margin: 0 2px 4px;
    border-radius: 4px;
}
.driver__tag {
    margin: 0 -15px 60px;
    padding: 30px 0 0;
}
.tag__block {
    float: left;
    width: 50%;
}
.tag__inner {
    margin: 0 15px 20px;
    padding: 30px 30px 10px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.tag__inner:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0.1;
}

.ren__rel__head {
    font-size: 24px;
    margin: 0 0 20px;
}
.ren__rel {
    position: relative;
    margin: 0 0 30px;
    padding: 30px 30px 30px 90px;
    background: rgba(0, 0, 0, 0.04);
}
.rel__img {
    float: right;
    width: 135px;
    margin: 0 0 0 30px;
}
.rel__img a {
    display: block;
}
.rel__img img {
    margin: 0;
    display: block;
}
.rel__meta {
    float: left;
    width: calc(100% - 170px);
}
.rel__meta span {
    position: absolute;
    left: -10px;
    top: 70px;
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    border-radius: 30px;
    text-transform: uppercase;
    transform: rotate(-90deg);
}
.rel2.rel__meta span {
    background: #1ac2b0;
    color: #fff;
}
.rel3.rel__meta span {
    background: #4aaff3;
    color: #fff;
}
.rel__content__meta {
    margin: 0 0 8px;
    font-size: 14px;
}
.ren__content .rel__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
}

/* COMMENT */
#comments {
    margin: 0;
    padding: 40px 0;
}

.comments_title {
    text-align: center;
    margin: 0 0 20px;
    font-size: 22px;
}
.comment-body {
    position: relative;
}
.comment-meta {
    margin: 0 0 20px;
}
.comment-author {
    font-size: 16px;
}
.comment-author img {
    width: 42px;
    height: 42px;
    float: left;
    margin: 0 20px 0 0;
    border-radius: 40px;
}
.comment-metadata {
    font-style: italic;
    font-size: 14px;
}
.comment-content {
    position: relative;
    padding: 25px 25px 50px;
    border-radius: 10px;
    margin: 0 0 40px;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.02);
    overflow: hidden;
}
.comment-content:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0.04;
}
.comment-content p {
    position: relative;
    z-index: 2;
}
.reply {
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 3;
}
.reply a {
    display: inline-block;
    height: 30px;
    line-height: 28px;
    font-size: 13px;
    padding: 0 15px;
    border-radius: 5px;
}

.comment-respond {
    padding: 50px 0 0;
}
.comment-reply-title {
    text-align: center;
    margin: 0 0 20px;
    font-size: 18px;
}
.comment-reply-title small {
    margin: 0 0 0 20px;
}
.comment-respond p {
    font-size: 16px;
    margin: 0 0 15px;
}
.comment-form-comment {
    margin: 0 0 25px !important;
    padding: 0;
}
.comment-form-comment label {
    display: block !important;
    margin: 0 0 15px;
}

#comment {
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    width: calc(100% - 40px);
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    float: left;
}
.comment-form-author #author,
.comment-form-email #email,
.comment-form-url #url {
    display: inline-block;
    float: right;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    border: 1px solid #bbb;
    border-radius: 3px;
    width: calc(100% - 185px);
}

.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.form-submit {
    margin: 0 0 35px !important;
}
#submit {
    display: inline-block;
    height: 46px;
    border-radius: 8px;
    margin: 0 8px 0 0;
    padding: 0 20px;
    font-weight: bold;
    font-size: 14px;
    line-height: 46px;
    border: 0;
}
.children {
    margin-left: 30px;
}

/* TESTOMONI ARCHIVE */
.tes__loop {
    column-count: 3;
    column-gap: 30px;
    margin: 0 15px 50px;
}

.tes__inner {
    display: grid;
    grid-template-rows: 1fr auto;
    break-inside: avoid;
    margin: 0 0 40px;
}
.post-type-archive-driver .tes__inner {
    margin: 0 0 15px;
}

.tes__image {
    position: relative;
    margin: 0 0 20px;
}
.tes__image .tes__star {
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 30px;
    line-height: 28px;
    padding: 0 12px;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 12px;
}
.tes__image .icon-plus {
    position: absolute;
    bottom: -26px;
    right: 20px;
    height: 36px;
    line-height: 35px;
    width: 36px;
    border-radius: 30px;
    text-align: center;
    font-size: 22px;
}
.tes__image img {
    border-radius: 10px;
    display: block;
}
.tes__noimage {
    font-size: 20px;
    margin: 0 0 10px;
}
.post-type-archive-testimoni .ren__title {
    margin: 0 0 10px;
}
.tes__name {
    font-size: 14px;
    margin: 0 0 10px;
}
.tes__text {
    font-size: 15px;
    display: none;
}
.tes__text p {
    margin: 0 0 10px;
}

/* ARCHIVE RENT */
.car__clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.car__out {
    margin: 0 -10px 50px;
}

.car__ren {
    width: 25%;
    float: left;
}
.car__out .rentclear {
    display: none;
}
.car__inner {
    margin: 0 10px 50px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    overflow: hidden;
}
.car__image {
    margin: 0;
    overflow: hidden;
}
.car__image img {
    display: block;
}

.car__image img {
    transition: all 0.5s ease;
}
.car__inner:hover .car__image img {
    transform: scale(1.1);
}
.car__data {
    height: 40px;
    line-height: 1.3;
    font-size: 13px;
    margin: 0 -15px 10px;
}
.data__left {
    float: left;
    width: calc(100% - 150px);
    margin: 0 0 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.data__right {
    float: right;
    width: auto;
    height: 26px;
    line-height: 26px;
    margin: 2px 15px;
    padding: 0 10px;
    text-align: right;
    font-weight: bold;
    font-size: 13px;
    border-radius: 6px;
}
.car__meta {
    padding: 15px 25px 0;
}
.car__price {
    line-height: 1.2;
    font-size: 13px;
    padding: 4px 0;
}
.car__price span {
    float: left;
    width: 50%;
}
.price__right {
    float: right;
    text-align: right;
    width: calc(50% - 40px);
}

.sing__quotes {
    padding: 40px 40px 20px;
    font-size: 20px;
    position: relative;
    border-radius: 20px;
}
.sing__quotes p {
    margin: 0 0 20px;
}
.sing__quotes:before {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 40px;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 40px solid #098;
    border-bottom: 0;
    clear: both;
    z-index: 1;
}
.galleries {
    position: relative;
    z-index: 2;
    margin: -130px 0 50px;
    border-radius: 10px;
    overflow: hidden;
}
.ben__slide img {
    height: 250px;
    border-radius: 10px;
}

.time__out {
    margin: 0 0 50px;
}
.time__zone {
    float: left;
    width: 33.33%;
}
.time__block {
    margin: 0 15px 30px;
    border-radius: 10px;
    padding: 45px 30px;
    position: relative;
    overflow: hidden;
}
.block__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0.08;
}

.time__bold {
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 0 8px;
    position: relative;
    z-index: 3;
}
.time__bold .time__clock {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    float: left;
}
.time__bold .time__name {
    display: inline-block;
    float: left;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    border-radius: 28px;
    font-size: 14px;
    margin-left: 10px;
}

.time__text {
    font-size: 16px;
    line-height: 22px;
    height: 22px;
    position: relative;
    z-index: 3;
}
.time__block svg {
    position: absolute;
    bottom: 10px;
    right: 0px;
    transform: rotate(15deg);
}
.second__block:after {
    content: "";
    width: 300px;
    height: 300px;
    position: absolute;
    top: -120px;
    right: -220px;
    border-radius: 150px;
    z-index: 2;
    opacity: 0.2;
}
.second__block:before {
    content: "";
    width: 300px;
    height: 300px;
    position: absolute;
    top: -160px;
    right: -200px;
    border-radius: 150px;
    z-index: 2;
    opacity: 0.2;
}
.third__block:after {
    content: "";
    width: 300px;
    height: 300px;
    position: absolute;
    top: -120px;
    right: -220px;
    border-radius: 150px;
    z-index: 2;
    opacity: 0.2;
}
.third__block:before {
    content: "";
    width: 300px;
    height: 300px;
    position: absolute;
    top: -160px;
    right: -200px;
    border-radius: 150px;
    z-index: 2;
    opacity: 0.2;
}
.first__block:after {
    content: "";
    width: 300px;
    height: 300px;
    position: absolute;
    top: -120px;
    right: -220px;
    border-radius: 150px;
    z-index: 2;
    opacity: 0.2;
}
.first__block:before {
    content: "";
    width: 300px;
    height: 300px;
    position: absolute;
    top: -160px;
    right: -200px;
    border-radius: 150px;
    z-index: 2;
    opacity: 0.2;
}

.ren__zone {
    width: 100%;
    float: left;
}
.ren__block {
    margin: 0 15px;
    padding: 40px;
    border-radius: 10px;
}
.rz__left {
    width: 45%;
    float: left;
}
.ren__head {
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 20px;
}
.rz__right {
    width: 40%;
    float: right;
}
.rz__right img {
    border-radius: 10px;
    display: block;
}
.car__class {
    font-size: 20px;
    line-height: 42px;
    margin: 0 0 25px;
}
.car__class a {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    padding: 0 15px;
    margin: 0 10px 0 0;
    border-radius: 10px;
    font-weight: 500;
}
.car__class span {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    padding: 0 15px;
    margin: 0 20px 0 0;
    border-radius: 10px;
    font-weight: 500;
}
.ren__rule {
    font-size: 18px;
}

.show__price {
    border-radius: 8px;
    margin: 0 0 80px;
}
.before__price {
    width: 40%;
    float: left;
    height: 100%;
}
.before__inner {
    margin: 0 15px;
    min-height: 200px;
    padding: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.before__inner h3 {
    font-size: 28px;
    line-height: 1.16;
    margin: 0;
}
.ren__ben h4 {
    font-size: 28px;
    line-height: 1.16;
    margin: 0 0 20px;
    text-align: center;
}
.benefits {
    margin: 0 15px 80px;
    column-count: 3;
    column-gap: 30px;
}
.feat__list {
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 30px;
    display: grid;
    grid-template-rows: 1fr auto;
    break-inside: avoid;
}

.feat__inner {
    position: relative;
    padding: 25px 25px 25px 90px;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}
.feat__inner:after {
    content: "\E80D";
    font-family: rental-font;
    position: absolute;
    top: calc(50% - 20px);
    left: 25px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 25px;
    font-size: 22px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.random__image {
    margin: -30px -30px 30px;
    position: relative;
}
.random__image img {
    border-radius: 10px;
    display: block;
}
.random__image:after {
    border-bottom: 15px solid #deeeed;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    clear: both;
    z-index: 3;
}
.after__price {
    width: 60%;
    float: right;
    position: sticky;
    top: 170px;
    bottom: auto;
}

.price__inner {
    margin: 0 15px;
    padding: 30px 30px 0;
    border-radius: 10px;
    overflow: hidden;
}
.price__list {
    margin: 0 0 15px;
}
.price__num {
    float: left;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border-radius: 6px;
    margin: 8px 20px 8px 0;
}
.price__name {
    padding: 10px 0;
    float: left;
}
.price__name h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 2px;
}
.name__after {
    font-size: 14px;
    line-height: 1.3;
    opacity: 0.7;
}
.price__nomina {
    float: right;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    padding: 0 15px;
    margin: 8px 0;
    border-radius: 5px;
}

.ren__rules {
    margin: 0 15px 40px;
}
.ren__rules h4 {
    font-size: 28px;
    line-height: 1.16;
    margin: 0 0 30px;
    text-align: center;
}
.rule__list {
    margin: 0 95px;
}
.rule__num {
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    border-radius: 10px;
}
.rule__text {
    float: right;
    width: calc(100% - 152px);
    font-size: 22px;
    padding: 30px;
    margin: 0 0 20px;
}

/* Testimoni Single Paket */
.click__order {
    position: relative;
    display: inline-block;
    padding: 0 70px 0 20px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 6px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    border: 0;
}
.click__order i {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 40px;
    line-height: 38px;
    width: 40px;
    text-align: center;
    font-size: 26px;
    border-radius: 6px;
}
.click__order:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 5px;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    animation: mymove 1s infinite;
    background: #fff;
    z-index: 3;
}
.click__order:before {
    content: "";
    position: absolute;
    right: 5px;
    top: 5px;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    animation: mymove 2s infinite;
    background: #fff;
    z-index: 3;
}
@keyframes mymove {
    0% {
        transform: scale(0);
        opacity: 0.9;
    }
    70% {
        transform: scale(2);
        opacity: 0;
    }
    99% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(0);
        opacity: 0.9;
    }
}
.ts__inner {
    margin: 0;
}
.ts__star {
    font-size: 20px;
    margin: 0 0 8px;
}
.ts__title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}
.ts__excerpt {
    margin: 0 0 20px;
    font-size: 16px;
}
.ts__image {
    float: left;
    width: 75px;
    right: 75px;
    margin: 0 20px 0 0;
}
#sidebar .ts__image img {
    border-radius: 75px;
}
.ts__name {
    float: right;
    width: calc(100% - 100px);
    padding: 6px 0 0;
}
.ren__wa_form {
    margin: 0 0 60px;
    padding: 30px 30px 20px 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
}
.ren__wa_form h5 {
    font-size: 24px;
    margin: 0 0 15px;
}
.ren__wa_form input {
    height: 40px;
    border-radius: 5px;
    width: calc(100% - 20px);
    padding: 0 9px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 0 15px;
    font-size: 16px;
}
.ren__wa_form select {
    height: 40px;
    border-radius: 5px;
    width: 100%;
    padding: 0 9px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 0 15px;
    font-size: 16px;
}
.ren__wa_form input[type="number"] {
    appearance: textfield;
    float: left;
    width: calc(100% - 108px);
}
.ren__wa_form label {
    margin: 0 0 8px;
    display: block;
    font-weight: bold;
}
.ren__numeric button {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin: 0 0 0 4px;
    font-size: 18px;
}

/* SIDEBAR */

.ren__right {
    float: right;
    width: 25%;
    position: sticky;
    top: 170px;
    bottom: auto;
}
.rensingle__right {
    float: right;
    width: 25%;
}
#sidebar {
    margin: 0 15px 0;
}
#sidebar img {
    border-radius: 10px;
}
.widget_block {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 1.4;
}
.wp-block-heading {
    font-size: 24px;
    margin: 0 0 10px;
}

.widget_block h1 {
    font-size: 27px;
    margin: 0 0 10px;
    letter-spacing: -1px;
}

.widget_block h2 {
    font-size: 25px;
    margin: 0 0 10px;
    letter-spacing: -1px;
}

.widget_block h3 {
    font-size: 22px;
    margin: 0 0 10px;
    letter-spacing: -1px;
}

.widget_block h4 {
    font-size: 18px;
    margin: 0 0 10px;
}

.widget_block h5 {
    font-size: 17px;
    margin: 0 0 10px;
}

.widget_block h6 {
    font-size: 16px;
    margin: 0 0 10px;
}

.widget_block p {
    margin: 0 0 10px;
}

.widget_block ul,
.widget_block ol {
    margin: 0 0 10px;
}

.widget_block ul li,
.widget_block ol li {
    margin: 0 0 0 15px;
}

.widget_block blockquote {
    padding: 15px;
    background: rgba(0, 0, 0, 0.02);
    font-size: 16px;
}

.widget_block blockquote cite {
    font-size: 13px;
}

.widget_block .wp-block-code code {
    padding: 15px;
    background: rgba(0, 0, 0, 0.02);
}

.widget_block .wp-block-table {
    width: 100%;
}

.widget_block .wp-block-table td {
    padding: 10px;
    border: 1px solid rgba(125, 125, 125, 0.3);
    margin: 0 0 -1px -1px;
}

.widget_block .wp-block-pullquote blockquote {
    background: none;
}

.widget_block figcaption {
    font-size: 12px;
    padding: 5px 0;
}

.widget_block .wp-block-archives,
.widget_block .wp-block-categories {
    margin: 0;
    list-style: none;
}

.widget_block .wp-block-archives li,
.widget_block .wp-block-categories li {
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    position: relative;
}
.widget_block .wp-block-archives li:after,
.widget_block .wp-block-categories li:after {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    background: #333;
    top: calc(50% - 4px);
}

.widget_block .wp-block-calendar table th {
    background: rgba(0, 0, 0, 0.05);
}

.widget_block .wp-block-calendar table caption {
    font-size: 16px;
    padding: 0 0 10px;
}

.widget_block .wp-calendar-nav {
    padding: 10px 0;
}

.widget_block .wp-block-latest-comments__comment {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid rgba(125, 125, 125, 0.3);
    line-height: 1.4;
}

.widget_block .wp-block-latest-comments__comment-excerpt p {
    line-height: 1.4;
}

.widget_block .wp-block-latest-comments__comment-date {
    font-style: italic;
}
.widget_block .wp-block-latest-comments__comment-link {
    font-weight: 500;
}
.widget_block .wp-block-latest-posts.wp-block-latest-posts__list li,
.widget_block .wp-block-pages-list__item {
    margin: 0 0 10px;
    padding: 0 0 10px;
}

.widget_block .wp-block-latest-posts.wp-block-latest-posts__list li time {
    font-size: 12px;
    line-height: 1.3;
}

.widget_block .wp-block-page-list {
    list-style: none;
}

.widget_block .wp-block-pages-list__item.has-child {
    padding: 0;
}

.widget_block .wp-block-pages-list__item.has-child .submenu-container {
    margin: 10px 0 0 15px;
}

.widget_block .wp-block-rss {
    list-style: none;
}

.widget_block .wp-block-rss__item {
    padding: 0 0 10px;
    margin: 0;
}

.widget_block .wp-block-tag-cloud a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    font-size: 14px !important;
    padding: 0 10px;
    margin: 0 0 4px;
}

.widget_block .wp-block-search .wp-block-search__button {
    border: 0;
    height: 40px;
    line-height: 40px;
    width: 70px;
    padding: 0;
    margin-left: 10px;
    text-align: center;
}

.widget_block .wp-block-search .wp-block-search__input {
    box-shadow: 0 0 10px inset rgba(125, 125, 125, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 40px;
    line-height: 40px;
    width: calc(100% - 90px);
    padding: 0 15px;
    background: #fff;
    color: #222;
    float: left;
}

.widget_block .wp-block-search .wp-block-search__label {
    margin: 0 0 6px;
    font-style: italic;
    display: block;
}

.widget_block.widget_meta li {
    padding: 0 0 10px;
}

.widget_block.widget_nav_menu li {
    padding: 0 0 10px;
}

.widget_block.widget_nav_menu li.menu-item-has-children {
    padding: 0;
}

.widget_block.widget_nav_menu li.menu-item-has-children ul.sub-menu {
    margin: 10px 0 0;
}

.widget_block .wp-block-video iframe {
    width: 100%;
    padding: 0 0 10px;
    height: 200px;
}

/* Search */

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    width: calc(100% - 10px) !important;
}

.wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper {
    width: calc(100% - 2px) !important;
}

.wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper {
    width: 100% !important;
}

/* WID GALLERY */

.wp-caption {
    line-height: 18px;
    margin-bottom: 20px;
    padding: 4px;
    text-align: center;
}

.wp-caption img {
    margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    margin: 5px;
}

.wp-smiley {
    margin: 0;
}

.gallery {
    margin: 0;
}

.gallery .gallery-item {
    float: left;
    margin: 0 !important;
    text-align: center;
}

.gallery.gallery-columns-1 .gallery-item {
    width: 100% !important;
}

.gallery.gallery-columns-2 .gallery-item {
    width: 50% !important;
}

.gallery.gallery-columns-3 .gallery-item {
    width: 33.333% !important;
}

.gallery.gallery-columns-4 .gallery-item {
    width: 25% !important;
}

.gallery.gallery-columns-6 .gallery-item {
    width: 16.16777% !important;
}

.gallery.gallery-columns-8 .gallery-item {
    width: 12.5% !important;
}

.gallery .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border: none !important;
    margin-bottom: 0;
}

.gallery .gallery-caption {
    font-size: 14px;
    margin: 0 0 14px;
}

.gallery dl {
    margin: 0;
}

.gallery br + br {
    display: none;
}

/* WID TEXT */

.widget_block .textwidget {
    padding: 15px 20px;
    font-size: 15px;
    line-height: 1.3;
}

.widget_block.widget_text ul li {
    list-style: disc;
    margin-left: 15px;
}

.widget_block.widget_text ol li {
    list-style: decimal;
    margin-left: 15px;
}

.widget_block.widget_text ul li ul,
.widget_block.widget_text ul li ol,
.widget_block.widget_text ol li ul,
.widget_block.widget_text ol li ol {
    padding-top: 8px;
}

.widget_block.widget_text blockquote {
    font-size: 15px;
    font-style: italic;
    margin: 15px 0;
    padding: 10px 15px;
}

.widget_block.widget_text p {
    padding: 0 0 10px;
}

/* WID CALENDAR */

.widget_block .calendar_wrap {
    padding: 15px 0;
}

.widget_block .calendar_wrap table {
    width: 100%;
    font-size: 15px;
}

.widget_block .calendar_wrap table caption {
    margin-bottom: 10px;
}

.widget_block .calendar_wrap th {
    margin: 0 -1px -1px 0;
    text-align: center;
    padding: 10px 0;
}

.widget_block .calendar_wrap td {
    margin: 0 -1px -1px 0;
    text-align: center;
    padding: 10px 0;
}

.widget_block .calendar_wrap td a {
    font-size: 15px;
    font-weight: 600;
}

.widget_block.widget_recent_comments ul {
    padding: 15px 20px;
}

.widget_block.widget_recent_comments ul li.recentcomments {
    padding: 10px 0;
}

.widget_block .recentcomments span,
.widget_block.recentcomments a {
    font-size: 15px;
    line-height: 1.4;
}

/* FOOTER */

.before__footer {
    position: relative;
    max-width: 1000px;
    margin: -100px auto 0;
    padding: 40px;
    position: relative;
    z-index: 10;
}
.foot__ctaimage {
    position: absolute;
    bottom: 20px;
    left: 40px;
    max-width: 300px;
    height: auto;
    float: left;
}
.foot__ctaimage img {
    width: 100%;
    display: block;
}
.footer__call {
    float: right;
    width: calc(100% - 360px);
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}
.call__text {
    font-size: 20px;
}
.footer__call i {
    position: absolute;
    right: 40px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50px;
}
.call__hide {
    cursor: text;
}

.footer {
    position: relative;
    padding: 30px 0 0;

    font-size: 16px;
}

.footer__content {
    margin: 0 -20px;
    padding: 120px 0 40px;
}

.footer__block {
    width: 25%;
    float: left;
    display: inline-block;
}
.footer__inner {
    margin: 0 20px;
}
.footer .footer__logo {
    display: block;
    max-width: 180px;
    margin: 0 0 15px;
}
.footer .footer__logo img {
    width: 100%;
}
.footer__headlogo {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 5px;
}
.footer__textlogo {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 15px;
}
.footer__textlogo iframe {
    display: block;
    border-radius: 10px;
    margin: 0 0 15px;
    width: 100%;
    height: 200px;
}
.footer .ren__socicon a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.08);
}
.footer .ren__socicon svg {
    width: 20px;
    height: 20px;
    padding: 10px;
}
.foot__icon {
    margin: 0 0 12px;
    padding: 15px;
}
.foot__icon i {
    float: left;
    width: 30px;
    text-align: center;
    border-radius: 30px;
}
.foot__com {
    float: right;
    width: calc(100% - 50px);
}
.footer__call .wapi {
    display: none;
}
.footer .foot__icon a {
}

.footer__block h3 {
    font-size: 24px;
    margin: 0 0 25px;
}

.news__footer {
    margin: 0 0 30px;
}
.news__footer img {
    float: left;
    width: 100px;
    height: auto;
    margin: 0 20px 0 0;
    border-radius: 8px;
}
.news__meta {
    float: right;
    width: calc(100% - 120px);
    font-weight: bold;
    line-height: 1.35;
}
.news__date {
    font-size: normal;
    font-size: 14px;
    margin: 0 0 4px;
}

.nav__class li {
    float: left;
    width: calc(50% - 15px);
    margin: 0 15px 10px 0;
}
.nav__class li:nth-child(2n) {
    width: calc(50% - 15px);
    margin: 0 0 10px 15px;
}
.nav__class li a {
    font-weight: bold;
    text-transform: uppercase;
}
.nav__class ul {
    display: block;
}

.footer__work {
    margin: 0 0 10px 0;
    font-weight: bold;
}
.footer__work span {
    float: right;
}
.copyright {
    padding: 80px 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

.rensidebar {
    position: fixed;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    right: -200px;
    bottom: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    font-size: 12px;
    z-index: 101;
    animation: gradient 20s ease infinite;
    display: none;
    transition: all 0.5s ease;
}
.rensidebar.renorder {
    position: fixed;
    width: 75px;
    height: 75px;
    padding: 0;
    text-align: center;
    line-height: 75px;
    border-radius: 40px;
}
.renorder:after {
    content: "";
    position: absolute;
    right: 17px;
    top: 17px;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    animation: mymove 1.5s infinite;
    background: #fff;
    z-index: 3;
}
.renorder:before {
    content: "";
    position: absolute;
    right: 5px;
    top: 5px;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    animation: mymove 2s infinite;
    background: #fff;
    z-index: 3;
}
.renorder i {
    margin: 10px 0 0;
    font-size: 30px;
    display: block;
}
.ren__scroll .rensidebar,
.showsidebar .rensidebar {
    right: 20px;
}

@keyframes gradient {
    0% {
        background: #dd3333;
    }
    10% {
        background: #dd3353;
    }
    20% {
        background: #dd33da;
    }
    30% {
        background: #4033dd;
    }
    40% {
        background: #3395dd;
    }
    50% {
        background: #33ddb5;
    }
    60% {
        background: #23c635;
    }
    70% {
        background: #a2c623;
    }
    80% {
        background: #ff9900;
    }
    90% {
        background: #c63a23;
    }
    100% {
        background: #dd3333;
    }
}

.rentclear.rental-4,
.rentclear.rental-8,
.rentclear.rental-12,
.rentclear.rental-16 {
    display: block;
}

/* WIDGET */

.rent__category {
    padding: 80px 0 30px;
}

.tab {
    overflow: hidden;
    text-align: center;
    margin: 0 0 50px;
}

.tab button {
    background-color: inherit;
    display: inline-block;
    outline: none;
    cursor: pointer;
    padding: 10px 20px;
    font-weight: 500;
    transition: 0.3s;
    font-size: 16px;
    border-radius: 8px;
    margin: 0 2px 8px;
}

.tabcontent {
    display: none;
    border-top: none;
}
.active.tabcontent {
    display: block;
}
.home__rent {
    margin: 0 -10px;
}

.ourprofile {
    padding: 80px 0;
}
.profile__image {
    float: left;
    width: 40%;
    position: relative;
    padding: 0 0 20px;
}
.profile__detail {
    float: right;
    width: 50%;
}
.profile__overlay {
    position: absolute;
    bottom: 0px;
    right: -40px;
    padding: 25px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07);
    max-width: 240px;
    z-index: 1;
}
.overlay__bold {
    font-size: 18px;
    font-weight: 600;
}
.overlay__lite {
    font-size: 15px;
}

.profile__head {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 40px 0 0;
}
.overlay__desc {
    font-size: 18px;
    margin: 0 0 40px;
}
.overlay__desc a {
    text-decoration: underline;
}
.count_outer {
    margin: 0 -15px;
}
.profile__counter {
    width: calc(33.33% - 80px);
    padding: 25px;
    margin: 0 15px 15px;
    float: left;
}
.count__animation {
    font-size: 45px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0;
}
.count__animation span {
    font-weight: 700;
}
.customersay {
    padding: 80px 0;
}

.ren__hometes {
    padding: 30px;
    font-size: 16px;
}
.ren__imgtes {
    float: right;
    width: 40%;
    position: relative;
    transform: rotate(13deg);
    margin: 0 0 25px;
    transition: all 1s ease;
}
.is-visible .ren__imgtes {
    transition-timing-function: cubic-bezier(0.1, 0.7, 0.1, 0.9);
    transform: rotate(0deg);
}
.ren__imgtes:before {
    content: "";
    position: absolute;
    left: -35px;
    top: 155%;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    transition: all 1.4s ease;
    z-index: 1;
}
.is-visible .ren__imgtes:before {
    top: 20%;
}
.ren__imgtes:after {
    content: "";
    position: absolute;
    right: -25px;
    top: calc(-40% + 10px);
    width: 50px;
    height: 50px;
    border-radius: 40px;
    transition: all 3s ease;
    z-index: 2;
}
.is-visible .ren__imgtes:after {
    top: calc(160% + 10px);
}
.ren__contes {
    float: left;
    width: 50%;
    padding: 0;
    position: relative;
}
.contes__head {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 20px;
}
.contes__text {
    font-size: 20px;
    line-height: 1.4;
    margin: 50px 30px 30px 0;
    opacity: 0;
    transition: all 1s ease;
}
.is-visible .contes__text {
    margin: 0 30px 30px 0;
    opacity: 1;
}
.contes__star {
    position: absolute;
    bottom: 10px;
    right: -80px;
    width: 50px;
    font-size: 35px;
}
.contes__star i {
    height: 40px;
}
.contes__star i:before {
    transition: all 1s ease;
    line-height: 10em;
    opacity: 0;
}
.is-visible .contes__star i:before {
    opacity: 1;
    transition: all 1s ease;
    line-height: 1em;
}
.contes__people {
    padding: 0 0 0 80px;
    position: relative;
}
.contes__people svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
}
.pe__name {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
.pe__profesi {
    font-size: 16px;
    font-style: italic;
}
.testislide .splide__pagination__page {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0 5px;
}

.rental__post {
    margin: 0 0 20px;
}
.ren__postimg {
    width: 75px;
    height: 75px;
    float: left;
    margin: 0 20px 0 0;
    border-radius: 75px;
    overflow: hidden;
}
.bar__title {
    font-size: 16px;
    margin: 0 0 6px;
}

@media screen and (max-width: 1024px) {
    .wrapper {
        height: 100%;
    }
    .ren__social {
        display: none;
    }
    .ren__what {
        padding: 0;
        margin: 0;
        border: 0 !important;
    }
    .ren__menu {
        height: 40px;
    }
    .ren__open__menu {
        display: block;
        left: 30px;
    }

    .nav {
        position: fixed;
        top: 115px;
        left: 0;
        right: 0;
        margin: 0;
        height: 0;
        overflow: auto;
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
        transition: all 0.5s ease;
        z-index: 102;
    }
    .mobilemenu .nav {
        height: auto;
        bottom: 0;
    }
    .nav .accordion.renmenu li ul {
        top: 0;
        left: 0;
    }
    .nav .accordion.renmenu li {
        display: block;
        float: none;
    }
    .nav .accordion.renmenu li a {
        line-height: 1.3;
        padding: 10px 20px;
        font-size: 16px;
    }
    .nav .accordion.renmenu li ul li a,
    .ren__scroll .nav .accordion.renmenu li ul li a {
        padding: 10px 20px;
        font-size: 16px;
    }
    .nav .accordion.renmenu li a:after {
        left: 20px;
        bottom: 10%;
    }
    .nav .accordion.renmenu {
        height: auto;
        padding: 20px 0 80px;
    }
    .nav .accordion.renmenu li > .sub-menu {
        padding: 0;
        position: relative;
        width: 100% !important;
        display: none;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
    .nav .accordion.renmenu li:hover > .sub-menu {
        display: none;
    }
    .nav .accordion.renmenu li.active > .sub-menu {
        display: block;
    }
    .nav .accordion.renmenu li > .sub-menu > li {
        width: 100%;
        background: rgba(0, 0, 0, 0.05);
    }
    .nav .accordion.renmenu li.menu-item-has-children:after {
        top: 20px;
        right: 20px;
    }
    #ren__current {
        line-height: 40px;
    }
    .after__image {
        padding: 140px 0 100px;
    }
    .after__head {
        font-size: 52px;
        margin: 16px 0;
    }
    .single .after__head {
        font-size: 48px;
    }
    .after__sub,
    .after__sub a {
        font-size: 25px;
    }
    .ren__single__left {
        position: relative;
        display: block;
        top: auto;
        bottom: auto;
        max-width: 660px;
        width: auto;
        margin: 0 auto;
        float: none;
    }
    .ren__single__img {
        display: none;
    }
    .ren__content {
        max-width: 670px;
        width: auto;
        margin: 0 auto;
        float: none;
    }
    .ren__right,
    .rensingle__right {
        position: fixed;
        top: 0;
        bottom: -30px;
        left: 100%;
        right: -340px;
        width: 340px;
        transition: all 0.5s ease;
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        z-index: 100;
    }
    .showsidebar .ren__right,
    .showsidebar .rensingle__right {
        position: fixed;
        top: 0;
        bottom: -30px;
        left: calc(100% - 340px);
        right: 0;
    }
    .wrapper,
    .ren__header {
        margin: 0;
        transition: all 0.5s ease;
    }

    .showsidebar .wrapper,
    .showsidebar .ren__header {
        margin: 0 340px 0 -340px;
    }

    #sidebar {
        margin: 0;
        padding: 25px;
        height: calc(100% - 50px);
        overflow: auto;
    }
    .ren__archive {
        padding: 30px 0 150px;
    }
    .single .ren__aut {
        height: 60px;
        border-bottom: 1px solid #ddd;
    }

    .ren__share {
        display: none;
        text-align: center;
        padding: 25px 0 0;
    }
    .showshare .ren__share {
        display: block;
    }
    .ren__inner {
        margin: 0 15px 25px;
    }
    .ren__content__inner {
        padding: 0 15px 30px;
    }
    .before__footer {
        padding: 35px;
    }
    .foot__ctaimage {
        bottom: 16px;
        left: 35px;
        max-width: 265px;
    }
    .footer__call {
        width: calc(100% - 320px);
        font-size: 26px;
    }
    .call__text {
        font-size: 20px;
    }
    .footer__call i {
        width: 62px;
        height: 62px;
        line-height: 62px;
    }
    .footer__content {
        padding: 50px 0 40px;
        max-width: 670px;
        width: auto;
        margin: 0 auto;
        float: none;
    }
    .footer__block {
        width: 50%;
        margin: 0 0 40px;
    }
    .rensidebar {
        display: block;
    }
    .mobilemenu .rensidebar {
        display: none;
    }
    .blog .ren__left,
    .archive .ren__left,
    .error404 .ren__left {
        max-width: 670px;
        width: auto;
        margin: 0 auto;
        float: none;
    }
    .ren__loop {
        width: 50%;
    }
    .ren__arc .rentclear.rental3,
    .ren__arc .rentclear.rental9 {
        display: none;
    }
    .ren__arc .rentclear.rental2,
    .ren__arc .rentclear.rental4,
    .ren__arc .rentclear.rental8,
    .ren__arc .rentclear.rental10 {
        display: block;
    }
    .tes__loop {
        column-count: 2;
    }
    .share__icon {
        display: block;
    }

    .ren__content {
        max-width: 670px;
        width: auto;
        margin: 0 auto;
        float: none;
    }

    .ren__left.ren__single {
        max-width: 670px;
        width: auto;
        margin: 0 auto;
        float: none;
    }
    .galleries {
        margin: -60px 0 40px;
    }
    .time__zone {
        float: none;
        width: 100%;
    }
    .time__block {
        margin: 0 0 15px;
    }
    .ren__block {
        margin: 0;
    }
    .rz__left {
        width: 100%;
        float: none;
        margin: 0 0 40px;
    }
    .rz__right {
        width: 100%;
        float: none;
    }
    .before__price {
        width: 100%;
        float: none;
        margin: 0 0 40px;
    }
    .before__inner {
        height: auto;
        padding: 40px;
        margin: 0;
    }
    .after__price {
        width: 100%;
        float: none;
    }
    .price__inner {
        margin: 0 0 20px;
    }
    .ren__rules {
        margin: 0 0 40px;
    }
    .rule__list {
        margin: 0;
    }
    .ren__wa_form {
        margin: 0 0 30px;
    }

    .rentclear.rental-2,
    .rentclear.rental-6,
    .rentclear.rental-10,
    .rentclear.rental-14 {
        display: block;
    }
    .car__out {
        max-width: 670px;
        width: auto;
        margin: 0 auto;
        float: none;
    }
    .car__ren {
        width: 50%;
    }
    .benefits {
        margin: 0 15px 80px;
        column-count: 2;
    }
    .rent__profile {
        max-width: 670px;
        width: auto;
        margin: 0 auto;
    }
    .profile__image {
        float: none;
        width: auto;
        padding: 0 0 20px;
    }
    .profile__overlay {
        right: 40px;
    }
    .profile__detail {
        float: none;
        width: auto;
    }
    .testislide {
        max-width: 670px;
        width: auto;
        margin: 0 auto;
    }
    .ren__hometes {
        padding: 0;
    }
    .ren__imgtes {
        float: none;
        width: auto;
    }
    .ren__contes {
        float: none;
        width: auto;
    }
    .contes__star {
        position: relative;
        bottom: auto;
        right: auto;
        width: auto;
        margin: 0 0 40px;
    }
    .contes__star i:before {
        line-height: 2em;
    }
    .testislide .splide__pagination {
        bottom: -30px;
    }
    .rent__category {
        max-width: 670px;
        width: auto;
        margin: 0 auto;
        float: none;
    }
    .car__inner {
        margin: 0 10px 20px;
    }
    .ren__what a.wapi {
        display: inline-block;
    }
    .ren__what a.wame {
        display: none;
    }
    .footer__call .wame,
    .ren__share a.wame {
        display: none;
    }
    .footer__call .wapi,
    .ren__share a.wapi {
        display: inline-block;
    }
}
@media screen and (max-width: 982px) {
}
@media screen and (max-width: 800px) {
    .after__image {
        background-size: calc(100% + 400px);
        background-position-x: -200px;
    }
    .after__head,
    .single .after__head {
        font-size: 50px;
    }
    .before__footer {
        padding: 27px;
    }
    .foot__ctaimage {
        bottom: 14px;
        left: 27px;
        max-width: 205px;
    }
    .footer__call {
        font-size: 18px;
        width: calc(100% - 220px);
    }
    .call__text {
        font-size: 15px;
        margin-right: 65px;
    }
    .footer__call i {
        right: 30px;
        width: 48px;
        height: 48px;
        line-height: 48px;
    }
    .footer__call h3 {
        margin-right: 65px;
    }
}
@media screen and (max-width: 768px) {
    .after__head,
    .single .after__head {
        font-size: 48px;
    }
}
@media screen and (max-width: 720px) {
    .after__head,
    .single .after__head {
        font-size: 45px;
    }
    .car__out {
        margin: 0 -10px;
    }
}
@media screen and (max-width: 640px) {
    .after__head,
    .single .after__head {
        font-size: 40px;
    }
    .before__footer {
        padding: 35px;
    }
    .foot__ctaimage {
        position: relative;
        max-width: 300px;
        float: none;
        bottom: auto;
        left: auto;
        right: auto;
        margin: -90px auto 30px;
    }
    .footer__call {
        font-size: 18px;
        width: auto;
        float: none;
    }
    .footer__call i {
        width: 54px;
        height: 54px;
        line-height: 54px;
    }
    .footer__call h3 {
        font-size: 24px;
        margin-right: 75px;
    }
    .call__text {
        font-size: 15px;
        margin-right: 75px;
    }
    .footer__block {
        width: 100%;
        float: none;
        margin: 0 0 25px;
    }
    .footer__inner {
        margin: 0;
    }
    .copyright {
        padding: 40px 0;
    }
    .profile__head {
        font-size: 45px;
    }
    .count_outer {
        margin: 0;
    }
    .ourprofile {
        padding: 30px 0;
    }
    .profile__counter {
        width: auto;
        margin: 0 0 15px;
        float: none;
    }
    .customersay {
        padding: 30px 0;
    }
    .contes__head {
        font-size: 35px;
    }
    .testislide .splide__pagination {
        bottom: -10px;
    }
    .rent__category {
        padding: 60px 0 20px;
    }
    .contes__text {
        font-size: 18px;
    }
    .ren__title {
        font-size: 20px;
        margin: 0 0 18px;
    }
}
@media screen and (max-width: 600px) {
    .wrapper {
        padding: 75px 0 0;
    }
    .ren__header {
        height: 75px;
    }
    .ren__logo {
        height: 31px;
        padding: 22px 0;
    }
    .ren__logo img {
        height: 31px;
    }
    .ren__touch {
        padding: 19px 0;
        height: 37px;
    }
    .ren__what a {
        height: 37px;
        line-height: 37px;
        padding: 0 12px;
    }
    .ren__open__menu {
        left: 20px;
    }
    #ren__current {
        font-size: 15px;
        letter-spacing: -0.5px;
    }
    .after__head,
    .single .after__head {
        font-size: 38px;
    }
    .after__sub,
    .after__sub a {
        font-size: 22px;
    }
    .ren__scroll .after__image {
        background-position-y: -100px;
    }
    .after__image {
        background-size: calc(100% + 480px);
        background-position-x: -240px;
    }
    .footer__call i {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .footer__call h3 {
        font-size: 22px;
        margin-right: 65px;
    }
    .call__text {
        font-size: 14px;
        margin-right: 65px;
    }
    .profile__head {
        font-size: 40px;
        padding: 30px 0 0;
    }
    .contes__head {
        font-size: 33px;
    }
    .contes__star {
        font-size: 29px;
    }
    .ren__socicon {
        height: 40px;
    }
}
@media screen and (max-width: 533px) {
    .ren__rel {
        margin: 0 0 20px;
        padding: 20px 20px 20px 70px;
    }
    .rel__meta span {
        left: -20px;
        top: 60px;
    }
    .rel__img {
        width: 110px;
        margin: 0 0 0 20px;
    }
    .rel__meta {
        width: calc(100% - 130px);
    }
    .ren__content .rel__title {
        font-size: 20px;
    }
    .call__hide {
        display: none;
    }
    .profile__head {
        font-size: 35px;
    }
    .count__animation {
        font-size: 40px;
    }
    .contes__head {
        font-size: 29px;
    }
    .pe__name {
        font-size: 19px;
    }
    .pe__profesi {
        font-size: 15px;
    }
    .after__head,
    .single .after__head {
        font-size: 33px;
    }
    .car__ren {
        width: 100%;
        float: none;
    }
    .home__rent {
        margin: 0;
    }
}
@media screen and (max-width: 480px) {
    .ren__loop {
        width: 100%;
        float: none;
        margin: 0 0 40px;
    }
    .tes__loop {
        column-count: 1;
    }
    .car__ren {
        width: 100%;
        float: none;
    }
    .car__inner {
        margin: 0 0 50px;
    }
    .after__head,
    .single .after__head {
        font-size: 30px;
    }
    .profile__head {
        font-size: 30px;
    }
    .contes__head {
        font-size: 25px;
    }
}
@media screen and (max-width: 420px) {
    .ren__container {
        padding: 0 20px;
    }
    .ren__content__meta {
        font-size: 14px;
    }
    .single-driver .ren__content__meta {
        font-size: 18px;
    }
    .single .after__head {
        margin: 10px auto 30px;
    }
    .after__sub,
    .after__sub a {
        font-size: 18px;
    }
    .single .after__head {
        font-size: 32px;
    }
    .aut__name {
        font-size: 17px;
    }
    .ren__rel {
        margin: 0 0 15px;
        padding: 15px 15px 15px 56px;
    }
    .rel__meta span {
        left: -18px;
        top: 50px;
        width: 95px;
        height: 26px;
        line-height: 26px;
        font-size: 11px;
    }
    .rel__img {
        width: 95px;
    }
    .rel__meta {
        width: calc(100% - 115px);
    }
    .rel__content__meta {
        margin: 0 0 6px;
        font-size: 13px;
    }
    .ren__content .rel__title {
        font-size: 18px;
        margin: 0;
    }
    .ren__content h2.comments_title {
        font-size: 24px;
    }
    .comment-form-author label,
    .comment-form-email label,
    .comment-form-url label {
        width: 100px;
    }
    .comment-form-author #author,
    .comment-form-email #email,
    .comment-form-url #url {
        width: calc(100% - 135px);
    }
    .before__footer {
        padding: 25px;
    }
    .ben__slide img {
        height: 200px;
    }
    .galleries {
        margin: -60px 0 20px;
    }
    .ren__block {
        padding: 30px;
    }
    .ren__head {
        font-size: 32px;
    }
    .ren__rule {
        font-size: 16px;
    }
    .time__out {
        margin: 0 0 20px;
    }
    .before__inner {
        padding: 30px;
    }
    .rule__num {
        float: left;
        width: 46px;
        height: 46px;
        line-height: 46px;
        font-size: 16px;
    }
    .rule__text {
        width: calc(100% - 105px);
        font-size: 16px;
        padding: 20px 20px 30px;
    }
    .price__inner {
        padding: 20px;
    }
    .price__name h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .price__nomina {
        font-size: 14px;
        line-height: 32px;
        padding: 0 10px;
        margin: 12px 0;
    }
    .after__price {
        width: auto;
        margin: 0 -20px;
    }
    .price__inner {
        border-radius: 0;
    }
    .price__num {
        margin: 8px 10px 8px 0;
    }
    .price__name {
        width: calc(100% - 170px);
    }
    .price__name h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .ren__title {
        font-size: 25px;
    }
    .benefits {
        margin: 0 0 40px;
        column-count: 1;
    }
    .feat__list {
        margin: 0 0 20px;
    }
    .rensingle__right #sidebar {
        padding: 0 30px;
    }
    .ren__wa_form {
        margin: 0 -30px 80px;
        border-radius: 0;
        padding: 30px;
    }
    .driver__tag {
        margin: 0 -10px 30px;
    }
    .tag__block {
        float: none;
        width: 100%;
    }
    .tag__inner {
        margin: 0 10px 15px;
    }
    .ourprofile {
        padding: 30px 0;
    }
    .profile__head,
    .contes__head {
        font-size: 30px;
    }

    .customersay {
        padding: 30px 0;
    }
    .overlay__desc {
        font-size: 16px;
        margin: 0 0 25px;
    }
    .count_outer {
        margin: 0;
    }
    .profile__counter {
        width: auto;
        float: none;
        margin: 0 0 20px;
    }
    .contes__text {
        font-size: 16px;
    }
    .contes__star {
        font-size: 25px;
        margin: 0 0 20px;
    }
    .testislide .splide__pagination {
        bottom: -15px;
    }
    .pe__name {
        font-size: 18px;
    }
    .after__head,
    .single .after__head {
        font-size: 27px;
    }
    .profile__head {
        font-size: 27px;
    }
    .contes__head {
        font-size: 23px;
    }
    .car__out {
        margin: 0;
    }
    .footer__call i {
        right: 25px;
    }
}
@media screen and (max-width: 375px) {
    .wrapper {
        padding: 66px 0 0;
    }
    .ren__header {
        height: 66px;
    }
    .profile__head,
    .contes__head {
        font-size: 26px;
    }
    .ren__logo img {
        height: 26px;
    }
    .ren__logo {
        height: 26px;
        padding: 20px 0;
    }
    .ren__what a {
        height: 34px;
        line-height: 34px;
        padding: 0 10px;
    }
    .ren__touch {
        padding: 15px 0;
        height: 36px;
    }
    .overlay__desc {
        font-size: 14px;
        margin: 0 0 20px;
    }
    .contes__text {
        font-size: 14px;
    }
    .contes__star {
        font-size: 20px;
        margin: 0 0 15px;
    }
    .pe__name {
        font-size: 18px;
    }
    .pe__profesi {
        font-size: 14px;
    }
    .contes__people svg {
        width: 50px;
        height: 50px;
    }
    .count__animation {
        font-size: 42px;
    }
    .after__head,
    .single .after__head {
        font-size: 24px;
    }
    .profile__head {
        font-size: 24px;
    }
    .contes__head {
        font-size: 21px;
    }
    .footer,
    .footer__textlogo {
        font-size: 15px;
    }
    .news__footer img {
        width: 90px;
    }
    .news__meta {
        width: calc(100% - 110px);
    }
}
