/*
Theme Name: Automobile Rental Pro
Theme URI: https://www.misbahwp.com/products/automobile-rental-wordpress-theme
Author: Misbahwp
Author URI: https://www.misbahwp.com/
Description: 
Version: 1.1
Requires PHP: 5.6
Tested up to: 6.8
Tags: blog, food-and-drink, one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready
Text Domain: automobile-rental-pro
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.alignwide {
  margin-left: -80px;
  margin-right: -80px;
}
.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
.alignfull img {
  width: 100vw;
}

.post-single a,
.page-single a,
.sidebar-area .textwidget a,
.comment-content a {
  text-decoration: none;
  color: #141414;
  text-transform: capitalize;
  font-weight: 500;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #141414;
  margin: 0;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}
a {
  color: #141414;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #ea5d5c;
  text-decoration: none;
}

header.header-top {
  background: #131c21;
}
section.category-title h1 {
  font-size: 18px;
  font-weight: 600;
}
/* ===============================================
   HEADER BOX
   ============================================= */

.register,
.login {
  background: #aa8a63;
  color: #fff;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.login {
  background: #fff;
  color: #212121;
}
x .header {
  position: static;
}

/*404 Page*/
.page-404 h1 {
  font-size: 300px;
  color: #141414;
}
.page-404 h3 {
  font-size: 38px;
  color: #141414;
}
.page-404 hr {
  width: 10%;
  background: #9ae2e1;
  padding: 1px;
}
.page-404 p {
  margin-left: 30%;
  margin-right: 30%;
}
.page-404 .intro-button {
  text-align: center;
  display: inline-block;
  padding: 5px;
}
.page-404 .button {
  padding: 15px 40px;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  transition: all 0.2s;
  text-decoration: none;
}
.page-404 .intro-button:hover {
  background: #ea5d5c;
}
.page-404 .intro-button,
.page-404 .intro-button::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.page-404 .intro-button::before,
.page-404 .intro-button::after {
  background: #141414;
  content: "";
  position: absolute;
  z-index: -1;
}
.page-404 .intro-button::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.page-404 .intro-button:hover:after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

/* ===============================================
   LOGO BOX
   ============================================= */

.logo {
  display: block;
  padding: 15px 0;
  min-height: 53px;
  line-height: 1.4em;
  word-break: break-all;
}
.logo a {
  color: #141414;
  font-size: 30px;
  line-height: 35px;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  font-weight: 600;
}
.logo a:hover,
.logo a:focus {
  color: #141414;
}
.logo span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #767c83;
}
.logo-image {
  float: unset;
  width: 200px;
}

/* ===============================================
   SOCIAL BOX
   ============================================= */

.social-links a {
  color: #fff;
  font-size: 18px;
}
.social-links a:hover {
  color: #ea5d5c;
  margin-bottom: 0;
}

/* ===============================================
   MENU BOX
   ============================================= */

#main-menu ul.children,
#main-menu ul.sub-menu {
  display: none;
}
#main-menu ul li:hover .sub-menu {
  display: block;
}
#main-menu {
  display: block;
  position: relative;
  margin: 0 auto;
}
#main-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
#main-menu ul li {
  position: relative;
  display: block;
  float: left;
  text-align: left;
}
#main-menu ul li a {
  color: #fff !important;
  font-size: 16px;
  font-family: "Inter";
  text-decoration: none;
  display: block;
  z-index: 1;
  padding: 10px 25px;
  padding-left: 0;
  margin: 0;
  font-weight: 500;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear;
  -moz-transition: color 0.1s linear, background-color 0.1s linear;
  -o-transition: color 0.1s linear, background-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear;
  position: relative;
  line-height: 24.2px;
}
#main-menu a:hover,
#main-menu ul li a:hover,
#main-menu li:hover > a,
#main-menu a:focus,
#main-menu ul li a:focus,
#main-menu li.focus > a,
#main-menu li:focus > a,
#main-menu ul li.current-menu-item > a,
#main-menu ul li.current_page_item > a,
#main-menu ul li.current-menu-parent > a,
#main-menu ul li.current_page_ancestor > a,
#main-menu ul li.current-menu-ancestor > a {
  color: #000;
}
#main-menu ul.children,
#main-menu ul.sub-menu {
  opacity: 0;
  position: absolute;
  top: 45px;
  left: 0;
  background: transparent;
  z-index: 10001;
  width: 213px;
  padding-left: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  box-shadow: 0px 5px 30px rgb(0 0 0 / 13%);
  border-radius: 3px;
}
#main-menu ul.children li,
#main-menu ul.sub-menu li {
  display: block;
  position: relative;
  float: none;
  line-height: 18px;
  margin-left: 0;
  margin-right: 0;
  -webkit-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
  padding: 5px 10px;
}
#main-menu li li:hover > ul,
#main-menu li li:focus > ul,
#main-menu li li.focus > ul {
  top: 0px;
  left: -100%;
}

#main-menu ul.children li a,
#main-menu ul.sub-menu li a {
  display: block;
  position: relative;
  padding: 10px 14px;
  padding-right: 14px;
  font-size: 14px;
  color: #141414;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#main-menu ul.sub-menu li a:hover {
  color: #fff;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
#main-menu ul.sub-menu li a:before,
#main-menu ul.sub-menu li a:after {
  content: "";
  position: absolute;
  -webkit-transition: inherit;
  transition: inherit;
  z-index: -1;
}
#main-menu ul.sub-menu li a:before,
#main-menu ul.sub-menu li a:after {
  top: 0;
  width: 0;
  height: 100%;
}

#main-menu ul.sub-menu li a:before {
  left: 0;
  border: 1px solid #141414;
  border-left: 0;
  border-right: 0;
}
#main-menu ul.sub-menu li a:hover:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#main-menu ul.sub-menu li a:hover:before,
#main-menu ul.sub-menu li a:hover:after {
  width: 100%;
}
#main-menu ul.sub-menu li a:after {
  right: 0;
}
#main-menu ul.sub-menu li a:hover:after {
  background: #141414;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#main-menu ul.sub-menu li a:hover:before,
#main-menu ul.sub-menu li a:hover:after {
  width: 100%;
}
#main-menu ul.children li ul:before,
#main-menu ul.sub-menu li ul:before {
  display: none;
}
#main-menu li:hover > ul,
#main-menu li:focus > ul,
#main-menu li.focus > ul {
  opacity: 1;
  right: calc(100% - 213px);
}
.menu-toggle,
.dropdown-toggle,
button.close-menu {
  display: none;
  background: #141414;
  color: #fff;
}
#main-menu ul.children li ul:before,
#main-menu ul.sub-menu li ul:before {
  display: none;
}

/* ===============================================
   HEADER SEARCH
   =============================================== */
.menu-header .search {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: auto;
}
.popup {
  display: none;
  position: fixed;
  padding: 10px;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  background: rgb(0, 0, 0, 0.3);
  border: 3px solid #ea5d5c;
  z-index: 20;
}
#popup:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -2;
}
#popup form.search-form.serach-page {
  position: relative;
  top: 50%;
}
#popup input[type="search"] {
  padding: 11px 20px;
  width: 100%;
  text-indent: 8px;
  border: 1px solid #ea5d5c;
}
#popup input[type="submit"] {
  right: 10px;
  padding: 13.5px 20px;
  font-weight: bold;
  color: #ffffff;
  border: 1px solid #ea5d5c;
  background-color: #ea5d5c;
  position: absolute;
  top: 30px;
}
#popup:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  z-index: -1;
}
.header-search {
  font-size: 15px;
  background: transparent;
  font-weight: 500;
  color: #fff;
  padding: 15px;
  border-radius: 2px;
}
.header-search:hover {
  color: #fff;
}
#popup .close-btn {
  position: relative !important;
  top: 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 50px;
  height: 50px;
  background-color: #ea5d5c;
  border-radius: 50%;
}
#popup i.far.fa-window-close {
  color: white;
  font-size: 20px;
}

#site-navigation .sidenav a.closebtn,
.open-menu {
  display: none;
}

/* ===============================================
   POST BOX
   ============================================= */

h4.post-title {
  font-size: 22px;
  color: #141414;
  font-weight: 800;
}
.post-content p {
  color: #898d94;
}
.post-meta i {
  color: #ea5d5c;
}
.post-meta span {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  color: #141414;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #121d21;
  white-space: break-spaces;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.post-content img,
.post-thumbnail img,
.post-content iframe,
.post-content object,
.post-content embed {
  max-width: 100%;
}
.post-content img,
.post-thumbnail img {
  max-height: 100%;
  height: auto;
}
.post-content:after {
  content: "";
  display: table;
  clear: both;
}

#content,
footer {
  float: left;
  width: 100%;
}

.latest-post .post-date {
  float: left;
}
.latest-post .post-meta a {
  color: #767c83;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
}
.latest-post figure {
  margin: 0;
  padding: 0;
  background: #141414;
  overflow: hidden;
}
.latest-post figure:hover + span {
  opacity: 1;
}
.latest-post figure img {
  webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.latest-post:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}
.post-single .tags-bg a {
  padding: 10px 15px;
  background: #141414;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 10px;
}
.post-single .tags-bg a:hover {
  background: #141414;
}
.post-single .blog_share_icon .fab {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #141414;
  color: #fff;
  font-size: 18px;
  padding: 15px;
  margin: 0 10px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.post-single .blog_share_icon .fab:hover {
  transform: rotate(360deg);
  background: #ea5d5c;
}
.post-single {
  display: block;
}
label {
  display: block;
}

.latest-post h4 a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin: 15px 0;
  display: block;
}
.latest-post h4 a:hover {
  color: #ea5d5c;
}
.latest-post .post-content p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

.latest-post {
  position: relative;
}
.latest-post .far.fa-calendar-alt,
.latest-post .fas.fa-bookmark {
  color: #717982;
}
.latest-post .icon-book {
  float: right;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #717982;
  width: 40px;
  height: 40px;
  padding: 10px 14px;
  margin-top: -8px;
}
.latest-post figure {
  margin: 0;
  padding: 0;
  background: #141414;
  overflow: hidden;
}
.latest-post figure:hover + span {
  opacity: 1;
}
.latest-post figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.latest-post .post-item:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}

.latest-post .far.fa-calendar-alt {
  color: #db1d14;
}
.latest-post .far {
  color: #db1d14;
  font-size: 18px;
}
.latest-post .admin-date,
.wp-admin-text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-form-url input {
  width: 100%;
}
.comment-respond input#submit {
  background: #141414;
  border: none;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  border-radius: 7px;
  display: inline-block;
  margin: 15px 0;
}
.comment-respond input#submit:hover {
  background-color: #ea5d5c;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comments-title {
  font-size: 1.125rem;
}
.comment-body .pull-left {
  padding-right: 0.625rem;
}
.comment-list {
  padding-left: 0;
}
.comment-list .comment {
  display: block;
}
.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}
.comment-list .pingback a {
  margin-left: 5px;
  margin-right: 5px;
}
.comment-content.card-block {
  padding: 15px;
}
.comment-reply a {
  background: #141414;
  padding: 5px 15px;
  color: #fff;
  border-radius: 7px;
}
.comment-reply a:hover {
  background: #ea5d5c;
  color: #f3f4f7;
  text-decoration: none;
}

@media screen and (min-width: 0) and (max-width: 1300px) {
  section.category-title h1 {
    text-align: center;
  }
  #mySidenav span {
    display: block;
    font-size: 30px;
    cursor: pointer;
  }
  .logo {
    text-align: center;
  }
  .open-menu {
    display: block;
  }

  #main-menu ul li {
    float: left;
    width: 100%;
    padding: 5px 15px;
  }

  #main-menu > li > ul.children,
  #main-menu > li > ul.sub-menu {
    position: absolute;
    top: -100%;
    background: #fff;
  }

  #main-menu li.focus > ul.children,
  #main-menu li.focus > ul.sub-menu,
  #main-menu li:hover > ul.children,
  #main-menu li:hover > ul.sub-menu,
  #main-menu li:focus > ul.children,
  #main-menu li:focus > ul.sub-menu {
    width: 100%;
    top: 0;
    left: 0 !important;
    position: relative;
  }

  #main-menu ul {
    padding: 0;
    float: none;
  }

  #main-menu ul li a {
    padding: 0;
    display: initial;
    font-size: 18px;
  }

  #main-menu ul.children li a,
  #main-menu ul.sub-menu li a {
    padding: 0;
    line-height: 53px;
  }

  #main-menu ul li.menu-item-has-children:after {
    content: "";
    position: absolute;
    border: solid #141414;
    right: 10px;
    top: 50%;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
  }

  #main-menu ul.children li,
  #main-menu ul.sub-menu li {
    width: 100%;
    padding-left: 10px;
  }

  #main-menu ul li.menu-item-has-children:hover:after,
  #main-menu ul li.menu-item-has-children:focus:after,
  #main-menu ul li.menu-item-has-children.focus:after {
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #main-menu a:hover,
  #main-menu ul li a:hover,
  #main-menu li:hover > a,
  #main-menu a:focus,
  #main-menu ul li a:focus,
  #main-menu li.focus > a,
  #main-menu li:focus > a,
  #main-menu ul li.current-menu-item > a,
  #main-menu ul li.current_page_item > a,
  #main-menu ul li.current-menu-parent > a,
  #main-menu ul li.current_page_ancestor > a,
  #main-menu ul li.current-menu-ancestor > a {
    background: none;
  }
}

/* ===============================================
   Pagination
   ============================================= */

.pagination,
.automobile-rental-pro-pagination {
  margin: 25px 0;
}

.pagination .nav-links a,
.pagination .nav-links span.current,
.automobile-rental-pro-pagination a span,
.automobile-rental-pro-pagination span.current {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  color: #222;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  margin: 0;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links span.current,
.automobile-rental-pro-pagination span.current,
.automobile-rental-pro-pagination span.current:hover,
.automobile-rental-pro-pagination span.current:focus,
.automobile-rental-pro-pagination a span:hover,
.automobile-rental-pro-pagination a span:focus {
  background: #141414;
  color: #ffffff;
}

.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.commentlist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.commentlist li {
  margin: 0;
}

.commentlist li .comment-respond {
  margin-bottom: 25px;
}

.commentlist li:last-of-type .comment-respond {
  margin-bottom: 0px;
}

.comment-container {
  position: relative;
  margin: 0 0 25px 0;
  padding: 30px;
  background: #fff;
  border: solid 1px #f3f4f7 !important;
  z-index: 999;
}

.comment-avatar img {
  float: left;
}

.comment-text {
  position: relative;
  margin-left: 110px;
  padding: 0 0 0 15px;
}

.comment-container .comment-date {
  padding: 15px 0;
}

.comment-avatar {
  position: relative;
  width: 110px;
  float: left;
}

.comment-author .author {
  display: block;
  font-weight: bold;
}

.commentlist .children li {
  margin-left: 30px;
}

.comment-notes {
  font-size: 12px;
  margin: -25px 0 25px 0;
}

h3#reply-title,
h3.comments {
  height: 30px;
  line-height: 30px;
  margin: 30px 0;
}

h3#reply-title small,
.logged-in-as {
  font-size: 15px;
  margin: -25px 0 25px 0;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
  padding: 10px 2%;
  background: #fff;
  width: 100%;
  margin: 0 0 15px 0;
  border: 1px solid black;
  color: #141414;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.comment-form input[type="submit"] {
  background: #141414;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  position: relative;
  display: block;
  text-shadow: none;
  padding: 10px 15px;
  width: inherit;
  margin: 0;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}

.comment-form input[type="submit"]:hover,
.comment-form input[type="submit"]:focus {
  background-color: #248efa;
  text-decoration: none;
}

.logged-in-as a {
  color: #141414;
}

.logged-in-as,
.comment-notes,
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.form-submit {
  display: block;
}

/* ===============================================
   SIDEBARS
   =============================================== */

.sidebar-area .textwidget img {
  width: 100%;
  height: auto;
}
.sidebar-area .sidebar-widget {
  margin-bottom: 25px;
  background: #fff;
  border: 1px solid #e9e7f4;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.08));
}
.sidebar-area a,
.sidebar-area p,
.sidebar-area li,
.sidebar-area address,
.sidebar-area dd,
.sidebar-area blockquote,
.sidebar-area td,
.sidebar-area th,
.sidebar-area .textwidget {
  line-height: 1.9em;
  font-weight: normal;
}
.sidebar-area a {
  font-size: 16px;
  line-height: normal;
}

.sidebar-area ul,
#calendar_wrap,
.sidebar-area .textwidget,
.tagcloud {
  list-style: none;
  margin: 0;
  padding: 0 15px;
}
.sidebar-area li a,
.sidebar-area li {
  font-size: 18px;
  font-weight: 500;
}
.sidebar-area li {
  padding-bottom: 15px;
  color: #141414;
}
.sidebar-area h4.title {
  padding: 10px 15px;
  border-bottom: solid 5px #ea5d5c;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  background: #ea5d5c;
}
.sidebar-area .tagcloud a {
  font-size: 15px !important;
  background: #fff;
  color: #121d21;
  padding: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: inline-block;
  margin: 5px 0;
  text-decoration: none;
}
.sidebar-area .tagcloud a:hover {
  background: #141414;
  color: #fff;
}
.sidebar-area form {
  padding: 0;
}
.sidebar-area select,
.sidebar-area textarea,
#comments textarea,
.sidebar-area input[type="text"],
#comments input[type="text"],
.sidebar-area input[type="password"],
.sidebar-area input[type="datetime"],
.sidebar-area input[type="datetime-local"],
.sidebar-area input[type="date"],
.sidebar-area input[type="month"],
.sidebar-area input[type="time"],
.sidebar-area input[type="week"],
.sidebar-area input[type="number"],
.sidebar-area input[type="email"],
.sidebar-area input[type="url"],
.sidebar-area input[type="search"],
.sidebar-area input[type="tel"],
.sidebar-area input[type="color"],
.sidebar-area .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  margin: 0;
  padding: 12px;
  background-color: #f3f4f7;
  border: 1px solid rgba(0, 0, 0, 0.125);
  float: unset;
}
.sidebar-area input[type="search"] {
  width: 69%;
  border: none;
  background: transparent;
}
#wp-calendar th,
#wp-calendar #today,
#wp-calendar #today a {
  background: #f3f4f7;
  color: #434343 !important;
}
#wp-calendar a:hover {
  border: none;
}
#wp-calendar {
  background: #fff;
  width: 100%;
}
#wp-calendar caption {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  text-align: left;
}
#wp-calendar th,
#wp-calendar td {
  text-align: center;
  font-size: 14px;
  color: #434343 !important;
  padding: 3px 6px;
}
#wp-calendar td a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #434343 !important;
  text-decoration: underline;
}
#wp-calendar td#prev a,
#wp-calendar td#prev a {
  text-decoration: none;
  text-align: left;
}
#wp-calendar th {
  font-weight: bold;
}
tr:nth-child(2n + 2) {
  background-color: #f3f4f7;
}
.searchform label {
  display: block;
}
.searchform input[type="text"] {
  width: calc(100% - 110px);
  margin-top: 20px;
  padding: 12px;
  float: left;
  background-color: #fff;
  border: 0;
  outline: none;
  border-radius: 4px 0 0 4px;
}
.searchform input[type="submit"] {
  background: #ea5d5c;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  position: relative;
  float: left;
  text-shadow: none;
  padding: 14px 0;
  width: 110px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  border-radius: 0 4px 4px 0;
}

.searchform input[type="submit"]:hover,
.searchform input[type="submit"]:focus {
  background-color: #ea5d5c;
  text-decoration: none;
}
.searchform:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar-area .post-thumbnail {
  width: 80px;
  height: 80px;
}
.sidebar-area .post-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.sidebar-area .post-title {
  font-size: 18px;
}
footer .sidebar-area {
  background: none;
  padding: 25px 0 0 0;
}

footer a,
footer p,
footer .sidebar-area li,
footer .sidebar-area address,
footer .sidebar-area dd,
footer .sidebar-area blockquote,
footer .sidebar-area td,
footer .sidebar-area th,
footer .sidebar-area .title,
footer .sidebar-area .textwidget {
  color: #fff;
  font-size: 14px;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
img.alignleft,
img.alignright,
img.aligncenter,
.attachment img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
div.aligncenter,
img.aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 25px;
  max-width: 100% !important;
  padding: 4px;
  text-align: center;
}
.wp-caption img {
  margin: 5px 5px 0;
  width: 96%;
  height: 100%;
}
.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}
.footer-area .woocommerce ul.cart_list li img,
.footer-area .woocommerce ul.product_list_widget li img {
  height: 70px;
}

/*SCROLL TO TOP BUTTON*/

#button_scroll {
  display: inline-block;
  background: #141414;
  width: 45px;
  height: 45px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #fff;
}
#button_scroll::after {
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  line-height: 50px;
  color: #fff;
}
#button_scroll.show {
  opacity: 1;
  visibility: visible;
}
#button_scroll .fas {
  color: #fff;
  padding: 8px;
  margin: 5px 0;
}
#button_scroll:hover {
  background: #ea5d5c;
}
#button_scroll,
#button_scroll::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#button_scroll::before,
#button_scroll::after {
  background: #141414;
  content: "";
  position: absolute;
  z-index: -1;
}
#button_scroll::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
#button_scroll:hover:after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

/*PRELOADER*/
/** page **/
.cssloader {
  padding-top: calc(45vh - 25px);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #212121;
  z-index: 99999;
}

/** loader **/

.sh1 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #ea5d5c transparent transparent transparent;
  margin: 0 auto;
  animation: shk1 1s ease-in-out infinite normal;
}
.sh2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #000 transparent;
  margin: -50px auto 0;
  animation: shk2 1s ease-in-out infinite alternate;
}

/** animation starts here **/

@keyframes shk1 {
  0% {
    transform: rotate(-360deg);
  }

  100% {
  }
}

@keyframes shk2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
  }
}
.lt {
  color: #fff;
  margin: 30px auto;
  text-align: center;
  font-weight: 100;
  letter-spacing: 10px;
}
a.close-search-form {
  display: none;
}

/*SRTICKY HEADER*/
#site-navigation .header-menu {
  background: none;
}
.fix-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.admin-bar .fix-sticky {
  margin-top: 32px;
}

/*Body*/

.top-header .header-text {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 19.36px;
  font-family: "Inter";
  text-align: left;
}
.top-header .mail i {
  color: #1f1b1c;
}
.top-header .email p a,
.top-header .call p a {
  font-size: 18px;
  font-family: "Inter";
  font-weight: 500;
  line-height: 24.2px;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
}
.top-header .email p a:hover,
.top-header .call p a:hover {
  color: #000;
}
header .menu-header {
  position: absolute;
  width: 100%;
}
.header-menu {
  position: relative;
}
header#site-navigation {
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 2;
}
.delivery:hover,
.policy:hover {
  color: #ea5d5c;
}
.header-menu .logo-image img {
  width: 100%;
}
.menu-sec {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top-header {
  background: #ea5d5c;
}
.middle-header {
  background: #fff;
}
.order-button {
  display: flex;
  justify-content: flex-end;
}
.middle-header .wishlist,
.middle-header .my_account,
.middle-header .cart-sec {
  display: flex;
  align-items: center;
  justify-content: center;
}
.middle-header .search-form {
  position: relative;
}
.middle-header .search-form input#woocommerce-product-search-field {
  width: 100%;
  outline: none;
  border: 0;
  padding: 10px 20px;
  background: #f2f4f6;
}
.middle-header .search-button {
  position: absolute;
  right: 0;
  top: 0;
  background: #ea5d5c;
  padding: 10px 40px;
  color: #fff;
  border: 0;
  outline: none;
  cursor: pointer;
}
.middle-header .search-button:hover {
  background: #ea5d5c;
}

.header .order-button {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.product-btn {
  border: 0;
  background: transparent;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.header .product-cat {
  list-style: none;
  position: absolute;
  top: 60px;
  left: 15px;
  right: 0;
  z-index: 999;
  text-align: left;
  font-size: 14px;
  border: none;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.08));
}

.header li.drp_dwn_menu {
  padding: 10px;
  background: #ea5d5c;
  border-bottom: 1px solid #fff;
  list-style: none;
}

.header li.drp_dwn_menu:hover {
  background: #000;
}

.header li.drp_dwn_menu a {
  color: #fff;
}

.product-btn:focus {
  outline: none;
}
.cart-customlocation {
  position: relative;
}
.category-search-sec {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: auto;
}
a.header-button {
  color: #fff;
  background: #ea5d5c;
  padding: 10px 10px;
  transition: all 0.6s;
  font-family: "Inter";
  font-size: 15px;
  font-weight: 700;
  position: relative;
  top: 0px;
  left: auto;
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.3s;
}
a.header-button:hover {
  background: #000;
  color: #ea5d5c;
}
.product-cat {
  display: none; /* Initially hidden */
  position: relative;
}
.product-cat .close-cat-btn {
  position: absolute;
  right: 30px;
  top: -40px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
}
/*SLIDER SECTION*/

#slider {
  position: relative;
}

#slider .slider-content {
  position: absolute;
  transform: translateY(-60%);
  top: 50%;
  left: 2%;
}

#slider h1 {
  font-size: 60px;
  line-height: 77.99px;
  color: #ea5d5c;
  font-family: "Crimson Text";
  font-weight: 400;
  text-transform: capitalize;
}

#slider p {
  color: #ffffff;
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 24px;
}

#slider .button {
  color: #fff;
  background-color: #ea5d5c;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  font-family: "Inter";
  padding: 10px 20px;
  transition: all ease-in-out 0.3s;
  height: 45px;
  position: relative;
  top: 20px;
}
#slider .button:hover {
  color: #ea5d5c;
  background-color: #000;
}
#slider .owl-dots {
  display: none;
}
/* .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
}
button.owl-next,
button.owl-prev {
  background: #EA5D5C !important;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: none;
}
button.owl-next {
  position: absolute;
  right: 10%;
}
button.owl-prev {
  position: absolute;
  left: 10%;
} */
#slider .slider-form-box {
  background-color: #ea5d5ccc;
  position: absolute;
  top: 30%;
  left: 70%;
  width: 28%;
  height: 60%;
}
#slider .slider-form {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
#slider .slider-form .wpcf7-form-control.wpcf7-select,
#slider .slider-form .wpcf7-form-control.wpcf7-date {
  width: 300px;
  height: 45px;
  background-color: #fff;
  border: none;
  margin-top: 10px;
  font-size: 12px;
  font-family: "Inter";
  font-weight: 500;
  line-height: 14.52px;
  color: #8e9aa6;
  /* padding: 10px; */
}
#slider .slider-form .wpcf7-form-control.wpcf7-submit.has-spinner {
  width: 100%;
  height: 45px;
  background-color: #1f1b1c;
  color: #fff;
  font-size: 14px;
  font-family: "Inter";
  font-weight: 500;
  line-height: 16.94px;
  border: none;
  margin-top: 10px;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
#slider .slider-form .wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background-color: #ea5d5c;
  color: #000;
}
#slider .slider-box img {
  width: 100%;
  height: 700px;
}
/* ABOUT SECTION */
#about .about-img {
  width: 100%;
  height: auto;
}
#about .about-img img {
  width: 95%;
  height: auto;
}
#about .back-img {
  width: 95%;
  height: 95%;
  border: 5px solid #ea5d5c;
  box-shadow: 0px 4px 4px 0px #00000040;
  position: relative;
  top: -110%;
  left: 8%;
  z-index: -1;
}
#about .featured-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#about .featured-text .color-text {
  font-family: "Crimson Text";
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #ea5d5c;
}
#about .featured-text .new-line {
  font-family: "Crimson Text";
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #1f1b1c;
}
#about .text h1 {
  font-size: 38px;
  font-family: "Crimson Text";
  font-weight: 400;
  line-height: 51.99px;
  color: #ea5d5c;
  text-align: right;
}
#about .content p {
  font-size: 13px;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 25px;
  text-align: right;
  color: #8e9aa6;
}
#about .circle i {
  color: #ea5d5c;
  margin-right: 10px;
}
#about .circle-box-1 .circle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#about .circle-box-2 .circle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#about .circle-text p,
#about .circle-text-2 p {
  font-size: 12px;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 18px;
  text-align: right;
  color: #8e9aa6;
  margin: 0;
}
#about .about-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#about .about-button {
  width: 50%;
  height: 45px;
  background-color: #ea5d5c;
  color: #ffffff;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 500;
  line-height: 19.36px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.3s;
}
#about .about-button:hover {
  background-color: #000;
  color: #ea5d5c;
}
/* TYPE OF CAR SECTION */
#car-type .text h1 {
  font-family: "Croissant One";
  font-size: 70px;
  font-weight: 400;
  line-height: 99.05px;
  text-align: left;
  color: #d9dcdf;
}
#car-type .text .color-text {
  font-family: "Crimson";
  font-size: 32px;
  font-weight: 400;
  line-height: 41.59px;
  text-align: left;
  color: #ea5d5c;
}
#car-type .text .new-line {
  font-family: "Crimson";
  font-size: 32px;
  font-weight: 400;
  line-height: 41.59px;
  text-align: left;
  color: #1f1b1c;
}
#car-type .featured-text {
  position: absolute;
  bottom: 5px;
}
#car-type .product-image img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#car-type .product-image img:hover {
  transform: translateY(0) scale(1);
  opacity: 0.8;
  cursor: pointer;
}
#car-type .product-image::before {
  content: "";
  background: #1f1b1cb2;
  box-shadow: 0px 4px 4px 0px #00000040;
  width: 100%;
  height: 0;
  transform: translateX(-50%);
  transform-origin: top center;
  position: absolute;
  left: 50%;
  z-index: 1;
  cursor: pointer;
  transition: height 0.3s ease-in-out, top 0.3s ease-in-out;
}
#car-type .product-image:hover::before {
  height: 100%;
  cursor: pointer;
}
#car-type .product-text a {
  font-family: "Crimson Text";
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  color: #ea5d5c;
  text-transform: none;
  transition: all ease-in-out 0.3s;
}
#car-type .product-text a:hover {
  color: #000;
}
#car-type .product-details {
  position: relative;
  z-index: 1;
}
#car-type .product-image {
  position: relative;
  z-index: 2; /* Keep the image above the product details on hover */
}
#car-type .product-details:hover {
  border: 1px solid #8e9aa6;
  box-shadow: 0px 4px 4px 0px #00000040;
  background-color: #fff;
  z-index: 1;
  cursor: pointer;
}
#car-type .product-stars .star1,
.star2,
.star3 {
  color: #ea5d5c;
}
#car-type .product-stars .star4,
.star5 {
  color: #ea5d5c;
}
#car-type .attribute.category,
.attribute.transmission,
.attribute.type {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  color: #8e9aa6;
}
#car-type .separator {
  color: #8e9aa6;
}
#car-type .attribute.fuel,
#car-type .racing,
#car-type .attribute.category-type,
#car-type .attribute.seating-capacity {
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
  color: #1f1b1c;
}
#car-type .additional-attributes .separator {
  width: 100%;
  height: auto;
}
#car-type .additional-attributes .separator img {
  width: auto;
  height: auto;
}
#car-type .racing-type-overlay {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
#car-type .price-text-overlay {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
#car-type .description-text-overlay {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
#car-type .product-image:hover .racing-type-overlay,
#car-type .product-image:hover .price-text-overlay,
#car-type .product-image:hover .description-text-overlay {
  opacity: 1;
}
#car-type .racing-type-overlay {
  transform: translate(0%, -15%);
}
#car-type .price-text-overlay {
  transform: translate(0%, -5%);
}
#car-type .description-text-overlay {
  transform: translate(0%, 5%);
}
#car-type .racing-type-overlay {
  font-family: "Crimson Text";
  font-size: 40px;
  font-weight: 400;
  line-height: 51.99px;
  text-align: center;
  color: #ffffff;
}
#car-type .price-text-overlay {
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  color: #8e9aa6;
}
#car-type .description-text-overlay {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  color: #8e9aa6;
}
#car-type .product-image:hover .price-text-overlay {
  color: #ea5d5c;
}
#car-type .car-type-button {
  width: 20%;
  height: 45px;
  background-color: #ea5d5c;
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  transition: all ease-in-out 0.3s;
}
#car-type .car-type-button:hover {
  background-color: #000;
  color: #ea5d5c;
}
#car-type .additional-attributes {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  gap: 15px;
}
#car-type .additional-attributes .fuel,
#car-type .additional-attributes .category,
#car-type .additional-attributes .racing,
#car-type .additional-attributes .seating {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  gap: 5px;
}
/* VIDEO SECTION */
#video {
  background-color: #1f1b1c;
  height: 891px;
}
#video .text h1 {
  font-family: "Croissant One";
  font-size: 64px;
  font-weight: 400;
  line-height: 99.05px;
  text-align: left;
  color: #35383b;
}
#video .text .color-text {
  font-family: "Crimson";
  font-size: 32px;
  font-weight: 400;
  line-height: 41.59px;
  text-align: left;
  color: #ea5d5c;
}
#video .text .new-line {
  font-family: "Crimson";
  font-size: 32px;
  font-weight: 400;
  line-height: 41.59px;
  text-align: left;
  color: #fff;
}
#video .featured-text {
  position: absolute;
  bottom: 15px;
}
#video .text {
  border-bottom: 1px solid #35383b;
}
#video .heading-1 h1 {
  font-family: "Crimson Text";
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #ea5d5c;
}
#video .content-1 h6 {
  font-family: "Poppins";
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #8e9aa6;
}
#video .video-box {
  height: 497px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#video .video {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: absolute;
  left: 50%;
}
#video .video .popup-btn {
  position: absolute;
  top: 50%;
}
#video .video .popup-btn {
  width: 100%;
  height: auto;
}
#video .video .popup-btn img {
  width: auto;
  height: auto;
}
#video .video .popup-btn,
.close-btn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  cursor: pointer;
  border: white;
  background-color: transparent;
  border-radius: 50px;
  color: white;
  margin-top: 200px;
}
#video button.close-btn {
  position: absolute;
  top: -60%;
  left: 50%;
}
#video button.close-btn:hover {
  border: 1px solid white;
}
#video .popup-btn:hover {
  color: white;
  background-color: transparent;
}
#video .video-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  box-shadow: 10px 10px 10px 10px black;
}
#video .popup-bg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}
#video .popup-content {
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: auto;
}
#video .youtube-video {
  width: 100%;
  height: 400px;
  margin: auto;
  display: block;
  border: none;
}
/* RENTAL CAR TYPES SECTION */
#rental-car .text h1 {
  font-family: "Croissant One";
  font-size: 64px;
  font-weight: 400;
  line-height: 99.05px;
  text-align: left;
  color: #d9dcdf;
}
#rental-car .text .color-text {
  font-family: "Crimson";
  font-size: 32px;
  font-weight: 400;
  line-height: 41.59px;
  text-align: left;
  color: #ea5d5c;
}
#rental-car .text .new-line {
  font-family: "Crimson";
  font-size: 32px;
  font-weight: 400;
  line-height: 41.59px;
  text-align: left;
  color: #1f1b1c;
}
#rental-car .featured-text {
  position: absolute;
  bottom: 5px;
}
#rental-car .rental-car-section .product-image {
  width: 100%;
  height: auto;
  border: 2px solid #ffffff;
}
#rental-car .rental-car-section .product-image img {
  width: 100%;
  height: auto;
  position: relative;
}
#rental-car .rental-car-section .title {
  font-family: "Crimson Text";
  font-size: 24px;
  font-weight: 700;
  line-height: 31.2px;
  text-align: left;
  color: #1f1b1c;
  transition: all ease-in-out 0.3s;
  position: absolute;
  z-index: 1;
}
#rental-car .rental-car-section .title:hover {
  color: #ea5d5c;
}
#rental-car .rental-car-section .arrow-box {
  width: 24%;
  height: 60px;
  border: 2px solid #ea5d5c;
  background: #fff;
  position: relative;
  bottom: 60px;
  transition: all ease-in-out 0.3s;
}
#rental-car .rental-car-section .arrow-box:hover {
  background-color: #ea5d5c;
}
#rental-car .rental-car-section .arrow-box:hover i {
  color: #ffffff;
}
#rental-car .rental-car-section .arrow-box i {
  color: #ea5d5c;
  transform: rotate(-45deg);
  display: flex;
  justify-content: center;
  font-size: 40px;
  align-items: center;
  position: absolute;
  left: 30%;
  top: 20%;
}
#rental-car .owl-dots {
  text-align: center;
  width: 100%;
  display: block;
}
#rental-car .owl-dots button.owl-dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  background: #d9d9d900;
  border: 1px solid #1f1b1c;
  margin: 0 5px;
}
#rental-car .owl-dots button.owl-dot.active {
  background-color: #ea5d5c;
}
/* LATEST COLLECTIONS SECTION */
#latest .text h1 {
  font-family: "Croissant One";
  font-size: 64px;
  font-weight: 400;
  line-height: 99.05px;
  text-align: left;
  color: #d9dcdf;
}
#latest .text .color-text {
  font-family: "Crimson";
  font-size: 32px;
  font-weight: 400;
  line-height: 41.59px;
  text-align: left;
  color: #ea5d5c;
}
#latest .text .new-line {
  font-family: "Crimson";
  font-size: 32px;
  font-weight: 400;
  line-height: 41.59px;
  text-align: left;
  color: #1f1b1c;
}
#latest .featured-text {
  position: absolute;
  bottom: 7px;
}
#latest .latest-collection .product-image-1,
#latest .latest-collection .product-image-2,
#latest .latest-collection .product-image-3,
#latest .latest-collection .product-image-4 {
  width: 100%;
  height: auto;
}
#latest .latest-collection .product-image-1 img,
#latest .latest-collection .product-image-3 img,
#latest .latest-collection .product-image-4 img {
  width: 100%;
  height: auto;
}
#latest .latest-collection .product-image-2 img {
  width: 100%;
  height: 555px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#latest .latest-collection .product-image-1,
#latest .latest-collection .product-image-2,
#latest .latest-collection .product-image-3,
#latest .latest-collection .product-image-4 {
  position: relative;
  z-index: 2; /* Keep the image above the product details on hover */
}
#latest .latest-collection .product-image-1 img,
#latest .latest-collection .product-image-3 img,
#latest .latest-collection .product-image-4 img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#latest .latest-collection .product-image-1 img:hover,
#latest .latest-collection .product-image-2 img:hover,
#latest .latest-collection .product-image-3 img:hover,
#latest .latest-collection .product-image-4 img:hover {
  transform: translateY(0) scale(1);
  opacity: 0.8;
  cursor: pointer;
}
#latest .latest-collection .product-image-1::before,
#latest .latest-collection .product-image-2::before,
#latest .latest-collection .product-image-3::before,
#latest .latest-collection .product-image-4::before {
  content: "";
  background: #1f1b1cb2;
  box-shadow: 0px 4px 4px 0px #00000040;
  width: 100%;
  height: 0;
  transform: translateX(-50%);
  transform-origin: top center;
  position: absolute;
  left: 50%;
  z-index: 1;
  cursor: pointer;
  transition: height 0.3s ease-in-out, top 0.3s ease-in-out;
}
#latest .latest-collection .product-image-1:hover::before,
#latest .latest-collection .product-image-2:hover::before,
#latest .latest-collection .product-image-3:hover::before,
#latest .latest-collection .product-image-4:hover::before {
  height: 100%;
  cursor: pointer;
}
/* Position the price on top of the image */
#latest .latest-collection .product-image-1 .price,
#latest .latest-collection .product-image-2 .price,
#latest .latest-collection .product-image-3 .price,
#latest .latest-collection .product-image-4 .price {
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 500;
  color: #ea5d5c;
  position: absolute;
  bottom: 50px;
  left: 32px;
  z-index: 3;
}
#latest .latest-collection .product-image-1 .price::before,
#latest .latest-collection .product-image-2 .price::before,
#latest .latest-collection .product-image-3 .price::before,
#latest .latest-collection .product-image-4 .price::before {
  content: "$";
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 500;
  color: #ea5d5c;
  position: absolute;
  left: -10px;
  top: 15px;
}
#latest .latest-collection .product-image-1 .price .month,
#latest .latest-collection .product-image-2 .price .month,
#latest .latest-collection .product-image-3 .price .month,
#latest .latest-collection .product-image-4 .price .month {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  color: #ea5d5c;
  position: absolute;
  left: 105px;
  bottom: 7px;
  z-index: 3;
}
#latest .latest-collection .product-image-1 .content .latest-description,
#latest .latest-collection .product-image-2 .content .latest-description {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  color: #8e9aa6;
  position: absolute;
  left: 25px;
  bottom: 0px;
  z-index: 3;
  max-width: 300px;
}
#latest .latest-collection .product-image-3 .content .latest-description,
#latest .latest-collection .product-image-4 .content .latest-description {
  font-family: "Poppins";
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
  color: #8e9aa6;
  position: absolute;
  left: 25px;
  bottom: 0px;
  z-index: 3;
  max-width: 300px;
}
#latest .latest-collection .product-image-1,
#latest .latest-collection .product-image-2,
#latest .latest-collection .product-image-3 {
  position: relative;
}
#latest .latest-collection .product-image-1 .tag-overlay,
#latest .latest-collection .product-image-2 .tag-overlay {
  position: absolute;
  top: 10px;
  left: 90%;
  z-index: 3;
}
#latest .latest-collection .product-image-3 .tag-overlay {
  position: absolute;
  top: 10px;
  left: 80%;
  z-index: 3;
}
#latest .latest-collection .product-image-1 span.tag,
#latest .latest-collection .product-image-2 span.tag,
#latest .latest-collection .product-image-3 span.tag {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #fff;
  border: 1px solid #ea5d5c;
  padding: 5px 10px;
}
/* CAR RENTAL PROCESS */
#rental-process .text h1 {
  font-family: "Croissant One";
  font-size: 64px;
  font-weight: 400;
  line-height: 90.56px;
  text-align: left;
  color: #d9dcdf;
}
#rental-process .text .color-text {
  font-family: "Crimson";
  font-size: 32px;
  font-weight: 400;
  line-height: 41.59px;
  text-align: left;
  color: #ea5d5c;
}
#rental-process .text .new-line {
  font-family: "Crimson";
  font-size: 32px;
  font-weight: 400;
  line-height: 41.59px;
  text-align: left;
  color: #1f1b1c;
}
#rental-process .featured-text {
  position: absolute;
  bottom: 7px;
}
#rental-process .first-rental h1 {
  font-family: "Crimson Text";
  font-size: 40px;
  font-weight: 400;
  line-height: 51.99px;
  text-align: left;
  color: #ea5d5c;
}
#rental-process .first-rental p {
  font-family: "Poppins";
  font-size: 13px;
  font-weight: 500;
  line-height: 35px;
  text-align: left;
  color: #8e9aa6;
}
#rental-process .first-rental-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#rental-process .first-rental-button {
  width: 50%;
  height: 45px;
  background-color: #ea5d5c;
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.3s;
}
#rental-process .first-rental-button:hover {
  background-color: #000;
  color: #ea5d5c;
}
#rental-process .rental-process h1 {
  font-family: "Crimson Text";
  font-size: 40px;
  font-weight: 400;
  line-height: 51.99px;
  text-align: right;
  color: #ea5d5c;
}
#rental-process .choose-a-car .circle,
#rental-process .contact-us .circle,
#rental-process .test-drive .circle {
  display: flex;
  align-items: center;
}
#rental-process .choose-a-car i,
#rental-process .contact-us i,
#rental-process .test-drive i {
  color: #ea5d5c;
}
#rental-process .choose-a-car h6,
#rental-process .contact-us h6,
#rental-process .test-drive h6 {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #1f1b1c;
  margin-left: 10px !important;
}
#rental-process .choose-a-car p,
#rental-process .contact-us p,
#rental-process .test-drive p {
  font-family: "Poppins";
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: #8e9aa6;
  margin-top: 5px;
}
#rental-process .choose-a-car h6,
#rental-process .contact-us h6,
#rental-process .test-drive h6 {
  margin: 0;
}
#rental-process .touch-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#rental-process .touch-button {
  width: 50%;
  height: 45px;
  background-color: #ea5d5c;
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.3s;
}
#rental-process .touch-button:hover {
  background-color: #000;
  color: #ea5d5c;
} /* TESTIMONIAL SECTION */
#testimonial .testimonial {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}
#testimonial .testimonial-box {
  background-color: #1f1b1c;
  height: auto;
}
#testimonial .text h1 {
  font-family: "Croissant One";
  font-size: 64px;
  font-weight: 400;
  line-height: 90.56px;
  text-align: left;
  color: #35383b;
}
#testimonial .text .color-text {
  font-family: "Crimson";
  font-size: 32px;
  font-weight: 400;
  line-height: 41.59px;
  text-align: left;
  color: #ea5d5c;
}
#testimonial .text .new-line {
  font-family: "Crimson";
  font-size: 32px;
  font-weight: 400;
  line-height: 41.59px;
  text-align: left;
  color: #ffffff;
}
#testimonial .featured-text {
  position: absolute;
  bottom: 5px;
}
#testimonial .testimonial-admin {
  font-family: "Crimson Text";
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #ea5d5c;
}
#testimonial .testimonial-stars .star1,
.star2,
.star3 {
  color: #ea5d5c;
}
#testimonial .testimonial-stars .star4,
.star5 {
  color: #ea5d5c;
}
#testimonial .testimonial-description {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
  text-align: left;
  color: #8e9aa6;
}
#testimonial .testimonial-designation {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: #ea5d5c;
}
#testimonial .testimonial-rectangle-box.border-right {
  border-right: 1px solid #4b4f52;
}
#testimonial .owl-dots {
  text-align: center;
  width: 100%;
  display: block;
}
#testimonial .owl-dots button.owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  background: #ffffff;
  border: 1px solid #ea5d5c;
  margin: 0 5px;
}
#testimonial .owl-dots button.owl-dot.active {
  background-color: #ea5d5c;
}
/* PROFESSIONAL DRIVERS SECTION */
#professional-drivers .text h1 {
  font-family: "Croissant One";
  font-size: 64px;
  font-weight: 400;
  line-height: 90.56px;
  text-align: left;
  color: #d9dcdf;
}
#professional-drivers .text .color-text {
  font-family: "Crimson";
  font-size: 32px;
  font-weight: 400;
  line-height: 41.59px;
  text-align: left;
  color: #ea5d5c;
}
#professional-drivers .text .new-line {
  font-family: "Crimson";
  font-size: 32px;
  font-weight: 400;
  line-height: 41.59px;
  text-align: left;
  color: #1f1b1c;
}
#professional-drivers .featured-text {
  position: absolute;
  bottom: 5px;
}
#professional-drivers .driver-img {
  width: 100%;
  height: auto;
}
#professional-drivers .driver-img img {
  width: 100%;
  height: auto;
}
#professional-drivers .driver-img h1 {
  font-family: "Crimson Text";
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: center;
  color: #1f1b1c;
}
#professional-drivers .call .call-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
#professional-drivers .call i {
  color: #ea5d5c;
  margin-bottom: 15px;
  margin-right: 10px;
}
#professional-drivers .call p a {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  text-align: center;
  color: #ea5d5c;
  transition: all ease-in-out 0.3s;
}
#professional-drivers .call p a:hover {
  color: #000;
}
#professional-drivers .call p a {
  margin: 0;
}
/* PRICING SECTION */
#pricing .text h1 {
  font-family: "Croissant One";
  font-size: 64px;
  font-weight: 400;
  line-height: 90.56px;
  text-align: left;
  color: #d9dcdf;
}
#pricing .text .color-text {
  font-family: "Crimson";
  font-size: 32px;
  font-weight: 400;
  line-height: 41.59px;
  text-align: left;
  color: #ea5d5c;
}
#pricing .text .new-line {
  font-family: "Crimson";
  font-size: 32px;
  font-weight: 400;
  line-height: 41.59px;
  text-align: left;
  color: #1f1b1c;
}
#pricing .featured-text {
  position: absolute;
  bottom: 5px;
}
#pricing .pricing-box {
  border: 1px solid #ea5d5c;
  height: auto;
}
#pricing .price-title h1 {
  font-family: "Crimson Text";
  font-size: 40px;
  font-weight: 400;
  line-height: 51.99px;
  text-align: left;
  color: #1f1b1c;
}
#pricing .price-amount {
  display: flex;
  justify-content: center;
  align-items: center;
}
#pricing .price-amount p {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  color: #ea5d5c;
  margin: 0;
}
#pricing .price-amount h1 {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  color: #ea5d5c;
}
#pricing .price-content .circle {
  display: flex;
  align-items: center;
}
#pricing .price-content i {
  color: #ea5d5c;
}
#pricing .price-content h6 {
  margin: 0;
}
#pricing .price-content h6 {
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: #8e9aa6;
  margin-left: 10px;
}
#pricing .price-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
#pricing .price-button {
  width: 50%;
  height: 45px;
  background-color: #ea5d5c;
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.3s;
}
#pricing .price-button:hover {
  background-color: #000;
  color: #ea5d5c;
}
/* TEAM SECTION */
#team .text h1 {
  font-family: "Croissant One";
  font-size: 64px;
  font-weight: 400;
  line-height: 90.56px;
  text-align: left;
  color: #d9dcdf;
}
#team .text .color-text {
  font-family: "Crimson";
  font-size: 32px;
  font-weight: 400;
  line-height: 41.59px;
  text-align: left;
  color: #ea5d5c;
}
#team .text .new-line {
  font-family: "Crimson";
  font-size: 32px;
  font-weight: 400;
  line-height: 41.59px;
  text-align: left;
  color: #1f1b1c;
}
#team .featured-text {
  position: absolute;
  bottom: 30px;
}
#team .content-text p {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: #8e9aa6;
}
#team .team-img img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#team .team-img img:hover {
  transform: translateY(0) scale(1);
  opacity: 0.8;
  cursor: pointer;
}
#team .team-img::before {
  content: "";
  background: #1f1b1cb2;
  box-shadow: 0px 4px 4px 0px #00000040;
  width: calc(100% - 275px);
  height: 0;
  transform: translateX(-48%);
  transform-origin: top center;
  position: absolute;
  left: 27%;
  z-index: 1;
  cursor: pointer;
  transition: height 0.3s ease-in-out, top 0.3s ease-in-out;
}
#team .team-img:hover::before {
  height: 100%;
  cursor: pointer;
}
#team .team-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
#team .team-img:hover::after {
  opacity: 1;
}
#team .team-box {
  position: absolute;
  top: 5px;
  left: 0;
  width: 50%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
  margin: 20px;
}
#team .team-img:hover .team-box {
  opacity: 1;
}
#team .team-icons a {
  margin: 0 10px;
  color: #ea5d5c;
}
#team .team-icons a:hover {
  color: #000;
}
#team .team-name h1 {
  font-family: "Crimson Text";
  font-size: 24px;
  font-weight: 600;
  line-height: 31.2px;
  text-align: left;
  color: #1f1b1c;
  position: relative;
  left: 10%;
}
#team .team-designation p {
  font-family: "Crimson Text";
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: center;
  color: #8e9aa6;
  position: relative;
  left: -10%;
}
#team .call .call-icon,
#team .email .email-icon {
  display: flex;
  align-items: center;
}
#team .call .call-icon i,
#team .email .email-icon i {
  color: #ea5d5c;
}
#team .call .call-icon p,
#team .email .email-icon p {
  margin: 0;
}
#team .call .call-icon p a,
#team .email .email-icon p a {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  text-align: left;
  color: #ea5d5c;
  margin-left: 10px;
  transition: all ease-in-out 0.3s;
}
#team .team-details {
  display: grid;
  justify-content: center;
  align-items: center;
}
#team .call .call-icon p a:hover,
#team .email .email-icon p a:hover {
  color: #000;
}
#team .owl-dots {
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 20px;
}
#team .owl-dots button.owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  background: #ffffff;
  border: 1px solid #ea5d5c;
  margin: 0 5px;
}
#team .owl-dots button.owl-dot.active {
  background-color: #ea5d5c;
}
/* BLOG SECTION */
#blog .text h1 {
  font-family: "Croissant One";
  font-size: 64px;
  font-weight: 400;
  line-height: 90.56px;
  text-align: left;
  color: #d9dcdf;
}
#blog .text .color-text {
  font-family: "Crimson";
  font-size: 32px;
  font-weight: 400;
  line-height: 41.59px;
  text-align: left;
  color: #ea5d5c;
}
#blog .text .new-line {
  font-family: "Crimson";
  font-size: 32px;
  font-weight: 400;
  line-height: 41.59px;
  text-align: left;
  color: #1f1b1c;
}
#blog .featured-text {
  position: absolute;
  bottom: 5px;
}
#blog .blog-img {
  width: 100%;
  height: auto;
}
#blog .blog-img img {
  width: 100%;
  height: auto;
}
#blog .blog-admin {
  font-family: "Crimson Text";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #ea5d5c;
  transition: all ease-in-out 0.3s;
}
#blog .blog-admin:hover {
  color: #000;
}
#blog .blog-description {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
  text-align: left;
  color: #8e9aa6;
}
#blog .date i {
  color: #ea5d5c;
}
#blog .post-date {
  font-family: "Poppins";
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: #8e9aa6;
}
#blog .date {
  display: flex;
  justify-content: center;
  align-items: center;
}
#blog .blog-details {
  margin-top: -20px;
}
#blog .admin {
  position: relative;
}
#blog .admin::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 50px;
  background-color: #ea5d5c;
}
#blog .blog-details:hover {
  box-shadow: 0px 4px 4px 0px #00000040;
}
#blog .blog-img {
  position: relative;
  overflow: hidden;
}
#blog .blog-img img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#blog .blog-img img:hover {
  transform: translateY(0) scale(1);
  opacity: 0.8;
  cursor: pointer;
}
#blog .blog-img::before {
  content: "";
  background: #1f1b1cb2;
  box-shadow: 0px 4px 4px 0px #00000040;
  width: 100%;
  height: 0;
  transform: translateX(-34%);
  transform-origin: top center;
  position: absolute;
  left: 34%;
  z-index: 1;
  cursor: pointer;
  transition: height 0.3s ease-in-out, top 0.3s ease-in-out;
}
#blog .blog-img:hover::before {
  height: 95%;
  cursor: pointer;
}
#blog .blog-img .add {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #ea5d5c;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
  pointer-events: none;
}
#blog .blog-img:hover .add {
  opacity: 1;
}
/* BRAND SECTION */
#brand .text h1 {
  font-family: "Croissant One";
  font-size: 64px;
  font-weight: 400;
  line-height: 90.56px;
  text-align: left;
  color: #d9dcdf;
}
#brand .text .color-text {
  font-family: "Crimson";
  font-size: 32px;
  font-weight: 400;
  line-height: 41.59px;
  text-align: left;
  color: #ea5d5c;
}
#brand .text .new-line {
  font-family: "Crimson";
  font-size: 32px;
  font-weight: 400;
  line-height: 41.59px;
  text-align: left;
  color: #1f1b1c;
}
#brand .featured-text {
  position: absolute;
  bottom: 5px;
}
#brand .brand-img {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#brand .brand-img img {
  width: auto;
  height: auto;
}
.page-template-frontpage h5 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #141414;
}

.page-template-frontpage h2 {
  color: #141414;
  font-size: 26px;
}

.head-text {
  margin-bottom: 50px;
}
.head-text-sec {
  padding: 10px 20px;
  background: #eff1f2;
  border-radius: 5px;
  margin-bottom: 30px;
}
.page-template-frontpage h4 {
  font-size: 24px;
  color: #141414;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

/*Footer Section*/
footer .footer {
  background-color: #1f1b1c;
}
.footer .contact-details,
.footer .footer-contact {
  border-bottom: 1px solid #35383b;
}
.footer .call .call-icon,
.footer .email .email-icon {
  display: flex;
  align-items: center;
}
.footer .call .call-text,
.footer .email .email-text {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.footer .call .call-icon i,
.footer .email .email-icon i,
.footer .address .address-icon i {
  color: #ea5d5c;
  margin-right: 10px;
}
.footer .call .call-icon p,
.footer .call .call-icon h6,
.footer .email .email-icon p,
.footer .email .email-icon h6 {
  margin: 0;
}
.footer .call .call-icon p a,
.footer .email .email-icon p a {
  font-family: "Inter";
  font-size: 24px;
  font-weight: 500;
  line-height: 29.05px;
  text-align: left;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
}
.footer .call .call-icon p a:hover,
.footer .email .email-icon p a:hover {
  color: #ea5d5c;
}
.footer .call .call-icon h6,
.footer .email .email-icon h6 {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  text-align: left;
  color: #8e9aa6;
}
.footer .footer-form .wpcf7-form-control.wpcf7-email {
  width: 50%;
  height: 82px;
  background-color: #34383c;
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  text-align: left;
  border: none;
  color: #8e9aa6;
  padding: 10px 20px;
}
.footer .footer-form .wpcf7-form-control.wpcf7-submit.has-spinner {
  border: 1px solid #ea5d5c;
  background-color: #d9d9d900;
  height: 82px;
  width: 40%;
  font-family: "Inter";
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  text-align: center;
  color: #ffffff;
  margin-left: 60px;
  transition: all ease-in-out 0.3s;
}
.footer .footer-form .wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  border: 1px solid #fff;
  color: #ea5d5c;
}
.footer .footer-text p {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
  text-align: left;
  color: #ffffff;
}
.footer .footer-contact-details .call .call-icon,
.footer .footer-contact-details .email .email-icon,
.footer .footer-contact-details .address .address-icon {
  display: flex;
  align-items: center;
}
.footer .footer-contact-details .call .call-icon i,
.footer .footer-contact-details .email .email-icon i,
.footer .footer-contact-details .address .address-icon i {
  color: #ea5d5c;
}
.footer .footer-contact-details .call .call-icon p,
.footer .footer-contact-details .email .email-icon p,
.footer .footer-contact-details .address .address-icon p {
  margin: 0;
}
.footer .footer-contact-details .call .call-icon p a,
.footer .footer-contact-details .email .email-icon p a,
.footer .footer-contact-details .address .address-icon p a {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #ffffff;
}
.footer .footer-contact-details .call .call-icon p a:hover,
.footer .footer-contact-details .email .email-icon p a:hover,
.footer .footer-contact-details .address .address-icon p a:hover {
  color: #ea5d5c;
}
.footer .working-hours .title h6 {
  font-family: "Crimson Text";
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: right;
  color: #ffffff;
}
.footer .working-hours .monday,
.footer .working-hours .sunday {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.footer .working-hours .monday h6,
.footer .working-hours .monday p,
.footer .working-hours .sunday h6,
.footer .working-hours .sunday p {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #ffffff;
  margin: 0;
}
.footer .working-hours .title {
  margin-bottom: 50px;
}
.footer .working-hours .monday h6,
.footer .working-hours .sunday h6 {
  text-align: left;
  position: relative;
  left: 33%;
}
.footer .working-hours .monday p,
.footer .working-hours .sunday p {
  text-align: right;
}
.footer .footer-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin-top: 70px;
}
.footer-links a i {
  color: #ea5d5c;
}
.footer-links a i:hover {
  color: #fff;
}
.copyright .policy-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.footer .cookies-button,
.footer .privacy-policy-button,
.footer .term-and-conditions-button {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #8e9aa6;
}
.copyright .privacy::before {
  content: "";
  position: relative;
  top: 15px;
  left: -18%;
  background: #8e9aa6;
  display: block;
  height: 2px;
  width: 15px;
  transform: rotate(90deg);
}
.copyright .conditions::before {
  content: "";
  position: relative;
  top: 15px;
  left: -13%;
  background: #8e9aa6;
  display: block;
  height: 2px;
  width: 15px;
  transform: rotate(90deg);
}
.footer-area .textwidget {
  list-style: none;
}
.footer-area .textwidget ul {
  padding: 0 10px;
}
.footer-area .textwidget ul li {
  margin: 5px 0;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.footer-area h4.title {
  color: #fff;
  font-family: "Crimson Text";
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  margin-bottom: 20px;
}

.footer-area .fab {
  margin-right: 10px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-area .fab:hover {
  color: #141414;
}
.footer-area .post-thumbnail img {
  max-width: 100px;
  height: 70px;
  float: right;
}
.footer-area .post-title {
  font-size: 16px;
  font-weight: 400;
}
.footer-area .post-meta a {
  font-weight: 400;
  color: #e6e6e6;
  font-size: 18px;
}
.footer-area .post-meta a:hover {
  color: #ea5d5c;
}
.footer-area ul {
  padding: 0px;
  list-style: none;
  line-height: 2;
}
.footer-area ul li a {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 41px;
  text-align: left;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
}
.footer-area ul li a:hover {
  color: #ea5d5c;
}

.footer-area img {
  width: auto;
  margin-bottom: 10px;
}
.footer-area select {
  width: 100%;
  padding: 10px;
}
.footer-area bdi {
  color: #ea5d5c;
}
.footer-area h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.copyright {
  background: #1f1b1c;
}
.copyright-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyrigt-links a {
  margin-left: 20px;
}

.copyright p,
.copyright a {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #8e9aa6;
  margin: 0;
}
.copyright a:hover {
  color: #ea5d5c;
}
a.buynowbtn {
  background: #ea5d5c;
  color: #fff !important;
  padding: 5px 10px !important;
}
.footer-newsletter h3 {
  color: #fff;
  text-transform: capitalize;
}

.footer-newsletter h4 {
  color: #fff;
  text-transform: capitalize;
}
.footer-newsletter input {
  border: 1px solid #fff;
  outline: none;
  background: transparent;
  color: #fff;
  padding: 10px 20px;
}
.footer-newsletter input::placeholder {
  color: #fff;
}
.footer-newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: #ea5d5c;
  color: #fff;
  border: 2px solid #ea5d5c;
}
.footer-newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background: #ea5d5c;
  border: 2px solid #ea5d5c;
}
.footer-form .wpcf7 form.failed .wpcf7-response-output,
.footer-form .wpcf7 form.aborted .wpcf7-response-output {
  color: #fff;
  font-size: 12px;
}

.imag-sec img {
  margin-right: 10px;
}

.footer-logo img {
  width: auto;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
  margin-right: 0;
}
/*Contact Page*/

#contact .contact-title {
  font-size: 44px;
  color: #1e1e1e;
  font-weight: 700;
}
#contact h2 {
  font-size: 34px;
  line-height: 42px;
  color: #141414;
  font-weight: 500;
}
#contact hr {
  background: #ea5d5c;
  padding: 1px;
  width: 10%;
  margin: auto;
}
#contact p {
  color: #2b2b2b;
}
#contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 25%;
  margin: 10px 10px;
}
#contact input.wpcf7-form-control.wpcf7-text {
  padding: 10px 20px;
  background: #f9f8ff;
  border: 1px solid #e8e6f4;
  margin: 10px;
  outline: none;
  width: 46%;
}
#contact textarea.wpcf7-form-control.wpcf7-textarea {
  width: 94%;
  height: 130px;
  padding: 20px 25px;
  margin: 15px 0px;
  background: #f9f8ff;
  border: 1px solid #e8e6f4;
  outline: none;
}
#contact input.wpcf7-form-control.has-spinner.wpcf7-submit {
  display: inline-block;
  padding: 10px 30px;
  margin-top: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  border-radius: 30px;
  background: #141414;
  border: none;
  text-transform: uppercase;
}
#contact input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background: #ea5d5c;
  color: #fff;
  border-radius: 30px;
  font-weight: 500;
  border: none;
}
#contact span.wpcf7-spinner {
  display: block;
}
#contact embed {
  width: 100%;
  height: 500px;
}
#contact .dashicons {
  font-size: 50px;
  color: #141414;
  display: inline;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: inline-table;
}
#contact .services-box:hover .dashicons {
  transform: rotate(360deg);
  color: #ea5d5c;
}
#contact h6 {
  color: #ea5d5c;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
.widget_block {
  display: none;
}
.single-product #content {
  position: relative;
  top: 25px;
}
.single-product .header .menu-header,
.page-template-template-parts .header .menu-header,
.woocommerce-shop .header .menu-header,
.page-template-contact-template .header .menu-header,
.woocommerce-dashboard .header .menu-header,
.woocommerce-cart .header .menu-header,
.woocommerce-checkout .header .menu-header {
  background: #000;
}
.single-product #main-menu ul.sub-menu {
  background: #ea5d5c;
}
.post-title-head,
.post-title {
  margin-top: 20px;
  color: #fff !important;
}

@media (max-width: 1399px) {
  .container {
    max-width: 1320px;
  }
}
@media (max-width: 1299px) {
  .container {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1500px) {
  .container {
    max-width: 1350px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1920px) {
  .container {
    max-width: 1620px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 960px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}
/*MEDIA QUERY 320 TO 720*/

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .admin-bar .fix-sticky {
    margin-top: 0;
  }
  header#site-navigation {
    position: relative;
  }	
  #main-menu ul {
    display: block;
  }
  .menu-sec {
    order: 2;
    justify-content: center;
  }
  .category-search-sec {
    order: 1;
    justify-content: center;
  }
  .logo-div {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #ffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  #main-menu {
    top: 25px;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  #main-menu ul.children,
  #main-menu ul.sub-menu {
    box-shadow: none;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 50px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  #site-navigation .sidenav a.closebtn,
  .open-menu {
    display: inline-block;
    background: #141414;
    padding: 0 10px;
    color: #fff;
  }
  #main-menu ul.children,
  #main-menu ul.sub-menu {
    background: transparent;
  }
  #main-menu ul.sub-menu li a:hover:after {
    background: transparent;
    color: #141414;
  }
  #main-menu ul.sub-menu li a:hover {
    color: #141414;
  }
  #main-menu ul.sub-menu li a:before {
    border: none;
  }
  .woocommerce #content table.cart td.actions .coupon .button.alt,
  .woocommerce #content table.cart td.actions .coupon .input-text + .button,
  .woocommerce table.cart td.actions .coupon .button.alt,
  .woocommerce table.cart td.actions .coupon .input-text + .button,
  .woocommerce-page #content table.cart td.actions .coupon .button.alt,
  .woocommerce-page
    #content
    table.cart
    td.actions
    .coupon
    .input-text
    + .button,
  .woocommerce-page table.cart td.actions .coupon .button.alt,
  .woocommerce-page table.cart td.actions .coupon .input-text + .button {
    float: unset;
    width: 100% !important;
    margin: 0;
  }
  .woocommerce #content table.cart td.actions .button,
  .woocommerce table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button {
    width: 100%;
    margin: 0;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100% !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 10px 20px;
  }
  .woocommerce .quantity .qty {
    max-width: 130px;
  }
  h2.woocommerce-loop-product__title {
    font-size: 16px !important;
  }
  .woocommerce ul.products li.product .price,
  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    font-size: 18px;
  }

  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 48%;
    padding: 10px;
  }
  .woocommerce-tabs .wc-tabs-wrapper h1,
  .woocommerce div.product .product_title,
  .posted_in,
  .tagged_as,
  .woocommerce .woocommerce-breadcrumb,
  .site-main h2,
  .woocommerce h2 {
    font-size: 20px;
  }

  .woocommerce ul.products li.product a img {
    height: 160px;
  }
  .page-404 h1 {
    font-size: 100px;
  }
  .page-404 p {
    margin-left: 0;
    margin-right: 0;
  }
  .top-header .call-text {
    font-size: 12px;
  }
  .top-header-div .email,
  .top-header-div .call {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-search {
    margin: auto;
  }
  #slider .carousel-caption {
    top: 25%;
    left: 5%;
    right: 5%;
  }
  #slider .slider-content {
    transform: translateY(0%);
    left: auto;
  }
  #slider .slider-box img {
    height: 500px;
  }
  #slider .slider-form-box {
    display: none;
  }
  #slider h1 {
    font-size: 24px;
    text-align: center;
    line-height: normal;
  }
  #slider p {
    font-size: 14px;
    margin-top: 0;
    display: none;
  }
  #slider .button {
    top: 0;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 50%;
  }
  #about {
    margin: 0 !important;
  }
  #about .back-img {
    width: 100%;
    height: 100%;
    left: 1%;
  }
  #about .featured-text {
    justify-content: center;
  }
  #about .text h1,
  #about .content p {
    text-align: center;
  }
  #about .circle-box-1 {
    margin: 0 !important;
  }
  #about .circle-text p,
  #about .circle-text-2 p {
    text-align: left;
  }
  .page-template-frontpage h2 {
    font-size: 20px;
  }
  .page-template-frontpage h4 {
    font-size: 22px;
  }
  #contact hr {
    width: 30%;
  }
  #contact .contact-form p {
    margin-left: 0;
    margin-right: 0;
  }
  #contact input.wpcf7-form-control.wpcf7-text,
  #contact input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number,
  #contact textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    margin: 15px 0;
  }
  #contact .wpcf7 .ajax-loader {
    display: block;
    left: 38%;
  }
  #comments textarea {
    width: 100%;
  }
  .woocommerce-page div.product div.summary {
    padding: 15px;
  }
  .post-single .blog_share_icon .fab {
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin: 0 -1px;
  }
  .copyright img {
    margin: 10px 0;
  }
  .latest-post .post-title a {
    font-size: 16px;
  }
  .latest-post {
    padding: 10px;
  }
  #car-type .featured-text,
  #video .featured-text,
  #rental-car .featured-text,
  #latest .featured-text,
  #rental-process .featured-text,
  #testimonial .featured-text,
  #professional-drivers .featured-text,
  #pricing .featured-text,
  #team .featured-text,
  #blog .featured-text,
  #brand .featured-text {
    position: relative;
    bottom: 0;
  }
  #car-type .car-type-button {
    width: 30%;
  }
  #car-type .additional-attributes {
    gap: 5px;
  }
  #about .about-button,
  #rental-process .first-rental-button,
  #rental-process .touch-button {
    margin: auto;
  }
  #video {
    height: auto;
    padding: 0 !important;
    padding-top: 20px !important;
  }
  .footer .working-hours .monday h6,
  .footer .working-hours .monday p,
  .footer .working-hours .sunday h6,
  .footer .working-hours .sunday p {
    font-size: 14px;
  }
  #car-type .text h1,
  #video .text h1,
  #rental-car .text h1,
  #latest .text h1,
  #rental-process .text h1,
  #testimonial .text h1,
  #professional-drivers .text h1,
  #pricing .text h1,
  #team .text h1,
  #blog .text h1,
  #brand .text h1 {
    font-size: 30px;
    text-align: center;
    line-height: 20px;
  }
  .copyright .copyright-box {
    display: block;
  }
  #main-menu ul li a {
    color: #ea5d5c !important;
  }
  #car-type .text .color-text,
  #video .text .color-text,
  #video .heading-1 h1,
  #video .content-1 h6,
  #rental-car .text .color-text,
  #latest .text .color-text,
  #rental-process .first-rental h1,
  #rental-process .first-rental p,
  #rental-process .rental-process h1,
  .footer .working-hours .title h6,
  #rental-process .choose-a-car p,
  #rental-process .contact-us p,
  #rental-process .test-drive p,
  #testimonial .text .color-text,
  #testimonial .testimonial-admin,
  #testimonial .testimonial-description,
  #testimonial .testimonial-designation,
  #professional-drivers .text .color-text,
  #pricing .text .color-text,
  #team .text .color-text,
  #team .content-text p,
  #blog .text .color-text,
  #blog .blog-admin,
  #blog .blog-description,
  #brand .text .color-text,
  .footer .footer-text p,
  .footer-area h4.title,
  .footer-area ul li a,
  #rental-process .text .color-text,
  .top-header .header-text {
    text-align: center;
  }
  #rental-process .choose-a-car .circle,
  #rental-process .contact-us .circle,
  #rental-process .test-drive .circle,
  .footer .footer-contact-details .call .call-icon,
  .footer .footer-contact-details .email .email-icon,
  .footer .footer-contact-details .address .address-icon,
  .footer .footer-links {
    justify-content: center;
  }
  #testimonial .testimonial-stars {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #pricing .pricing-box {
    margin-bottom: 10px;
  }
  .footer .footer-form .wpcf7-form-control.wpcf7-email {
    width: 100%;
    margin-top: 20px;
  }
  .footer .footer-form .wpcf7-form-control.wpcf7-submit.has-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 10px !important;
    width: 50%;
  }
  .footer-logo img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
  .footer .working-hours .monday h6,
  .footer .working-hours .sunday h6 {
    left: auto;
    text-align: center;
  }
  .footer-area ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #latest .latest-collection .product-image-1 .tag-overlay,
  #latest .latest-collection .product-image-2 .tag-overlay {
    left: 80%;
  }
  #latest .latest-collection .product-image-1 .content .latest-description,
  #latest .latest-collection .product-image-2 .content .latest-description,
  #latest .latest-collection .product-image-3 .content .latest-description,
  #latest .latest-collection .product-image-4 .content .latest-description {
    left: auto;
    bottom: 0px;
    text-align: center;
    font-size: 12px;
  }
  #latest .latest-collection .product-image-1 .price,
  #latest .latest-collection .product-image-2 .price,
  #latest .latest-collection .product-image-3 .price,
  #latest .latest-collection .product-image-4 .price {
    left: 20px;
  }
  #latest .latest-collection .product-image-3 .content .latest-description,
  #latest .latest-collection .product-image-4 .content .latest-description {
    font-size: 12px;
  }
  .footer .footer-links {
    margin: auto;
    margin-bottom: 10px;
  }
  .footer .call .call-icon p a,
  .footer .email .email-icon p a {
    font-size: 20px;
  }
  .footer .call .call-icon,
  .footer .email .email-icon {
    justify-content: flex-start;
  }
  #team .team-box {
    width: 82%;
    height: 35%;
    top: 0px;
    margin: 25px;
  }
  #team .team-img::before {
    width: calc(100% - -115px);
  }
  #team .team-img:hover::before {
    height: 47%;
    cursor: pointer;
  }
  #blog .box-content {
    margin-top: 10px;
  }
  .searchform input[type="text"] {
    margin-top: 30px;
  }
  #popup input[type="submit"] {
    top: 38px;
  }
  #video .popup-content {
    width: 300px;
  }
  #rental-car .rental-car-section .arrow-box {
    height: 40px;
    bottom: 40px;
  }
  #rental-car .rental-car-section .arrow-box i {
    left: 20%;
    top: auto;
  }
}

/*MEDIA 768 TO 1023*/

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #main-menu ul {
    display: grid;
    justify-content: flex-start;
    align-items: center;
  }
  .top-header .email p a,
  .top-header .call p a {
    font-size: 15px;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #ffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  #main-menu {
    top: 25px;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  #main-menu ul.children,
  #main-menu ul.sub-menu {
    box-shadow: none;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 50px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  #site-navigation .sidenav a.closebtn,
  .open-menu {
    display: inline-block;
    background: #141414;
    padding: 0 10px;
    color: #fff;
  }
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 31%;
    margin-right: 15px;
  }
  .woocommerce ul.products[class*="columns-"] li.product:nth-child(2n),
  .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
    float: left;
  }
  #main-menu {
    float: left;
    width: 100%;
  }
  .header-menu .logo a {
    font-size: 24px;
    line-height: 35px;
  }

  .top-header .call-text {
    font-size: 10px;
  }
  .top-header span.dashicons {
    font-size: 22px;
  }

  #main-menu ul li a {
    padding: 10px 12px;
    font-size: 12px;
    padding-left: 0;
    color: #ea5d5c !important;
  }
  .header-menu .logo-image img {
    width: auto;
  }
  .menu-header input#search {
    font-size: 12px;
  }

  #latest_products h2 {
    font-size: 22px;
  }

  #contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 30%;
  }
  #contact textarea.wpcf7-form-control.wpcf7-textarea {
    width: 95%;
    margin: 15px 0;
  }
  #contact input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number {
    width: 45%;
    margin: 10px 10px;
  }
  #contact input.wpcf7-form-control.wpcf7-text {
    width: 46%;
    margin: 20px 10px;
  }
  #contact .wpcf7 .ajax-loader {
    display: block;
  }
  .sidebar-area .post-title {
    font-size: 14px;
  }
  .woocommerce div.product div.images img {
    width: auto;
  }
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 50%;
  }
  .woocommerce #content div.product div.images,
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.images,
  .woocommerce-page div.product div.summary {
    float: left;
    width: 50%;
  }
  .woocommerce button.button {
    margin: 0 10px;
    padding: 12px 20px;
  }
  #site-navigation .button1,
  #site-navigation .button2 {
    font-size: 10px;
    padding: 0;
    border: none;
  }
  .social-links a {
    font-size: 14px;
  }
  .top-header .my_account a {
    font-size: 12px;
  }
  .delivery,
  .policy,
  .social-text {
    font-size: 12px;
  }
  p.cart-item-box {
    left: 85%;
    font-size: 11px;
    width: 17px;
    height: 17px;
  }
  .header-search .open-search-form i {
    font-size: 15px;
  }
  .latest-post .post-title a {
    font-size: 16px;
  }
  .latest-post {
    padding: 10px;
  }
  #slider h1 {
    font-size: 34px;
  }

  #slider .carousel-caption {
    left: 15%;
    right: 15%;
  }
  #slider p {
    font-size: 16px;
  }
  #our-collection .offer-div h2 {
    font-size: 28px;
  }
  .frontside h4 {
    font-size: 18px;
  }
  #slider .slider-form-box {
    left: 50%;
    width: 50%;
  }
  #about .back-img {
    height: 40%;
    top: -45%;
  }
  #about .circle-box-1 .circle {
    justify-content: flex-start;
  }
  #about .circle-text p,
  #about .circle-text-2 p {
    font-size: 11px;
  }
  #car-type .featured-text,
  #video .featured-text,
  #rental-car .featured-text,
  #latest .featured-text,
  #rental-process .featured-text,
  #testimonial .featured-text,
  #professional-drivers .featured-text,
  #pricing .featured-text,
  #team .featured-text,
  #blog .featured-text,
  #brand .featured-text {
    position: relative;
    bottom: 0;
  }
  #video {
    height: auto;
    padding: 0 !important;
    margin-top: 50px;
  }
  #rental-process .touch-button {
    position: relative;
    top: 50px;
  }
  #team .team-img::before {
    width: calc(100% - 310px);
  }
  #blog .blog-img:hover::before {
    height: 90%;
  }
  #blog .blog-admin {
    font-size: 16px;
  }
  .footer .call .call-icon p a,
  .footer .email .email-icon p a {
    font-size: 16px;
  }
  .footer .footer-form .wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 50%;
    margin: auto;
    position: relative;
    left: 10px;
  }
  .footer .working-hours .title h6 {
    text-align: center;
  }
  .footer .working-hours .monday h6,
  .footer .working-hours .sunday h6 {
    left: auto;
  }
  .footer .working-hours .monday,
  .footer .working-hours .sunday {
    justify-content: center;
  }
  .footer .footer-links {
    margin: auto;
    margin-bottom: 10px;
  }
  .footer .footer-form {
    margin-top: 20px;
  }
  #latest .latest-collection .product-image-3 .tag-overlay {
    left: 90%;
  }
  #video .popup-content {
    top: 60%;
  }
  .product-cat .close-cat-btn {
    right: 15px;
  }
  #rental-car .rental-car-section .arrow-box {
    height: 50px;
    bottom: 50px;
  }
  #rental-car .rental-car-section .arrow-box i {
    left: 25%;
    top: 10%;
  }
}

/*MEDIA 1024 TO 1300*/
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  #main-menu ul {
    display: grid;
    justify-content: center;
    align-items: center;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #ffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  #main-menu {
    top: 25px;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  #main-menu ul.children,
  #main-menu ul.sub-menu {
    box-shadow: none;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 50px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  #site-navigation .sidenav a.closebtn,
  .open-menu {
    display: inline-block;
    background: #141414;
    padding: 0 10px;
    color: #fff;
  }
  .header-menu .logo-image img {
    width: 100%;
  }
  .top-header .email p a,
  .top-header .call p a {
    font-size: 12px;
  }
  #main-menu ul li a {
    padding: 10px 10px;
    font-size: 15px;
    color: #ea5d5c !important;
  }
  .header-menu .button1,
  .header-menu .button2 {
    font-size: 14px;
    padding: 0 3px;
  }
  .top-header .call-text {
    font-size: 14px;
  }

  #slider .carousel-caption {
    left: 15%;
    right: 15%;
  }
  #slider p {
    font-size: 16px;
  }
  #our-collection .offer-div h2 {
    font-size: 28px;
  }
  .frontside h4 {
    font-size: 18px;
  }
  .frontside-bottom {
    padding: 20px 10px;
  }
  .coach-sec {
    padding: 0;
  }
  #volleyball_training h6 {
    font-size: 16px;
  }
  .coach-sec p {
    font-size: 14px;
  }

  #contact textarea.wpcf7-form-control.wpcf7-textarea {
    width: 95%;
  }
  #latest_products h2 {
    font-size: 26px;
  }
  #slider .slider-form-box {
    left: 50%;
    width: 50%;
  }
  #about .back-img {
    height: 65%;
    top: -75%;
  }
  #about .circle-box-1 .circle {
    justify-content: flex-start;
  }
  #about .circle-text p,
  #about .circle-text-2 p {
    font-size: 11px;
    text-align: left;
  }
  #car-type .featured-text,
  #video .featured-text,
  #rental-car .featured-text,
  #latest .featured-text,
  #rental-process .featured-text,
  #testimonial .featured-text,
  #professional-drivers .featured-text,
  #pricing .featured-text,
  #team .featured-text,
  #blog .featured-text,
  #brand .featured-text {
    position: relative;
    bottom: 0;
  }
  #video {
    height: auto;
    padding: 0 !important;
    margin-top: 50px;
  }
  #rental-process .touch-button {
    position: relative;
    top: 17px;
  }
  #team .team-img::before {
    width: calc(100% - 210px);
  }
  #team .team-img:hover::before {
    height: 50%;
  }
  #team .team-box {
    height: 65%;
    margin: 15px;
  }
  #team .team-img:hover::before {
    height: 84%;
    cursor: pointer;
  }
  #blog .blog-img:hover::before {
    height: 93%;
  }
  #blog .blog-admin {
    font-size: 16px;
  }
  #latest .latest-collection .product-image-2 img {
    height: 425px;
  }
  #latest .latest-collection .product-image-1 .tag-overlay,
  #latest .latest-collection .product-image-2 .tag-overlay {
    left: 85%;
  }
  #latest .latest-collection .product-image-3 .tag-overlay {
    left: 73%;
  }
  #latest .latest-collection .product-image-3 .content .latest-description,
  #latest .latest-collection .product-image-4 .content .latest-description {
    bottom: -20px;
  }
  .footer .call .call-icon p a,
  .footer .email .email-icon p a {
    font-size: 16px;
  }
  .footer .footer-form .wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 50%;
    margin: auto;
    position: relative;
    left: 10px;
  }
  .footer .working-hours .monday h6,
  .footer .working-hours .sunday h6 {
    left: 9%;
  }
  .footer .footer-links {
    margin: auto;
    margin-bottom: 10px;
  }
  .footer-area h4.title {
    font-size: 21px;
  }
  .footer-area ul li a {
    font-size: 13px;
  }
  .copyright p,
  .copyright a {
    font-size: 14px;
  }
  .footer .working-hours .title {
    margin-bottom: 30px;
  }
  #car-type .additional-attributes .fuel,
  #car-type .additional-attributes .category,
  #car-type .additional-attributes .racing,
  #car-type .additional-attributes .seating,
  #car-type .additional-attributes {
    gap: 0px;
  }
  #car-type .description-text-overlay {
    transform: translate(0%, 0%);
  }
  #car-type .price-text-overlay {
    transform: translate(0%, -20%);
  }
  #car-type .racing-type-overlay {
    transform: translate(0%, -35%);
  }
  #about .text h1 {
    font-size: 29px;
  }
  .product-cat .close-cat-btn {
    right: 15px;
  }
  #rental-car .rental-car-section .arrow-box {
    height: 45px;
    bottom: 45px;
  }
  #rental-car .rental-car-section .arrow-box i {
    left: 20%;
    top: 5%;
  }
}

/*MEDIA 1400 TO 1440*/
@media only screen and (min-width: 1400px) and (max-width: 1440px) {
  .top-header .header-text {
    text-align: left;
  }
  #slider .slider-content {
    left: 3%;
  }
  #slider .slider-form-box {
    left: 69%;
  }
  .woocommerce .quantity .qty {
    max-width: 150px;
  }
  #about .circle-box-1 .circle {
    justify-content: flex-start;
  }
  #about .content p {
    font-size: 14px;
  }
  #video .popup-content {
    top: 90%;
  }
  #latest .latest-collection .product-image-2 img {
    height: 567px;
  }
  #about .about-button {
    position: relative;
    top: 10px;
  }
  .footer .working-hours .monday h6,
  .footer .working-hours .sunday h6 {
    left: 35%;
  }
  .product-cat .close-cat-btn {
    right: 50px;
  }
}

/* MEDIA 1441 TO 1680 */
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  #about .circle-box-1 .circle {
    justify-content: flex-start;
  }
  #about .text h1 {
    position: relative;
    top: 50px;
  }
  #about .content p {
    position: relative;
    top: 70px;
  }
  #about .circle-box-1 {
    position: relative;
    top: 80px;
  }
  #about .about-button {
    position: relative;
    top: 100px;
  }
  #about .back-img {
    left: 5%;
  }
  #about .content p {
    font-size: 16px;
  }
  #about .circle-text p,
  #about .circle-text-2 p {
    font-size: 15px;
  }
  #latest .latest-collection .product-image-2 img {
    height: 682px;
  }
  #rental-process .first-rental p {
    font-size: 16px;
  }
  #team .team-img::before {
    width: calc(100% - 335px);
  }
  #team .team-box {
    margin: 25px;
  }
  #blog .blog-description {
    font-size: 16px;
  }
  #video .popup-content {
    top: 70%;
  }
  .footer .footer-form .wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-left: 50px;
    height: 81px;
  }
  .footer .footer-text p {
    font-size: 19px;
  }
  .footer .working-hours .monday h6,
  .footer .working-hours .sunday h6 {
    left: 46%;
  }
  .product-cat .close-cat-btn {
    right: 35px;
  }
  #rental-car .rental-car-section .arrow-box {
    height: 75px;
    bottom: 75px;
  }
  #rental-car .rental-car-section .arrow-box i {
    left: 35%;
    top: 25%;
  }
}

/* MEDIA 1681 TO 1920 */
@media only screen and (min-width: 1681px) and (max-width: 1920px) {
  .top-header .header-text {
    text-align: left;
  }
  #slider .slider-content {
    left: 8%;
  }
  #slider .slider-form-box {
    left: 64%;
  }
  #about .circle-box-1 .circle {
    justify-content: flex-start;
  }
  #about .text h1 {
    position: relative;
    top: 50px;
  }
  #about .content p {
    position: relative;
    top: 70px;
  }
  #about .circle-box-1 {
    position: relative;
    top: 80px;
  }
  #about .about-button {
    position: relative;
    top: 100px;
  }
  #about .back-img {
    left: 5%;
  }
  #about .circle-text p,
  #about .circle-text-2 p {
    font-size: 15px;
  }
  #about .content p {
    font-size: 16px;
  }
  #latest .latest-collection .product-image-2 img {
    height: 685px;
  }
  #rental-process .first-rental p {
    font-size: 16px;
  }
  #pricing .price-content h6 {
    font-size: 15px;
  }
  #team .team-img::before {
    width: calc(100% - 335px);
  }
  #team .team-box {
    margin: 25px;
  }
  #blog .blog-description,
  .footer .footer-text p {
    font-size: 18px;
  }
  #video .popup-content {
    top: 20%;
  }
  .footer .working-hours .monday h6,
  .footer .working-hours .sunday h6 {
    left: 46%;
  }
  .product-cat .close-cat-btn {
    right: 155px;
  }
  #rental-car .rental-car-section .arrow-box {
    height: 75px;
    bottom: 75px;
  }
  #rental-car .rental-car-section .arrow-box i {
    left: 35%;
    top: 25%;
  }
}
