HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/video-rental/wp-content/themes/video-rentals/css/home.css
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/* Common style */
.title-wrap {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 20px 0;
}

.sub-title-wrap {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 15px 0;
}
@media (max-width: 1679px) {
  .sub-title-wrap {
    font-size: 22px;
  }
}
.sub-title-wrap span {
  color: #da9e3f;
}

.para-wrap {
  color: #bcbaba;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}
@media (max-width: 1679px) {
  .para-wrap {
    font-size: 14px;
  }
}
.para-wrap .color-white {
  color: #fff;
}
.para-wrap + .para-wrap {
  padding-top: 30px;
}

.video-wrap .content-wrap {
  padding-left: 30px;
  padding-right: 60px;
}
@media (max-width: 1679px) {
  .video-wrap .content-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.video-wrap video {
  width: 100%;
  border-radius: 30px;
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  max-width: 670px;
}
.video-wrap .row-align {
  align-items: center;
}
.video-wrap .row-align:nth-child(2) {
  flex-direction: row-reverse;
}
.video-wrap .row-align:nth-child(2) .content-wrap {
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 1679px) {
  .video-wrap .row-align:nth-child(2) .content-wrap {
    padding-right: 15px;
  }
}
.video-wrap .row-align + .row-align {
  padding-top: 130px;
}
@media (max-width: 1679px) {
  .video-wrap .row-align + .row-align {
    padding-top: 80px;
  }
}

.image-inner-wrap .img {
  max-width: 100%;
  border-radius: 30px;
}

.listing {
  margin: 0;
  padding: 40px 0 0 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1679px) {
  .listing {
    padding: 20px 0 0 0;
  }
}
.listing li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.listing li.price {
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  gap: 15px;
}
@media (max-width: 1679px) {
  .listing li.price {
    font-size: 20px;
  }
}
.listing li.price .num {
  color: #f9b548;
  font-weight: 600;
}
.listing li.star {
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  gap: 10px;
}
@media (max-width: 1679px) {
  .listing li.star {
    font-size: 18px;
  }
}
.listing li.star img {
  width: 17px;
}
@media (max-width: 1679px) {
  .listing li.star img {
    width: 15px;
  }
}
.listing li.time {
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  gap: 10px;
}
@media (max-width: 1679px) {
  .listing li.time {
    font-size: 18px;
  }
}
.listing li.time img {
  width: 20px;
}
@media (max-width: 1679px) {
  .listing li.time img {
    width: 15px;
  }
}
.listing li + li {
  padding-left: 50px;
}
@media (max-width: 1679px) {
  .listing li + li {
    padding-left: 30px;
  }
}

.btn-wrap {
  padding: 45px 0 0 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1679px) {
  .btn-wrap {
    padding: 30px 0 0 0;
  }
}
.btn-wrap .btn {
  margin: 0;
  padding: 5px 10px;
  outline: 0;
  box-shadow: none;
  border: 0;
  height: 51px;
  min-width: 165px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 5px;
  background: #f9b548 radial-gradient(circle, rgb(249, 181, 72) 40%, rgb(200, 133, 25) 100%) !important;
}
@media (max-width: 1679px) {
  .btn-wrap .btn {
    height: 45px;
    min-width: 160px;
  }
}
.btn-wrap img {
  width: 12px;
}
@media (max-width: 1679px) {
  .btn-wrap img {
    width: 10px;
  }
}
.btn-wrap span {
  color: rgba(255, 255, 255, 0.8980392157);
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 1679px) {
  .btn-wrap span {
    font-size: 14px;
  }
}

.head-wrap {
  max-width: 815px;
  margin: 0 auto;
  padding: 0 0 110px 0;
  text-align: center;
}

/* Home content*/
.home-content-wrap {
  background: #000000;
  padding: 50px 0 130px 0;
}
@media (max-width: 1679px) {
  .home-content-wrap {
    padding: 30px 0 80px;
  }
}
.home-content-wrap.about-content-wrap {
  padding: 220px 0 110px 0;
}

.banner-wrap {
  position: relative;
}
.banner-wrap .banner-slider .banner-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  display: flex;
  min-height: 600px;
  align-items: center;
}
.banner-wrap .banner-slider .banner-slide .content-wrap {
  max-width: 500px;
}
.banner-wrap .banner-slider .banner-slide .content-wrap .banner-title {
  font-size: 55px;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
@media (max-width: 1679px) {
  .banner-wrap .banner-slider .banner-slide .content-wrap .banner-title {
    font-size: 48px;
  }
}
.banner-wrap .banner-slider .banner-slide .content-wrap .banner-title span {
  font-weight: 900;
  display: block;
}
.banner-wrap .banner-slider .banner-slide .content-wrap .btn-wrap {
  padding: 40px 0 0 0;
}
.banner-wrap .banner-slider .banner-slide.banner-slide-1 {
  background-image: url(../img/banner.png);
}
.banner-wrap .arrow-btm {
  position: absolute;
  inset: auto 0 25px 0;
}
.banner-wrap .arrow-btm img {
  display: block;
  margin: 0 auto;
  width: 26px;
}
@media (max-width: 1679px) {
  .banner-wrap .arrow-btm img {
    width: 22px;
  }
}

.rental-instruction {
  padding: 70px 0px;
}
.rental-instruction .instruction-inner {
  background-color: #0d0d0d;
  padding: 50px 40px;
  border-radius: 24px;
  margin-top: 46px;
}
.rental-instruction .instruction-inner .subtitle-col {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.rental-instruction .instruction-inner .subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 50.05px;
  letter-spacing: 0.61px;
  vertical-align: middle;
  color: #fff;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
@media (max-width: 1679px) {
  .rental-instruction .instruction-inner .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 1481px) {
  .rental-instruction .instruction-inner .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .rental-instruction .instruction-inner .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .rental-instruction .instruction-inner .subtitle {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .rental-instruction .instruction-inner .subtitle {
    font-size: 14px;
  }
}
.rental-instruction .instruction-inner .subtitle .img-ico {
  flex-shrink: 0;
  margin-right: 22px;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
}
.rental-instruction .instruction-inner .subtitle .img-ico img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.rental-instruction .instruction-inner .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rental-instruction .instruction-inner .list li {
  font-weight: 500;
  font-size: 16px;
  line-height: 24.5px;
  letter-spacing: 0.3px;
  color: #bcbaba;
  vertical-align: middle;
  width: 45%;
}
@media (max-width: 1679px) {
  .rental-instruction .instruction-inner .list li {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 1481px) {
  .rental-instruction .instruction-inner .list li {
    font-size: 12px;
    line-height: 20px;
  }
}

.title {
  font-weight: 700;
  font-size: 36px;
  line-height: 19.5px;
  letter-spacing: 0.3px;
  vertical-align: middle;
  color: #fff;
}
@media (max-width: 1679px) {
  .title {
    font-size: 34px;
  }
}
@media (max-width: 1481px) {
  .title {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 24px;
  }
}

.content {
  color: #bcbaba;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 1679px) {
  .content {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 1481px) {
  .content {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .content {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .content {
    font-size: 12px;
    line-height: 22px;
  }
}

.faq-sec {
  padding: 70px 0px;
}
.faq-sec .top-sec {
  text-align: center;
  padding-bottom: 80px;
}
.faq-sec .top-sec .title {
  padding-bottom: 20px;
}
.faq-sec .accordion-button {
  background-color: transparent;
  color: #fff;
  font-weight: bold;
  box-shadow: none;
  padding: 0px;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
}
@media (max-width: 1679px) {
  .faq-sec .accordion-button {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 1481px) {
  .faq-sec .accordion-button {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .faq-sec .accordion-button {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .faq-sec .accordion-button {
    font-size: 12px;
    line-height: 22px;
  }
}
.faq-sec .accordion-button::after {
  display: none !important;
}
.faq-sec .accordion-button::before {
  content: "+";
  font-size: 1.5rem;
  color: #fff;
  margin-right: 10px;
  display: inline-block;
  width: 20px;
}
.faq-sec .accordion-button:not(.collapsed)::before {
  content: "−";
}
.faq-sec .accordion-item {
  background-color: #000;
  border: none;
  border-bottom: 1px solid #2c2c2c;
  padding: 20px 0px;
}
.faq-sec .accordion-body {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  text-transform: lowercase;
  color: #bcbaba;
}

.offer-box {
  padding: 70px 0px;
}
.offer-box .video-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.offer-box .video-wrapper img {
  width: 100%;
  display: block;
}
.offer-box .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer-box .play-icon::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 16px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.offer-box .offer-box-inner {
  background-image: url("../img/background-img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 100px 50px 100px;
  border-radius: 24px;
}
.offer-box .offer-box-inner .special-offer {
  position: absolute;
  top: -15px;
  left: 74px;
  max-width: 250px;
}
.offer-box .offer-box-inner .top-content-sec {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
.offer-box .offer-box-inner .top-content-sec .left-title {
  font-weight: 500;
  font-size: 40.8px;
  line-height: 51px;
  letter-spacing: 0.34px;
  vertical-align: middle;
  color: #fff;
  width: 45%;
}
@media (max-width: 1679px) {
  .offer-box .offer-box-inner .top-content-sec .left-title {
    font-size: 36px;
  }
}
@media (max-width: 1481px) {
  .offer-box .offer-box-inner .top-content-sec .left-title {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .offer-box .offer-box-inner .top-content-sec .left-title {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .offer-box .offer-box-inner .top-content-sec .left-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .offer-box .offer-box-inner .top-content-sec .left-title {
    font-size: 28px;
  }
}
@media (max-width: 579px) {
  .offer-box .offer-box-inner .top-content-sec .left-title {
    font-size: 26px;
  }
}
.offer-box .offer-box-inner .top-content-sec .left-title .highlight {
  color: #f9b548;
}
.offer-box .offer-box-inner .top-content-sec .content {
  font-weight: 500;
  font-size: 16px;
  line-height: 24.5px;
  letter-spacing: 0.3px;
  vertical-align: middle;
  color: #bcbaba;
  text-align: left;
  flex: 1;
}
@media (max-width: 1679px) {
  .offer-box .offer-box-inner .top-content-sec .content {
    font-size: 14px;
  }
}
@media (max-width: 1481px) {
  .offer-box .offer-box-inner .top-content-sec .content {
    font-size: 12px;
  }
}
.offer-box .offer-box-inner .top-content-sec .content .change-txt {
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  line-height: 24.5px;
  letter-spacing: 0.3px;
  vertical-align: middle;
  color: #fff;
}
@media (max-width: 1679px) {
  .offer-box .offer-box-inner .top-content-sec .content .change-txt {
    font-size: 14px;
  }
}
@media (max-width: 1481px) {
  .offer-box .offer-box-inner .top-content-sec .content .change-txt {
    font-size: 12px;
  }
}
.offer-box .offer-box-inner .wrp-content {
  font-weight: 500;
  font-size: 25px;
  line-height: 33.5px;
  letter-spacing: 0.3px;
  vertical-align: middle;
  margin-bottom: 18px;
  color: #fff;
}
@media (max-width: 1679px) {
  .offer-box .offer-box-inner .wrp-content {
    font-size: 23px;
  }
}
@media (max-width: 1481px) {
  .offer-box .offer-box-inner .wrp-content {
    font-size: 21px;
  }
}
@media (max-width: 1199px) {
  .offer-box .offer-box-inner .wrp-content {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .offer-box .offer-box-inner .wrp-content {
    font-size: 17px;
  }
}
@media (max-width: 579px) {
  .offer-box .offer-box-inner .wrp-content {
    font-size: 15px;
  }
}
.offer-box .offer-box-inner .wrp-content span {
  color: #da9e3f;
}
.offer-box .offer-box-inner .video-description,
.offer-box .offer-box-inner .subt-txt {
  font-family: Barlow Semi Condensed;
  font-weight: 500;
  font-size: 16px;
  line-height: 24.5px;
  letter-spacing: 0.3px;
  vertical-align: middle;
  color: #bcbaba;
}
@media (max-width: 1679px) {
  .offer-box .offer-box-inner .video-description,
  .offer-box .offer-box-inner .subt-txt {
    font-size: 14px;
  }
}
@media (max-width: 1481px) {
  .offer-box .offer-box-inner .video-description,
  .offer-box .offer-box-inner .subt-txt {
    font-size: 12px;
  }
}
.offer-box .offer-box-inner .subt-txt {
  color: #fff;
}
.offer-box .offer-box-inner .bottom-sec {
  background: #121212;
  padding: 29px 43px;
  border-radius: 20px;
}
.offer-box .offer-box-inner .bottom-sec .botm-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-weight: 500;
  font-size: 25px;
  line-height: 33.5px;
  letter-spacing: 0.3px;
  vertical-align: middle;
  margin-bottom: 23px;
}
@media (max-width: 1679px) {
  .offer-box .offer-box-inner .bottom-sec .botm-title {
    font-size: 23px;
  }
}
@media (max-width: 1481px) {
  .offer-box .offer-box-inner .bottom-sec .botm-title {
    font-size: 21px;
  }
}
@media (max-width: 1199px) {
  .offer-box .offer-box-inner .bottom-sec .botm-title {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .offer-box .offer-box-inner .bottom-sec .botm-title {
    font-size: 17px;
  }
}
@media (max-width: 579px) {
  .offer-box .offer-box-inner .bottom-sec .botm-title {
    font-size: 15px;
  }
}
.offer-box .offer-box-inner .bottom-sec .bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offer-box .offer-box-inner .bottom-sec .bottom-inner label {
  color: #fff;
  font-weight: 600;
  font-size: 20.24px;
  line-height: 29.47px;
  letter-spacing: 0.26px;
  vertical-align: middle;
  margin-right: 63px;
}
.offer-box .offer-box-inner .bottom-sec .bottom-inner label span {
  color: #da9e3f;
  margin-left: 10px;
}
.offer-box .offer-box-inner .bottom-sec .btn-rent {
  background: linear-gradient(0deg, #f9b548, #f9b548), linear-gradient(180deg, rgba(243, 238, 255, 0) 0%, rgba(243, 238, 255, 0.04) 100%), radial-gradient(55.41% 227.78% at 50% 277.78%, #f9b548 40%, #c88519 100%);
  box-shadow: 0px -8px 20px 0px #f9b548 inset;
  box-shadow: 0px -8px 20px 0px #f9b548 inset;
  box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.0784313725) inset;
  box-shadow: 0px 0px 0px 1px #ffc66c inset;
  box-shadow: 0px 10px 11px 0px rgba(249, 181, 72, 0.1411764706);
  width: 167px;
  height: 51px;
  border: none;
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  font-size: 15px;
  line-height: 19.5px;
  letter-spacing: 0.3px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*# sourceMappingURL=home.css.map */