body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  background-color: rgba(0, 0, 0, 0.62);
  color: #fff;
}

a {
  text-decoration: none;
}

/* header area css*/

.nav {
  padding: 20px 0;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  border-top: 0;
  background-color: #fff !important;
  padding: 10px 0px;
  border-bottom: none;
  box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
}

.navbar-brand {
  color: #fff;
}

.sticky .navbar-brand {
  color: #212121;
}

.navbar li.nav-item {
  padding: 0 12px;
}

.navbar a.nav-link {
  color: #fff;
  font-weight: 500;
  transition: all 0.2s;
}

.sticky a.nav-link {
  color: #212121;
}

.navbar a.nav-link:hover {
  color: #f7c204;
  transition: all 0.2s;
}

.navbar-nav {
  align-items: center;
}

a {
  color: #f7c204;
}

.navbar-brand {
  font-size: 30px;
}

.nav-item:focus {
  box-shadow: none;
}

.dropdown-item:focus {
  background-color: #fff;
  color: #000;
}

.dropdown-item:hover {
  background-color: transparent;
  color: #f7c204;
  transform: translateX(6px);
  transition: all 0.4s;
}
.dropdown-item {
  color: #fff;
  transition: all 0.4s;
}
.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.65);
}

.btn:focus {
  border: none;
}

/*.banner-heading {
    color:#06a3da;
}*/
.banner .swiper-slide {
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px;
}

.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.banner .swiper-slide .title {
  font-size: 41px;
  font-weight: 300;
}

.banner .swiper-slide .subtitle {
  font-size: 21px;
}

.banner .swiper-slide .text {
  font-size: 14px;
  max-width: 400px;
  line-height: 1.3;
}

.banner .swiper-slide {
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  text-align: center;
}

.slider-1 {
  background: rgba(65, 61, 61, 0.55) url(img/EveasyGSE2.jpg);

  background-size: cover;
  background-repeat: no-repeat;
}

.slider-2 {
  background: rgba(65, 61, 61, 0.55) url(img/EveasyGSE3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-3 {
  background: rgba(65, 61, 61, 0.55) url(img/EveasyGSE5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

span.rent-price {
  color: #f7c204;
  font-weight: 700;
  font-size: 20px;
}

.banner-text {
  font-size: 17px;
}

/*button-css-start*/

.common .btn-2 {
  position: relative;
  top: 0;
  left: 0;
  width: 250px;
  height: 60px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.common .btn-2 a,
.common .btn-2 button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 10px;
  letter-spacing: 1px;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
  font-weight: 500px;
  z-index: 1;
  transition: 0.5s;
  backdrop-filter: blur(15px);
}

.common .btn-2:hover a,
.common .btn-2:hover button {
  letter-spacing: 3px;
}

.common .btn-2 a::before,
.common .btn-2 button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to left, rgba(247, 243, 243, 0.05), transparent);
  transform: skewX(45deg) translate(0);
  transition: 0.5s;
  filter: blur(0px);
}

.common .btn-2:hover a::before,
.common .btn-2:hover button::before {
  transform: skewX(45deg) translate(200px);
}

.common .btn-2::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: 0;
  width: 30px;
  height: 10px;
  background: #f7c204;
  border-radius: 10px;
  transition: 0.5s;
  transition-delay: 0.5;
}

.common .btn-2:hover::before

/*lightup button*/ {
  bottom: 0;
  height: 50%;
  width: 80%;
  border-radius: 30px;
}

.common .btn-2::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  top: 0;
  width: 30px;
  height: 10px;
  background: #f7c204;
  border-radius: 10px;
  transition: 0.5s;
  transition-delay: 0.5;
}

.common .btn-2:hover::after

/*lightup button*/ {
  top: 0;
  height: 50%;
  width: 80%;
  border-radius: 30px;
}

.common .btn-2:nth-child(1)::before,
/*chnage 1*/
.common .btn-2:nth-child(1)::after {
  background: #f7c204;
  box-shadow: 0 0 5px #f7c204, 0 0 15px #f7c204, 0 0 30px #f7c204,
    0 0 60px #f7c204;
}

/*button-css-end*/
/*rentax area start*/
.tittle {
  color: #f7c204;
}

.headding {
  font-weight: 700;
}

.rentext-icon i {
  background-color: rgba(224, 195, 90, 0.13);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 20px;
  padding-left: 8px;
}

.rentext-area p {
  font-size: 14px;
}

.rentax-img img {
  border-radius: 10px;
}

.rentax-area .position-absolute {
  top: 40%;
  left: 40%;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.youtube-icon {
  color: #f7c204;
  background-color: transparent;
  border: none;
  font-size: 70px;
}

button.btn-close {
  color: #fff;
  background-image: url(img/0111.png);
}

/*rentax area end*/
/*rent area start*/
.bg-one {
  background: rgba(80, 74, 74, 0.81) url(img/0111.png);
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 60vh;
  display: flex;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
}

.rent-option {
  background-color: rgba(0, 0, 0, 0.89);
  padding: 20px;
  border-radius: 40px;
}

.form-select {
  background-color: rgba(0, 0, 0, 0.89);
  border: none;
  color: #fff;
}

.form-select option {
  background-color: #212121;
  font-size: 18px;
}

select option:hover {
  background-color: purple !important;
}

/*rent area end*/
/**/

.swiper-slide .position-absolute {
  color: #fff;
  top: 60%;
  left: 0;
  bottom: 0;
  z-index: 5;
  padding: 60px;
  border-radius: 10px;
}

.swiper-slide .overly {
  background-color: rgba(18, 17, 17, 0.31);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 3;
  transition: all 0.4s;
  border-radius: 10px;
}

.swiper-slide .position-relative:hover .overly {
  background-color: rgba(10, 9, 9, 0.65);
  transition: all 0.4s;
  border-radius: 10px;
}

.position-relative img {
  border-radius: 10px;
}

.select-car a {
  color: #fff;
}

span i {
  color: #f7c204;
}

span {
  font-weight: 500;
}

.button-design .btn-3 {
  position: relative;
  top: 0;
  left: 0;
  width: 140px;
  height: 45px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-design .btn-3 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 10px;
  letter-spacing: 1px;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
  font-weight: 500px;
  z-index: 1;
  transition: 0.5s;
  backdrop-filter: blur(15px);
}

.button-design .btn-3:hover a {
  letter-spacing: 3px;
}

.button-design .btn-3 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to left, rgba(247, 243, 243, 0.05), transparent);
  transform: skewX(45deg) translate(0);
  transition: 0.5s;
  filter: blur(0px);
}

.button-design .btn-3:hover a::before {
  transform: skewX(45deg) translate(200px);
}

.button-design .btn-3::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: 0;
  width: 30px;
  height: 10px;
  background: #f7c204;
  border-radius: 10px;
  transition: 0.5s;
  transition-delay: 0.5;
}

.button-design .btn-3:hover::before

/*lightup button*/ {
  bottom: 0;
  height: 50%;
  width: 80%;
  border-radius: 30px;
}

.button-design .btn-3::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  top: 0;
  width: 30px;
  height: 10px;
  background: #f7c204;
  border-radius: 10px;
  transition: 0.5s;
  transition-delay: 0.5;
}

.button-design .btn-3:hover::after

/*lightup button*/ {
  top: 0;
  height: 50%;
  width: 80%;
  border-radius: 30px;
}

.button-design .btn-3:nth-child(1)::before,
/*chnage 1*/
.button-design .btn-3:nth-child(1)::after {
  background: #f7c204;
  box-shadow: 0 0 5px #f7c204, 0 0 15px #f7c204, 0 0 30px #f7c204,
    0 0 60px #f7c204;
}

.select-car p {
  font-size: 12px;
}

.select-car p span {
  color: #f7c204;
  font-size: 15px;
}

input[type="date"]::placeholder {
  color: #fff;
}

/**/
/*car type area start*/
.car-types .position-absolute {
  color: #fff;
  top: 20px;
  right: 20px;
  bottom: 0;
  z-index: 5;
  border-radius: 10px;
}

.car-types h5 {
  background-color: #f7c204;
  color: #000;
  border-radius: 10px;
  padding: 5px 3px;
}

.car-types .car-rent-price {
  color: #fff;
  bottom: 10px;
  left: 10px;
  z-index: 5;
  border-radius: 10px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.42);
  padding: 5px 3px;
}

h5 span {
  font-size: 13px;
}

.img-box {
  overflow: hidden;
  transition: all 0.4s;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.img-box img {
  overflow: hidden;
  position: relative;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.4s linear;
}

.img-box img:hover {
  transform: scale(1.2);
  transition: all 0.4s linear;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.Process-card {
  background-color: rgba(0, 0, 0, 0.21);
  padding: 50px 30px;
  border-radius: 10px;
  transition: all 0.4s;
}

.process-number p {
  background-color: rgba(0, 0, 0, 0.47);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  margin-left: 40%;
}

.Process-card:hover {
  background-color: rgba(195, 161, 42, 0.74);
  transition: all 0.4s;
}

/*car type area end*/
/*counter area start*/
.counter-number {
  font-size: 35px;
  font-weight: 600;
}

.counter {
  background-color: #f7c204;
  padding: 40px 10px;
}

/*counter area end*/
/*testimonial area start*/

.testimonial-img img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

.testimonial-card {
  text-align: center;
  /* border: solid 2px  #dc3545;*/
  padding: 15px 20px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.21);
  margin-top: 20px;
  transition: all 0.3s;
}

.testimoial-icon i {
  color: #f7c204;
}

.testimonial-card img {
  margin-top: -60px;
}

.testimonial-card:hover h5 {
  color: #f7c204;
  transition: all 0.3s;
}

/*testimonial area end*/
/*blog area start*/
.blog-text {
  background-color: rgba(0, 0, 0, 0.21);
  padding: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.blog-text a {
  color: #f7c204;
  transition: all 0.4s;
}

.blog-text a:hover {
  color: #fff;
  transition: all 0.4s;
}

/*blog area end*/
/*lets talk area start*/
.talk-bg {
  background: rgba(28, 27, 27, 0.9) url(img/lets-talk.png);
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 60vh;
  display: flex;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.lets-btn {
  text-align: center;
  justify-content: center;
}

.contact i {
  font-size: 20px;
  background-color: rgba(247, 194, 4, 0.35);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
}

.con-num {
  color: rgba(242, 242, 242, 0.57);
}

.contact {
  border-right: 2px solid rgba(59, 54, 54, 0.29);
}

.contact-area {
  border: solid 1px rgba(59, 54, 54, 0.29);
  background-color: rgba(0, 0, 0, 0.21);
  padding: 30px;
  border-radius: 10px;
}

/*lets talk area end*/
/*footer area start*/
.footer-icon i {
  background-color: transparent;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  justify-content: center;
  font-size: 17px;
  margin-left: 10px;
  transition: all 0.4s;
  border: solid 2px #f7c204;
}

.footer-icon i:hover {
  background-color: #f7c204;
  border: solid 1px #f7c204;
  color: #000;
  transition: all 0.4s;
}

.footer-menu ul li a {
  color: #fff;
  transition: all 0.4s;
}

.footer-menu ul li:hover {
  margin-left: 10px;
  transition: all 0.4s;
}

.footer-menu ul li:hover a {
  color: #f7c204;
  border-bottom: 2px solid rgba(0, 0, 0, 0.49);
  transition: all 0.4s;
}

.blog-page {
  background-color: transparent;
  border: solid 2px #f7c204;
  padding: 15px;
  border-radius: 25px;
}

.blog-page:focus {
  background-color: transparent;
}

.footer-page-btn {
  background-color: transparent;
  border: solid 2px #f7c204;
  padding: 15px;
  border-radius: 25px;
  color: #fff;
}

.blog-page input {
  color: #fff;
}

/*footer area end*/
@media screen and (max-width: 600px) {
}

/*service page style start*/
.service-bg {
  background: rgba(28, 27, 27, 0.72) url(img/blog-img6.png);
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.service-card {
  background-color: rgba(0, 0, 0, 0.21);
  padding: 50px 30px;
  border-radius: 10px;
  transition: all 0.4s;
}

.service-number {
  background-color: rgba(0, 0, 0, 0.47);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  margin-left: 40%;
}

.service-card:hover {
  background-color: rgba(195, 161, 42, 0.74);
  transition: all 0.4s;
  transform: translateY(-15px);
}

/*service page style end*/
/*about page style start*/
.about-banner {
  background: rgba(28, 27, 27, 0.72) url(img/011220.png);
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.about-area-icon .about-icon a {
  color: #000;
}

.about-area-icon .about-icon i {
  padding: 3px 3px;
  border-radius: 5px;
  margin-right: 5px;
  transition: all 0.5s;
  text-align: center;
}

.about-area-icon .about-icon i:hover {
  color: #f7c204;
  transition: all 0.5s;
  transform: translatey(-6px);
}

.swiper-slide .team-members .position-absolute {
  color: #fff;
  top: 70%;
  left: 0;
  bottom: 0;
  z-index: 5;
  padding: 30%;
}

.swiper-slide .team-members .overly {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 3;
}

.swiper-slide .team-members .position-relative .overly {
  transition: all 1s;
}

.swiper-slid .team-members .position-relative:hover .overly {
  transition: all 1s;
}

.about-icon {
  background-color: #fff;
  color: #000;
  display: none;
  padding: 7px 12px;
  border-radius: 10px;
  transition: all 1s;
  justify-content: center;
  text-align: center;
}

.swiper-slide .team-members .position-relative:hover .about-icon {
  transform: translateY(-100px);
  transition: all 1s;
  display: inline-block;
}

.about-icon:hover {
  background-color: #fff;
  color: #f7c204;
  border-color: #f7c204;
}

.about-name a {
  color: #fff;
  transition: all 0.5s;
}

.about-name a:hover {
  color: #f7c204;
  transition: all 0.5s;
}

/*about page style end*/
/*car grid page start*/
.car-grid-banner {
  background: rgba(28, 27, 27, 0.72) url(img/011220.png);
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.car-grid .position-absolute {
  color: #fff;
  top: 60%;
  left: 0;
  bottom: 0;
  z-index: 5;
  padding: 60px;
  border-radius: 10px;
}

.car-grid .overly {
  background-color: rgba(18, 17, 17, 0.31);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 3;
  transition: all 0.4s;
  border-radius: 10px;
}

.car-grid .position-relative:hover .overly {
  background-color: rgba(10, 9, 9, 0.65);
  transition: all 0.4s;
  border-radius: 10px;
}

.position-relative img {
  border-radius: 10px;
}

.select-car a {
  color: #fff;
}

span i {
  color: #f7c204;
}

span {
  font-weight: 400;
  font-size: 13px;
}

.button-design .btn-3 {
  position: relative;
  top: 0;
  left: 0;
  width: 140px;
  height: 45px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-design .btn-3 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 10px;
  letter-spacing: 1px;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
  font-weight: 500px;
  z-index: 1;
  transition: 0.5s;
  backdrop-filter: blur(15px);
}

.button-design .btn-3:hover a {
  letter-spacing: 3px;
}

.button-design .btn-3 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to left, rgba(247, 243, 243, 0.05), transparent);
  transform: skewX(45deg) translate(0);
  transition: 0.5s;
  filter: blur(0px);
}

.button-design .btn-3:hover a::before {
  transform: skewX(45deg) translate(200px);
}

.button-design .btn-3::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: 0;
  width: 30px;
  height: 10px;
  background: #f7c204;
  border-radius: 10px;
  transition: 0.5s;
  transition-delay: 0.5;
}

.button-design .btn-3:hover::before

/*lightup button*/ {
  bottom: 0;
  height: 50%;
  width: 80%;
  border-radius: 30px;
}

.button-design .btn-3::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  top: 0;
  width: 30px;
  height: 10px;
  background: #f7c204;
  border-radius: 10px;
  transition: 0.5s;
  transition-delay: 0.5;
}

.button-design .btn-3:hover::after

/*lightup button*/ {
  top: 0;
  height: 50%;
  width: 80%;
  border-radius: 30px;
}

.button-design .btn-3:nth-child(1)::before,
/*chnage 1*/
.button-design .btn-3:nth-child(1)::after {
  background: #f7c204;
  box-shadow: 0 0 5px #f7c204, 0 0 15px #f7c204, 0 0 30px #f7c204,
    0 0 60px #f7c204;
}

.select-car p {
  font-size: 12px;
}

.select-car p span {
  color: #f7c204;
  font-size: 15px;
}

/*car grid page end*/
/*car-details page start*/
.car-details-banner {
  background: rgba(28, 27, 27, 0.72) url(img/011220.png);
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.car-details-banner2 {
  background: rgba(28, 27, 27, 0.72) url(img/011222.png);
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.text {
  color: rgba(239, 233, 233, 0.63);
  font-weight: 100;
  font-size: 14px;
}

.list-icon {
  background-color: rgba(51, 50, 50, 0.17);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  color: #f7c204;
}

.list-text {
  color: rgba(239, 233, 233, 0.63);
  font-weight: 100;
  font-size: 14px;
}

.accordion-item {
  border: none;
}

.accordion-header button {
  background-color: rgba(0, 0, 0, 0.79);
  color: #fff;
  padding: 30px;
  box-shadow: none;
  border-radius: 10px;
  font-weight: 600;
}

.accordion-header button:active {
  background-color: #f7c204;
  box-shadow: none;
}
.rent-prices {
  background-color: #f7c204;
  padding: 20px;
  color: #000;
  border-radius: 10px;
}
.menu-numbers {
  margin-top: -20px;
}
.car-icons i {
  background-color: rgba(51, 50, 50, 0.45);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  color: #f7c204;
  margin-right: 10px;
}
.car-menu {
  background-color: rgba(0, 0, 0, 0.21);
  padding: 30px;
  border-radius: 10px;
}
/*car-details page end*/
/*contact page style start*/

textarea.form-control {
  font-size: 13px;
  padding: 50px 0;
}
.form-control {
  background-color: rgba(255, 255, 255, 0.06);
}
.form-control:focus {
  background-color: rgba(255, 255, 255, 0.06);
}

textarea.form-control:focus {
  box-shadow: none;
  border-color: rgba(224, 214, 214, 0.91);
}
/*contact page style end*/
/*blog page style*/
.blog-banner {
  background: rgba(28, 27, 27, 0.72) url(img/blog-img.png);
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.blog span a {
  color: #fff;
}
.blog-page-btn {
  background-color: transparent;
  border: solid 2px #f7c204;
  border-radius: 40px;
  padding: 10px;
}
.blog-page-btn i {
  color: #f7c204;
  transition: all 0.9s;
}
.blog-page-btn:hover i {
  transform: rotateY(-160deg);
  transition: all 0.9s;
}
.Recent-img img {
  width: 100px;
  border-radius: 10px;
}
.Recent-img a {
  color: #f1f1f1;
  transition: all 0.4s;
}
.Recent-img a:hover {
  color: #f7c204;
  transition: all 0.4s;
}
.recent-post {
  background-color: rgba(0, 0, 0, 0.21);
  padding: 20px;
  border-radius: 10px;
}
.categories {
  background-color: rgba(0, 0, 0, 0.21);
  padding: 20px;
  color: #fff;
  border-radius: 10px;
}
.categories a {
  color: #f1f1f1;
  transition: all 0.4s;
}
.categories a:hover {
  color: #f7c204;
  transition: all 0.4s;
}
.tags-bg {
  background-color: rgba(0, 0, 0, 0.21);
  padding: 20px;
  border-radius: 10px;
}
.btn-tags {
  border: none;
  box-shadow: 5px 5px 60px rgba(36, 35, 35, 0.34);
  padding: 8px 15px;
  background-color: transparent;
  color: #f1f1f1;
  border-radius: 10px;
  transition: all 0.4s;
}
.btn-tags:hover {
  background-color: #f7c204;
  color: #000;
  transition: all 0.4s;
}
/*blog page style*/
/*team page style start*/

.team .position-absolute {
  color: #fff;
  top: 60%;
  left: 20px;
  bottom: 0;
  z-index: 5;
  padding: 90px;
}

.team .overly {
  background-color: rgba(0, 0, 0, 0.37);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 3;
}

.team .position-relative .overly {
  transition: all 0.3s;
}

.team .position-relative:hover .overly {
  background-color: rgba(13, 13, 13, 0.69);
  transition: all 0.3s;
}

.team-details {
  transition: all 0.8s;
}
.team .position-relative:hover .team-details {
  transform: translateY(-120px);
  transition: all 0.8s;
}
.team .position-relative .team-details a {
  font-weight: 500;
  font-size: 22px;
  color: #fff;
}
.team-icon i {
  background-color: #f7c204;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #000;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  display: inline-block;
  transition: all 0.8s;
  border: solid 2px #f7c204;
}
.team .position-relative:hover .team-icon i {
  transform: translateY(-120px);
  transition: all 0.8s;
}
.team-icon i:hover {
  background-color: transparent;
  color: #f7c204;
  border: solid 2px #f7c204;
  transition: all 0.8s;
}
/*team page style end*/
@media screen and (max-width: 900px) {
  .navbar {
    background-color: #fff;
  }
  .navbar-brand {
    color: #212121;
  }
  .navbar a.nav-link {
    color: #212121;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
}
