
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Mulish:wght@400;500;600;700;800&family=Newsreader:opsz,wght@6..72,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sahitya:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Philosopher:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oldenburg&display=swap");
@import url("https://fonts.googleapis.com/css2?&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--inter);
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: var(--black-0);
  overflow-x: hidden;
}

.img,
img {
  max-width: 100%;
  transition: all 0.3s linear 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  transition: all 0.3s linear 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

a,
button {
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a1a1a;
  margin-top: 0px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 60px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 42px;
  }
}

h2 {
  font-size: 48px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 38px;
  }
}

h3 {
  font-size: 38px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 28px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 20px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 16px;
}
@media (max-width: 767px) {
  h6 {
    font-size: 16px;
  }
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  color: #878c8f;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid #1a1a1a;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
  opacity: 1;
}

label {
  color: #1a1a1a;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background-color: #1a1a1a;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background-color: #1a1a1a;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #1a1a1a;
  color: #fff;
  text-shadow: none;
}

/* <<<<<<<    Input Placeholder   >>>>>>>>> */
input::-moz-placeholder {
  color: #878c8f;
  font-size: 16px;
  opacity: 1;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
textarea::-moz-placeholder {
  color: #878c8f;
  font-size: 16px;
  opacity: 1;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
}

input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

/* <<<<<<<    Common Classes   >>>>>>>>> */
.clear {
  clear: both;
}

.p-rel {
  position: relative;
}

.p-abs {
  position: absolute;
}

.p-static {
  position: static;
}

.w_img img {
  width: 100%;
}

.swiper-container {
  overflow: hidden;
}

/* <<<<<<<    Overlay   >>>>>>>>> */
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

[data-overlay=light]::before {
  background-color: #f2f2f2;
}

[data-overlay=dark]::before {
  background-color: #1a1a1a;
}

[data-overlay=soft]::before {
  background-color: #f6f6f6;
}

[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

/* <<<<<<<    Margin & Padding     >>>>>>>>> */
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/*---------------------------------------------------*/
/*  mouse cursor animation
/*---------------------------------------------------*/
.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #ff3900;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: #ff3900;
  opacity: 0.5;
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #ff3900;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.mim_tm_all_wrap[data-magic-cursor=hide] .mouseCursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}

.admin-cursor-button-list-1 .admin-cursor-default {
  line-height: 40px;
  display: inline-block;
  border: 0;
  background: orangered;
  color: #fff;
  padding: 0 20px;
  height: 40px;
  font-size: 20px;
  margin-right: 8px;
}

.admin-cursor-button-list-1 .admin-cursor-magic {
  border: 0;
  background: orangered;
  line-height: 40px;
  color: #fff;
  display: inline-block;
  padding: 0 20px;
  height: 40px;
  font-size: 20px;
}

.mouse-cursor-invisible {
  display: none;
}
.mouse-cursor-invisible.visible {
  display: block;
}

.boxed-wide {
  max-width: 100%;
}

.boxed-box {
  max-width: 1326px;
  margin: 0 auto;
  padding: 0 15px;
}

/*----- 01 CUSTOM PROPERTIES-----*/
:root {
  --white-f: #ffffff;
  --black-0: #0000;
  --black-2: #1d100;
  --black: #050505;
  --orange: #F2584C;
  --green: #0F8C50;
  --inter: "Inter", sans-serif;
  --mulish: "Mulish", serif;
  --newsreader: "Newsreader", serif;
  --sahitya: "Sahitya", serif;
  --philosopher: "Philosopher", sans-serif;
  --oldenburg: "Oldenburg", serif;
  --roboto: "Roboto", serif;
}

/*----- 02. GLOABL -----*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

p {
  font-size: 16px;
  line-height: 26px;
}

a {
  transition: 0.4s ease;
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
}
a:hover {
  text-decoration: none;
}

span {
  display: inline-block;
}

i {
  display: inline-block;
}

input,
textarea,
button {
  background: transparent;
  border: 0;
  padding: 0;
  transition: 0.4s ease;
}
input:focus,
textarea:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s ease;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

input::-moz-placeholder {
  -moz-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  color: #53545b;
}

input::placeholder {
  transition: 0.4s;
  opacity: 1;
  color: #53545b;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #23cc88;
}

::selection {
  color: #fff;
  background: #23cc88;
}

textarea::-moz-placeholder {
  -moz-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  color: #53545b;
}

textarea::placeholder {
  transition: 0.4s;
  opacity: 1;
  color: #53545b;
}

video {
  max-width: 100%;
}

[data-aos=fade-right] {
  transform: translate3d(-40px, 0, 0);
}

[data-aos=rv-scroll] {
  transform: perspective(900px) rotateX(-30deg) rotateY(0deg) rotateZ(0deg);
  transform-origin: top;
}
[data-aos=rv-scroll].aos-animate {
  opacity: 1;
  transform: none;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: scroll;
  overflow-x: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

@media screen and (min-width: 1400px) {
  .rv-1-container {
    max-width: 1784px;
    margin: 0 auto;
  }
}

.to-be-fixed.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0px 1px 2px 0px rgba(11, 23, 40, 0.1);
  z-index: 99;
  transition: 0.4s ease;
  animation: fadeIn 1s ease;
  background: rgb(255, 255, 255);
}

@keyframes fadeIn {
  0% {
    top: -100%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.bg-defaults {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.outer-container {
  margin: 0 50px;
}
@media screen and (max-width: 1399px) {
  .outer-container {
    margin: 0;
  }
}

@media screen and (max-width: 479px) {
  .row-cols-xxs-2 > * {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .row-cols-xxs-1 > * {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .col-xxs-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .col-xxs-8 {
    width: 66.66666667%;
  }
}

@media screen and (max-width: 479px) {
  .col-xxs-6 {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .col-xxs-5 {
    width: 41.66666667%;
  }
}

@media screen and (max-width: 479px) {
  .col-xxs-4 {
    width: 33.33333333%;
  }
}

@media screen and (max-width: 575px) {
  .d-xs-none {
    display: none !important;
  }
}

@media screen and (max-width: 479px) {
  .d-xxs-none {
    display: none !important;
  }
}

.logo img {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .logo img {
    width: 130px;
  }
}

.cursor {
  position: fixed;
  background-color: var(--white-f);
  mix-blend-mode: difference;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: scale(1);
}
@media screen and (max-width: 991px) {
  .cursor {
    display: none;
  }
}
.cursor.active {
  opacity: 1;
  transform: scale(0);
}

.cursor-follower {
  position: fixed;
  border: 1px solid var(--white-f);
  mix-blend-mode: difference;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: translate(2px, 2px);
}
@media screen and (max-width: 991px) {
  .cursor-follower {
    display: none;
  }
}
.cursor-follower.active {
  opacity: 1;
  transform: scale(2);
  border: none;
  background-color: var(--white-f);
  mix-blend-mode: difference;
}

.rv-2-body {
  background-color: #0F0F0F;
  color: var(--white-f);
}

.rv-2-container {
  max-width: 1920px;
  display: grid;
  grid-template-columns: 100%;
}

.rv-2-right-container {
  margin-left: 315px;
}
@media screen and (max-width: 1599px) {
  .rv-2-right-container {
    margin-left: 270px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-2-right-container {
    margin-left: 0;
  }
}
@media screen and (min-width: 1400px) {
  .rv-2-right-container .container {
    max-width: 1392px;
  }
}

@media screen and (min-width: 1400px) {
  .rv-3-container {
    max-width: 1920px;
    padding: 0;
  }
}

:root {
  --rv-11-radius: 20px 0;
}

.rv-21-body img {
  -o-object-fit: contain;
     object-fit: contain;
}

.g-30 {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}
@media screen and (max-width: 1199px) {
  .g-30 {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }
}
@media screen and (max-width: 767px) {
  .g-30 {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
  }
}

.pt-160 {
  padding-top: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pt-5p {
  padding-top: 5px;
}

.pb-5p {
  padding-bottom: 5px;
}

.pt-220 {
  padding-top: 220px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pt-380 {
  padding-top: 380px;
}

.py-160 {
  padding: 160px 0;
}

.pb-160 {
  padding-bottom: 160px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-7 {
  padding-bottom: 7px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-17 {
  padding-bottom: 17px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-22 {
  padding-bottom: 22px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-27 {
  padding-bottom: 27px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.p-50p {
  padding-top: 50%;
  padding-bottom: 50%;
}

.pb-100p {
  padding-bottom: 100%;
}

.p-5 {
  padding: 5px 0;
}

.p-10 {
  padding: 10px 0;
}

.p-15 {
  padding: 15px 0;
}

.p-20 {
  padding: 20px 0;
}

.p-25 {
  padding: 25px 0;
}

.p-30 {
  padding: 30px 0;
}

.p-35 {
  padding: 35px 0;
}

.p-40 {
  padding: 40px 0;
}

.p-45 {
  padding: 45px 0;
}

.p-50 {
  padding: 50px 0;
}

.p-55 {
  padding: 55px 0;
}

.p-60 {
  padding: 60px 0;
}

.p-65 {
  padding: 65px 0;
}

.p-70 {
  padding: 70px 0;
}

.p-75 {
  padding: 75px 0;
}

.p-80 {
  padding: 80px 0;
}

.p-85 {
  padding: 85px 0;
}

.p-90 {
  padding: 90px 0;
}

.p-95 {
  padding: 95px 0;
}

.p-100 {
  padding: 100px 0;
}

.p-105 {
  padding: 105px 0;
}

.p-110 {
  padding: 110px 0;
}

.p-115 {
  padding: 115px 0;
}

.p-120 {
  padding: 120px 0;
}

.p-125 {
  padding: 125px 0;
}

.p-130 {
  padding: 130px 0;
}

.p-135 {
  padding: 135px 0;
}

.p-140 {
  padding: 140px 0;
}

.p-145 {
  padding: 145px 0;
}

.p-150 {
  padding: 150px 0;
}

.p-180 {
  padding: 180px 0;
}

.p-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pl-6 {
  padding-left: 6px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.mt-1 {
  margin-top: 1px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-7 {
  margin-top: 7px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt--1 {
  margin-top: -1px;
}

.mt--2 {
  margin-top: -2px;
}

.mt--3 {
  margin-top: -3px;
}

.mt--4 {
  margin-top: -4px;
}

.mt--5 {
  margin-top: -5px;
}

.mt--6 {
  margin-top: -6px;
}

.mt--7 {
  margin-top: -7px;
}

.mt--8 {
  margin-top: -8px;
}

.mt--9 {
  margin-top: -9px;
}

.mt--10 {
  margin-top: -10px;
}

.mt--14 {
  margin-top: -14px;
}

.mt--16 {
  margin-top: -16px;
}

.mt--17 {
  margin-top: -17px;
}

.mt--23 {
  margin-top: -23px;
}

.mb-1 {
  margin-bottom: 1px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-7 {
  margin-bottom: 7px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-9 {
  margin-bottom: 9px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-11 {
  margin-bottom: 11px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-17 {
  margin-bottom: 17px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-19 {
  margin-bottom: 19px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-21 {
  margin-bottom: 21px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mb-23 {
  margin-bottom: 23px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-26 {
  margin-bottom: 26px;
}

.mb-27 {
  margin-bottom: 27px;
}

.mb-29 {
  margin-bottom: 29px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-41 {
  margin-bottom: 41px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-47 {
  margin-bottom: 47px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-62 {
  margin-bottom: 62px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb--1 {
  margin-bottom: -1px;
}

.mb--2 {
  margin-bottom: -2px;
}

.mb--3 {
  margin-bottom: -3px;
}

.mb--4 {
  margin-bottom: -4px;
}

.mb--5 {
  margin-bottom: -5px;
}

.mb--7 {
  margin-bottom: -7px;
}

.mb--8 {
  margin-bottom: -8px;
}

.mb--9 {
  margin-bottom: -9px;
}

.mb--10 {
  margin-bottom: -10px;
}

.mb--11 {
  margin-bottom: -11px;
}

.mb--14 {
  margin-bottom: -14px;
}

.mb--18 {
  margin-bottom: -18px;
}

.mb--60 {
  margin-bottom: -60px;
}

.m-5 {
  margin: 5px 0;
}

.m-10 {
  margin: 10px 0;
}

.m-15 {
  margin: 15px 0;
}

.m-20 {
  margin: 20px 0;
}

.m-25 {
  margin: 25px 0;
}

.m-30 {
  margin: 30px 0;
}

.m-35 {
  margin: 35px 0;
}

.m-40 {
  margin: 40px 0;
}

.m-45 {
  margin: 45px 0;
}

.m-50 {
  margin: 50px 0;
}

.m-55 {
  margin: 55px 0;
}

.m-60 {
  margin: 60px 0;
}

.m-65 {
  margin: 65px 0;
}

.m-70 {
  margin: 70px 0;
}

.m-75 {
  margin: 75px 0;
}

.m-80 {
  margin: 80px 0;
}

.m-85 {
  margin: 85px 0;
}

.m-90 {
  margin: 90px 0;
}

.m-95 {
  margin: 95px 0;
}

.m-100 {
  margin: 100px 0;
}

.m-105 {
  margin: 105px 0;
}

.m-110 {
  margin: 110px 0;
}

.m-115 {
  margin: 115px 0;
}

.m-120 {
  margin: 120px 0;
}

.m-125 {
  margin: 125px 0;
}

.m-130 {
  margin: 130px 0;
}

.m-135 {
  margin: 135px 0;
}

.m-140 {
  margin: 140px 0;
}

.m-145 {
  margin: 145px 0;
}

.m-150 {
  margin: 150px 0;
}

.mx--10 {
  margin-left: -10px;
  margin-right: -10px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-6 {
  margin-left: 6px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

@media (min-width: 576px) {
  .mr-sm-5 {
    margin-right: 5px !important;
  }
}
.pr-70 {
  padding-right: 70px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ml-30 {
  margin-left: 30px;
}

/*  Default CSS  */
.pt-200 {
  padding-top: 200px;
}

.pr-75 {
  padding-right: 75px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-190 {
  padding-bottom: 190px;
}

.mr-100 {
  margin-right: 100px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-200 {
  margin-top: 200px;
}

.mtb-40 {
  margin: 40px 0;
}

.pt-110 {
  padding-top: 110px;
}

.rv-1-def-btn {
  height: 55px;
  line-height: 53px;
  text-transform: capitalize;
  color: var(--white-f);
  font-weight: 700;
  font-size: 16px;
  display: inline-flex;
  font-family: var(--mulish);
  transition: none;
}
@media screen and (max-width: 1399px) {
  .rv-1-def-btn {
    height: 50px;
    line-height: 48px;
  }
}
@media screen and (max-width: 991px) {
  .rv-1-def-btn {
    height: 45px;
    line-height: 43px;
  }
}
.rv-1-def-btn .txt {
  background-color: var(--orange);
  border-radius: 14px;
  padding: 0 35px;
  transition: 0.4s ease;
  border: 1px solid var(--orange);
}
@media screen and (max-width: 1399px) {
  .rv-1-def-btn .txt {
    padding: 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .rv-1-def-btn .txt {
    padding: 0 20px;
  }
}
.rv-1-def-btn .icon {
  border: 1px solid var(--orange);
  transition: 0.4s ease;
  background-color: var(--orange);
  border-radius: 50%;
  aspect-ratio: 1;
  width: 55px;
  text-align: center;
  line-height: 50px;
}
@media screen and (max-width: 1399px) {
  .rv-1-def-btn .icon {
    line-height: 45px;
    width: 50px;
  }
}
@media screen and (max-width: 991px) {
  .rv-1-def-btn .icon {
    line-height: 40px;
    width: 45px;
  }
}
.rv-1-def-btn:hover .txt {
  background-color: var(--white-f);
}
.rv-1-def-btn:hover .icon {
  border-radius: 14px;
}
.rv-1-def-btn-2 {
  color: var(--black-0);
}
.rv-1-def-btn-2:hover .txt {
  color: var(--white-f);
  background-color: var(--orange);
  border-color: var(--orange);
}
.rv-1-def-btn-2 .txt,
.rv-1-def-btn-2 .icon {
  background-color: var(--white-f);
  border-color: var(--white-f);
}

.rv-section-spacing {
  padding: 80px 0;
}
@media screen and (max-width: 1399px) {
  .rv-section-spacing {
    padding: 80px 0;
  }
}
@media screen and (max-width: 991px) {
  .rv-section-spacing {
    padding: 60px 0;
  }
}

.rv-1-section__sub-title {
  font-family: var(--mulish);
  font-weight: 600;
  font-size: 15px;
  color: var(--black);
  text-transform: uppercase;
}
@media screen and (max-width: 479px) {
  .rv-1-section__sub-title {
    font-size: 14px;
  }
}
.rv-1-section__title {
  font-family: var(--inter);
  color: var(--black);
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 28px;
}
@media screen and (max-width: 1399px) {
  .rv-1-section__title {
    font-size: 45px;
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-1-section__title {
    font-size: 40px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 991px) {
  .rv-1-section__title {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .rv-1-section__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .rv-1-section__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 479px) {
  .rv-1-section__title {
    font-size: 25px;
  }
}

.rv-1-section-heading-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1399px) {
  .rv-1-section-heading-2 {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 991px) {
  .rv-1-section-heading-2 {
    flex-direction: column;
    text-align: center;
    row-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .rv-1-section-heading-2 {
    margin-bottom: 33px;
  }
}
.rv-1-section-heading-2 > * {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .rv-1-section-heading-2 > * {
    width: 100%;
  }
}
.rv-1-section-heading-2 .rv-1-section-heading__right {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .rv-1-section-heading-2 .rv-1-section-heading__right {
    justify-content: center;
  }
}
@media screen and (max-width: 479px) {
  .rv-1-section-heading-2 .rv-1-section-heading__right {
    gap: 14px;
  }
}
.rv-1-section-heading-2 .rv-1-section-heading__right .rv-1-def-btn {
  border-radius: 14px;
  line-height: 53px;
  transition: 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .rv-1-section-heading-2 .rv-1-section-heading__right .rv-1-def-btn {
    line-height: 48px;
  }
}
@media screen and (max-width: 991px) {
  .rv-1-section-heading-2 .rv-1-section-heading__right .rv-1-def-btn {
    line-height: 43px;
  }
}
.rv-1-section-heading-2 .rv-1-section-heading__right .rv-1-def-btn:hover {
  background-color: var(--orange);
  border-color: var(--orange);
}
.rv-1-section-heading-2 .rv-1-section-heading__right .rv-1-def-btn:hover .txt {
  color: var(--white-f);
}
.rv-1-section-heading-2 .rv-1-section-heading__right .rv-1-def-btn .txt {
  border: 1.5px solid rgba(5, 5, 5, 0.14);
  background-color: transparent;
  color: var(--black);
}
@media screen and (max-width: 479px) {
  .rv-1-section-heading-2 .rv-1-section-heading__right .rv-1-def-btn .txt {
    padding: 0 20px;
    font-size: 15px;
  }
}
.rv-1-section-heading-2 .rv-1-section__title {
  margin-bottom: 0;
}

.rv-1-slider-nav {
  display: flex;
  gap: 6px;
}
.rv-1-slider-nav button {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1.5px solid rgba(5, 5, 5, 0.14);
}
@media screen and (max-width: 1399px) {
  .rv-1-slider-nav button {
    width: 50px;
    height: 50px;
    line-height: 48px;
  }
}
@media screen and (max-width: 991px) {
  .rv-1-slider-nav button {
    width: 45px;
    height: 45px;
    line-height: 43px;
  }
}
.rv-1-slider-nav button:hover {
  color: var(--white-f);
  background-color: var(--orange);
  border-color: var(--orange);
}

.rv-search-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  background-color: rgba(253, 253, 253, 0.44);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s cubic-bezier(0.16, 0.71, 0.17, 1);
  -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0% 50%);
          clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0% 50%);
}
.rv-search-modal form {
  display: flex;
  background-color: var(--white-f);
  width: 70%;
  height: 60px;
  border-radius: 10px;
  border: 1px solid rgba(5, 5, 5, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  .rv-search-modal form {
    width: 95%;
    height: 50px;
  }
}
.rv-search-modal form input {
  width: 100%;
  padding: 0 20px;
}
.rv-search-modal form button {
  width: 60px;
  height: 60px;
  background-color: rgba(5, 5, 5, 0.1);
  font-size: 20px;
}
@media screen and (max-width: 479px) {
  .rv-search-modal form button {
    height: 50px;
    width: 50px;
    font-size: 18px;
  }
}
.rv-search-modal.active {
  opacity: 1;
  pointer-events: all;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.rv-search-modal-close-btn {
  border: 1px solid rgba(5, 5, 5, 0.24);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: var(--black);
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 18px;
}
.rv-search-modal-close-btn:hover {
  color: var(--white-f);
  background-color: var(--black);
  border-color: var(--black);
}

.rv-2-slider-nav button {
  border-color: rgba(255, 255, 255, 0.14);
  color: var(--white-f);
}
@media screen and (max-width: 1399px) {
  .rv-2-slider-nav button {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.rv-2-slider-nav button:hover {
  background-color: #DAED1A;
  border-color: #DAED1A;
  color: var(--black);
}

.rv-2-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 58px;
}
@media screen and (max-width: 1599px) {
  .rv-2-section-heading {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 767px) {
  .rv-2-section-heading {
    flex-direction: column;
    gap: 15px;
    align-items: center;
    text-align: center;
    margin-bottom: 28px;
  }
}
.rv-2-section-heading .rv-2-section-title {
  margin: 0;
}

.rv-2-section-title {
  font-weight: 700;
  font-size: 50px;
  color: var(--white-f);
  margin-bottom: 60px;
}
@media screen and (max-width: 1599px) {
  .rv-2-section-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-2-section-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-2-section-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .rv-2-section-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .rv-2-section-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  .rv-2-section-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}

.rv-1-socials.rv-2-socials a {
  background-color: var(--white-f);
  color: var(--black);
}
.rv-1-socials.rv-2-socials a:hover {
  background-color: #DAED1A;
  border-color: #DAED1A;
  color: var(--black);
}

.rv-3-sub-title {
  font-family: var(--mulish);
  font-size: 16px;
  font-weight: 500;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-left: 20px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1399px) {
  .rv-3-sub-title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-3-sub-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .rv-3-sub-title {
    margin: auto;
    margin-bottom: 15px;
  }
}
.rv-3-sub-title::before, .rv-3-sub-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: -5px;
  height: calc(100% + 20px);
  width: 1px;
  background-color: rgba(5, 5, 5, 0.3);
  transition: 1.4s ease;
  animation: subTitleHeight 1.9s linear infinite alternate;
}
.rv-3-sub-title::after {
  top: auto;
  width: calc(100% + 30px);
  height: 1px;
  bottom: -6px;
  left: -20px;
  animation-name: subTitleWidth;
}

@keyframes subTitleHeight {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% + 20px);
  }
}
@keyframes subTitleWidth {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 30px);
  }
}
.rv-3-def-btn {
  font-family: var(--mulish);
  height: 50px;
  line-height: 47px;
  padding: 0 35px;
  border: 1px solid rgb(169, 114, 64);
  background-color: rgb(169, 114, 64);
  color: var(--white-f);
}
@media screen and (max-width: 1199px) {
  .rv-3-def-btn {
    height: 45px;
    line-height: 42px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .rv-3-def-btn {
    height: 45px;
    line-height: 37px;
    padding: 0 25px;
  }
}
@media screen and (max-width: 479px) {
  .rv-3-def-btn {
    font-size: 14px;
    height: 45px;
    line-height: 43px;
    padding: 0 20px;
  }
}
.rv-3-def-btn i {
  padding-left: 4px;
}
.rv-3-def-btn:hover {
  background-color: var(--white-f);
}

.rv-3-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 58px;
  gap: 30px;
}
@media screen and (max-width: 1399px) {
  .rv-3-section-heading {
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-3-section-heading {
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 767px) {
  .rv-3-section-heading {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 479px) {
  .rv-3-section-heading {
    margin-bottom: 23px;
  }
}
.rv-3-section-heading .rv-3-section-title {
  margin-bottom: 0;
}
.rv-3-section-heading__left {
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .rv-3-section-heading__left {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .rv-3-section-heading__left {
    width: auto;
  }
}
.rv-3-section-heading__right {
  margin-bottom: 12px;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .rv-3-section-heading__right {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 767px) {
  .rv-3-section-heading__right {
    margin-bottom: 0;
  }
}
.rv-3-section-title {
  color: #050505;
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 21px;
}
@media screen and (max-width: 1399px) {
  .rv-3-section-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-3-section-title {
    font-size: 37px;
  }
}
@media screen and (max-width: 991px) {
  .rv-3-section-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .rv-3-section-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 479px) {
  .rv-3-section-title {
    font-size: 25px;
  }
}

.rv-3-slider-pagination {
  display: flex;
  justify-content: center;
}
.rv-3-slider-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  border-radius: 0;
  opacity: 1;
  background-color: rgba(5, 5, 5, 0.1);
  transition: 0.4s ease;
}
.rv-3-slider-pagination .swiper-pagination-bullet-active {
  background-color: #A97240;
}

.rv-4-slider-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 1399px) {
  .rv-4-slider-pagination {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-4-slider-pagination {
    margin-top: 25px;
  }
}
.rv-4-slider-pagination .swiper-pagination-bullet {
  margin: 0;
  background-color: rgba(5, 5, 5, 0.1);
  opacity: 1;
  border-radius: 30px;
  width: 10px;
  height: 10px;
  transition: 0.4s ease;
}
.rv-4-slider-pagination .swiper-pagination-bullet-active {
  background-color: #A90E20;
  width: 40px;
}

.rv-5-section__heading {
  text-align: center;
  width: 50%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .rv-5-section__heading {
    width: 90%;
  }
}
.rv-5-section__heading::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/rv-5-section-heading-bg.html) no-repeat center center;
  background-size: 100% 100%;
  width: 437px;
  height: 198px;
  top: -30px;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}
.rv-5-section__sub-title {
  color: #8E5B63;
  font-family: var(--philosopher);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}
.rv-5-section__title {
  color: #050505;
  font-family: var(--philosopher);
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1599px) {
  .rv-5-section__title {
    font-size: 50px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-5-section__title {
    font-size: 45px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-5-section__title {
    margin-bottom: 35px;
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .rv-5-section__title {
    font-size: 35px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  .rv-5-section__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .rv-5-section__title {
    font-size: 30px;
  }
}

.rv-6-def-btn {
  height: 52px;
  line-height: 52px;
  border-radius: 6px;
  background-color: rgba(5, 5, 5, 0.06);
  padding: 0 42px;
  color: #050505;
  font-weight: 600;
}
.rv-6-def-btn:hover {
  background-color: #F2584C;
  color: var(--white-f);
}
.rv-6-def-btn:hover i {
  color: var(--white-f);
}
@media screen and (max-width: 1199px) {
  .rv-6-def-btn {
    padding: 0 32px;
  }
}
@media screen and (max-width: 991px) {
  .rv-6-def-btn {
    padding: 0 26px;
    height: 46px;
    line-height: 46px;
  }
}
.rv-6-def-btn i {
  padding-left: 5px;
  color: #F2584C;
}

.rv-6-section__heading {
  color: #050505;
  margin-bottom: 46px;
}
@media screen and (max-width: 1199px) {
  .rv-6-section__heading {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 991px) {
  .rv-6-section__heading {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .rv-6-section__heading {
    margin-bottom: 22px;
  }
}
.rv-6-section__sub-title {
  font-size: 15px;
  font-weight: 500;
  padding-left: 16px;
  position: relative;
  margin-bottom: 12px;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .rv-6-section__sub-title {
    margin-bottom: 6px;
  }
}
.rv-6-section__sub-title::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #050505;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.rv-6-section__title {
  font-size: 46px;
  font-weight: 700;
  line-height: 130.435%;
}
@media screen and (max-width: 1399px) {
  .rv-6-section__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-6-section__title {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .rv-6-section__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .rv-6-section__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 479px) {
  .rv-6-section__title {
    font-size: 24px;
  }
}

.rv-7-section__heading {
  text-align: center;
  margin-bottom: 47px;
}
@media screen and (max-width: 1399px) {
  .rv-7-section__heading {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-7-section__heading {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 991px) {
  .rv-7-section__heading {
    margin-bottom: 17px;
  }
}

.rv-7-section__sub-title {
  color: #050505;
  font-family: var(--oldenburg);
  font-size: 16px;
  font-weight: 400;
}

.rv-7-section__title {
  color: #050505;
  font-family: var(--mulish);
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 1399px) {
  .rv-7-section__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-7-section__title {
    font-size: 35px;
  }
}
@media screen and (max-width: 991px) {
  .rv-7-section__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .rv-7-section__title {
    font-size: 27px;
  }
}
@media screen and (max-width: 479px) {
  .rv-7-section__title {
    font-size: 25px;
  }
}

.rv-7-slider-scrollbar {
  height: 2px;
  background: rgba(5, 5, 5, 0.08);
  width: 77%;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1199px) {
  .rv-7-slider-scrollbar {
    margin-top: 35px;
  }
}
.rv-7-slider-scrollbar .swiper-scrollbar-drag {
  background-color: #4962FB;
}

.rv-8-section__heading {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1399px) {
  .rv-8-section__heading {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-8-section__heading {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .rv-8-section__heading {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .rv-8-section__heading {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 479px) {
  .rv-8-section__heading {
    margin-bottom: 20px;
  }
}

.rv-8-section__sub-title {
  font-family: var(--mulish);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 18px;
  display: inline-block;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 479px) {
  .rv-8-section__sub-title {
    font-size: 14px;
  }
}
.rv-8-section__sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 8px;
  height: 8px;
  background-color: var(--black);
}

.rv-8-section__title {
  color: #050505;
  font-family: var(--mulish);
  font-size: 46px;
  font-weight: 800;
  line-height: 117.391%;
}
@media screen and (max-width: 1399px) {
  .rv-8-section__title {
    font-size: 42px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-8-section__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .rv-8-section__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 479px) {
  .rv-8-section__title {
    font-size: 26px;
  }
}
.rv-8-section__title .styled {
  position: relative;
}
.rv-8-section__title .styled svg {
  position: absolute !important;
  left: 50%;
  translate: -50% 0;
  bottom: -6px;
  z-index: -1;
}
@media screen and (max-width: 479px) {
  .rv-8-section__title .styled svg {
    width: 130px;
  }
}

.rv-8-slider-nav button {
  border-radius: 0;
}
.rv-8-slider-nav button:hover {
  background-color: #1C74E9;
  border-color: #1C74E9;
}

.rv-9-section__heading {
  font-family: var(--mulish);
  margin: auto;
  width: 55%;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1399px) {
  .rv-9-section__heading {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-9-section__heading {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 991px) {
  .rv-9-section__heading {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .rv-9-section__heading {
    width: 80%;
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 479px) {
  .rv-9-section__heading {
    width: 100%;
  }
}
.rv-9-section-heading__right {
  margin-bottom: 20px;
}
.rv-9-section__sub-title {
  color: #050505;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  border: 1px solid rgba(5, 5, 5, 0.14);
  display: inline-block;
  padding: 8px 20px 8px 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  .rv-9-section__sub-title {
    padding: 5px 15px 5px 25px;
    font-size: 15px;
  }
}
.rv-9-section__sub-title::before {
  position: absolute;
  content: "";
  left: 20px;
  top: 50%;
  translate: 0 -50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #050505;
}
@media screen and (max-width: 479px) {
  .rv-9-section__sub-title::before {
    left: 15px;
  }
}
.rv-9-section__title {
  color: #050505;
  font-size: 54px;
  font-weight: 800;
  line-height: 118.519%;
}
@media screen and (max-width: 1399px) {
  .rv-9-section__title {
    font-size: 48px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-9-section__title {
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  .rv-9-section__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .rv-9-section__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .rv-9-section__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 479px) {
  .rv-9-section__title {
    font-size: 26px;
  }
}

.rv-9-slider-nav button:hover {
  background-color: #65AB03;
  border-color: #65AB03;
}

.rv-2-swiper-dots.rv-9-slider-dots {
  display: flex;
  margin: 0;
  height: -moz-max-content;
  height: max-content;
}
.rv-2-swiper-dots.rv-9-slider-dots .swiper-pagination-bullet::before {
  background-color: rgba(255, 255, 255, 0.24);
}
.rv-2-swiper-dots.rv-9-slider-dots .swiper-pagination-bullet-active {
  border-color: var(--white-f);
}
.rv-2-swiper-dots.rv-9-slider-dots .swiper-pagination-bullet-active::before {
  background-color: var(--white-f);
}

.rv-10-def-btn {
  background-color: #EFC329;
  padding: 0 44px;
  border-color: #EFC329;
  border-radius: 6px;
  color: var(--black);
  font-weight: 700;
  height: 55px;
  line-height: 52px;
}
@media screen and (max-width: 1199px) {
  .rv-10-def-btn {
    height: 50px;
    line-height: 47px;
    padding: 0 34px;
  }
}
@media screen and (max-width: 991px) {
  .rv-10-def-btn {
    height: 45px;
    line-height: 42px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .rv-10-def-btn {
    height: 42px;
    line-height: 39px;
    padding: 0 24px;
  }
}
.rv-10-def-btn:hover {
  background-color: transparent;
  color: var(--black);
}

.rv-10-section {
  color: var(--black);
}
.rv-10-section__heading {
  width: 60%;
  margin: auto;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1399px) {
  .rv-10-section__heading {
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-10-section__heading {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 991px) {
  .rv-10-section__heading {
    width: 70%;
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 767px) {
  .rv-10-section__heading {
    width: 90%;
  }
}
@media screen and (max-width: 575px) {
  .rv-10-section__heading {
    width: 100%;
    margin-bottom: 18px;
  }
}
.rv-10-section__sub-title {
  font-family: var(--oldenburg);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 1399px) {
  .rv-10-section__sub-title {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-10-section__sub-title {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 575px) {
  .rv-10-section__sub-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .rv-10-section__sub-title {
    margin-bottom: 8px;
  }
}
.rv-10-section__sub-title .styled {
  background-color: #EFC329;
  padding: 0 3px;
}
.rv-10-section__title {
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 1399px) {
  .rv-10-section__title {
    font-size: 42px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-10-section__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .rv-10-section__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .rv-10-section__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 479px) {
  .rv-10-section__title {
    font-size: 26px;
  }
}

.rv-11-def-btn {
  border-radius: var(--rv-11-radius);
  background-color: #A98153;
  border-color: #A98153;
}
.rv-11-def-btn:hover {
  border-radius: 0 20px;
}

.rv-11-section__heading {
  margin-bottom: 50px;
}
@media screen and (max-width: 1399px) {
  .rv-11-section__heading {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .rv-11-section__heading {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 479px) {
  .rv-11-section__heading {
    margin-bottom: 18px;
  }
}
.rv-11-section__sub-title {
  color: #A98153;
  font-family: var(--mulish);
  font-weight: 600;
  line-height: 162.5%;
  position: relative;
  display: inline-block;
  margin: 0 88px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .rv-11-section__sub-title {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 479px) {
  .rv-11-section__sub-title {
    margin: 0 48px;
  }
}
.rv-11-section__sub-title span {
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: rgba(168, 129, 84, 0.4);
  top: 50%;
  translate: 0 -50%;
}
.rv-11-section__sub-title span::before, .rv-11-section__sub-title span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  rotate: 45deg;
  background-color: rgba(168, 129, 84, 0.4);
  top: 50%;
  translate: 0 -50%;
}
.rv-11-section__sub-title span::before {
  right: 100%;
  animation: rv-11-slide-right 3s linear infinite alternate both;
}
.rv-11-section__sub-title span::after {
  left: auto;
  animation: rv-11-slide-left 3s linear infinite alternate both;
}
.rv-11-section__sub-title span.stroke-1 {
  right: calc(100% + 25px);
}
.rv-11-section__sub-title span.stroke-2 {
  left: calc(100% + 25px);
}
.rv-11-section__title {
  color: var(--black);
  font-family: var(--mulish);
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
}
@media screen and (max-width: 1399px) {
  .rv-11-section__title {
    font-size: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-11-section__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .rv-11-section__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 479px) {
  .rv-11-section__title {
    font-size: 26px;
  }
}

.rv-12-body .rv-7-section__sub-title {
  font-size: 15px;
  color: #509E0F;
}

.rv-12-def-btn {
  background-color: #509E0F;
  border-color: #509E0F;
}

.rv-12-slider-nav {
  justify-content: center;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  max-width: 100%;
  margin-top: 64px;
}
@media screen and (max-width: 1399px) {
  .rv-12-slider-nav {
    margin-top: 44px;
  }
}
.rv-12-slider-nav button {
  height: 40px;
  width: 40px;
  line-height: normal;
}
.rv-12-slider-nav button:hover {
  background-color: #509E0F;
  border-color: #509E0F;
}

@media screen and (max-width: 991px) {
  .rv-13-section-heading {
    flex-direction: column;
    align-items: center;
  }
}

.rv-13-section__sub-title {
  font-size: 18px;
  font-family: var(--mulish);
  font-weight: 600;
  color: #AB8E66;
}

.rv-13-def-btn {
  background-color: #ab8e66;
  border-color: #ab8e66;
}

.rv-13-slider-nav-2 {
  line-height: 1;
  display: flex;
}
.rv-13-slider-nav-2 button {
  font-size: 25px;
}
.rv-13-slider-nav-2 button:first-child {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(5, 5, 5, 0.1);
}

.rv-13-product-quantity-tooltip {
  position: absolute;
  background-color: #ab8e66;
  left: 50%;
  translate: -50% 0;
  bottom: calc(100% + 5px);
  line-height: 1.5;
  padding: 0 8px;
  color: var(--white-f);
  font-weight: 400;
  font-family: var(--mulish);
  font-size: 12px;
}
.rv-13-product-quantity-tooltip::before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
  background-color: #ab8e66;
  height: 5px;
  width: 12px;
  left: 50%;
  translate: -50% 0;
}

.rv-14-section__heading {
  margin-bottom: 73px;
}
@media screen and (max-width: 1599px) {
  .rv-14-section__heading {
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 991px) {
  .rv-14-section__heading {
    margin-bottom: 33px;
  }
}
.rv-14-section__heading .rv-3-section-heading__right {
  margin-bottom: 7px;
}
.rv-14-section__sub-title {
  color: var(--black);
  font-family: var(--mulish);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.96px;
  margin-bottom: 10px;
}
.rv-14-section__descr {
  margin-bottom: 0;
  margin-top: 17px;
}

.rv-14-body .rv-7-section__title {
  font-weight: 800;
  line-height: 122.727%;
}

.rv-14-def-btn {
  background-color: #E64209;
  border: 1px solid #E64209;
  border-radius: 40px;
  color: var(--white-f);
  font-family: var(--mulish);
  line-height: 53px;
}
@media screen and (max-width: 1199px) {
  .rv-14-def-btn {
    line-height: 48px;
  }
}
@media screen and (max-width: 991px) {
  .rv-14-def-btn {
    line-height: 43px;
  }
}
@media screen and (max-width: 767px) {
  .rv-14-def-btn {
    line-height: 40px;
  }
}
.rv-14-def-btn:hover {
  color: var(--black);
  border-color: var(--black);
}
.rv-14-def-btn i {
  padding-left: 5px;
}

.rv-breadcrumb {
  background-color: rgb(245, 246, 250);
  text-align: center;
}
@media screen and (max-width: 1399px) {
  .rv-breadcrumb {
    padding: 80px 0;
  }
}
@media screen and (max-width: 991px) {
  .rv-breadcrumb {
    padding: 60px 0;
  }
}
.rv-breadcrumb__title {
  font-size: 54px;
  font-weight: 700;
  border-bottom: 1px solid rgba(5, 5, 5, 0.1);
  display: inline-block;
  padding: 0 70px;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1399px) {
  .rv-breadcrumb__title {
    font-size: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-breadcrumb__title {
    font-size: 45px;
  }
}
@media screen and (max-width: 991px) {
  .rv-breadcrumb__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .rv-breadcrumb__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 575px) {
  .rv-breadcrumb__title {
    font-size: 35px;
    padding: 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .rv-breadcrumb__title {
    font-size: 32px;
  }
}
.rv-breadcrumb__nav {
  font-weight: 500;
}
.rv-breadcrumb__nav a {
  color: rgb(93, 98, 108);
}
.rv-breadcrumb__nav a:hover {
  color: #794AFF;
}
.rv-breadcrumb__nav a i {
  vertical-align: text-top;
  padding-left: 5px;
}
.rv-breadcrumb__nav .current-page {
  color: #794AFF;
}
.rv-breadcrumb__nav .current-page .dvdr {
  padding: 0 10px;
  color: rgb(93, 98, 108);
}

.rv-inner-btn {
  background-color: #794AFF;
  border-color: #794AFF;
}
.rv-inner-btn:hover {
  color: #794AFF;
}

.rv-inner-footer {
  background-color: #021F2F;
}
.rv-inner-footer-nwsltr__form .nwsltr-top {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
}
.rv-inner-footer-nwsltr__form .nwsltr-top input {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px 0 0 6px;
}
.rv-inner-footer-nwsltr__form .nwsltr-top button {
  border-radius: 0 6px 6px 0;
  background-color: #794AFF;
}
@media screen and (max-width: 1199px) {
  .rv-inner-footer-widget .rv-1-footer-widget__title {
    margin-bottom: 15px;
  }
}

.rv-1-socials.rv-inner-socials a {
  border-radius: 6px;
}
.rv-1-socials.rv-inner-socials a:hover {
  background-color: #794AFF;
  border-color: #794AFF;
}

.rv-1-footer-widget.rv-inner-footer-widget li:hover,
.rv-1-footer-widget.rv-inner-footer-widget li a:hover {
  color: #794AFF;
}

.rv-1-socials.rv-15-socials a {
  border-radius: 0;
}
.rv-1-socials.rv-15-socials a:hover {
  background-color: #F35B04;
}

.rv-1-socials.rv-17-socials a:hover {
  background-color: #DAED1A;
  border-color: #DAED1A;
  color: var(--black);
}

.rv-1-socials.rv-18-socials a:hover {
  background-color: #1C74E9;
  border-color: #1C74E9;
}

.rv-1-socials.rv-19-socials a:hover {
  background-color: #dfe11b;
  border-color: #dfe11b;
  color: #050505;
}

.rv-1-socials.rv-20-socials a:hover {
  background-color: #2D6A4F;
  border-color: #2D6A4F;
}

.rv-21-footer .rv-1-socials.rv-21-socials a {
  color: rgba(14, 20, 40, 0.5);
  border-color: rgba(14, 20, 40, 0.1);
}
.rv-21-footer .rv-1-socials.rv-21-socials a:hover {
  background-color: #CE512A;
  border-color: #CE512A;
  color: var(--white-f);
}

.rv-3-def-btn.rv-22-def-btn {
  background-color: #B38D3F;
  border-color: #B38D3F;
  height: 50px;
  line-height: 47px;
}
@media screen and (max-width: 991px) {
  .rv-3-def-btn.rv-22-def-btn {
    height: 45px;
    line-height: 43px;
  }
}
.rv-3-def-btn.rv-22-def-btn:hover {
  background-color: transparent;
}

/* ----- 04. Header ----- */
.sub-menu.rv-mega-menu {
  display: grid;
  grid-template-columns: repeat(5, max-content);
  padding: 45px 40px;
  gap: 20px 50px;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .sub-menu.rv-mega-menu {
    grid-template-columns: repeat(1, max-content);
    padding: 20px;
    background-color: transparent;
  }
}

.rv-1-header {
  padding: 15px 0;
}
.rv-1-header__nav > ul {
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 1199px) {
  .rv-1-header__nav > ul {
    gap: 12px;
  }
}
@media screen and (max-width: 991px) {
  .rv-1-header__nav > ul {
    flex-direction: column;
  }
}
.rv-1-header__nav > ul > li {
  position: relative;
}
@media screen and (max-width: 991px) {
  .rv-1-header__nav > ul > li {
    line-height: normal;
    display: grid;
    grid-template-rows: max-content 0fr;
    transition: 0.4s ease;
  }
  .rv-1-header__nav > ul > li.rv-dropdown-active {
    grid-template-rows: max-content 1fr;
  }
  .rv-1-header__nav > ul > li.rv-dropdown-active .sub-menu {
    padding: 15px;
    margin-top: 10px;
  }
}
.rv-1-header__nav > ul > li:hover .sub-menu {
  transform: rotateX(0deg) translate(-50%, 0);
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 991px) {
  .rv-1-header__nav > ul > li:hover .sub-menu {
    transform: none;
    pointer-events: all;
    opacity: 1;
  }
}
.rv-1-header__nav > ul > li:hover .rv-soft-dropdown {
  visibility: visible;
  opacity: 1;
  top: 30px;
}
.rv-1-header__nav > ul > li.has-mega-menu {
  position: static;
}
.rv-1-header__nav > ul a {
  color: #383838;
  position: relative;
  padding-right: 15px;
  font-weight: 500;
}
.rv-1-header__nav > ul a:hover {
  padding-left: 15px;
  padding-right: 0;
}
.rv-1-header .sub-menu {
  border-radius: 10px;
  background: rgb(255, 255, 255);
  position: absolute;
  top: 100%;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  padding: 25px 20px;
  row-gap: 22px;
  left: 40%;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s cubic-bezier(0.6, 0, 0.4, 1);
  transform: rotateX(90deg) translate(-50%, 0);
  transform-origin: top;
  z-index: 10;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 991px) {
  .rv-1-header .sub-menu {
    position: static;
    transform: rotateX(0deg) translate(0, 0);
    padding: 0 15px;
    overflow: hidden;
    pointer-events: all;
    opacity: 1;
    box-shadow: none;
    background-color: #f4f4f4;
    border-radius: 0;
  }
}
.rv-1-header .sub-menu li {
  line-height: 1;
}
.rv-1-header .sub-menu a {
  color: var(--black);
  padding: 0 0;
  width: 100%;
}
.rv-1-header .sub-menu a::before {
  content: none;
}
.rv-1-header .sub-menu a:hover {
  padding: 0;
}
.rv-1-header .sub-menu.rv-mega-menu {
  display: grid;
  grid-template-columns: repeat(5, max-content);
  padding: 40px 30px;
  gap: 30px;
  border-radius: 0;
  top: auto;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
@media screen and (max-width: 1599px) {
  .rv-1-header .sub-menu.rv-mega-menu {
    grid-template-columns: repeat(4, max-content);
  }
}
@media screen and (max-width: 1399px) {
  .rv-1-header .sub-menu.rv-mega-menu {
    grid-template-columns: repeat(3, max-content);
  }
}
@media screen and (max-width: 991px) {
  .rv-1-header .sub-menu.rv-mega-menu {
    grid-template-columns: repeat(1, 100%);
    padding: 0 15px;
    outline: none;
    width: 100%;
  }
}
.rv-1-header .sub-menu.rv-mega-menu a {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.rv-1-header .sub-menu.rv-mega-menu a .icon {
  width: 34px;
  height: 34px;
  background-color: #222;
  border-radius: 6px;
  display: grid;
  place-content: center;
  color: var(--white-f);
  font-size: 15px;
  flex-shrink: 0;
}
.rv-1-header .sub-menu.rv-mega-menu a .title {
  font-size: 14px;
  margin-bottom: 4px;
}
.rv-1-header .sub-menu.rv-mega-menu a .sub-title {
  font-size: 12px;
  display: block;
  opacity: 0.8;
}
@media screen and (max-width: 479px) {
  .rv-1-header__btn {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .rv-1-header-nav__sidebar {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: rgb(255, 255, 255);
    position: fixed;
    height: 100%;
    z-index: 10;
    top: 0;
    right: 0;
    width: 300px;
    transform: translate(100%, 0);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    transition: 0.6s cubic-bezier(0.16, 0.71, 0.17, 1);
    overflow: auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  }
  .rv-1-header-nav__sidebar.active {
    transform: translate(0, 0);
  }
  .rv-1-header-nav__sidebar > * {
    padding: 15px 25px 30px;
  }
  .rv-1-header-nav__sidebar .sidebar-heading {
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 15px;
  }
  .rv-1-header-nav__sidebar .sidebar-heading img {
    max-width: 130px;
  }
}
.rv-1-header-mobile-menu-btn {
  background-color: var(--orange);
  border-color: var(--orange);
  border-radius: 14px;
  border-radius: 10px;
  padding: 0;
  text-align: center;
  aspect-ratio: 1;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .rv-1-header-mobile-menu-btn {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 479px) {
  .rv-1-header-mobile-menu-btn {
    height: 40px;
    border-radius: 10px;
  }
}
.rv-1-header-mobile-menu-btn:hover {
  color: var(--black);
}
.rv-1-header-mobile-menu-btn i {
  padding-left: 0;
}

.rv-2-menu-btn {
  position: fixed;
  top: 30px;
  left: 30px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: var(--white-f);
  font-size: 20px;
  z-index: 2;
  background-color: #292929;
}
@media screen and (max-width: 479px) {
  .rv-2-menu-btn {
    top: 20px;
    left: 20px;
    width: 45px;
    height: 45px;
  }
}
.rv-2-menu-btn i {
  pointer-events: none;
}

.rv-2-sidebar {
  background-color: var(--black-2);
  width: 315px;
  position: fixed;
  height: 100%;
  padding: 50px 40px;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 35px;
  transition: 0.6s cubic-bezier(0.16, 0.71, 0.17, 1);
  z-index: 2;
  overflow: visible;
}
@media screen and (max-width: 1599px) {
  .rv-2-sidebar {
    width: 270px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-2-sidebar {
    transform: translateX(-100%);
    overflow: auto;
  }
}
.rv-2-sidebar__nav > ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0;
}
.rv-2-sidebar__nav > ul a {
  color: var(--white-f);
  width: 100%;
}
.rv-2-sidebar__nav > ul a::before {
  background-color: #DAED1A;
}
.rv-2-sidebar__nav > ul a:hover {
  color: #DAED1A;
}
.rv-2-sidebar__nav > ul > li {
  line-height: normal;
  display: grid;
  grid-template-rows: max-content 0fr;
  transition: 0.4s ease;
}
.rv-2-sidebar__nav > ul > li:hover {
  grid-template-rows: max-content 1fr;
}
.rv-2-sidebar__nav > ul > li:hover .sub-menu {
  transform: translate(0, -10px);
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  .rv-2-sidebar__nav > ul > li:hover .sub-menu {
    transform: translate(0, 0px);
  }
}
@media screen and (max-width: 1199px) {
  .rv-2-sidebar__nav > ul > li:hover .sub-menu.rv-mega-menu {
    margin-top: 20px;
    padding: 25px 20px;
  }
}
@media screen and (max-width: 991px) {
  .rv-2-sidebar__nav > ul > li:hover .sub-menu.rv-mega-menu {
    padding: 15px 10px;
  }
}
.rv-2-sidebar__nav > ul > li .sub-menu {
  transform: translate(0, 10px);
  top: 0;
  right: 0;
  opacity: 0;
  overflow: hidden;
  background-color: #292929;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 20px;
}
@media screen and (max-width: 1199px) {
  .rv-2-sidebar__nav > ul > li .sub-menu {
    position: static;
  }
}
.rv-2-sidebar__nav > ul > li .sub-menu a {
  color: var(--white-f);
}
.rv-2-sidebar__nav > ul > li .sub-menu a:hover {
  color: #DAED1A;
}
.rv-2-sidebar__nav > ul > li .sub-menu.rv-mega-menu {
  row-gap: 0;
  padding: 25px 20px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 1199px) {
  .rv-2-sidebar__nav > ul > li .sub-menu.rv-mega-menu {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .rv-2-sidebar__nav > ul > li .sub-menu.rv-mega-menu {
    padding: 0 10px;
  }
}
.rv-2-sidebar__nav li {
  position: relative;
  line-height: normal;
}
.rv-2-sidebar__nav li::before {
  content: "";
  position: absolute;
  right: 0;
  background: linear-gradient(270deg, #DAED1A -0.71%, rgba(218, 237, 26, 0) 100%);
  width: 0;
  height: 2px;
  top: 50%;
  translate: 0 -50%;
  transition: 0.4s ease;
  opacity: 0;
}
.rv-2-sidebar__nav li.active::before {
  opacity: 1;
  width: 120px;
}
.rv-2-sidebar__nav li:not(:last-child) {
  margin-bottom: 28px;
}
@media screen and (max-width: 1199px) {
  .rv-2-sidebar.active {
    transform: translateX(0);
  }
}

.rv-3-header {
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.rv-3-header__nav > ul a {
  color: var(--white-f);
  font-weight: 300;
  font-family: var(--mulish);
}
@media screen and (max-width: 991px) {
  .rv-3-header__nav > ul a {
    color: var(--black);
  }
}
.rv-3-header__nav > ul a:hover {
  color: #a97240;
}
.rv-3-header__nav > ul a:hover::before {
  background-color: #a97240;
}
.rv-3-header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 991px) {
  .rv-3-header-right {
    gap: 30px;
    padding-right: 20px;
  }
}
.rv-3-header__actions {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 479px) {
  .rv-3-header__actions {
    display: none;
  }
}
.rv-3-header__actions button:first-child {
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.rv-3-header__sidebar-btn {
  min-width: 80px;
  height: 80px;
  background-color: #050505;
}
.rv-3-header.fixed .rv-3-header__nav > ul > li > a {
  color: var(--black);
}
.rv-3-header.fixed .rv-3-header__nav > ul > li > a:hover {
  color: #a97240;
}
.rv-3-header.fixed .rv-3-logo .logo-txt {
  color: var(--black);
}

.rv-3-mobile-menu-btn {
  background-color: #A98153;
  border-color: #A98153;
}

.rv-3-logo {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 479px) {
  .rv-3-logo {
    gap: 10px;
  }
}
.rv-3-logo .logo-img {
  width: 80px;
  height: 80px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 479px) {
  .rv-3-logo .logo-img {
    width: 60px;
    height: 60px;
  }
}
.rv-3-logo .logo-txt {
  color: var(--white-f);
  font-family: var(--newsreader);
  font-size: 26px;
  font-weight: 700;
}

.rv-4-header {
  padding: 0;
}
.rv-4-header-top {
  padding: 35px 0;
}
@media screen and (max-width: 1399px) {
  .rv-4-header-top {
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .rv-4-header-top {
    padding: 15px 0;
  }
}
.rv-4-header-top__action:hover {
  color: #a90e20;
}
.rv-4-header-bottom {
  border-block: 1px solid rgba(5, 5, 5, 0.1);
}
@media screen and (max-width: 991px) {
  .rv-4-header-bottom {
    padding: 12px 0;
  }
}
.rv-4-header-bottom .rv-search-modal-open-btn:hover {
  color: #a90e20;
}
.rv-4-header__nav > ul a:hover {
  color: #a90e20;
}
.rv-4-header__nav > ul a::before {
  background-color: #a90e20;
}

.rv-4-mobile-menu-btn {
  background-color: #a90e20;
  border-color: #a90e20;
  line-height: normal;
}

.rv-4-socials {
  display: flex;
  align-items: center;
  gap: 20px;
}
.rv-4-socials__title {
  color: #050505;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 479px) {
  .rv-4-socials__title {
    display: none;
  }
}
.rv-4-socials ul {
  display: flex;
  gap: 20px;
}
.rv-4-socials ul a {
  color: rgba(5, 5, 5, 0.3);
}
.rv-4-socials ul a:hover {
  color: var(--black-2);
}

.rv-5-header {
  padding: 18px 0;
}
@media screen and (max-width: 479px) {
  .rv-5-header {
    padding: 12px 0;
  }
}
.rv-5-header .rv-1-socials a {
  border-color: rgba(5, 5, 5, 0.1);
  color: rgba(5, 5, 5, 0.3);
  width: 35px;
  height: 35px;
  line-height: 34px;
  font-size: 14px;
}
.rv-5-header .rv-1-socials a:hover {
  background-color: #8E5B63;
  border-color: #8E5B63;
  color: var(--white-f);
}
@media screen and (max-width: 1199px) {
  .rv-5-header__nav > ul {
    gap: 20px;
  }
}
.rv-5-header__nav > ul a {
  padding-right: 0;
}
.rv-5-header__nav > ul a:hover {
  padding-left: 0;
  color: #8e5b63;
}
.rv-5-header__nav > ul a::before {
  content: none;
}
.rv-5-header__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 479px) {
  .rv-5-header__actions {
    gap: 14px;
  }
}
.rv-5-header__actions button .quantity {
  background-color: #8E5B63;
  position: absolute;
  top: -5px;
  color: #FFF;
  font-family: var(--mulish);
  font-size: 12px;
  font-weight: 500;
  aspect-ratio: 1;
  padding: 0 5px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.rv-5-header__actions button:hover {
  color: #8E5B63;
}
@media screen and (max-width: 479px) {
  .rv-5-header__actions button .txt {
    display: none;
  }
}

.rv-5-cart-btn {
  background: rgba(142, 91, 99, 0.2);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  position: relative;
}
.rv-5-cart-btn .quantity {
  background-color: #8E5B63;
  position: absolute;
  top: -5px;
  color: #FFF;
  font-family: var(--mulish);
  font-size: 12px;
  font-weight: 500;
  aspect-ratio: 1;
  padding: 0 5px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.rv-5-mobile-menu-btn {
  background-color: #8e5b63;
  border-color: #8E5B63;
}

.rv-6-header {
  padding: 0;
  border-bottom: 1px solid rgba(5, 5, 5, 0.1);
  background-color: #f5f5f5;
}
@media screen and (min-width: 1400px) {
  .rv-6-header .container {
    max-width: 1920px;
  }
}
.rv-6-header__logo {
  padding: 20px 40px;
  border-right: 1px solid rgba(5, 5, 5, 0.1);
  display: inline-block;
}
@media screen and (max-width: 1399px) {
  .rv-6-header__logo {
    padding: 20px;
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .rv-6-header__logo {
    width: auto;
  }
}
.rv-6-header__nav > ul a {
  color: #050505;
  font-size: 15px;
  text-transform: uppercase;
}
.rv-6-header__nav > ul a:hover {
  color: #F2584C;
}
.rv-6-header__right {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.rv-6-header__right button {
  height: 100%;
  padding: 0 30px;
  font-size: 20px;
  border-left: 1px solid rgba(5, 5, 5, 0.1);
}
.rv-6-header__right button:hover {
  color: #F2584C;
}
.rv-6-header__right button.rv-6-header__sidebar-btn {
  font-size: 25px;
  text-align: end;
  padding: 0 90px;
}
@media screen and (max-width: 1399px) {
  .rv-6-header__right button.rv-6-header__sidebar-btn {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-6-header__right button.rv-6-header__sidebar-btn {
    padding: 0 30px;
  }
}
.rv-6-header__right button.rv-1-header-mobile-menu-btn {
  padding: 0 18px;
  height: auto;
  color: var(--white-f);
}

.rv-7-header {
  padding: 0;
}
.rv-7-header-top {
  padding: 10px 0;
}
.rv-7-header-top__txt {
  font-weight: 600;
  font-family: var(--mulish);
  font-size: 14px;
}
.rv-7-header-top__txt i {
  color: #4962FB;
  margin-right: 5px;
  font-size: 18px;
}
.rv-7-header-top__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 575px) {
  .rv-7-header-top__actions {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.rv-7-header-top__actions > * {
  border: none;
  font-family: var(--mulish);
  font-weight: 600;
  font-size: 14px;
}
.rv-7-header-top__actions > *:not(:first-child) {
  border-left: 1px solid rgba(5, 5, 5, 0.1);
  padding-left: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 1199px) {
  .rv-7-header-top__actions > *:not(:first-child) {
    padding-left: 15px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .rv-7-header-top__actions > *:not(:first-child) {
    padding-left: 10px;
    margin-left: 10px;
  }
}
.rv-7-header-top__actions > *:focus {
  outline: none;
}
.rv-7-header-top__actions select {
  background-color: transparent;
}
.rv-7-header-bottom {
  padding: 18px 0;
  border-top: 1px solid rgba(5, 5, 5, 0.1);
}
.rv-7-header-bottom.fixed {
  padding: 12px 0;
}
.rv-7-header-bottom-left {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .rv-7-header-bottom-left {
    justify-content: center;
  }
}
.rv-7-header-bottom-right {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: flex-end;
}
@media screen and (max-width: 479px) {
  .rv-7-header-bottom-right {
    justify-content: center;
  }
}
@media screen and (max-width: 479px) {
  .rv-7-header-bottom-right {
    flex-direction: column;
    row-gap: 15px;
  }
}
.rv-7-header-bottom-right__actions {
  display: flex;
  gap: 25px;
  font-size: 20px;
}
.rv-7-header-bottom-right__actions button {
  width: auto;
  height: auto;
  background-color: transparent;
}
.rv-7-header-bottom-right__actions button:hover {
  color: #4962FB;
}
.rv-7-header-bottom-right__actions button .quantity {
  background-color: #4962FB;
  right: -13px;
}
.rv-7-header-bottom .rv-7-mobile-menu-btn {
  background-color: #4962FB;
  border-color: #4962FB;
  height: 40px;
  line-height: normal;
}
.rv-7-header-bottom .rv-7-mobile-menu-btn:hover {
  background-color: var(--white-f);
}
.rv-7-header__logo {
  padding-right: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .rv-7-header__logo {
    padding-right: 0;
  }
}
.rv-7-header__logo::before {
  content: "";
  position: absolute;
  right: 0;
  height: 20px;
  width: 1px;
  background-color: rgba(5, 5, 5, 0.2);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .rv-7-header__logo::before {
    content: none;
  }
}
.rv-7-header__nav {
  padding-left: 24px;
}
.rv-7-header__nav > ul {
  gap: 30px;
  row-gap: 12px;
}
.rv-7-header__nav > ul a {
  padding-right: 0;
  font-family: var(--mulish);
  font-weight: 500;
  color: var(--black);
}
.rv-7-header__nav > ul a:hover {
  padding-left: 0;
  color: #4962FB;
}
.rv-7-header__nav > ul a::before {
  content: none;
}
@media screen and (max-width: 1199px) {
  .rv-7-header-search-modal {
    opacity: 0;
    transform: scale(1.2);
    pointer-events: none;
    transition: 0.4s ease;
    position: fixed;
    inset: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.8);
    display: grid;
    place-content: center;
  }
}
.rv-7-header-search-modal.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
}
.rv-7-header-search-modal.active .rv-7-search-modal-close-btn {
  opacity: 1;
  pointer-events: all;
}
.rv-7-header-search {
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: 30px;
  padding: 0 15px;
  height: 45px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .rv-7-header-search {
    background-color: var(--white-f);
  }
}
.rv-7-header-search input {
  padding: 0 8px;
  width: 100%;
}
.rv-7-header-search button {
  font-size: 20px;
}
.rv-7-header-search button:hover {
  color: #4962FB;
}

.rv-7-search-modal-open-btn {
  font-size: 20px;
}
.rv-7-search-modal-open-btn:hover {
  color: #4962FB;
}

.rv-7-search-modal-close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--white-f);
  opacity: 0;
  pointer-events: none;
}
.rv-7-search-modal-close-btn:hover {
  background-color: var(--white-f);
  color: var(--black);
}

@media screen and (min-width: 1400px) {
  .rv-8-header .container {
    max-width: 1600px;
  }
}
.rv-8-header-top__txt {
  justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  .rv-8-header-top__txt {
    justify-content: center;
  }
}
.rv-8-header-socials {
  display: flex;
  align-items: center;
  gap: 18px;
}
.rv-8-header-socials h6 {
  margin-bottom: 0;
  font-weight: 600;
  font-family: var(--mulish);
}
.rv-8-header-socials a {
  color: rgba(5, 5, 5, 0.3);
}
.rv-8-header-socials a:hover {
  color: #4962FB;
}
.rv-8-header-lang select {
  border: none;
}
.rv-8-header-top__infos.rv-7-header-top__actions {
  row-gap: 10px;
}
@media screen and (max-width: 575px) {
  .rv-8-header-top__infos.rv-7-header-top__actions > * {
    border: none;
  }
}
.rv-8-header-contact-info {
  margin-bottom: 0;
  font-family: var(--mulish);
  font-size: 15px;
  font-weight: 500;
  color: rgba(5, 5, 5, 0.6);
}
.rv-8-header-contact-info i {
  color: #4962FB;
  margin-right: 10px;
}
.rv-8-header__nav > ul a:hover {
  color: #4962FB;
}
.rv-8-header__nav > ul a::before {
  background-color: #4962FB;
}
.rv-8-header-search {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(5, 5, 5, 0.18);
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .rv-8-header-search {
    background-color: transparent;
    border-color: var(--white-f);
  }
  .rv-8-header-search input {
    color: var(--white-f);
  }
  .rv-8-header-search input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  .rv-8-header-search input::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  .rv-8-header-search button {
    color: var(--white-f);
  }
}

.rv-8-mobile-menu-btn {
  background-color: #4962FB;
  border-color: #4962FB;
}

.rv-9-header-top {
  background-color: #65AB03;
  padding: 12px 0;
}
.rv-9-header-top select {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .rv-9-header-top__actions {
    justify-content: center;
  }
}
@media screen and (max-width: 479px) {
  .rv-9-header-top__actions {
    row-gap: 10px;
  }
}
.rv-9-header-top .rv-8-header-contact-info {
  color: rgba(255, 255, 255, 0.7);
}
.rv-9-header-top .rv-8-header-contact-info i {
  color: var(--white-f);
}
.rv-9-header-socials {
  color: var(--white-f);
}
@media screen and (max-width: 767px) {
  .rv-9-header-socials {
    justify-content: center;
  }
}
.rv-9-header-socials a {
  color: rgba(255, 255, 255, 0.6);
}
.rv-9-header-socials a:hover {
  color: var(--white-f);
}
.rv-9-header-bottom {
  padding: 20px 0;
}
@media screen and (max-width: 1199px) {
  .rv-9-header-bottom.fixed {
    padding: 15px 0;
  }
}
@media screen and (max-width: 479px) {
  .rv-9-header-bottom__right {
    flex-direction: row;
    justify-content: flex-end;
    gap: 15px;
  }
}
.rv-9-header-bottom__right .rv-7-search-modal-open-btn:hover {
  color: #65AB03;
}
.rv-9-header__nav > ul a:hover {
  color: #65AB03;
}

.rv-9-mobile-menu-btn {
  background-color: #65AB03;
  border-color: #65AB03;
}

.rv-10-header-top {
  padding: 7px 0;
  background-color: var(--black);
  color: var(--white-f);
}
.rv-10-header-top .rv-8-header-contact-info {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  border-color: rgba(255, 255, 255, 0.14);
}
.rv-10-header-top .rv-8-header-contact-info i {
  color: var(--white-f);
}
.rv-10-header-top .rv-8-header-contact-info a:hover {
  color: #EFC329;
}
.rv-10-header-top__actions {
  row-gap: 10px;
}
.rv-10-header-socials a {
  color: rgba(255, 255, 255, 0.4);
}
.rv-10-header-socials a:hover {
  color: var(--white-f);
}
.rv-10-header form select {
  color: var(--white-f);
}
.rv-10-header form select option {
  background-color: var(--black);
}
.rv-10-header__nav > ul a:hover {
  color: #EFC329;
}
.rv-10-header__nav > ul a:hover::before {
  background-color: #EFC329;
}
@media screen and (max-width: 991px) {
  .rv-10-header-bottom-right {
    gap: 10px;
  }
}
@media screen and (max-width: 479px) {
  .rv-10-header-bottom-right {
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1399px) {
  .rv-10-header-bottom-right .rv-10-search-btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .rv-10-header-bottom-right .rv-10-search-btn {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-10-header-bottom-right .rv-10-search-btn .txt {
    display: none;
  }
}
.rv-10-header-bottom-right .rv-10-search-btn:hover {
  color: #EFC329;
}
.rv-10-header .rv-10-def-btn {
  height: 45px;
  line-height: 40px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .rv-10-header .rv-10-def-btn {
    height: 40px;
    line-height: 37px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 479px) {
  .rv-10-header .rv-10-def-btn {
    display: none;
  }
}

.rv-10-mobile-menu-btn {
  background-color: #EFC329;
  color: var(--black);
  border-color: #EFC329;
}

.rv-11-header-top {
  padding: 10px 0;
}
.rv-11-header-top .rv-8-header-contact-info i {
  font-size: 16px;
}
.rv-11-header-bottom {
  padding: 10px 0;
}
.rv-11-header-bottom-right {
  gap: 40px;
}
@media screen and (max-width: 1399px) {
  .rv-11-header-bottom-right {
    gap: 20px;
  }
}
@media screen and (max-width: 479px) {
  .rv-11-header-bottom-right {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.rv-11-header-bottom-right .rv-5-about__call-icon {
  color: var(--black);
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  .rv-11-header-bottom-right .rv-5-about__call-icon {
    display: none;
  }
}
.rv-11-header-bottom-right .rv-5-about__call-txt h6 {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(5, 5, 5, 0.6);
  margin-bottom: 4px;
}
.rv-11-header-bottom-right .rv-5-about__call-txt a {
  color: var(--black);
  font-weight: 700;
  font-size: 15px;
}
@media screen and (max-width: 1199px) {
  .rv-11-header-bottom-right .rv-11-def-btn {
    padding: 0 25px;
  }
}
.rv-11-header__call a:hover {
  color: #a97240;
}
.rv-11-header__nav > ul a::before {
  background-color: #A98153;
}
.rv-11-header__nav > ul a:hover {
  color: #A98153;
}

.rv-11-mobile-menu-btn {
  background-color: #A98153;
  border-color: #A98153;
}

.rv-12-header__nav > ul a:hover {
  color: #65AB03;
}
.rv-12-header__nav > ul a::before {
  background-color: #65AB03;
}
.rv-12-header__search-btn {
  font-size: 18px;
}
.rv-12-header__search-btn:hover {
  color: #509E0F;
}
@media screen and (max-width: 1399px) {
  .rv-12-header__actions {
    gap: 15px;
  }
}
.rv-12-header__actions button:hover {
  color: #509e0f;
}
.rv-12-header__actions .rv-5-cart-btn {
  background-color: rgba(80, 159, 15, 0.1);
}
.rv-12-header__actions .rv-5-cart-btn .quantity {
  background-color: #509E0F;
}
.rv-12-header-login {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(5, 5, 5, 0.6);
  font-family: var(--mulish);
  font-size: 14px;
  font-weight: 500;
  line-height: 128.571%;
}
.rv-12-header-login .rv-5-cart-btn {
  text-align: center;
  line-height: 38px;
}
@media screen and (max-width: 1199px) {
  .rv-12-header-login__txt {
    display: none;
  }
}
.rv-12-header-login span {
  display: block;
}
.rv-12-header-login a {
  color: #050505;
  font-size: 16px;
  font-weight: 700;
  line-height: 128.571%;
}
.rv-12-header-login a:hover {
  color: #509E0F;
}

.rv-12-mobile-menu-btn {
  background-color: rgba(80, 159, 15, 0.1);
  border-color: rgba(80, 159, 15, 0.1);
  border: none;
  color: var(--black);
  border-radius: 50%;
}
.rv-12-mobile-menu-btn:hover {
  background-color: rgba(80, 159, 15, 0.1);
}

@media screen and (min-width: 1400px) {
  .rv-13-header .container {
    max-width: 1600px;
  }
}
.rv-13-header__nav > ul a:hover {
  color: #AB8E66;
}
.rv-13-header-bottom-right__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .rv-13-header-bottom-right__actions {
    gap: 15px;
  }
}
.rv-13-header-bottom-right__actions button:hover {
  color: #AB8E66;
}
.rv-13-header-bottom-right__actions .rv-5-cart-btn .quantity {
  background-color: #AB8E66;
}
.rv-13-header .rv-3-def-btn {
  background-color: #AB8E66;
  border-color: #AB8E66;
  font-size: 16px;
  margin-left: 20px;
  height: 45px;
  line-height: 43px;
}
.rv-13-header .rv-3-def-btn:hover {
  background-color: transparent;
}

.rv-14-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.rv-14-header-top {
  background: rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}
.rv-14-header-top__actions {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .rv-14-header-top__actions {
    justify-content: center;
    row-gap: 10px;
  }
}
.rv-14-header-top__actions .rv-8-header-contact-info a:hover {
  color: #E64209;
}
@media screen and (max-width: 767px) {
  .rv-14-header-top-form {
    justify-content: center;
  }
}
.rv-14-header-top-form select {
  color: var(--white-f);
}
.rv-14-header-top-form option {
  color: var(--black);
}
.rv-14-header-bottom {
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.rv-14-header-bottom.fixed {
  border-color: transparent;
  background-color: #164e5d;
}
@media screen and (max-width: 1199px) {
  .rv-14-header-bottom-right {
    gap: 20px;
  }
}
@media screen and (max-width: 479px) {
  .rv-14-header-bottom-right {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.rv-14-header-bottom-right .rv-3-def-btn {
  height: 40px;
  line-height: 37px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}
@media screen and (max-width: 1199px) {
  .rv-14-header-bottom-right .rv-3-def-btn {
    padding: 0 18px;
  }
}
.rv-14-header-bottom-right .rv-3-def-btn:hover {
  background-color: var(--white-f);
}
.rv-14-header-bottom-right__actions button {
  color: var(--white-f);
}
.rv-14-header-bottom-right__actions button:hover {
  color: #E64209;
}
.rv-14-header__nav > ul {
  gap: 35px;
}
@media screen and (max-width: 991px) {
  .rv-14-header__nav > ul {
    gap: 12px;
  }
}
.rv-14-header__nav > ul a {
  color: var(--white-f);
}
.rv-14-header__nav > ul a:hover {
  color: #E64209;
}
@media screen and (max-width: 991px) {
  .rv-14-header .rv-1-header-nav__sidebar {
    background-color: #164e5d;
  }
}
@media screen and (max-width: 991px) {
  .rv-14-header .rv-1-header-nav__sidebar .sub-menu {
    background-color: #0d4351;
  }
}
@media screen and (max-width: 991px) {
  .rv-14-header .rv-1-header-nav__sidebar .sub-menu a {
    color: var(--white-f);
  }
}
.rv-14-header .rv-1-header-nav__sidebar .sub-menu a:hover {
  color: #E64209;
}

.rv-14-mobile-menu-btn {
  height: 40px;
  line-height: 37px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}

.rv-inner-header {
  box-shadow: 0px 1px 2px 0px rgba(11, 23, 40, 0.1);
  position: relative;
}
.rv-inner-header__nav > ul a:hover {
  color: #794AFF;
}
.rv-inner-header__nav > ul a:hover::before {
  background-color: #794AFF;
}
@media screen and (max-width: 991px) {
  .rv-inner-header-right-btns {
    margin-right: 15px;
  }
}
@media screen and (max-width: 575px) {
  .rv-inner-header-right-btns {
    margin-right: 10px;
  }
}
.rv-inner-header-right-btns a {
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  font-weight: 600;
  color: var(--black);
  text-transform: capitalize;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .rv-inner-header-right-btns a {
    height: 40px;
    line-height: 37px;
  }
}
.rv-inner-header-right-btns a:hover {
  color: #794AFF;
}
.rv-inner-header-right-btns a i {
  padding-right: 5px;
}
.rv-inner-header-right-btns a:last-child {
  background-color: var(--black);
  padding: 0 30px;
  border-radius: 6px;
  color: var(--white-f);
  margin-right: 0;
  border: 1px solid var(--black);
}
@media screen and (max-width: 767px) {
  .rv-inner-header-right-btns a:last-child {
    padding: 0 25px;
  }
}
@media screen and (max-width: 575px) {
  .rv-inner-header-right-btns a:last-child {
    padding: 0 20px;
  }
}
.rv-inner-header-right-btns a:last-child:hover {
  background-color: transparent;
  color: var(--black);
  border-color: #794AFF;
}

.rv-inner-mobile-menu-btn {
  background-color: #794AFF;
  border-color: #794AFF;
}

.rv-15-header-right-btns a:last-child {
  border-radius: 0;
  line-height: 43px;
}
@media screen and (max-width: 1199px) {
  .rv-15-header-right-btns a:last-child {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .rv-15-header-right-btns a:last-child {
    line-height: 37px;
  }
}
.rv-15-header-right-btns a:last-child:hover {
  border-color: var(--black);
}
.rv-15-header-right-btns a:hover {
  color: #f35b04;
}

.rv-15-mobile-menu-btn {
  height: 45px;
  color: #fff;
  border-radius: 0;
  border: 1px solid #f35b04;
}
@media screen and (max-width: 767px) {
  .rv-15-mobile-menu-btn {
    height: 40px;
  }
}
.rv-15-mobile-menu-btn:hover {
  background-color: transparent;
}

.rv-16-header {
  position: absolute;
  width: 100%;
  z-index: 10;
  background-color: rgba(2, 2, 8, 0.3);
}
.rv-16-header.fixed {
  background-color: var(--black);
}
.rv-16-header::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}
.rv-16-header-right-btns {
  display: flex;
  align-items: center;
  gap: 35px;
}
.rv-16-header-right-btns a:last-child {
  border: 1.5px solid rgba(255, 255, 255, 0.14);
  background-color: transparent;
}
.rv-16-header-right-btns a:last-child:hover {
  background-color: #dfe11b;
  border-color: #dfe11b;
}
@media screen and (max-width: 991px) {
  .rv-16-header .rv-1-header-nav__sidebar {
    background-color: rgba(2, 2, 8, 0.8);
  }
}
.rv-16-header__nav > ul a {
  color: var(--white-f);
}
.rv-16-header__nav > ul a:hover {
  color: #dfe11b;
}
.rv-16-header__nav > ul a:hover::before {
  background-color: #dfe11b;
}

.rv-16-cart-btn {
  background-color: transparent;
  color: var(--white-f);
  font-size: 20px;
  width: auto;
  height: auto;
}
.rv-16-cart-btn:hover {
  color: #dfe11b;
}
.rv-16-cart-btn .quantity {
  right: -8px;
  border: none;
  background-color: #dfe11b;
  color: var(--black);
}

.rv-16-mobile-menu-btn {
  background-color: #dfe11b;
  border-color: #dfe11b;
  color: var(--black);
}

.rv-17-header {
  position: relative;
  background-color: #020208;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.14);
}
.rv-17-header.fixed {
  background-color: #020208;
}
.rv-17-header-right-btns {
  display: flex;
  align-items: center;
}
.rv-17-header-right-btns > *:not(:last-child) {
  margin-right: 20px;
}
.rv-17-header-right-btns a {
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0 30px;
  color: var(--white-f);
  line-height: 43px;
}
.rv-17-header-right-btns a:hover {
  background-color: #DFE11B;
  border-color: #DFE11B;
  color: var(--black);
}
.rv-17-header-right-btns .rv-17-sidebar-btn {
  padding-left: 20px;
  line-height: 1;
  color: var(--white-f);
  font-size: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.rv-17-header-right-btns .rv-17-sidebar-btn:hover {
  color: #DFE11B;
}

.rv-17-mobile-menu-btn {
  background-color: #DFE11B;
  border-color: #DFE11B;
  color: var(--black);
}

.rv-18-header__nav > ul a:hover {
  color: #1c74e9;
}
.rv-18-header__nav > ul a:hover::before {
  background-color: #1c74e9;
}
.rv-18-header-right-btns a:hover {
  color: #1c74e9;
}
.rv-18-header-right-btns a:last-child {
  background-color: var(--white-f);
  color: var(--black);
  border: 1px solid rgba(20, 33, 55, 0.24);
}
.rv-18-header-right-btns a:last-child:hover {
  background-color: var(--black);
  color: var(--white-f);
}

.rv-19-logo {
  padding-top: 7px;
  padding-left: 40px;
}
@media screen and (max-width: 991px) {
  .rv-19-logo {
    padding: 0;
  }
}

.rv-19-header {
  padding: 0;
  background: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
@media screen and (max-width: 991px) {
  .rv-19-header {
    padding: 12px;
  }
}
.rv-19-header.fixed {
  background-color: #020208;
  padding: 15px;
}
.rv-19-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
}
@media screen and (max-width: 1199px) {
  .rv-19-header-right {
    gap: 25px;
  }
}
.rv-19-header-right-btns {
  gap: 50px;
}
@media screen and (max-width: 1399px) {
  .rv-19-header-right-btns {
    gap: 35px;
  }
}
@media screen and (max-width: 575px) {
  .rv-19-header-right-btns {
    margin-right: 25px;
  }
}
.rv-19-header-right-btns .left {
  display: flex;
  align-items: center;
  gap: 25px;
}
.rv-19-header-right-btns a,
.rv-19-header-right-btns a:last-child {
  height: 52px;
  line-height: 48px;
  padding: 0 35px;
  background-color: #DFE11B;
  color: var(--black);
}
@media screen and (max-width: 1399px) {
  .rv-19-header-right-btns a,
  .rv-19-header-right-btns a:last-child {
    padding: 0 25px;
  }
}
@media screen and (max-width: 991px) {
  .rv-19-header-right-btns a,
  .rv-19-header-right-btns a:last-child {
    height: 45px;
    line-height: 43px;
  }
}
@media screen and (max-width: 767px) {
  .rv-19-header-right-btns a,
  .rv-19-header-right-btns a:last-child {
    height: 40px;
    line-height: 37px;
  }
}
.rv-19-header-right-btns a:hover,
.rv-19-header-right-btns a:last-child:hover {
  background-color: transparent;
  color: var(--white-f);
}

.rv-20-header-top {
  background-color: #2D6A4F;
  padding: 12px;
  color: var(--white-f);
}
.rv-20-header-top__actions {
  row-gap: 8px;
}
.rv-20-header-top__actions > * {
  color: rgba(255, 255, 255, 0.7);
}
.rv-20-header-top__actions > *:not(:first-child) {
  border-color: rgba(255, 255, 255, 0.14);
}
.rv-20-header-top__actions > * i {
  color: var(--white-f);
}
.rv-20-header-top__actions button:hover,
.rv-20-header-top__actions a:hover {
  color: var(--white-f);
}
.rv-20-header__nav > ul a:hover {
  color: #2D6A4F;
}
.rv-20-header__nav > ul a::before {
  background-color: #2D6A4F;
}
.rv-20-header-bottom {
  padding: 20px 0;
}
.rv-20-header-bottom-right-btns a:last-child {
  background-color: #2D6A4F;
  border-color: #2D6A4F;
}

.rv-20-mobile-menu-btn {
  background-color: #2d6a4f;
  border-color: #2d6a4f;
  border-radius: 0;
}

.rv-21-header-top {
  background-color: #F7693D;
  color: var(--white-f);
}
.rv-21-header-top .rv-7-header-top__txt span {
  background-color: var(--white-f);
  color: var(--black);
  font-family: var(--mulish);
  font-size: 14px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .rv-21-header-top__actions {
    justify-content: center;
  }
}
@media screen and (max-width: 479px) {
  .rv-21-header-top__actions {
    row-gap: 8px;
  }
}
.rv-21-header-top__actions > * {
  color: var(--white-f);
}
.rv-21-header-top__actions > * i {
  color: var(--white-f);
}
.rv-21-header-top__actions > *:not(:first-child) {
  border-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1399px) {
  .rv-21-header-top__actions > *:not(:first-child) {
    padding-left: 10px;
    margin-left: 10px;
  }
}
.rv-21-header-top__actions option {
  color: var(--black);
}

.rv-22-header-left {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1399px) {
  .rv-22-header-left {
    gap: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-22-header-left {
    gap: 10px;
  }
}
.rv-22-header__call {
  padding-left: 40px;
  border-left: 1px solid rgba(4, 14, 31, 0.2);
}
@media screen and (max-width: 1399px) {
  .rv-22-header__call {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-22-header__call {
    padding-left: 13px;
  }
}
.rv-22-header__call .rv-5-about__call-icon {
  width: 40px;
  height: 40px;
  line-height: 38px;
  color: var(--black);
  font-size: 16px;
}
.rv-22-header__call .rv-5-about__call-txt h6 {
  font-size: 13px;
  margin-bottom: 5px;
}
.rv-22-header__call a:hover {
  color: #b38d3f;
}
@media screen and (max-width: 1399px) {
  .rv-22-header__nav > ul {
    gap: 15px;
  }
}
.rv-22-header__nav > ul a::before {
  background-color: #b38d3f;
}
.rv-22-header__nav > ul a:hover {
  color: #b38d3f;
}
@media screen and (max-width: 991px) {
  .rv-22-header-bottom-right {
    gap: 20px;
  }
}
@media screen and (max-width: 479px) {
  .rv-22-header-bottom-right {
    flex-direction: row;
  }
}
.rv-22-header-bottom-right button:hover {
  color: #b38d3f;
}

.rv-22-mobile-menu-btn {
  background-color: #b38d3f;
  border-color: #b38d3f;
}

.rv-23-header {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.rv-23-header.fixed {
  background-color: #202731;
}
.rv-23-header-left {
  display: flex;
  align-items: center;
  gap: 123px;
}
@media screen and (max-width: 1399px) {
  .rv-23-header-left {
    gap: 93px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-23-header-left {
    gap: 63px;
  }
}
@media screen and (max-width: 991px) {
  .rv-23-header .rv-1-header-nav__sidebar {
    background-color: #202731;
  }
}
.rv-23-header__nav > ul a::before {
  background-color: #3ba52d;
}
.rv-23-header__nav > ul a:hover {
  color: #3ba52d;
}
.rv-23-header__nav > ul a:hover::before {
  background-color: #3ba52d;
}
@media screen and (max-width: 1199px) {
  .rv-23-header-right-btns {
    gap: 20px;
  }
}
.rv-23-header-right-btns button:hover {
  color: #3ba52d;
}
.rv-23-header-right-btns a {
  color: rgba(255, 255, 255, 0.7);
}
.rv-23-header-right-btns a i {
  color: var(--white-f);
}
.rv-23-header-right-btns a:hover {
  color: #3ba52d;
}

.rv-23-mobile-menu-btn {
  background-color: #3ba52d;
  border-color: #3ba52d;
}
.rv-23-mobile-menu-btn:hover {
  color: var(--white-f);
  background-color: transparent;
}

.rv-24-header {
  position: absolute;
  z-index: 22;
  width: 100%;
  box-shadow: none;
}
.rv-24-header.fixed {
  background-color: var(--black);
}
@media screen and (max-width: 991px) {
  .rv-24-header .rv-1-header-nav__sidebar {
    background-color: #142226;
  }
}
.rv-24-header__nav > ul a {
  color: var(--white-f);
}
.rv-24-header__nav > ul a::before {
  background-color: #ecb774;
}
.rv-24-header__nav > ul a:hover {
  color: #ecb774;
}
.rv-24-header-right-btns a:last-child {
  background-color: #A58051;
  border-color: #A58051;
  font-family: var(--mulish);
  height: 50px;
  line-height: 47px;
}
@media screen and (max-width: 991px) {
  .rv-24-header-right-btns a:last-child {
    height: 45px;
    line-height: 43px;
  }
}
@media screen and (max-width: 767px) {
  .rv-24-header-right-btns a:last-child {
    height: 40px;
    line-height: 37px;
  }
}
.rv-24-header-right-btns a:last-child:hover {
  color: var(--white-f);
  border-color: #A58051;
}

.rv-24-mobile-menu-btn {
  background-color: #a58051;
  border-color: #a58051;
}
.rv-24-mobile-menu-btn:hover {
  background-color: transparent;
  color: var(--white-f);
}

.rv-25-header {
  padding: 0;
}
.rv-25-header-top {
  padding: 12px 0;
  background-color: #020208;
}
.rv-25-header-top__actions {
  row-gap: 12px;
}
.rv-25-header-bottom {
  position: absolute;
  z-index: 22;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.rv-25-header-bottom.fixed {
  background-color: #1C312C;
}
.rv-25-header-bottom-left {
  display: flex;
  gap: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}
@media screen and (max-width: 1199px) {
  .rv-25-header-bottom-right__actions {
    gap: 18px;
  }
}
@media screen and (max-width: 991px) {
  .rv-25-header-bottom-right__actions {
    padding-right: 15px;
  }
}
.rv-25-header-bottom-right__actions a {
  color: var(--white-f);
}
.rv-25-header-bottom-right__actions a i {
  padding-right: 8px;
}
.rv-25-header-bottom-right__actions a:hover {
  color: #A07549;
  background-color: transparent;
}
@media screen and (max-width: 1199px) {
  .rv-25-header-bottom-right__actions .rv-3-def-btn {
    padding: 0 20px;
  }
}
.rv-25-header .rv-1-header-nav__sidebar {
  background-color: #1c312c;
}
.rv-25-header__nav > ul > li {
  line-height: 80px;
}
@media screen and (max-width: 991px) {
  .rv-25-header__nav > ul > li {
    line-height: normal;
  }
}
.rv-25-header__nav > ul a {
  color: var(--white-f);
}
.rv-25-header__nav > ul a::before {
  background-color: #A07549;
}
.rv-25-header__nav > ul a:hover {
  color: #A07549;
}

.rv-25-logo {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  padding: 15px 0;
  padding-right: 40px;
}
@media screen and (max-width: 1199px) {
  .rv-25-logo {
    padding-right: 20px;
  }
}

.rv-25-mobile-menu-btn {
  background-color: #a97240;
  border-color: #a97240;
}
.rv-25-mobile-menu-btn:hover {
  background-color: transparent;
  color: var(--white-f);
}

.rv-soft-dropdown {
  position: absolute;
  top: 100px;
  background-color: whitesmoke;
  width: 185px;
  line-height: 45px;
  border-radius: 10px;
  left: -100%;
  padding: 10px 20px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all;
}
@media screen and (max-width: 991px) {
  .rv-soft-dropdown {
    left: -15px;
  }
}
.rv-soft-dropdown li {
  transition: 0.3s all;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.rv-soft-dropdown li:last-child {
  border-bottom: none;
}
.rv-soft-dropdown li a {
  color: #636467 !important;
  text-transform: capitalize !important;
}
.rv-soft-dropdown li:hover a {
  padding-left: 10px;
  color: #0A2540 !important;
}
.rv-soft-dropdown li::after {
  display: none;
}

.sub-menu {
  border-radius: 10px;
  background: rgb(255, 255, 255);
  position: absolute;
  top: 100%;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  padding: 25px 20px;
  row-gap: 22px;
  left: 40%;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s cubic-bezier(0.6, 0, 0.4, 1);
  transform: rotateX(90deg) translate(-50%, 0);
  transform-origin: top;
  z-index: 10;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 991px) {
  .sub-menu {
    position: static;
    transform: rotateX(0deg) translate(0, 0);
    padding: 0 15px;
    overflow: hidden;
    pointer-events: all;
    opacity: 1;
    box-shadow: none;
    background-color: #f4f4f4;
    border-radius: 0;
  }
}
.sub-menu li {
  line-height: 1;
}
.sub-menu a {
  color: var(--black);
  padding: 0 0;
  width: 100%;
}
.sub-menu a::before {
  content: none;
}
.sub-menu a:hover {
  padding: 0;
}

@media screen and (max-width: 575px) {
  .hide-for-devices {
    display: none;
  }
}

.show-for-devices {
  display: none;
}
@media screen and (max-width: 575px) {
  .show-for-devices {
    display: block;
    margin-left: 25px;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.rv-arrow-icon {
  position: relative;
}
.rv-arrow-icon::after {
  content: "";
  position: absolute;
  top: 45%;
  right: -11px;
  transform: translateY(-65%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #606060;
  border-right: 2px solid #606060;
  border-radius: 0 0 3px 0;
  transition: 0.3s all;
  background-color: transparent;
  box-shadow: none;
  color: black;
}

/* ====== search field ======= */
.search-field {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.search-field .search {
  display: flex;
  justify-content: center;
  width: 80%;
}
.search-field .search .close-btn {
  position: absolute;
  top: 50px;
  right: 50px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #FFAA17;
  color: white;
}
.search-field .search form {
  display: flex;
  width: 70%;
  height: 60px;
  border-radius: 10px;
  border: 1px solid rgba(5, 5, 5, 0.1);
  overflow: hidden;
  transform: scale(0);
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .search-field .search form {
    display: grid;
    height: 100px;
    width: 100%;
  }
}
.search-field .search form input {
  width: 100%;
  padding: 0 20px;
  background: white;
  border: 0;
  transition: 0.4s ease;
}
@media screen and (max-width: 767px) {
  .search-field .search form input {
    border-radius: 10px;
  }
}
.search-field .search form button {
  padding: 0 25px;
  border: none;
  color: black;
  background-color: #FFAA17;
}
@media screen and (max-width: 767px) {
  .search-field .search form button {
    border-radius: 10px;
    margin-top: 10px;
  }
}
.search-field.active {
  visibility: visible;
  opacity: 1;
}
.search-field.active .search form {
  transform: scale(1);
}

.rv-31-header {
  background-color: #1B1B1B;
}
.rv-31-header.fixed {
  background-color: rgba(0, 0, 0, 0.9);
}
.rv-31-header.fixed .rv-31-menu {
  margin: 10px 0;
}

.rv-31-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: #292929;
  border: 2px solid black;
  margin-top: 20px;
  border-radius: 50px;
}
@media screen and (max-width: 575px) {
  .rv-31-menu {
    padding: 10px;
  }
}
@media screen and (max-width: 575px) {
  .rv-31-menu .rv-31-logo img {
    max-width: 160px;
  }
}
@media screen and (max-width: 479px) {
  .rv-31-menu .rv-31-logo img {
    max-width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .rv-31-menu .rv-1-header-nav__sidebar {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.rv-31-menu .rv-31-menu-list__ul {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .rv-31-menu .rv-31-menu-list__ul {
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .rv-31-menu .rv-31-menu-list__ul {
    align-items: start;
    gap: 25px;
  }
}
.rv-31-menu .rv-31-menu-list__ul li {
  position: relative;
  cursor: pointer;
}
.rv-31-menu .rv-31-menu-list__ul li a {
  font-family: var(--roboto);
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}
.rv-31-menu .rv-31-menu-list__ul li .sub-menu a {
  color: black;
}
.rv-31-menu .rv-1-header-mobile-menu-btn {
  background-color: #426cff;
  border-color: #426cff;
  margin-left: 5px;
  height: 40px;
}
.rv-31-menu .rv-1-header-mobile-menu-btn:hover {
  color: white;
}

.rv-31-user-login {
  font-family: var(--inter);
  font-weight: 600;
  font-size: 15px;
  color: white;
  margin-right: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 479px) {
  .rv-31-user-login {
    margin-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .rv-31-user-login span {
    display: none;
  }
}

.rv-31-get-app {
  padding: 12px 20px;
  border-radius: 30px;
  font-family: var(--inter);
  font-size: 15px;
  font-weight: 600;
  color: white;
  line-height: 1;
  height: 50px;
  background-color: #426cff;
  color: white;
  height: 40px;
  padding: 12px 20px;
  line-height: 1;
}

.rv-32-header .rv-1-header-mobile-menu-btn {
  background-color: #794AFF;
  border-color: #794AFF;
  margin-left: 5px;
  height: 40px;
}
.rv-32-header .rv-1-header-mobile-menu-btn:hover {
  color: white;
}
.rv-32-header .rv-1-header-nav__sidebar {
  background: white;
}

.bg-white {
  border-bottom: 2px solid #eef1f6;
}

.rv-32-menu {
  border: none;
  margin-top: 0;
  border-radius: 0;
  background-color: white;
}
@media screen and (max-width: 479px) {
  .rv-32-menu .rv-31-logo img {
    max-width: 150px;
  }
}

.rv-32-menu-list__ul {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .rv-32-menu-list__ul {
    gap: 20px;
    align-items: start;
    flex-direction: column;
  }
}
.rv-32-menu-list__ul li {
  position: relative;
  cursor: pointer;
}
.rv-32-menu-list__ul li:hover .rv-soft-dropdown {
  visibility: visible;
  opacity: 1;
  top: 30px;
}
.rv-32-menu-list__ul li a {
  font-family: var(--inter);
  font-size: 16px;
  font-weight: 500;
  color: #5D626C;
}
.rv-32-menu-list__ul li .sub-menu a {
  color: black;
}

@media screen and (max-width: 479px) {
  .rv-32-user-login {
    display: none;
  }
}

.lets-talk {
  background-color: black;
  border-radius: 7px;
  padding: 12px 25px;
  border: 1px solid black;
  transition: 0.3s all;
}
.lets-talk:hover {
  background-color: white;
  color: black;
  border: 1px solid #794AFF;
}

.rv-33-btn {
  font-family: var(--inter);
  font-weight: 600;
  font-size: 14px;
  color: black;
  background-color: #FFD338;
  border-radius: 5px;
  padding: 9px 20px;
  height: 40px;
}
@media screen and (max-width: 575px) {
  .rv-33-btn {
    padding: 6px 15px;
    height: 35px;
    margin-bottom: 20px;
  }
}

.rv-33-header .rv-32-header-top {
  color: black;
  text-align: center;
  font-weight: 500;
  padding: 8px 0;
  background: linear-gradient(to right, #e5cdfe, #e1c3f8, #b7cef6, #47bbe7, #008eea, #2450f0);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .rv-33-header .rv-32-header-top {
    font-size: 13px;
  }
}
.rv-33-header .rv-33-menu-bar.fixed .rv-33-menu {
  margin: 10px 0;
}
.rv-33-header .rv-33-menu-bar .rv-33-menu {
  border: none;
  border-radius: 8px;
  margin-top: 40px;
  background-color: white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 6px 8px 0px;
}
@media screen and (max-width: 991px) {
  .rv-33-header .rv-33-menu-bar .rv-33-menu {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .rv-33-header .rv-33-menu-bar .rv-33-menu {
    margin-top: 5px;
  }
}
@media screen and (max-width: 575px) {
  .rv-33-header .rv-33-menu-bar .rv-33-menu .rv-33-logo img {
    max-width: 160px;
  }
}
@media screen and (max-width: 479px) {
  .rv-33-header .rv-33-menu-bar .rv-33-menu .rv-33-logo img {
    max-width: 150px;
  }
}
@media screen and (max-width: 575px) {
  .rv-33-header .rv-33-menu-bar .rv-33-menu .rv-33-btn {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .rv-33-header .rv-33-menu-bar .rv-33-menu .rv-31-menu-list__ul {
    gap: 15px;
    align-items: start;
    flex-direction: column;
  }
}
.rv-33-header .rv-33-menu-bar .rv-33-menu .rv-31-menu-list__ul li {
  position: relative;
  cursor: pointer;
}
.rv-33-header .rv-33-menu-bar .rv-33-menu .rv-31-menu-list__ul li a {
  color: rgba(10, 37, 64, 0.6);
}
.rv-33-header .rv-33-menu-bar .rv-33-menu .rv-31-menu-list__ul li a:hover {
  color: black;
}
.rv-33-header .rv-33-menu-bar .rv-33-menu .rv-31-menu-list__ul li .sub-menu a {
  color: black;
}
.rv-33-header .rv-33-menu-bar .rv-33-menu .rv-1-header-mobile-menu-btn {
  background-color: #FFD338;
  border-color: #FFD338;
  margin-left: 5px;
  color: black;
  height: 40px;
}
@media screen and (max-width: 575px) {
  .rv-33-header .rv-33-menu-bar .rv-33-menu .rv-1-header-mobile-menu-btn {
    height: 35px;
  }
}
.rv-33-header .rv-33-menu-bar .rv-33-menu .rv-1-header-mobile-menu-btn:hover {
  color: black;
}
.rv-33-header .rv-33-menu-bar .rv-33-menu .rv-1-header-nav__sidebar {
  background: white;
}
@media screen and (max-width: 575px) {
  .rv-33-header .rv-33-menu-bar .rv-33-menu .hide-for-devices {
    display: inline-block;
  }
}
@media screen and (max-width: 479px) {
  .rv-33-header .rv-33-menu-bar .rv-33-menu .hide-for-devices {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .rv-33-header .rv-33-menu-bar .rv-33-menu .show-for-devices {
    display: block;
    margin-left: 25px;
  }
}
@media screen and (max-width: 991px) {
  .rv-33-header .rv-33-menu-bar .rv-33-menu .rv-arrow-icon::after {
    display: none;
  }
}

.rv-34-header {
  background-color: transparent;
  z-index: 5;
  position: relative;
}
.rv-34-header.fixed {
  background: linear-gradient(to right, rgb(5, 5, 5) -26%, rgba(5, 5, 5, 0.6));
}
.rv-34-header.fixed .rv-34-menu {
  margin: 10px 0;
}

.rv-34-menu {
  background-color: transparent;
  border: none;
  margin-top: 25px;
  border-radius: none;
  padding: 0;
}
.rv-34-menu .rv-34-logo img {
  max-width: 140px;
}
.rv-34-menu .rv-31-menu-list__ul {
  gap: 40px;
}
@media screen and (max-width: 1399px) {
  .rv-34-menu .rv-31-menu-list__ul {
    gap: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-34-menu .rv-31-menu-list__ul {
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .rv-34-menu .rv-31-menu-list__ul {
    flex-direction: column;
    gap: 20px;
    margin-left: 5px;
  }
}
.rv-34-menu .rv-31-menu-list__ul li {
  position: relative;
  cursor: pointer;
}
.rv-34-menu .rv-31-menu-list__ul li a {
  font-family: var(--mulish);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.rv-34-menu .rv-31-menu-list__ul li .sub-menu a {
  color: black;
}
.rv-34-menu .rv-1-header-mobile-menu-btn {
  background-color: #FFAA17;
  border-color: #FFAA17;
  margin-left: 5px;
  color: black;
  height: 40px;
}
.rv-34-menu .rv-1-header-mobile-menu-btn:hover {
  color: black;
}
@media screen and (max-width: 991px) {
  .rv-34-menu .rv-1-header-nav__sidebar {
    background: rgba(5, 5, 5, 0.6);
  }
}

.rv-34-btn {
  color: white;
  padding: 11px 30px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .rv-34-btn {
    padding: 10px 15px;
    height: 45px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .rv-34-btn {
    font-size: 15px;
    height: 40px;
    padding: 8px 15px;
  }
}
.rv-34-btn:hover {
  background-color: #FFAA17;
  color: black;
}

.rv-34-btn-search {
  border: none;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 30px;
}
@media screen and (max-width: 1199px) {
  .rv-34-btn-search {
    padding: 12px 15px;
  }
}
@media screen and (max-width: 991px) {
  .rv-34-btn-search {
    padding: 9px 15px;
  }
}
@media screen and (max-width: 767px) {
  .rv-34-btn-search span {
    display: none;
  }
  .rv-34-btn-search:hover {
    background-color: transparent;
    color: #FFAA17;
  }
}
@media screen and (max-width: 479px) {
  .rv-34-btn-search {
    padding: 9px 5px;
  }
}

.rv-35-header {
  position: relative;
  z-index: 10;
  padding: 20px 0;
  background: transparent;
}
@media screen and (max-width: 991px) {
  .rv-35-header {
    padding: 10px 0;
  }
}
.rv-35-header.fixed {
  background-color: rgba(0, 0, 0, 0.9);
}

.rv-35-search-field .search form button {
  background-color: #1569FD;
  color: white;
}
.rv-35-search-field .search .close-btn {
  border: 1px solid #1569FD;
}

.rv-35-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rv-35-menu-list {
  margin-right: 200px;
}
@media screen and (max-width: 1599px) {
  .rv-35-menu-list {
    margin-right: 0;
  }
}
.rv-35-menu-list__ul {
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 1199px) {
  .rv-35-menu-list__ul {
    gap: 25px;
  }
}
@media screen and (max-width: 991px) {
  .rv-35-menu-list__ul {
    flex-direction: column;
  }
}
.rv-35-menu-list__ul li {
  position: relative;
  cursor: pointer;
}
.rv-35-menu-list__ul li a {
  font-family: var(--mulish);
  font-weight: 600;
  font-size: 16px;
  color: #D1D1D1;
}
.rv-35-menu-list__ul li .sub-menu a {
  color: black;
}
.rv-35-menu-right {
  display: flex;
  align-items: center;
}
.rv-35-menu-right .rv-35-call {
  color: white;
}
@media screen and (max-width: 575px) {
  .rv-35-menu-right .rv-35-call {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .rv-35-menu-right .rv-35-call span {
    display: none;
  }
}
.rv-35-menu-right .rv-35-search {
  color: white;
  padding: 0 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  height: 30px;
  margin-left: 10px;
}
@media screen and (max-width: 1199px) {
  .rv-35-menu-right .rv-35-search {
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .rv-35-menu-right .rv-35-search {
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .rv-35-menu-right .rv-35-search {
    display: none;
  }
}
.rv-35-menu-right .rv-35-cart {
  position: relative;
  color: white;
  margin-left: 30px;
}
@media screen and (max-width: 1199px) {
  .rv-35-menu-right .rv-35-cart {
    margin-left: 10px;
  }
}
.rv-35-menu-right .rv-35-cart i {
  font-size: 18px;
}
.rv-35-menu-right .rv-35-cart::after {
  position: absolute;
  content: "15";
  font-size: 12px;
  height: 18px;
  width: 18px;
  right: -12px;
  top: -5px;
  border-radius: 50%;
  background-color: #0057FC;
  color: white;
}
.rv-35-menu-right .rv-35-bars {
  color: white;
  margin-left: 40px;
}
@media screen and (max-width: 1199px) {
  .rv-35-menu-right .rv-35-bars {
    margin-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .rv-35-menu-right .rv-35-bars {
    display: none;
  }
}
.rv-35-menu .rv-1-header-mobile-menu-btn {
  background-color: #1569FD;
  border-color: #1569FD;
  height: 40px;
  margin-left: 20px;
}
.rv-35-menu .rv-1-header-mobile-menu-btn:hover {
  background-color: white;
}
@media screen and (max-width: 991px) {
  .rv-35-menu .rv-1-header-nav__sidebar {
    background-color: rgba(0, 0, 0, 0.9);
  }
}

.rv-36-header {
  position: relative;
  z-index: 999;
}

.rv-36-header-top {
  background-color: #050505;
  padding: 6px 0;
}
.rv-36-header-top-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 479px) {
  .rv-36-header-top-container {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .rv-36-header-top__left {
    display: grid;
    grid-template-columns: auto auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media screen and (max-width: 479px) {
  .rv-36-header-top__left {
    display: none;
  }
}
.rv-36-header-top__left i {
  color: white;
}
@media screen and (max-width: 991px) {
  .rv-36-header-top__left .ml-60 {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .rv-36-header-top__left .ml-60 {
    margin-left: 0;
  }
}
.rv-36-header-top__left a,
.rv-36-header-top__left span {
  font-size: 15px;
  color: white;
  font-weight: 500;
  opacity: 0.7;
}
.rv-36-header-top__right span {
  font-size: 15px;
  color: white;
  font-weight: 500;
  margin-right: 20px;
}
.rv-36-header-top__right a {
  color: white;
  opacity: 0.3;
  margin-right: 10px;
  font-size: 14px;
}
.rv-36-header-top__right a:hover {
  opacity: 1;
}

.rv-36-menu {
  padding: 15px 0;
  background-color: white;
}
.rv-36-menu-right .rv-36-btn {
  border: 1px solid #FB3E2D;
}
.rv-36-menu-right .rv-36-btn:hover {
  border-color: #FB3E2D;
  color: black;
  background-color: white;
}
.rv-36-menu .rv-1-header-mobile-menu-btn {
  background-color: #FB3E2D;
  border-color: #FB3E2D;
  margin-left: 10px;
}
.rv-36-menu .rv-1-header-mobile-menu-btn:hover {
  border-color: #FB3E2D;
}
@media screen and (max-width: 991px) {
  .rv-36-menu .rv-1-header-nav__sidebar {
    background-color: white;
  }
}
.rv-36-menu .rv-1-header__nav > ul {
  gap: 50px;
}
@media screen and (max-width: 1199px) {
  .rv-36-menu .rv-1-header__nav > ul {
    gap: 45px;
  }
}
@media screen and (max-width: 991px) {
  .rv-36-menu .rv-1-header__nav > ul {
    gap: 25px;
  }
}

.rv-36-menu-list__ul {
  display: flex;
  gap: 50px;
}
.rv-36-menu-list__ul li {
  position: relative;
  cursor: pointer;
}
.rv-36-menu-list__ul li .sub-menu li::after {
  display: none;
}
.rv-36-menu-list__ul li .sub-menu li a {
  text-transform: capitalize;
  color: black;
}
.rv-36-menu-list__ul li a {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: #918F99;
}
.rv-36-menu-list__ul li::after {
  content: "";
  position: absolute;
  top: 45%;
  right: -15px;
  transform: translateY(-65%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #606060;
  border-right: 2px solid #606060;
  border-radius: 0 0 3px 0;
  transition: 0.3s all;
  background-color: transparent;
  box-shadow: none;
  color: black;
}
@media screen and (max-width: 1199px) {
  .rv-36-menu-list__ul li::after {
    right: -10px;
  }
}
@media screen and (max-width: 991px) {
  .rv-36-menu-list__ul li::after {
    right: 0;
  }
}
.rv-36-menu-list__ul li:last-child::after {
  display: none;
}

.rv-36-btn {
  background-color: #FB3E2D;
  color: white;
  padding: 6px 25px;
  height: 40px;
  font-family: var(--inter);
  font-weight: 600;
  font-size: 16px;
}
.rv-36-btn i {
  font-size: 7px;
  vertical-align: middle;
}

.rv-37-header .rv-32-header-top {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-weight: 500;
  padding: 8px 0;
  background-color: #0A2540;
}
@media screen and (max-width: 479px) {
  .rv-37-header .rv-32-header-top {
    font-size: 14px;
    padding: 0 12px;
  }
}
.rv-37-header .rv-37-menubar {
  position: relative;
  z-index: 999;
  border: none;
  background-color: white;
  padding: 6px 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 3px 0px;
}
@media screen and (max-width: 1199px) {
  .rv-37-header .rv-37-menubar .container-fluid {
    padding: 0 50px;
  }
}
@media screen and (max-width: 479px) {
  .rv-37-header .rv-37-menubar .container-fluid {
    padding: 0 12px;
  }
}
.rv-37-header .rv-37-menubar.fixed {
  position: fixed;
  padding: 6px 0;
}
@media screen and (max-width: 575px) {
  .rv-37-header .rv-37-menubar .rv-37-logo img {
    max-width: 160px;
  }
}
@media screen and (max-width: 479px) {
  .rv-37-header .rv-37-menubar .rv-37-logo img {
    max-width: 150px;
  }
}
.rv-37-header .rv-37-menubar .rv-37-menu-list .rv-37-menu-list__ul {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .rv-37-header .rv-37-menubar .rv-37-menu-list .rv-37-menu-list__ul {
    gap: 25px;
  }
}
.rv-37-header .rv-37-menubar .rv-37-menu-list .rv-37-menu-list__ul li {
  position: relative;
  cursor: pointer;
  line-height: auto;
  transition: 0.3s all;
}
.rv-37-header .rv-37-menubar .rv-37-menu-list .rv-37-menu-list__ul li:hover .rv-soft-dropdown {
  visibility: visible;
  opacity: 1;
  top: 30px;
}
@media screen and (max-width: 991px) {
  .rv-37-header .rv-37-menubar .rv-37-menu-list .rv-37-menu-list__ul li:hover .rv-soft-dropdown {
    top: 22px;
  }
}
.rv-37-header .rv-37-menubar .rv-37-menu-list .rv-37-menu-list__ul li a {
  font-family: var(--roboto);
  font-size: 15px;
  font-weight: 500;
  color: #0A2540;
  position: relative;
  padding-right: 5px;
}
.rv-37-header .rv-37-menubar .rv-37-menu-list .rv-37-menu-list__ul li a:hover {
  color: black;
  padding-left: 5px;
  padding-right: 0;
}
.rv-37-header .rv-37-menubar .rv-37-menu-list .rv-37-menu-list__ul li a .fa-angle-down {
  position: absolute;
  top: 5px;
  right: -12px;
  color: #606060;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .rv-37-header .rv-37-menubar .rv-37-menu-list .rv-37-menu-list__ul li a .fa-angle-down {
    right: 3px;
  }
}
@media screen and (max-width: 991px) {
  .rv-37-header .rv-37-menubar .rv-37-menu-list .rv-37-menu-list__ul .rv-arrow-icon::after {
    right: 3px;
  }
}
.rv-37-header .rv-37-menubar .rv-37-menu-list .rv-37-menu-list__ul .title-hot::after {
  position: absolute;
  content: "HOT";
  background-color: #1569FD;
  color: white;
  padding: 0 3px;
  font-size: 10px;
  border-radius: 4px;
  left: 15px;
  top: -15px;
}
.rv-37-header .rv-37-menubar .rv-37-menu-list .rv-37-menu-list__ul .title-hot::before {
  position: absolute;
  content: "";
  background-color: #1569FD;
  height: 7px;
  width: 7px;
  transform: rotate(45deg);
  left: 20px;
  top: -5px;
}
@media screen and (max-width: 991px) {
  .rv-37-header .rv-37-menubar .rv-37-menu-list .rv-37-menu-list__ul .title-hot::before {
    top: -7px;
  }
}
.rv-37-header .rv-37-menubar .rv-1-header-mobile-menu-btn {
  background-color: #1569FD;
  border-color: #1569FD;
  height: 40px;
}
.rv-37-header .rv-37-menubar .rv-1-header-mobile-menu-btn:hover {
  color: white;
}

.rv-37-btn {
  background-color: #1569FD;
  color: white;
}

@media screen and (max-width: 575px) {
  .rv-1-header-nav__sidebar .rv-37-btn {
    padding-top: 7px;
  }
}

/* ----- 05. Banner ----- */
.rv-1-banner {
  background-color: var(--green);
  position: relative;
  z-index: 1;
}
.rv-1-banner__txt {
  padding: 50px;
  padding-left: 180px;
}
@media screen and (max-width: 1599px) {
  .rv-1-banner__txt {
    padding: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-1-banner__txt {
    padding: 40px;
  }
}
@media screen and (max-width: 991px) {
  .rv-1-banner__txt {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .rv-1-banner__txt {
    padding: 45px 30px;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .rv-1-banner__txt {
    padding: 35px 30px;
  }
}
.rv-1-banner__title {
  font-size: 100px;
  line-height: 104%;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white-f);
  margin-bottom: 40px;
}
@media screen and (max-width: 1599px) {
  .rv-1-banner__title {
    font-size: 90px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-1-banner__title {
    font-size: 75px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-1-banner__title {
    font-size: 65px;
  }
}
@media screen and (max-width: 991px) {
  .rv-1-banner__title {
    font-size: 42px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .rv-1-banner__title {
    font-size: 35px;
  }
}
@media screen and (max-width: 479px) {
  .rv-1-banner__title {
    font-size: 30px;
  }
}
.rv-1-banner__infos {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 15px;
  margin-bottom: 64px;
}
@media screen and (max-width: 1399px) {
  .rv-1-banner__infos {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-1-banner__infos {
    gap: 25px;
    row-gap: 15px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .rv-1-banner__infos {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .rv-1-banner__infos {
    justify-content: center;
  }
}
.rv-1-banner__info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-family: var(--mulish);
  color: var(--white-f);
}
.rv-1-banner__info i {
  font-size: 20px;
}
.rv-1-banner__actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .rv-1-banner__actions {
    row-gap: 10px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .rv-1-banner__actions {
    justify-content: center;
  }
}
.rv-1-banner__socials {
  display: flex;
  gap: 10px;
  padding-left: 180px;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .rv-1-banner__socials {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-1-banner__socials {
    padding-left: 50px;
  }
}
@media screen and (max-width: 991px) {
  .rv-1-banner__socials {
    padding-left: 0;
  }
}
.rv-1-banner__socials::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 160px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.24);
}
@media screen and (max-width: 1399px) {
  .rv-1-banner__socials::before {
    width: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-1-banner__socials::before {
    width: 40px;
  }
}
@media screen and (max-width: 991px) {
  .rv-1-banner__socials::before {
    content: none;
  }
}
.rv-1-banner__socials a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: var(--white-f);
  border: 1.5px solid rgba(255, 255, 255, 0.14);
  font-size: 14px;
}
.rv-1-banner__socials a:hover {
  background-color: var(--orange);
  border-color: var(--orange);
}
.rv-1-banner__vector {
  position: absolute;
  z-index: -1;
  animation: spin 2.5s linear infinite;
}
.rv-1-banner__vector-1 {
  top: 63px;
  left: 57px;
}
.rv-1-banner__vector-2 {
  top: 163px;
  left: 788px;
}
.rv-1-banner__vector-3 {
  bottom: 161px;
  left: 118px;
  animation: moveX 1.5s linear alternate infinite;
}
.rv-1-banner__vector-4 {
  top: 458px;
  left: 802px;
}
.rv-1-banner__vector-5 {
  bottom: 88px;
  left: 880px;
  animation: moveX 1.5s linear alternate infinite;
}

@keyframes spin {
  0% {
    rotate: 0;
  }
  100% {
    rotate: 360deg;
  }
}
@keyframes moveX {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(20px);
  }
}
.reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.reveal img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: left;
  transition: none;
}

.rv-2-banner {
  background-color: #292929;
  overflow: hidden;
}
.rv-2-banner__img {
  padding-top: 45px;
  background: url(../img/rv-2-banner-img-bg.html) no-repeat center top;
  background-size: contain;
  animation: bgPosition 1.5s ease forwards;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1599px) {
  .rv-2-banner__img {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .rv-2-banner__img {
    padding-top: 0;
  }
}
.rv-2-banner__img img {
  max-width: none;
}
@media screen and (max-width: 1599px) {
  .rv-2-banner__img img {
    max-width: 530px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-2-banner__img img {
    max-width: 490px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-2-banner__img img {
    max-width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .rv-2-banner__img img {
    max-width: 300px;
  }
}
@media screen and (max-width: 479px) {
  .rv-2-banner__img img {
    max-width: 280px;
  }
}
.rv-2-banner__txt {
  padding: 220px 0 235px;
}
@media screen and (max-width: 1599px) {
  .rv-2-banner__txt {
    padding: 160px 0 195px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-2-banner__txt {
    padding: 140px 0 145px;
  }
}
@media screen and (max-width: 991px) {
  .rv-2-banner__txt {
    padding: 140px 0 115px;
  }
}
@media screen and (max-width: 767px) {
  .rv-2-banner__txt {
    padding: 110px 0 55px;
  }
}
@media screen and (max-width: 479px) {
  .rv-2-banner__txt {
    padding: 80px 0 25px;
  }
}
.rv-2-banner__title {
  font-size: 110px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--white-f);
  line-height: 94.545%;
  margin-bottom: 36px;
}
@media screen and (max-width: 1599px) {
  .rv-2-banner__title {
    font-size: 90px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-2-banner__title {
    font-size: 80px;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-2-banner__title {
    font-size: 75px;
  }
}
@media screen and (max-width: 991px) {
  .rv-2-banner__title {
    font-size: 65px;
  }
}
@media screen and (max-width: 767px) {
  .rv-2-banner__title {
    font-size: 50px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 575px) {
  .rv-2-banner__title {
    font-size: 45px;
  }
}
@media screen and (max-width: 479px) {
  .rv-2-banner__title {
    font-size: 40px;
  }
}
.rv-2-banner__title .stroked-txt {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  font-weight: 900;
}
.rv-2-banner__label {
  position: relative;
  color: var(--white-f);
  padding-left: 160px;
  font-weight: 500;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--mulish);
  margin-bottom: 62px;
}
@media screen and (max-width: 1599px) {
  .rv-2-banner__label {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-2-banner__label {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 991px) {
  .rv-2-banner__label {
    padding-left: 80px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .rv-2-banner__label {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 479px) {
  .rv-2-banner__label {
    margin-bottom: 12px;
  }
}
.rv-2-banner__label::before {
  content: "";
  position: absolute;
  left: 0;
  background: linear-gradient(270deg, #DAED1A -0.71%, rgba(218, 237, 26, 0) 100%);
  width: 140px;
  height: 2px;
  top: 50%;
  translate: 0 -50%;
  transition: 0.4s ease;
}
@media screen and (max-width: 991px) {
  .rv-2-banner__label::before {
    width: 60px;
  }
}
.rv-2-banner__infos {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .rv-2-banner__infos {
    flex-wrap: wrap;
    gap: 20px 30px;
  }
}
@media screen and (max-width: 479px) {
  .rv-2-banner__infos {
    gap: 20px;
    justify-content: center;
  }
}
.rv-2-banner-info {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--white-f);
}
@media screen and (max-width: 1599px) {
  .rv-2-banner-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .rv-2-banner-info {
    align-items: center;
    text-align: center;
  }
}
.rv-2-banner-info__icon {
  flex-shrink: 0;
}
.rv-2-banner-info__icon img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
@media screen and (max-width: 1599px) {
  .rv-2-banner-info__icon img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-2-banner-info__icon img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-2-banner-info__icon img {
    width: 40px;
    height: 40px;
  }
}
.rv-2-banner-info__title {
  font-family: var(--mulish);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 1199px) {
  .rv-2-banner-info__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .rv-2-banner-info__title {
    font-size: 16px;
  }
}
.rv-2-banner-info__sub-title {
  font-family: var(--mulish);
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}

@keyframes bgPosition {
  0% {
    background-position: center center;
  }
  100% {
    background-position: center top;
  }
}
.rv-3-banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rv-3-banner__slide {
  padding: 280px 0 363px;
  background: url(../img/rv-3-banner-bg-1.html) no-repeat center center;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 1599px) {
  .rv-3-banner__slide {
    padding: 230px 0 263px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-3-banner__slide {
    padding: 230px 0 233px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-3-banner__slide {
    padding: 170px 0 203px;
  }
}
@media screen and (max-width: 991px) {
  .rv-3-banner__slide {
    padding: 160px 0 163px;
  }
}
@media screen and (max-width: 767px) {
  .rv-3-banner__slide {
    padding: 150px 0 143px;
  }
}
@media screen and (max-width: 575px) {
  .rv-3-banner__slide {
    padding: 140px 0 123px;
  }
}
.rv-3-banner__slide::before {
  content: attr(data-text);
  position: absolute;
  bottom: 80px;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
  color: rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 300px;
  font-weight: 600;
  line-height: 74%;
  text-transform: uppercase;
  width: 100%;
  font-size: clamp(50px, 15.6vw, 300px);
}
@media screen and (max-width: 767px) {
  .rv-3-banner__slide::before {
    bottom: 60px;
  }
}
.rv-3-banner__slide--2 {
  background-image: url(../img/rv-3-banner-bg-2.html);
}
.rv-3-banner__slide--3 {
  background-image: url(../img/rv-3-banner-bg-3.html);
}
.rv-3-banner .swiper-slide-active .rv-3-banner__sub-title::before {
  height: calc(100% + 20px);
}
.rv-3-banner .swiper-slide-active .rv-3-banner__sub-title::after {
  width: calc(100% + 30px);
}
.rv-3-banner .swiper-slide-active .rv-3-banner__btns {
  transform: translateY(0);
  opacity: 1;
}
.rv-3-banner-left, .rv-3-banner-right {
  position: absolute;
  left: 0;
  width: 80px;
  height: 100%;
  z-index: 1;
  top: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 991px) {
  .rv-3-banner-left, .rv-3-banner-right {
    display: none;
  }
}
.rv-3-banner-right {
  right: 0;
  left: auto;
  background-color: #050505;
}
.rv-3-banner__socials.rv-1-socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  z-index: 2;
  gap: 42px;
  color: #fff;
  top: 50%;
  left: 20px;
  translate: 0 -50%;
}
@media screen and (max-width: 1199px) {
  .rv-3-banner__socials.rv-1-socials {
    gap: 32px;
  }
}
.rv-3-banner__socials.rv-1-socials h6 {
  position: relative;
  text-transform: capitalize;
  writing-mode: vertical-lr;
  margin: 0;
  font-family: var(--mulish);
  font-size: 16px;
  font-weight: 700;
}
.rv-3-banner__socials.rv-1-socials h6::before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 2px;
  height: 14px;
  top: calc(100% + 8px);
  background-color: var(--white-f);
}
.rv-3-banner__socials.rv-1-socials ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .rv-3-banner__socials.rv-1-socials ul {
    gap: 10px;
  }
}
.rv-3-banner__socials.rv-1-socials a {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white-f);
}
@media screen and (max-width: 1199px) {
  .rv-3-banner__socials.rv-1-socials a {
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.rv-3-banner__socials.rv-1-socials a:hover {
  background-color: #A97240;
  border-color: #A97240;
}
.rv-3-banner__txt {
  text-align: center;
  color: var(--white-f);
}
.rv-3-banner__sub-title {
  margin: auto;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .rv-3-banner__sub-title {
    margin-bottom: 22px;
  }
}
.rv-3-banner__sub-title::before {
  height: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.rv-3-banner__sub-title::after {
  width: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.rv-3-banner__title {
  font-size: 70px;
  font-weight: 600;
  line-height: 114.286%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1399px) {
  .rv-3-banner__title {
    font-size: 55px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-3-banner__title {
    font-size: 45px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .rv-3-banner__title {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .rv-3-banner__title {
    margin-bottom: 25px;
    font-size: 34px;
  }
}
@media screen and (max-width: 575px) {
  .rv-3-banner__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .rv-3-banner__title {
    font-size: 28px;
  }
}
.rv-3-banner__btns {
  display: flex;
  gap: 15px;
  justify-content: center;
  transform: translateY(100%);
  transition: 0.8s ease 0.2s;
  opacity: 0;
}
.rv-3-banner__btns a:hover {
  background-color: transparent;
}
.rv-3-banner__btns a:nth-child(2) {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
}
.rv-3-banner__btns a:nth-child(2):hover {
  background-color: var(--white-f);
  border-color: var(--white-f);
  color: var(--black);
}
.rv-3-banner-swiper-pagination.swiper-pagination-bullets {
  position: absolute;
  bottom: 0;
  z-index: 2;
  color: white;
  display: flex;
  justify-content: center;
  gap: 70px;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 991px) {
  .rv-3-banner-swiper-pagination.swiper-pagination-bullets {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .rv-3-banner-swiper-pagination.swiper-pagination-bullets {
    padding: 15px 0;
  }
}
.rv-3-banner-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: none;
  border-bottom: 1px solid transparent;
  color: rgba(255, 255, 255, 0.3);
  font-size: 20px;
  font-weight: 500;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: 0.4s ease;
}
.rv-3-banner-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  border-color: var(--white-f);
  color: var(--white-f);
}

.rv-4-banner {
  padding: 30px 0;
}
.rv-4-banner-slide {
  overflow: hidden;
}
.rv-4-banner-slide.swiper-slide-active .rv-4-banner-slide__txt {
  transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
  opacity: 1;
}
.rv-4-banner-slide__img img {
  width: 100%;
}
@media screen and (max-width: 479px) {
  .rv-4-banner-slide__img img {
    height: 350px;
  }
}
.rv-4-banner-slide__txt {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(8, 28, 21, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  inset: 0;
  text-align: center;
  padding: 50px 60px;
  color: var(--white-f);
  inset: 23% 15%;
  height: -moz-max-content;
  height: max-content;
  top: auto;
  overflow: hidden;
  transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: rotateY(-35deg) rotateX(-20deg) translate(250px, 250px) skew(12deg, 15deg);
  opacity: 0;
}
@media screen and (max-width: 1599px) {
  .rv-4-banner-slide__txt {
    padding: 45px 40px;
    inset: 23% 12%;
  }
}
@media screen and (max-width: 1399px) {
  .rv-4-banner-slide__txt {
    padding: 30px 35px;
    inset: 23% 10%;
  }
}
@media screen and (max-width: 479px) {
  .rv-4-banner-slide__txt {
    inset: 0;
    top: auto;
    padding: 20px 25px;
  }
}
.rv-4-banner-slide__infos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 11px;
}
@media screen and (max-width: 479px) {
  .rv-4-banner-slide__infos {
    gap: 10px;
    flex-wrap: wrap;
    row-gap: 0;
  }
}
.rv-4-banner-slide__infos li {
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
}
.rv-4-banner-slide__infos li:not(:last-child) {
  padding-right: 16px;
  position: relative;
}
@media screen and (max-width: 479px) {
  .rv-4-banner-slide__infos li:not(:last-child) {
    padding-right: 14px;
  }
}
.rv-4-banner-slide__infos li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  background-color: var(--white-f);
  border-radius: 50%;
  width: 4px;
  height: 4px;
}
.rv-4-banner-slide__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 24px;
  font-size: clamp(20px, 2.18vw, 40px);
}
@media screen and (max-width: 1399px) {
  .rv-4-banner-slide__title {
    margin-bottom: 14px;
  }
}
.rv-4-banner-slide__title a {
  background: linear-gradient(to right, var(--white-f), var(--white-f)) no-repeat bottom left;
  background-size: 0% 2px;
  display: inline;
}
.rv-4-banner-slide__title a:hover {
  background-size: 100% 2px;
}
.rv-4-banner-slide-author {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.rv-4-banner-slide-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.rv-4-banner-slide-author__txt {
  margin-bottom: 0;
}
.rv-4-banner-slide-author__txt span {
  color: rgba(255, 255, 255, 0.7);
}
.rv-4-banner-slide-author__txt a:hover {
  color: #a90e20;
}

.rv-5-banner {
  position: relative;
}
@media screen and (min-width: 1400px) {
  .rv-5-banner .container {
    max-width: 1920px;
    padding: 0;
  }
}
.rv-5-banner__slider img {
  aspect-ratio: 1903/870;
}
@media screen and (max-width: 575px) {
  .rv-5-banner__slider img {
    aspect-ratio: 1903/1000;
  }
}
@media screen and (max-width: 479px) {
  .rv-5-banner__slider img {
    aspect-ratio: 1813/1120;
  }
}
.rv-5-banner__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 895px;
  z-index: 1;
  display: flex;
}
@media screen and (max-width: 1599px) {
  .rv-5-banner__bottom {
    max-width: 825px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-5-banner__bottom {
    max-width: 725px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-5-banner__bottom {
    max-width: 605px;
  }
}
@media screen and (max-width: 991px) {
  .rv-5-banner__bottom {
    position: relative;
    margin: auto;
    margin-top: -80px;
  }
}
@media screen and (max-width: 575px) {
  .rv-5-banner__bottom {
    max-width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .rv-5-banner__bottom {
    flex-wrap: wrap;
  }
  .rv-5-banner__bottom > * {
    width: 100%;
  }
}
.rv-5-banner__txt-slider {
  width: calc(100% - 100px);
}
@media screen and (max-width: 575px) {
  .rv-5-banner__txt-slider {
    width: calc(100% - 95px);
  }
}
@media screen and (max-width: 479px) {
  .rv-5-banner__txt-slider {
    width: 100%;
  }
}
.rv-5-banner__txt-slider-nav {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  background: rgba(25, 36, 29, 0.9);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 70px 40px;
  min-width: 140px;
  justify-content: space-between;
}
@media screen and (max-width: 1399px) {
  .rv-5-banner__txt-slider-nav {
    padding: 70px 20px;
    min-width: 120px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-5-banner__txt-slider-nav {
    min-width: 100px;
  }
}
@media screen and (max-width: 991px) {
  .rv-5-banner__txt-slider-nav {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .rv-5-banner__txt-slider-nav {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 575px) {
  .rv-5-banner__txt-slider-nav {
    min-width: 95px;
  }
}
@media screen and (max-width: 479px) {
  .rv-5-banner__txt-slider-nav {
    flex-direction: row-reverse;
    padding: 10px 20px;
  }
}
.rv-5-banner__txt-slider-nav button {
  color: var(--white-f);
}
.rv-5-banner__txt-slider-nav button.swiper-button-disabled {
  opacity: 50%;
}
.rv-5-banner__txt-slide {
  padding: 140px 120px 135px;
  background: url(../img/rv-5-banner-txt-bg.html) #404B44 no-repeat center center;
  background-size: auto;
  align-self: flex-end;
}
@media screen and (max-width: 1599px) {
  .rv-5-banner__txt-slide {
    padding: 100px 70px 95px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-5-banner__txt-slide {
    padding: 70px 60px 66px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-5-banner__txt-slide {
    padding: 55px 40px 51px;
  }
}
@media screen and (max-width: 991px) {
  .rv-5-banner__txt-slide {
    padding: 40px 40px 36px;
  }
}
@media screen and (max-width: 767px) {
  .rv-5-banner__txt-slide {
    padding: 30px 30px 26px;
  }
}
@media screen and (max-width: 479px) {
  .rv-5-banner__txt-slide {
    padding: 25px 20px 21px;
  }
}
.rv-5-banner__title {
  color: var(--white-f);
  font-family: var(--philosopher);
  font-size: 74px;
  font-weight: 700;
  line-height: 89.189%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1399px) {
  .rv-5-banner__title {
    font-size: 64px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-5-banner__title {
    font-size: 54px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .rv-5-banner__title {
    font-size: 45px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .rv-5-banner__title {
    font-size: 42px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .rv-5-banner__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 479px) {
  .rv-5-banner__title {
    font-size: 35px;
  }
}
.rv-5-banner__sub-title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .rv-5-banner__sub-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .rv-5-banner__sub-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .rv-5-banner__sub-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .rv-5-banner__sub-title {
    font-size: 16px;
    line-height: 1.4;
  }
}

.rv-6-banner {
  position: relative;
  padding: 208px 0;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1599px) {
  .rv-6-banner {
    padding: 168px 70px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-6-banner {
    padding: 118px 70px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-6-banner {
    padding: 108px 70px;
  }
}
@media screen and (max-width: 991px) {
  .rv-6-banner {
    padding: 68px 70px;
  }
}
@media screen and (max-width: 767px) {
  .rv-6-banner {
    padding: 60px;
  }
}
@media screen and (max-width: 479px) {
  .rv-6-banner {
    padding: 60px 0;
  }
}
.rv-6-banner__slide {
  opacity: 0 !important;
}
.rv-6-banner__slide.swiper-slide-active {
  opacity: 1 !important;
}
.rv-6-banner__slide.swiper-slide-active .rv-6-def-btn {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .rv-6-banner__txt {
    text-align: center;
  }
}
.rv-6-banner__title {
  color: #050505;
  font-size: 70px;
  font-weight: 700;
  line-height: 114.286%;
  margin-bottom: 28px;
}
@media screen and (max-width: 1599px) {
  .rv-6-banner__title {
    font-size: 65px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-6-banner__title {
    font-size: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-6-banner__title {
    font-size: 40px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 991px) {
  .rv-6-banner__title {
    font-size: 35px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 575px) {
  .rv-6-banner__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 479px) {
  .rv-6-banner__title {
    font-size: 28px;
    margin-bottom: 8px;
  }
}
.rv-6-banner__descr {
  color: rgba(5, 5, 5, 0.6);
  font-family: var(--mulish);
  font-size: 18px;
  font-weight: 500;
  line-height: 155.556%;
  margin-bottom: 37px;
}
@media screen and (max-width: 1199px) {
  .rv-6-banner__descr {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 991px) {
  .rv-6-banner__descr {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 575px) {
  .rv-6-banner__descr {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .rv-6-banner__descr {
    margin-bottom: 17px;
  }
}
.rv-6-banner .rv-6-def-btn {
  transform: translateY(100%);
  opacity: 0;
  transition: 0.4s ease, opacity 1s ease 1s, transform 1s ease 1s;
}
.rv-6-banner__img {
  text-align: end;
}
@media screen and (max-width: 991px) {
  .rv-6-banner__img {
    text-align: center;
  }
}
.rv-6-banner__img img {
  -webkit-mask: url(../img/rv-6-banner-shape.html) center center no-repeat;
          mask: url(../img/rv-6-banner-shape.html) center center no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.rv-6-banner .rv-3-banner__socials.rv-1-socials {
  color: #050505;
  flex-direction: column-reverse;
  left: 40px;
}
@media screen and (max-width: 1599px) {
  .rv-6-banner .rv-3-banner__socials.rv-1-socials {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .rv-6-banner .rv-3-banner__socials.rv-1-socials {
    left: 12px;
  }
}
@media screen and (max-width: 479px) {
  .rv-6-banner .rv-3-banner__socials.rv-1-socials {
    flex-direction: row;
    position: static;
    translate: 0 0;
    justify-content: center;
    margin: 15px 0;
  }
}
.rv-6-banner .rv-3-banner__socials.rv-1-socials h6 {
  scale: -1;
}
@media screen and (max-width: 479px) {
  .rv-6-banner .rv-3-banner__socials.rv-1-socials h6 {
    scale: 1;
    writing-mode: horizontal-tb;
  }
}
.rv-6-banner .rv-3-banner__socials.rv-1-socials h6::before {
  background-color: #050505;
}
@media screen and (max-width: 479px) {
  .rv-6-banner .rv-3-banner__socials.rv-1-socials h6::before {
    left: calc(100% + 8px);
    width: 14px;
    height: 2px;
    top: 50%;
    translate: 0 -50%;
  }
}
.rv-6-banner .rv-3-banner__socials.rv-1-socials ul {
  gap: 8px;
}
@media screen and (max-width: 479px) {
  .rv-6-banner .rv-3-banner__socials.rv-1-socials ul {
    flex-direction: row;
  }
}
.rv-6-banner .rv-3-banner__socials.rv-1-socials a {
  color: #050505;
  background-color: rgba(5, 5, 5, 0.1);
}
.rv-6-banner .rv-3-banner__socials.rv-1-socials a:hover {
  border-color: #F2584C;
  background-color: #F2584C;
  color: var(--white-f);
}

#rv-6-banner__slider-nav {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 40px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1599px) {
  #rv-6-banner__slider-nav {
    right: 20px;
  }
}
@media screen and (max-width: 1399px) {
  #rv-6-banner__slider-nav {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #rv-6-banner__slider-nav {
    right: 12px;
  }
}
@media screen and (max-width: 479px) {
  #rv-6-banner__slider-nav {
    position: static;
    translate: 0 0;
    flex-direction: row;
    justify-content: center;
  }
}
#rv-6-banner__slider-nav button {
  font-size: 16px;
}

.rv-7-banner {
  background: url(../img/rv-7-banner-bg.html) no-repeat center center;
  background-size: cover;
  padding: 85px 55px 135px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1399px) {
  .rv-7-banner {
    padding: 65px 55px 115px;
  }
}
@media screen and (max-width: 991px) {
  .rv-7-banner {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .rv-7-banner {
    padding: 65px 0 115px;
  }
}
.rv-7-banner__slide {
  overflow: hidden;
}
.rv-7-banner__slide.swiper-slide-active .rv-7-banner__infos > * {
  transform: translateX(0);
  opacity: 1;
}
.rv-7-banner__slide.swiper-slide-active .rv-7-def-btn {
  transform: translateY(0);
  opacity: 1;
}
.rv-7-banner__sub-title {
  color: #E9A727;
  font-size: 20px;
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .rv-7-banner__sub-title {
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 479px) {
  .rv-7-banner__sub-title {
    font-size: 18px;
  }
}
.rv-7-banner__title {
  color: var(--white-f);
  font-size: 64px;
  font-weight: 700;
  line-height: 109.375%;
  margin-bottom: 38px;
}
@media screen and (max-width: 1399px) {
  .rv-7-banner__title {
    font-size: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-7-banner__title {
    font-size: 50px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 991px) {
  .rv-7-banner__title {
    font-size: 45px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .rv-7-banner__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .rv-7-banner__title {
    font-size: 35px;
  }
}
@media screen and (max-width: 479px) {
  .rv-7-banner__title {
    font-size: 30px;
  }
}
.rv-7-banner__infos {
  align-items: center;
}
@media screen and (max-width: 1399px) {
  .rv-7-banner__infos {
    gap: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-7-banner__infos {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .rv-7-banner__infos {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .rv-7-banner__infos {
    row-gap: 10px;
  }
}
.rv-7-banner__infos > * {
  transform: translateX(-20px);
  opacity: 0;
  transition: 0.6s ease;
}
.rv-7-banner__infos > *:nth-child(2) {
  transition-delay: 0.2s;
}
.rv-7-banner__infos > *:nth-child(3) {
  transition-delay: 0.4s;
}
.rv-7-banner-info img {
  max-width: 40px;
  max-height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .rv-7-banner-info img {
    max-width: 30px;
    max-height: 30px;
  }
}
@media screen and (max-width: 479px) {
  .rv-7-banner-info img {
    max-width: 25px;
    max-height: 25px;
  }
}
.rv-7-banner .rv-7-def-btn {
  margin-top: 54px;
  transform: translateY(80%);
  opacity: 0;
  transition: 0.4s ease, transform 0.8s ease 0.3s, opacity 1.5s ease 0.3s;
}
@media screen and (max-width: 1399px) {
  .rv-7-banner .rv-7-def-btn {
    margin-top: 44px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-7-banner .rv-7-def-btn {
    margin-top: 34px;
  }
}
@media screen and (max-width: 991px) {
  .rv-7-banner .rv-7-def-btn {
    margin-top: 24px;
  }
}
.rv-7-banner__img {
  text-align: end;
}
@media screen and (max-width: 991px) {
  .rv-7-banner__img {
    text-align: center;
  }
}
.rv-7-banner__img img {
  max-height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .rv-7-banner__img img {
    max-width: 300px;
  }
}
.rv-7-banner__vector {
  position: absolute;
  pointer-events: none;
}
.rv-7-banner__vector--1 {
  left: 0;
  top: 65px;
}
.rv-7-banner__vector--2 {
  bottom: 0;
  right: 0;
}

.rv-7-slider-nav {
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  left: 50%;
  width: calc(100% - 100px);
  justify-content: space-between;
  visibility: hidden;
}
@media screen and (max-width: 1599px) {
  .rv-7-slider-nav {
    width: calc(100% - 15px);
  }
}
@media screen and (max-width: 575px) {
  .rv-7-slider-nav {
    position: static;
    translate: none;
    justify-content: center;
    gap: 10px;
    padding-top: 15px;
  }
}
.rv-7-slider-nav button {
  visibility: visible;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--white-f);
  border-color: rgba(255, 255, 255, 0.05);
}
.rv-7-slider-nav button:hover {
  background-color: var(--white-f);
  color: var(--black);
  border-color: var(--white-f);
}

.rv-7-def-btn {
  border-radius: 30px;
  background: var(--white-f);
  height: 45px;
  line-height: 45px;
}

.rv-8-banner {
  background-color: #033E84;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 1500px) {
  .rv-8-banner > .container {
    max-width: 1400px;
  }
}
@media screen and (min-width: 1700px) {
  .rv-8-banner > .container {
    max-width: 1600px;
  }
}
.rv-8-banner__txt {
  padding: 220px 0 260px;
}
@media screen and (max-width: 1599px) {
  .rv-8-banner__txt {
    padding: 190px 0 230px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-8-banner__txt {
    padding: 160px 0 200px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-8-banner__txt {
    padding: 130px 0 170px;
  }
}
@media screen and (max-width: 991px) {
  .rv-8-banner__txt {
    padding: 80px 0 170px;
  }
}
@media screen and (max-width: 575px) {
  .rv-8-banner__txt {
    padding: 60px 0 170px;
  }
}
.rv-8-banner__sub-title {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 13px;
}
.rv-8-banner__sub-title::before {
  background-color: var(--white-f);
}
.rv-8-banner__title {
  color: var(--white-f);
  font-family: var(--mulish);
  font-size: 66px;
  font-weight: 800;
  line-height: 112.121%;
  margin-bottom: 22px;
}
@media screen and (min-width: 1500px) {
  .rv-8-banner__title {
    font-size: 64px;
  }
}
@media screen and (max-width: 1499px) {
  .rv-8-banner__title {
    font-size: 60px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-8-banner__title {
    font-size: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-8-banner__title {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .rv-8-banner__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 575px) {
  .rv-8-banner__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 479px) {
  .rv-8-banner__title {
    font-size: 30px;
  }
}
.rv-8-banner__descr {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--mulish);
  font-size: 16px;
  font-weight: 400;
  line-height: 162.5%;
  width: 75%;
  margin-bottom: 42px;
}
@media screen and (max-width: 991px) {
  .rv-8-banner__descr {
    width: 80%;
    margin-bottom: 37px;
  }
}
@media screen and (max-width: 767px) {
  .rv-8-banner__descr {
    width: 100%;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 479px) {
  .rv-8-banner__descr {
    margin-bottom: 22px;
  }
}
.rv-8-banner .rv-8-def-btn {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-color: transparent;
}
.rv-8-banner .rv-8-def-btn:hover {
  color: var(--white-f);
  background-color: #1C74E9;
  border-color: #1C74E9;
}
.rv-8-banner__img {
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .rv-8-banner__img {
    position: absolute;
    bottom: 0;
  }
}
.rv-8-banner__img::before {
  content: "";
  position: absolute;
  border-radius: 580px;
  background: #0CCACE;
  filter: blur(250px);
  width: 580px;
  height: 580px;
  z-index: -3;
}
.rv-8-banner__img img {
  max-width: 786px;
  margin-left: -235px;
}
@media screen and (max-width: 1399px) {
  .rv-8-banner__img img {
    max-width: 726px;
    margin-left: -205px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-8-banner__img img {
    max-width: 590px;
    margin-left: -175px;
  }
}
@media screen and (max-width: 991px) {
  .rv-8-banner__img img {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .rv-8-banner__img img {
    margin-left: -175px;
  }
}
.rv-8-banner__vector {
  position: absolute;
  z-index: -1;
}
.rv-8-banner__vector--1 {
  bottom: 92px;
  left: 0;
}
.rv-8-banner__vector--2 {
  top: 112px;
  left: 108px;
}
.rv-8-banner__vector--3 {
  bottom: 0;
  right: 0;
}
.rv-8-banner__form-area {
  background-color: #002A5B;
  padding: 45px 40px 50px;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1399px) {
  .rv-8-banner__form-area {
    padding: 35px 30px 40px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-8-banner__form-area {
    padding: 25px 25px 30px;
  }
}
.rv-8-banner__form-area h5 {
  color: var(--white-f);
  font-family: var(--mulish);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 22px;
}
@media screen and (max-width: 1199px) {
  .rv-8-banner__form-area h5 {
    font-size: 22px;
    margin-bottom: 17px;
  }
}
.rv-8-banner__form {
  display: flex;
  flex-direction: column;
  width: 330px;
}
@media screen and (max-width: 1399px) {
  .rv-8-banner__form {
    width: 270px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-8-banner__form {
    width: auto;
  }
}
.rv-8-banner__form select,
.rv-8-banner__form input {
  border: 1px solid rgba(255, 255, 255, 0.18);
  margin-bottom: 14px;
  color: var(--white-f);
  padding: 9px 25px;
  color-scheme: dark;
  color: var(--white-f);
  font-family: var(--mulish);
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
}
@media screen and (max-width: 1199px) {
  .rv-8-banner__form select,
  .rv-8-banner__form input {
    padding: 7px 15px;
  }
}
.rv-8-banner__form select::-moz-placeholder, .rv-8-banner__form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.rv-8-banner__form select::placeholder,
.rv-8-banner__form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.rv-8-banner__form select:focus,
.rv-8-banner__form select:focus-visible {
  outline: none;
}
.rv-8-banner__form select:focus option,
.rv-8-banner__form select:focus-visible option {
  background-color: #002A5B;
}
.rv-8-banner__form .rv-3-def-btn {
  background-color: #1C74E9;
  border-color: #1C74E9;
}
@media screen and (max-width: 1199px) {
  .rv-8-banner__form .rv-3-def-btn {
    height: 37px;
    line-height: 34px;
  }
}
.rv-8-banner__form .rv-3-def-btn:hover {
  background-color: transparent;
}

.rv-9-banner {
  position: relative;
}
.rv-9-banner-slide {
  background: url(../img/rv-9-banner-1.html) no-repeat center center;
  background-size: cover;
  padding: 243px 0 250px;
}
@media screen and (max-width: 1399px) {
  .rv-9-banner-slide {
    padding: 193px 0 200px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-9-banner-slide {
    padding: 143px 0 150px;
  }
}
@media screen and (max-width: 991px) {
  .rv-9-banner-slide {
    padding: 123px 0 130px;
  }
}
@media screen and (max-width: 767px) {
  .rv-9-banner-slide {
    padding: 103px 0 110px;
  }
}
@media screen and (max-width: 575px) {
  .rv-9-banner-slide {
    padding: 88px 0 105px;
  }
}
@media screen and (max-width: 479px) {
  .rv-9-banner-slide {
    padding: 78px 0 95px;
  }
}
.rv-9-banner-slide--2 {
  background-image: url(../img/rv-9-banner-2.html);
}
.rv-9-banner-slide--3 {
  background-image: url(../img/rv-9-banner-3.html);
}
.rv-9-banner-slide.swiper-slide-active .rv-9-banner__txt::before {
  animation: flip-in-ver-left 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
}
.rv-9-banner-slide.swiper-slide-active .rv-9-banner-btn {
  transform: translateY(0);
  opacity: 1;
}
.rv-9-banner__txt {
  position: relative;
  z-index: 1;
}
.rv-9-banner__txt::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: calc(100% - 220px);
  height: calc(100% + 263px);
  left: -140px;
  border: 1px solid rgba(101, 171, 3, 0.5);
  opacity: 0.6;
  background: #081C15;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  top: 50%;
  translate: 0 -50%;
}
.rv-9-banner__title {
  color: var(--white-f);
  font-family: var(--mulish);
  font-size: 75px;
  font-weight: 700;
  line-height: 106.667%;
  margin-bottom: 48px;
}
@media screen and (max-width: 1399px) {
  .rv-9-banner__title {
    font-size: 65px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-9-banner__title {
    font-size: 60px;
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 991px) {
  .rv-9-banner__title {
    font-size: 52px;
  }
}
@media screen and (max-width: 767px) {
  .rv-9-banner__title {
    font-size: 45px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .rv-9-banner__title {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 479px) {
  .rv-9-banner__title {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
.rv-9-banner__sub-title {
  color: var(--white-f);
  border-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .rv-9-banner__sub-title {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 575px) {
  .rv-9-banner__sub-title {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 479px) {
  .rv-9-banner__sub-title {
    margin-bottom: 12px;
  }
}
.rv-9-banner__sub-title::before {
  background-color: var(--white-f);
}
.rv-9-banner-btn {
  background-color: #65AB03;
  border-color: #65AB03;
  height: 54px;
  line-height: 50px;
  padding: 0 42px;
  font-weight: 700;
  border-radius: 30px;
  transform: translateY(100%);
  opacity: 0;
  transition: 0.4s ease, transform 2.2s ease 0.2s, opacity 2.2s ease 0.2s;
}
@media screen and (max-width: 1199px) {
  .rv-9-banner-btn {
    height: 48px;
    line-height: 45px;
    padding: 0 32px;
  }
}
@media screen and (max-width: 767px) {
  .rv-9-banner-btn {
    height: 45px;
    line-height: 42px;
    padding: 0 27px;
  }
}
@media screen and (max-width: 479px) {
  .rv-9-banner-btn {
    height: 40px;
    line-height: 38px;
    padding: 0 23px;
  }
}
.rv-9-banner .rv-9-slider-dots {
  position: absolute;
  right: 80px;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
  left: auto;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 991px) {
  .rv-9-banner .rv-9-slider-dots {
    right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .rv-9-banner .rv-9-slider-dots {
    right: 20px;
  }
}
@media screen and (max-width: 479px) {
  .rv-9-banner .rv-9-slider-dots {
    flex-direction: row;
    top: auto;
    bottom: 10px;
    right: 50%;
    translate: 50% 0;
  }
}

@keyframes flip-in-ver-left {
  0% {
    transform: rotateY(80deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0);
    opacity: 0.6;
  }
}
.rv-10-banner {
  text-align: center;
}
.rv-10-banner__slide {
  padding: 240px 0 283px;
  background: url(../img/rv-10-banner-1.html) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1399px) {
  .rv-10-banner__slide {
    padding: 180px 0 223px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-10-banner__slide {
    padding: 160px 0 193px;
  }
}
@media screen and (max-width: 991px) {
  .rv-10-banner__slide {
    padding: 140px 0 163px;
  }
}
@media screen and (max-width: 767px) {
  .rv-10-banner__slide {
    padding: 100px 0 123px;
  }
}
.rv-10-banner__slide--2 {
  background-image: url(../img/rv-10-banner-2.html);
}
.rv-10-banner__slide--3 {
  background-image: url(../img/rv-10-banner-3.html);
}
.rv-10-banner__slide.swiper-slide-active .rv-10-banner__btns > * {
  transform: translateY(0);
  opacity: 1;
}
.rv-10-banner__sub-title {
  color: var(--white-f);
  font-size: 22px;
  margin-bottom: 26px;
}
@media screen and (max-width: 991px) {
  .rv-10-banner__sub-title {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 575px) {
  .rv-10-banner__sub-title {
    font-size: 20px;
  }
}
.rv-10-banner__sub-title .styled {
  background-color: #EFC329;
  color: var(--black);
  padding: 0 3px;
}
.rv-10-banner__title {
  color: var(--white-f);
  font-size: 70px;
  font-weight: 800;
  line-height: 114.286%;
  margin-bottom: 55px;
}
@media screen and (max-width: 1399px) {
  .rv-10-banner__title {
    font-size: 60px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-10-banner__title {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .rv-10-banner__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .rv-10-banner__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 575px) {
  .rv-10-banner__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 479px) {
  .rv-10-banner__title {
    font-size: 28px;
  }
}
.rv-10-banner__btns {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.rv-10-banner__btns > * {
  opacity: 0;
  transform: translateY(60%);
  transition: 0.4s ease, opacity 1.4s ease 0.5s, transform 1.4s ease 0.5s;
}
.rv-10-banner__btns > *:last-child {
  transition: 0.4s ease, opacity 1.4s ease 0.8s, transform 1.4s ease 0.8s;
}
.rv-10-banner__btn:hover {
  color: var(--white-f);
}
.rv-10-banner__btn--2 {
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: none;
  color: var(--white-f);
}
.rv-10-banner__btn--2:hover {
  background-color: var(--white-f);
  color: var(--black);
}
.rv-10-banner .rv-7-slider-nav {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .rv-10-banner .rv-7-slider-nav {
    bottom: 20px;
    position: absolute;
    top: auto;
    translate: -50% 0;
    width: -moz-max-content;
    width: max-content;
  }
}
.rv-10-banner .rv-7-slider-nav button {
  border-radius: 6px;
}
@media screen and (max-width: 479px) {
  .rv-10-banner .rv-7-slider-nav button {
    width: 40px;
    height: 40px;
    line-height: 37px;
  }
}

.rv-10-colored {
  color: #EFC329;
}

.rv-11-banner__slide {
  background: url(../img/rv-11-banner-1.html) no-repeat center center;
  background-size: cover;
  padding: 260px 0 285px;
}
@media screen and (max-width: 1599px) {
  .rv-11-banner__slide {
    padding: 190px 0 215px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-11-banner__slide {
    padding: 160px 0 195px;
  }
}
@media screen and (max-width: 991px) {
  .rv-11-banner__slide {
    padding: 110px 0 145px;
  }
}
@media screen and (max-width: 767px) {
  .rv-11-banner__slide {
    padding: 110px 0 115px;
  }
}
@media screen and (max-width: 479px) {
  .rv-11-banner__slide {
    padding: 90px 0 115px;
  }
}
.rv-11-banner__slide--2 {
  background-image: url(../img/rv-11-banner-2.html);
}
.rv-11-banner__slide--3 {
  background-image: url(../img/rv-11-banner-3.html);
}
.rv-11-banner__slide.swiper-slide-active .cell {
  transform: translateX(100%);
  transition: 1.5s ease;
}
.rv-11-banner__slide.swiper-slide-active .cell:nth-child(2) {
  transform: translateX(-100%);
}
.rv-11-banner__txt {
  text-align: center;
  color: var(--white-f);
}
.rv-11-banner__sub-title {
  color: var(--white-f);
}
.rv-11-banner__sub-title span {
  background-color: var(--white-f);
}
.rv-11-banner__sub-title span::before, .rv-11-banner__sub-title span::after {
  background-color: var(--white-f);
  opacity: 90%;
}
.rv-11-banner__title {
  color: var(--white-f);
  font-family: var(--mulish);
  font-size: 60px;
  font-weight: 700;
  line-height: 123.333%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1399px) {
  .rv-11-banner__title {
    font-size: 50px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-11-banner__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .rv-11-banner__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .rv-11-banner__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 479px) {
  .rv-11-banner__title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.rv-11-banner .rv-7-slider-nav {
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .rv-11-banner .rv-7-slider-nav {
    position: absolute;
    left: 50%;
    translate: -50% 0;
    bottom: 20px;
    top: auto;
  }
}
.rv-11-banner .rv-7-slider-nav button {
  border-radius: 14px 0;
}
.rv-11-banner .rv-7-slider-nav button:last-child {
  border-radius: 0 14px;
}
.rv-11-banner .rv-11-def-btn {
  background-color: var(--white-f);
  border-color: var(--white-f);
  color: var(--black);
  font-weight: 700;
}

@keyframes rv-11-slide-right {
  0% {
    right: -10px;
  }
  50% {
    border-radius: 50%;
  }
  100% {
    right: 100%;
    border-radius: 0;
  }
}
@keyframes rv-11-slide-left {
  0% {
    left: -10px;
  }
  50% {
    border-radius: 50%;
  }
  100% {
    left: 100%;
    border-radius: 0;
  }
}
.rv-12-banner {
  position: relative;
}
.rv-12-banner__slide {
  background: url(../img/rv-12-banner-bg-1.html) no-repeat center center;
  background-size: cover;
  padding: 270px 0 317px;
}
@media screen and (max-width: 1399px) {
  .rv-12-banner__slide {
    padding: 200px 0 247px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-12-banner__slide {
    padding: 180px 0 217px;
  }
}
@media screen and (max-width: 991px) {
  .rv-12-banner__slide {
    padding: 160px 0 197px;
  }
}
@media screen and (max-width: 767px) {
  .rv-12-banner__slide {
    padding: 140px 0 207px;
  }
}
@media screen and (max-width: 479px) {
  .rv-12-banner__slide {
    padding: 110px 0 197px;
  }
}
.rv-12-banner__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(5, 5, 5, 0.64);
}
.rv-12-banner__slide .rv-10-section__sub-title {
  margin-bottom: 10px;
}
.rv-12-banner__slide .rv-11-banner__title {
  font-size: 70px;
  line-height: 114.286%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1399px) {
  .rv-12-banner__slide .rv-11-banner__title {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-12-banner__slide .rv-11-banner__title {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .rv-12-banner__slide .rv-11-banner__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .rv-12-banner__slide .rv-11-banner__title {
    font-size: 35px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .rv-12-banner__slide .rv-11-banner__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 479px) {
  .rv-12-banner__slide .rv-11-banner__title {
    font-size: 28px;
  }
}
.rv-12-banner__slide--2 {
  background-image: url(../img/rv-12-banner-bg-2.html);
}
.rv-12-banner__slide--3 {
  background-image: url(../img/rv-12-banner-bg-3.html);
}
.rv-12-banner__btn {
  padding: 0 45px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.24);
  height: 46px;
  line-height: 42px;
}
.rv-12-banner__btn:hover {
  color: var(--black);
}
@media screen and (max-width: 767px) {
  .rv-12-banner .rv-3-banner__socials {
    left: 50%;
    flex-direction: row;
    translate: -50% 0;
    bottom: 100px;
    top: auto;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 767px) {
  .rv-12-banner .rv-3-banner__socials h6 {
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width: 767px) {
  .rv-12-banner .rv-3-banner__socials h6::before {
    top: 50%;
    left: calc(100% + 8px);
    translate: 0 -50%;
    height: 2px;
    width: 14px;
  }
}
@media screen and (max-width: 767px) {
  .rv-12-banner .rv-3-banner__socials ul {
    flex-direction: row;
  }
}
.rv-12-banner .rv-3-banner__socials a:hover {
  background-color: #509E0F;
  border-color: #509E0F;
}

.swiper-horizontal > .rv-12-banner__dots {
  display: inline-flex;
  flex-direction: column;
  gap: 30px;
  position: absolute;
  top: 50%;
  left: auto;
  right: 40px;
  translate: 0 -50%;
  z-index: 1;
  bottom: auto;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 991px) {
  .swiper-horizontal > .rv-12-banner__dots {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-horizontal > .rv-12-banner__dots {
    gap: 20px;
    left: 50%;
    top: auto;
    bottom: 65px;
    flex-direction: row;
    translate: -50% 0;
  }
}
.swiper-horizontal > .rv-12-banner__dots .swiper-pagination-bullet {
  width: auto;
  height: auto;
  line-height: 1;
  background: none;
  color: #707070;
  font-family: var(--mulish);
  font-size: 15px;
  font-weight: 700;
  position: relative;
  opacity: 1;
  writing-mode: vertical-lr;
  transition: 0.4s ease;
}
@media screen and (max-width: 767px) {
  .swiper-horizontal > .rv-12-banner__dots .swiper-pagination-bullet {
    margin-bottom: 0;
    writing-mode: horizontal-tb;
    margin-right: 0;
  }
}
.swiper-horizontal > .rv-12-banner__dots .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  translate: -50% 0;
  height: 0px;
  width: 1px;
  background-color: var(--white-f);
  transition: 0.4s ease;
}
@media screen and (max-width: 767px) {
  .swiper-horizontal > .rv-12-banner__dots .swiper-pagination-bullet::before {
    width: 0;
    height: 1px;
    left: calc(100% + 5px);
    top: 50%;
    translate: 0 -50%;
  }
}
.swiper-horizontal > .rv-12-banner__dots .swiper-pagination-bullet-active {
  color: var(--white-f);
  margin-bottom: 100px;
  scale: 1.46;
}
@media screen and (max-width: 767px) {
  .swiper-horizontal > .rv-12-banner__dots .swiper-pagination-bullet-active {
    margin-right: 70px;
    margin-bottom: 0;
  }
}
.swiper-horizontal > .rv-12-banner__dots .swiper-pagination-bullet-active::before {
  height: 69px;
}
@media screen and (max-width: 767px) {
  .swiper-horizontal > .rv-12-banner__dots .swiper-pagination-bullet-active::before {
    width: 40px;
    height: 1px;
    left: calc(100% + 5px);
    top: 50%;
    translate: 0 -50%;
  }
}

.rv-13-banner {
  background-color: #F6F4F2;
}
@media screen and (min-width: 1400px) {
  .rv-13-banner .container {
    max-width: 1600px;
  }
}
.rv-13-banner__txt {
  position: relative;
  color: var(--black);
  margin: 135px 0;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .rv-13-banner__txt {
    margin: 115px 0;
  }
}
@media screen and (max-width: 767px) {
  .rv-13-banner__txt {
    margin: 60px 0;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .rv-13-banner__txt {
    margin: 60px 0 40px;
  }
}
.rv-13-banner__txt .rv-3-def-btn {
  background-color: #AB8E66;
  border-color: #AB8E66;
}
.rv-13-banner__txt .rv-3-def-btn:hover {
  background-color: transparent;
}
.rv-13-banner .rv-10-section__sub-title {
  margin-bottom: 15px;
}
.rv-13-banner__title {
  font-family: var(--mulish);
  font-size: 80px;
  font-weight: 700;
  line-height: 95%;
  margin-bottom: 35px;
}
@media screen and (max-width: 1599px) {
  .rv-13-banner__title {
    margin-bottom: 25px;
    font-size: 75px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-13-banner__title {
    font-size: 65px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-13-banner__title {
    font-size: 55px;
  }
}
@media screen and (max-width: 991px) {
  .rv-13-banner__title {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .rv-13-banner__title {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .rv-13-banner__title {
    font-size: 35px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 479px) {
  .rv-13-banner__title {
    font-size: 30px;
  }
}
.rv-13-banner__short-descr {
  font-family: Oldenburg;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 56px;
}
@media screen and (max-width: 1599px) {
  .rv-13-banner__short-descr {
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-13-banner__short-descr {
    margin-bottom: 36px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .rv-13-banner__short-descr {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 479px) {
  .rv-13-banner__short-descr {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.rv-13-banner__short-descr .styled {
  position: relative;
  background: url(../img/rv-13-banner-vector-4.html) no-repeat 10% center;
  background-size: contain;
}
.rv-13-banner__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .rv-13-banner__right {
    justify-content: center;
    margin-bottom: 60px;
    gap: 0;
  }
}
.rv-13-banner__img img {
  height: 700px;
}
@media screen and (max-width: 1599px) {
  .rv-13-banner__img img {
    height: 640px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-13-banner__img img {
    height: 575px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-13-banner__img img {
    height: 540px;
  }
}
@media screen and (max-width: 991px) {
  .rv-13-banner__img img {
    display: none;
  }
}
.rv-13-banner-prod-col {
  width: 270px;
  display: flex;
  flex-direction: column;
  gap: 158px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .rv-13-banner-prod-col {
    gap: 78px;
  }
}
@media screen and (max-width: 767px) {
  .rv-13-banner-prod-col {
    gap: 38px;
  }
}
@media screen and (max-width: 479px) {
  .rv-13-banner-prod-col {
    gap: 28px;
  }
}
.rv-13-banner-prod-col .rv-13-banner__vectors {
  top: -45px;
  right: -70px;
}
.rv-13-banner-prod-col .rv-13-banner__vectors img {
  position: static;
}
.rv-13-banner-prod {
  color: var(--black);
  font-family: var(--mulish);
  text-align: center;
  opacity: 0 !important;
  pointer-events: none;
}
.rv-13-banner-prod.swiper-slide-active {
  opacity: 1 !important;
  pointer-events: all;
}
.rv-13-banner-prod__img {
  width: 270px;
  height: 270px;
  background-color: var(--white-f);
  border: 1px solid rgba(5, 5, 5, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
}
.rv-13-banner-prod__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 3px;
}
.rv-13-banner-prod__title a:hover {
  color: #AB8E66;
}
.rv-13-banner-prod__brand {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.8;
}
.rv-13-banner-prod__brand a {
  color: var(--black);
}
.rv-13-banner__vectors img {
  position: absolute;
  pointer-events: none;
  animation: rotate-center 3s ease-in-out infinite both;
  z-index: -1;
}
.rv-13-banner__vectors img.vector-1 {
  top: -18px;
  left: 250px;
}
.rv-13-banner__vectors img.vector-2 {
  right: 70px;
  bottom: 60px;
}

@keyframes rotate-center {
  0% {
    transform: rotate(0);
    scale: 1;
  }
  33% {
    transform: rotate(90deg);
    scale: 1;
  }
  66% {
    transform: rotate(90deg);
    scale: 0;
  }
  100% {
    transform: rotate(90deg);
    scale: 1;
  }
}
.rv-14-banner {
  background: url(../img/rv-14-banner-bg.html) no-repeat center center;
  background-size: cover;
  padding: 250px 0 230px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .rv-14-banner {
    padding: 230px 0 210px;
  }
}
@media screen and (max-width: 991px) {
  .rv-14-banner {
    padding: 210px 0 190px;
  }
}
@media screen and (max-width: 767px) {
  .rv-14-banner {
    padding: 220px 0 190px;
  }
}
@media screen and (max-width: 575px) {
  .rv-14-banner {
    padding: 240px 0 190px;
  }
}
@media screen and (max-width: 479px) {
  .rv-14-banner {
    padding: 260px 0 190px;
  }
}
.rv-14-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #174E5E;
  mix-blend-mode: multiply;
}
.rv-14-banner__sub-title {
  color: var(--white-f);
  margin-bottom: 20px;
}
.rv-14-banner__title {
  color: var(--white-f);
  font-family: var(--mulish);
  font-size: 90px;
  font-weight: 800;
  line-height: 106.667%;
  margin-bottom: 45px;
}
@media screen and (max-width: 1599px) {
  .rv-14-banner__title {
    font-size: 80px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-14-banner__title {
    font-size: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-14-banner__title {
    font-size: 60px;
  }
}
@media screen and (max-width: 991px) {
  .rv-14-banner__title {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .rv-14-banner__title {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  .rv-14-banner__title {
    font-size: 35px;
  }
}
@media screen and (max-width: 479px) {
  .rv-14-banner__title {
    font-size: 30px;
  }
}
.rv-14-banner .rv-14-def-btn:hover {
  color: var(--white-f);
  border-color: var(--white-f);
}
.rv-14-banner .wave {
  background: url(../img/wave-2.html) repeat-x;
  position: absolute;
  bottom: -77px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  z-index: 2;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
.rv-15-banner_section {
  position: relative;
  z-index: 1;
}
.rv-15-banner_section .swiper-notification {
  display: none;
}
.rv-15-banner_section .rv-15-banner_slider_prev {
  left: 2%;
  font-size: 20px;
  z-index: 1;
  top: 50%;
  position: absolute;
  color: #FFFFFF;
  border: 1px solid #ddd;
  background: transparent;
  transition: 0.5s;
  height: 50px;
  width: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rv-15-banner_section .rv-15-banner_slider_prev:hover {
  background: #F35B04;
  border: 1px solid transparent;
}
.rv-15-banner_section .rv-15-banner_slider_next {
  right: 2%;
  font-size: 20px;
  z-index: 1;
  top: 50%;
  position: absolute;
  color: #FFFFFF;
  border: 1px solid #ddd;
  padding: 10px 10px;
  background: transparent;
  transition: 0.5s;
  height: 50px;
  width: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rv-15-banner_section .rv-15-banner_slider_next:hover {
  background: #F35B04;
  border: 1px solid transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-15-banner_section .rv-15-banner_slider_navigations {
    display: none;
  }
}
.rv-15-banner_section .rv-15-single_slide {
  align-items: center;
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-image: url("../img/slider/slider_bg_6.html");
}
.rv-15-banner_section .rv-15-single_slide::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.rv-15-banner_section .rv-15-single_slide .rv-15-slider_content {
  padding: 200px 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .rv-15-banner_section .rv-15-single_slide .rv-15-slider_content {
    padding-left: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-15-banner_section .rv-15-single_slide .rv-15-slider_content {
    padding: 120px 0;
  }
}
.rv-15-banner_section .rv-15-single_slide .rv-15-slider_content .rv-15-banner_button_area {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-15-banner_section .rv-15-single_slide .rv-15-slider_content .rv-15-banner_button_area {
    margin-bottom: 10px;
  }
}
.rv-15-banner_section .rv-15-single_slide .rv-15-slider_content .rv-15-banner_button_area .rv_6_banner_content_play_btn {
  color: #FFFFFF;
}
.rv-15-banner_section .rv-15-single_slide .rv-15-slider_content .rv-15-banner_button_area .rv_6_banner_content_play_btn i {
  background: #FFFFFF;
  color: #081C15;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
  margin-right: 15px;
  animation: pulse 1.5s linear infinite;
  transition: all 0.4s ease;
}
.rv-15-banner_section .rv-15-single_slide .rv-15-slider_content .rv-15-banner_button_area .rv_6_banner_content_play_btn i:hover {
  background: #081C15;
  color: #FFFFFF;
}
.rv-15-banner_section .rv-15-single_slide .rv-15-slider_content .rv-15-devider_line {
  height: 1px;
  width: 300px;
  background: rgba(255, 255, 255, 0.3);
  margin: 40px 0 50px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-15-banner_section .rv-15-single_slide .rv-15-slider_content .rv-15-devider_line {
    margin-bottom: 30px;
  }
}
.rv-15-banner_section .rv-15-single_slide .rv-15-slider_content .rv-15-slider_subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.5;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: "Mulish", sans-serif;
}
.rv-15-banner_section .rv-15-single_slide .rv-15-slider_content .rv-15-slider_title {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 70px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rv-15-banner_section .rv-15-single_slide .rv-15-slider_content .rv-15-slider_title {
    font-size: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rv-15-banner_section .rv-15-single_slide .rv-15-slider_content .rv-15-slider_title {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-15-banner_section .rv-15-single_slide .rv-15-slider_content .rv-15-slider_title {
    font-size: 40px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-15-banner_section .rv-15-single_slide .rv-15-slider_content .rv-15-slider_title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.rv-15-banner_section .rv-15-single_slide .rv-15-slider_text_box {
  position: absolute;
  right: 20%;
  background: #050505;
  height: 200px;
  width: 500px;
  bottom: 0;
  padding: 60px 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-15-banner_section .rv-15-single_slide .rv-15-slider_text_box {
    height: 180px;
    width: auto;
    padding: 50px 40px;
    left: 0;
    text-align: left;
  }
}
.rv-15-banner_section .rv-15-single_slide .rv-15-slider_text_box::after {
  position: absolute;
  content: "";
  left: 14%;
  top: 20%;
  height: 1px;
  background: #FFFFFF;
  width: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-15-banner_section .rv-15-single_slide .rv-15-slider_text_box::after {
    left: 9%;
  }
}
.rv-15-banner_section .rv-15-single_slide .rv-15-slider_text_box p {
  font-family: "Mulish", sans-serif;
  color: rgba(255, 255, 255, 0.7);
}
.rv-15-banner_section .rv-15-single_slide.swiper-slide-active .rv-15-slider_title {
  animation: fadeInUp 1.5s;
}
.rv-15-banner_section .rv-15-single_slide.swiper-slide-active .rv-15-slider_subtitle {
  animation: fadeInUp 1s;
}
.rv-15-banner_section .rv-15-single_slide.swiper-slide-active .rv-15-banner_button_area {
  animation: fadeInUp 1s;
}
.rv-15-banner_section .rv-15-single_slide.swiper-slide-active .rv-15-slider_text_box {
  animation: fadeInUp 1s;
}

.rv-16-banner_section {
  position: relative;
  z-index: 2;
}
.rv-16-banner_section .owl-dots {
  position: absolute;
  top: 50%;
  right: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
  z-index: 8;
  transform: translatey(-50%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rv-16-banner_section .owl-dots {
    right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-16-banner_section .owl-dots {
    right: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-16-banner_section .owl-dots {
    right: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-16-banner_section .owl-dots {
    display: none;
  }
}
.rv-16-banner_section .owl-dots button.owl-dot {
  background-color: #FFFFFF;
  width: 20px;
  height: 2px;
  transition: 0.4s ease;
  counter-increment: indexNumber;
  position: relative;
}
.rv-16-banner_section .owl-dots button.owl-dot::before {
  content: "0" counter(indexNumber);
  position: absolute;
  right: calc(100% + 13px);
  top: 50%;
  translate: 0 -50%;
  color: #FFFFFF;
  opacity: 0;
  transition: 0.4s ease;
}
.rv-16-banner_section .owl-dots button.owl-dot.active {
  width: 50px !important;
  background: #DFE11B !important;
}
.rv-16-banner_section .owl-dots button.owl-dot.active::before {
  opacity: 1;
}
.rv-16-banner_section .rv-16-banner_single_slide {
  padding: 280px 0 200px;
  position: relative;
  z-index: 1;
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-16-banner_section .rv-16-banner_single_slide {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-16-banner_section .rv-16-banner_single_slide {
    padding: 70px 0 50px 0;
  }
}
.rv-16-banner_section .rv-16-banner_single_slide::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  z-index: -1;
  background: #020208;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_content {
    text-align: center;
    padding: 0 20px 30px 20px;
  }
}
.rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_content .rv-16-banner_content_heading {
  color: #FFFFFF;
  font-size: 70px;
  font-weight: 700;
  padding-bottom: 30px;
  max-width: 650px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_content .rv-16-banner_content_heading {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_content .rv-16-banner_content_heading {
    font-size: 40px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_content .rv-16-banner_content_heading {
    max-width: 600px;
    font-size: 50px;
    padding-bottom: 15px;
    margin: auto;
    font-family: "Mulish", sans-serif;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_content .rv-16-banner_content_heading {
    font-size: 35px;
  }
}
.rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_content .rv-16-banner_content_desc {
  color: #FFFFFF;
  opacity: 50%;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 40px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_content .rv-16-banner_content_desc {
    padding-bottom: 25px;
  }
}
.rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_content .rv-16-banner_content_btn {
  background-color: transparent;
  border: 1px solid #666666;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 17px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  color: #FFFFFF;
  transition: 0.5s ease-out;
  padding: 12px 28px;
  margin-right: 10px;
  font-family: "Mulish", sans-serif;
}
.rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_content .rv-16-banner_content_btn:hover {
  color: #020208;
}
.rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_content .rv-16-banner_content_btn::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  transform: skew(90deg) translate(-50%, -50%);
  position: absolute;
  inset: 50%;
  left: 25%;
  z-index: -1;
  transition: 0.5s ease-out;
  background-color: #DFE11B;
}
.rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_content .rv-16-banner_content_btn::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 50%;
  left: 25%;
  z-index: -1;
  transition: 0.5s ease-out;
  background-color: #DFE11B;
  top: -50%;
  left: -25%;
  transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}
.rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_content .rv-16-banner_content_btn:hover::before {
  transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
}
.rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_content .rv-16-banner_content_btn:hover::after {
  transform: skew(45deg) translate(-50%, -50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_content .rv-16-banner_content_btn {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_image {
    max-width: 500px;
    margin: auto;
    height: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_image {
    max-width: 400px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_image {
    max-width: 350px;
  }
}
.rv-16-banner_section .owl-item.active .rv-16-banner_content_heading {
  animation: fadeInUp 1.5s;
  animation-duration: 1.5s;
}
.rv-16-banner_section .owl-item.active .rv-16-banner_content_desc {
  animation: fadeInUp 1s;
  animation-duration: 1.5s;
}
.rv-16-banner_section .owl-item.active .rv-16-banner_content_btn {
  animation: fadeInUp 1s;
  animation-duration: 2s;
}
.rv-16-banner_section .owl-item.active .rv-16-banner_image {
  animation: fadeInRight 1.5s;
}

.rv-17-banner_slider_section {
  position: relative;
  z-index: 2;
}
.rv-17-banner_slider_section .owl-dots {
  position: absolute;
  top: 50%;
  right: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 8;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rv-17-banner_slider_section .owl-dots {
    right: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-banner_slider_section .owl-dots {
    right: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-banner_slider_section .owl-dots {
    right: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-banner_slider_section .owl-dots {
    display: none;
  }
}
.rv-17-banner_slider_section .owl-dots button.owl-dot {
  transition: 0.4s ease;
  counter-increment: indexNumber;
  position: relative;
  margin-bottom: 10px;
}
.rv-17-banner_slider_section .owl-dots button.owl-dot::before {
  content: "0" counter(indexNumber);
  position: absolute;
  right: calc(100% + 10px);
  top: 74%;
  translate: 0 -50%;
  color: #FFFFFF;
  opacity: 1;
  transition: 0.4s ease;
  transform: rotate(90deg);
}
.rv-17-banner_slider_section .owl-dots button.owl-dot span {
  height: 0;
  width: 2px;
}
.rv-17-banner_slider_section .owl-dots button.owl-dot.active {
  width: 0px;
  height: 150px;
  transition: 0.4s ease;
  position: relative;
  right: -7px;
  transform: scale(1.5);
}
.rv-17-banner_slider_section .owl-dots button.owl-dot.active span {
  height: 55px;
  width: 2px;
  background: #FFFFFF;
  left: -20px;
  position: absolute;
  top: 36px;
  z-index: 111;
  display: inline-block;
  transition: 0.4s ease;
}
.rv-17-banner_slider_section .rv-17-banner_slider {
  padding-top: 160px;
  padding-bottom: 300px;
  position: relative;
  z-index: 1;
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-banner_slider_section .rv-17-banner_slider {
    padding: 150px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-banner_slider_section .rv-17-banner_slider {
    padding: 100px 0;
  }
}
.rv-17-banner_slider_section .rv-17-banner_slider::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: -1;
  background: #020208;
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_sub_heading {
  color: #FFFFFF;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
  text-transform: uppercase;
  font-family: "Mulish", sans-serif;
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_sub_heading::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background: #DFE11B;
  left: 0;
  top: 0;
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_heading {
  font-size: 100px;
  font-weight: 800;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_heading {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_heading {
    font-size: 60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_heading {
    font-size: 40px;
  }
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
  margin-bottom: 15px;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_desc {
    font-size: 15px;
  }
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_meta {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  padding-bottom: 30px;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_meta {
    gap: 15px;
  }
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_meta .movi_rating {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_meta .movi_tag {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_meta .movi_quality p {
  color: #FFFFFF;
  margin: 0;
  font-weight: 600;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  padding: 0 0 0 12px;
  font-family: "Mulish", sans-serif;
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_meta .movi_quality p span {
  font-family: "Mulish", sans-serif;
  background: #FFFFFF;
  color: #020208;
  border-radius: 13px;
  padding: 0 12px;
  margin-left: 7px;
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_meta .movi_times p {
  color: #FFFFFF;
  margin: 0;
  font-weight: 600;
  font-family: "Mulish", sans-serif;
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_meta .movi_times p span {
  border: 1px solid #FFFFFF;
  font-family: "Mulish", sans-serif;
  border-radius: 30px;
  padding: 0px 12px;
  margin-left: 5px;
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_btn {
  background-color: transparent;
  border: 1px solid #666666;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 17px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  color: #FFFFFF;
  transition: 0.5s ease-out;
  padding: 12px 28px;
  font-family: "Mulish", sans-serif;
  text-transform: capitalize;
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_btn:hover {
  color: #020208;
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_btn::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  transform: skew(90deg) translate(-50%, -50%);
  position: absolute;
  inset: 50%;
  left: 25%;
  z-index: -1;
  transition: 0.5s ease-out;
  background-color: #DFE11B;
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_btn::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 50%;
  left: 25%;
  z-index: -1;
  transition: 0.5s ease-out;
  background-color: #DFE11B;
  top: -50%;
  left: -25%;
  transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_btn:hover::before {
  transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_btn:hover::after {
  transform: skew(45deg) translate(-50%, -50%);
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-video_button_area {
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-banner_slider_section .rv-17-banner_slider .rv-17-video_button_area {
    text-align: center;
    margin-top: 140px;
  }
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-video_button_area .rv-17-banner_video_btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #F35B04;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 1.5s linear infinite;
  background-color: #A8AA04;
  color: #020208;
  position: relative;
  transform: none;
  left: unset;
  top: unset;
  border: none;
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-video_button_area .rv-17-banner_video_btn:hover {
  background: #FFFFFF;
  color: #F35B04;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-banner_slider_section .rv-17-banner_slider .rv-17-video_button_area .rv-17-banner_video_btn {
    height: 55px;
    width: 55px;
    line-height: 55px;
  }
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-video_button_area .rv-17-banner_video_btn:hover {
  background-color: #020208;
  color: #A8AA04;
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-video_button_area .rv-17-banner_video_btn .rv-17-banner_button_top_action {
  position: absolute;
  content: "";
  left: -200px;
  top: -110px;
  width: 179px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-banner_slider_section .rv-17-banner_slider .rv-17-video_button_area .rv-17-banner_video_btn .rv-17-banner_button_top_action {
    left: -128px;
  }
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-video_button_area .rv-17-banner_video_btn .rv-17-banner_button_top_action h3 {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-video_button_area .rv-17-banner_video_btn .rv-17-banner_button_top_action span {
  font-family: "Mulish", sans-serif;
  position: absolute;
  left: 52%;
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-video_button_area .rv-17-banner_video_btn .rv-17-banner_button_top_action span img {
  height: 100px;
  width: auto;
}
.rv-17-banner_slider_section .owl-item.active .rv-17-banner_content_heading {
  animation: fadeInUp 1.5s;
  animation-duration: 1.5s;
}
.rv-17-banner_slider_section .owl-item.active .rv-17-banner_content_desc {
  animation: fadeInUp 1s;
  animation-duration: 1.5s;
}
.rv-17-banner_slider_section .owl-item.active .rv-17-banner_content_meta {
  animation: fadeInUp 1s;
  animation-duration: 1.5s;
}
.rv-17-banner_slider_section .owl-item.active .rv-17-banner_content_btn {
  animation: fadeInUp 1s;
  animation-duration: 2s;
}
.rv-17-banner_slider_section .owl-item.active .rv-17-banner_sub_heading {
  animation: fadeInRight 1.2s;
  animation-duration: 1s;
}

.rv-18-banner_main_area .rv-18-banner_slider {
  position: relative;
  margin: 0 80px;
}
@media screen and (max-width: 1599px) {
  .rv-18-banner_main_area .rv-18-banner_slider {
    margin: 0;
  }
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider {
  z-index: 1;
  position: relative;
  padding: 260px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider {
    padding: 150px 0;
  }
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider::after {
  position: absolute;
  content: "";
  inset: 0;
  opacity: 0.9;
  background: linear-gradient(90deg, #142137 0.11%, rgba(20, 33, 55, 0.6) 99.91%);
  z-index: -1;
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider h1 {
  color: #FFFFFF;
  font-size: 70px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider h1 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px) {
  .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider h1 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider h1 {
    font-size: 30px;
  }
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider h1 span {
  position: absolute;
  right: 240px;
  top: 30px;
  z-index: -1;
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider p {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider p {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider p {
    font-size: 14px;
  }
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider .rv-18-banner_content_btn {
  background: #1C74E9;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  width: 200px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.4s ease;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider .rv-18-banner_content_btn {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider .rv-18-banner_content_btn {
    font-size: 14px;
    width: 170px;
    height: 50px;
  }
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider .rv-18-banner_content_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(241, 241, 241, 0.3647058824);
  width: 0;
  height: 100%;
  transition: all 0.4s ease;
  z-index: -1;
  left: auto;
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider .rv-18-banner_content_btn:hover {
  color: #000000;
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider .rv-18-banner_content_btn:hover i {
  transform: rotate(-45deg);
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider .rv-18-banner_content_btn:hover::before {
  width: 100%;
  left: 0;
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider .rv-18-banner_content_btn i {
  margin-left: 10px;
  font-size: 18px;
  transition: all 0.3s ease;
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_next {
  position: absolute;
  right: 200px;
  bottom: 0;
  z-index: 1;
  width: 200px;
  height: 200px;
  padding: 40px 20px;
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px) {
  .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_next {
    width: 170px;
    height: 150px;
    right: 170px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_next {
    width: 170px;
    height: 137px;
    right: 139px;
  }
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_next p {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 30px 0;
  margin: 0;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px) {
  .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_next p {
    padding: 15px 0 5px 0;
    font-size: 13px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_next p {
    line-height: 1.5;
    padding: 15px 0 5px 0;
    font-size: 13px;
  }
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_next i {
  color: rgba(198, 200, 212, 0.4901960784);
  font-size: 30px;
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_next .swiper-pagination {
  position: absolute;
  color: rgba(198, 200, 212, 0.4901960784);
  top: 15px;
  left: 19px;
  text-align: left;
  font-size: 23px;
  font-weight: 700;
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_next span.swiper-pagination-bullet {
  background: none;
  width: 30px;
  opacity: 0;
  position: absolute;
  top: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_next span.swiper-pagination-bullet {
    top: 10px;
  }
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_next .swiper-pagination-bullet-active {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1 !important;
  font-size: 25px;
  font-weight: 700;
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_bottom_area {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 200px;
  height: 200px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px) {
  .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_bottom_area {
    width: 170px;
    height: 150px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_bottom_area {
    width: 140px;
    height: 137px;
  }
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_bottom_area .rv-18-banner_slider_bottom_image {
  width: 200px;
  height: 200px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px) {
  .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_bottom_area .rv-18-banner_slider_bottom_image {
    width: 170px;
    height: 150px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_bottom_area .rv-18-banner_slider_bottom_image {
    width: 140px;
    height: 137px;
  }
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_bottom_area .rv-18-banner_slider_bottom_image img {
  height: 100%;
  width: 100%;
}

.rv-19-banner_section {
  position: relative;
  z-index: 2;
}
.rv-19-banner_section .owl-dots {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
  z-index: 8;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-banner_section .owl-dots {
    right: 35px;
  }
}
.rv-19-banner_section .owl-dots button.owl-dot {
  background-color: rgba(255, 255, 255, 0.3);
  width: 2px;
  height: 40px;
  transition: 0.4s ease;
}
.rv-19-banner_section .owl-dots button.owl-dot.active {
  background-color: #DFE11B !important;
}
.rv-19-banner_section .rv-19-banner_slide {
  position: relative;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 100%;
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content {
  padding-left: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content {
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content {
    padding: 80px 0;
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content {
    padding: 80px 0;
    text-align: center;
    padding-bottom: 50px;
  }
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content .rv-19-banner_content_sub_heading {
  color: #141414;
  background: #DFE11B;
  font-weight: 600;
  font-size: 16px;
  width: 160px;
  height: 26px;
  text-align: center;
  line-height: 26px;
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content .rv-19-banner_content_heading {
  color: #FFFFFF;
  font-size: 95px;
  font-weight: 800;
  margin-bottom: 50px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content .rv-19-banner_content_heading {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content .rv-19-banner_content_heading {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content .rv-19-banner_content_heading {
    font-size: 47px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content .rv-19-banner_content_heading {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content .rv-19-banner_button {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  width: 200px;
  height: 54px;
  border: 1px solid #597B84;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  background: transparent;
  position: relative;
  z-index: 1;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content .rv-19-banner_button {
    margin: auto;
  }
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content .rv-19-banner_button .rv-19-banner_content_btn {
  border-right: 1px solid #597B84;
  width: 100%;
  color: #FFFFFF;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Mulish", sans-serif;
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content .rv-19-banner_button::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #DFE11B;
  width: 0;
  height: 100%;
  transition: all 0.4s ease;
  z-index: -1;
  left: auto;
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content .rv-19-banner_button:hover {
  color: #000000;
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content .rv-19-banner_button:hover i {
  transform: rotate(90deg);
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content .rv-19-banner_button:hover .rv-19-banner_content_btn {
  color: #000000;
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content .rv-19-banner_button:hover::before {
  width: 100%;
  left: 0;
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content .rv-19-banner_button i {
  height: 54px;
  width: 54px;
  align-self: flex-end;
  text-align: center;
  line-height: 54px;
  transform: rotate(45deg);
  transition: all 0.4s ease;
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_image {
  height: 950px;
  width: 500px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-banner_section .rv-19-banner_slide .rv-19-banner_image {
    height: 700px;
    width: 450px;
    margin: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-banner_section .rv-19-banner_slide .rv-19-banner_image {
    height: 600px;
    width: 350px;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-banner_section .rv-19-banner_slide .rv-19-banner_image {
    height: 530px;
    width: 280px;
    margin: auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-banner_section .rv-19-banner_slide .rv-19-banner_image {
    height: 420px;
    width: 260px;
    margin: auto;
  }
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_socials {
  position: absolute;
  left: 30px;
  top: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-banner_section .rv-19-banner_slide .rv-19-banner_socials {
    left: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-banner_section .rv-19-banner_slide .rv-19-banner_socials {
    display: none;
  }
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_socials .rv-19-banner_link a {
  border: 2px solid rgba(255, 255, 255, 0.2);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: transparent;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  transition: all 0.4s ease;
  font-family: "Mulish", sans-serif;
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_socials .rv-19-banner_link a:hover {
  background: #DFE11B;
  border: 2px solid transparent;
  color: #141414;
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_socials span {
  position: absolute;
  transform: rotate(-90deg);
  bottom: -66px;
  width: 89px;
  left: -25px;
  color: #FFFFFF;
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_socials span::before {
  content: "";
  right: -6px;
  position: absolute;
  height: 2px;
  width: 15px;
  background: #FFFFFF;
  top: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-banner_section .rv-19-banner_row {
    flex-direction: column-reverse;
  }
}

.rv-20-banner_section {
  position: relative;
  z-index: 2;
}
.rv-20-banner_section .rv-20-banner_slide_button_area {
  position: absolute;
  right: 15%;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  row-gap: 7px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rv-20-banner_section .rv-20-banner_slide_button_area {
    right: 9%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-banner_section .rv-20-banner_slide_button_area {
    right: 6%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-banner_section .rv-20-banner_slide_button_area {
    display: none;
  }
}
.rv-20-banner_section .rv-20-banner_slide_button_area .rv-20-banner_slide_button_prev {
  background: #FFFFFF;
  height: 53px;
  width: 53px;
  text-align: center;
  line-height: 53px;
  color: #000;
  rotate: -45deg;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-banner_section .rv-20-banner_slide_button_area .rv-20-banner_slide_button_prev {
    height: 45px;
    width: 45px;
    line-height: 45px;
  }
}
.rv-20-banner_section .rv-20-banner_slide_button_area .rv-20-banner_slide_button_prev i {
  rotate: 45deg;
}
.rv-20-banner_section .rv-20-banner_slide_button_area .rv-20-banner_slide_button_prev:hover {
  background: #2D6A4F;
  color: #FFFFFF;
}
.rv-20-banner_section .rv-20-banner_slide_button_area .rv-20-banner_slide_button_next {
  background: #FFFFFF;
  height: 53px;
  width: 53px;
  text-align: center;
  line-height: 53px;
  color: #000;
  rotate: -45deg;
  transition: all 0.4s ease;
  margin-left: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-banner_section .rv-20-banner_slide_button_area .rv-20-banner_slide_button_next {
    height: 45px;
    width: 45px;
    line-height: 45px;
  }
}
.rv-20-banner_section .rv-20-banner_slide_button_area .rv-20-banner_slide_button_next i {
  rotate: 45deg;
}
.rv-20-banner_section .rv-20-banner_slide_button_area .rv-20-banner_slide_button_next:hover {
  background: #2D6A4F;
  color: #FFFFFF;
}
.rv-20-banner_section .rv-20-banner_slide {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}
.rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content {
  padding: 200px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content {
    padding: 150px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content {
    padding: 130px 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content {
    padding: 100px 0;
  }
}
.rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_content_sub_heading {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  width: 250px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  font-family: "Mulish", sans-serif;
  margin-bottom: 40px;
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_content_sub_heading {
    font-size: 14px;
    width: 200px;
    height: 36px;
    margin-bottom: 30px;
  }
}
.rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_content_sub_heading span {
  height: 5px;
  width: 5px;
  background: #FFFFFF;
  border-radius: 50%;
}
.rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_content_heading {
  color: #FFFFFF;
  font-size: 75px;
  font-weight: 800;
  margin-bottom: 60px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_content_heading {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_content_heading {
    font-size: 45px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_content_heading {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_content_heading {
    font-size: 30px;
    margin-bottom: 35px;
  }
}
.rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_button_area {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_button_area {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }
}
.rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_button_area .rv-20-banner_content_btn {
  background: #FFFFFF;
  color: #081C15;
  font-size: 16px;
  font-weight: 700;
  width: 200px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.4s ease;
  z-index: 1;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_button_area .rv-20-banner_content_btn {
    width: 160px;
    height: 50px;
  }
}
.rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_button_area .rv-20-banner_content_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(241, 241, 241, 0.3647058824);
  width: 0;
  height: 100%;
  transition: all 0.4s ease;
  z-index: -1;
  left: auto;
}
.rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_button_area .rv-20-banner_content_btn:hover {
  color: #FFFFFF;
  background: #2D6A4F;
}
.rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_button_area .rv-20-banner_content_btn:hover::before {
  width: 100%;
  left: 0;
}
.rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_button_area .rv-20-banner_content_btn i {
  margin-left: 10px;
  font-size: 18px;
  transition: all 0.3s ease;
}
.rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_button_area .rv-20-banner_content_play_btn {
  color: #FFFFFF;
}
.rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_button_area .rv-20-banner_content_play_btn i {
  background: #FFFFFF;
  color: #081C15;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
  margin-right: 15px;
  animation: pulse 1.5s linear infinite;
  transition: all 0.4s ease;
}
.rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_button_area .rv-20-banner_content_play_btn i:hover {
  background: #2D6A4F;
  color: #FFFFFF;
}

.rv-21-banner_section {
  position: relative;
  z-index: 2;
}
.rv-21-banner_section .rv-21-banner_slide_button_area {
  position: absolute;
  z-index: 1;
  bottom: 35px;
  transform: translateX(-50%);
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  left: 50%;
  width: 230px;
  justify-content: center;
}
.rv-21-banner_section .rv-21-banner_slide_button_area span {
  color: #0E1428;
  text-transform: uppercase;
  font-weight: 600;
}
.rv-21-banner_section .rv-21-banner_slide_button_area .rv-21-banner_slide_button_prev {
  opacity: 0.5;
  transition: all 0.3s ease;
}
.rv-21-banner_section .rv-21-banner_slide_button_area .rv-21-banner_slide_button_prev:hover {
  opacity: 1;
}
.rv-21-banner_section .rv-21-banner_slide_button_area .rv-21-banner_slide_button_next {
  opacity: 0.5;
  transition: all 0.3s ease;
}
.rv-21-banner_section .rv-21-banner_slide_button_area .rv-21-banner_slide_button_next:hover {
  opacity: 1;
}
.rv-21-banner_section .rv-21-banner_slide {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 150px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-banner_section .rv-21-banner_slide {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-banner_section .rv-21-banner_slide {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-banner_section .rv-21-banner_slide {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-banner_section .rv-21-banner_slide {
    padding-top: 30px;
    padding-bottom: 100px;
  }
}
.rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content {
  padding-top: 120px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content {
    padding-top: 50px;
    text-align: center;
    padding-bottom: 50px;
  }
}
.rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content .rv-21-banner_content_heading {
  color: #0E1428;
  font-size: 65px;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content .rv-21-banner_content_heading {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content .rv-21-banner_content_heading {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content .rv-21-banner_content_heading {
    font-size: 38px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content .rv-21-banner_content_heading {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content .rv-21-banner_content_heading {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content .rv-21-banner_content_desc {
  color: rgba(20, 20, 40, 0.6);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content .rv-21-banner_content_desc {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content .rv-21-banner_content_desc {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content .rv-21-banner_button_area {
  width: 180px;
  height: 90px;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content .rv-21-banner_button_area {
    margin: auto;
  }
}
.rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content .rv-21-banner_button_area:hover .rv-21-bestdeal_content_btn {
  color: #0E1428;
  letter-spacing: 1px;
}
.rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content .rv-21-banner_button_area img {
  height: 100%;
  width: 100%;
}
.rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content .rv-21-banner_button_area .rv-21-banner_content_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  transition: all 0.4s ease;
}
.rv-21-banner_section .rv-21-banner_slide .rv-21-banner__iamge {
  height: 700px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-banner_section .rv-21-banner_slide .rv-21-banner__iamge {
    height: 580px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-banner_section .rv-21-banner_slide .rv-21-banner__iamge {
    height: 450px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-banner_section .rv-21-banner_slide .rv-21-banner__iamge {
    height: 400px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-banner_section .rv-21-banner_slide .rv-21-banner__iamge {
    height: 350px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-banner_section .rv-21-banner_slide .rv-21-banner__iamge {
    height: 280px;
  }
}
.rv-21-banner_section .rv-21-banner_slide .rv-21-banner__iamge img {
  height: 100%;
  width: 100%;
}

.rv-22-banner_section {
  position: relative;
  z-index: 2;
}
.rv-22-banner_section .owl-dots {
  position: absolute;
  top: 50%;
  right: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 8;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rv-22-banner_section .owl-dots {
    right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-banner_section .owl-dots {
    right: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-banner_section .owl-dots {
    right: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-banner_section .owl-dots {
    right: 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-banner_section .owl-dots {
    display: none;
  }
}
.rv-22-banner_section .owl-dots button.owl-dot {
  transition: 0.4s ease;
  counter-increment: indexNumber;
  position: relative;
}
.rv-22-banner_section .owl-dots button.owl-dot::before {
  content: "0" counter(indexNumber);
  position: absolute;
  right: calc(100% + 10px);
  top: 74%;
  translate: 0 -50%;
  color: #FFFFFF;
  opacity: 1;
  transition: 0.4s ease;
  transform: rotate(90deg);
}
.rv-22-banner_section .owl-dots button.owl-dot span {
  height: 0;
  width: 2px;
}
.rv-22-banner_section .owl-dots button.owl-dot.active {
  width: 0px;
  height: 150px;
  transition: 0.4s ease;
  position: relative;
  right: -7px;
  transform: scale(1.5);
}
.rv-22-banner_section .owl-dots button.owl-dot.active span {
  height: 55px;
  width: 2px;
  background: #FFFFFF;
  left: -20px;
  position: absolute;
  top: 36px;
  z-index: 111;
  display: inline-block;
  transition: 0.4s ease;
}
.rv-22-banner_section .rv-22-banner_slide {
  padding: 215px 0;
  position: relative;
  z-index: 1;
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-banner_section .rv-22-banner_slide {
    padding: 170px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-banner_section .rv-22-banner_slide {
    padding: 140px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-banner_section .rv-22-banner_slide {
    padding: 130px 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-banner_section .rv-22-banner_slide {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-banner_section .rv-22-banner_slide {
    padding: 80px 0;
  }
}
.rv-22-banner_section .rv-22-banner_slide::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgba(4, 14, 31, 0.8);
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content {
  text-align: center;
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading {
    font-size: 14px;
  }
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_sty,
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_nex {
  content: "";
  background: #9a9ea5;
  width: 60px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_sty,
  .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_nex {
    width: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_sty,
  .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_nex {
    width: 35px;
  }
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_sty::before,
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_nex::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  left: -15px;
  background: #9a9ea5;
  border-radius: 50%;
  transform: translateY(-50%);
  animation: slide-right 2.5s linear infinite alternate both;
  top: 0;
}
@keyframes slide-right {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_sty::after,
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_nex::after {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  right: -15px;
  background: #9a9ea5;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  animation: slide-left 2.5s linear infinite alternate both;
  top: 0;
}
@keyframes slide-left {
  0% {
    right: 0;
  }
  100% {
    right: 100%;
  }
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_sty {
  left: -50%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_sty {
    left: -45%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_sty {
    left: -40%;
  }
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_nex {
  right: -50%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_nex {
    right: -45%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_nex {
    right: -40%;
  }
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_content_heading {
  font-size: 76px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_content_heading {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_content_heading {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_content_heading {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_content_heading {
    font-size: 35px;
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_content_heading {
    font-size: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_content_heading {
    font-size: 20px;
  }
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_content_btn {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  background: #B38D3F;
  padding: 15px 25px;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s ease;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_content_btn {
    font-size: 14px;
  }
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_content_btn::before {
  position: absolute;
  content: "";
  background-color: #FFFFFF;
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 0px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  transition: all 0.4s ease;
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_content_btn:hover {
  color: #000000;
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_content_btn:hover::before {
  height: 400%;
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_socials {
  position: absolute;
  left: 30px;
  top: 60%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_socials {
    left: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_socials {
    display: none;
  }
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_socials .rv-22-banner_link a {
  border: 2px solid rgba(255, 255, 255, 0.2);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: transparent;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  transition: all 0.4s ease;
  font-family: "Mulish", sans-serif;
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_socials .rv-22-banner_link a:hover {
  background: #B38D3F;
  border: 2px solid transparent;
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_socials span {
  position: absolute;
  transform: rotate(90deg);
  top: -84px;
  width: 89px;
  left: -25px;
  color: #FFFFFF;
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_socials span::before {
  content: "";
  right: -7px;
  position: absolute;
  height: 1px;
  width: 18px;
  background: #FFFFFF;
  top: 12px;
}

.rv-23-banner_section {
  position: relative;
  z-index: 2;
}
.rv-23-banner_section .owl-dots {
  position: absolute;
  top: 50%;
  right: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
  z-index: 8;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rv-23-banner_section .owl-dots {
    right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-banner_section .owl-dots {
    right: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-banner_section .owl-dots {
    right: 15px;
  }
}
.rv-23-banner_section .owl-dots button.owl-dot {
  background-color: #FFFFFF;
  width: 20px;
  height: 2px;
  transition: 0.4s ease;
  counter-increment: indexNumber;
  position: relative;
}
.rv-23-banner_section .owl-dots button.owl-dot::before {
  content: "0" counter(indexNumber);
  position: absolute;
  right: calc(100% + 13px);
  top: 50%;
  translate: 0 -50%;
  color: #FFFFFF;
  opacity: 0;
  transition: 0.4s ease;
}
.rv-23-banner_section .owl-dots button.owl-dot.active {
  width: 50px !important;
  background: #3BA52D !important;
}
.rv-23-banner_section .owl-dots button.owl-dot.active::before {
  opacity: 1;
}
.rv-23-banner_section .rv-23-banner_slide {
  padding: 260px 0;
  position: relative;
  z-index: 1;
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-banner_section .rv-23-banner_slide {
    padding: 150px 0 200px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-banner_section .rv-23-banner_slide {
    padding: 130px 0 160px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-banner_section .rv-23-banner_slide {
    padding: 100px 0 130px 0;
  }
}
.rv-23-banner_section .rv-23-banner_slide::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(104deg, rgba(0, 81, 161, 0.8) 0%, rgba(0, 68, 136, 0.3) 100%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-banner_section .rv-23-banner_slide .rv-23-banner_content {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-banner_section .rv-23-banner_slide .rv-23-banner_content {
    padding-left: 0px;
  }
}
.rv-23-banner_section .rv-23-banner_slide .rv-23-banner_content .rv-23-banner_content_heading {
  color: #FFFFFF;
  font-size: 59px;
  font-weight: 800;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .rv-23-banner_section .rv-23-banner_slide .rv-23-banner_content .rv-23-banner_content_heading {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rv-23-banner_section .rv-23-banner_slide .rv-23-banner_content .rv-23-banner_content_heading {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-banner_section .rv-23-banner_slide .rv-23-banner_content .rv-23-banner_content_heading {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-banner_section .rv-23-banner_slide .rv-23-banner_content .rv-23-banner_content_heading {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-banner_section .rv-23-banner_slide .rv-23-banner_content .rv-23-banner_content_heading {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.rv-23-banner_section .rv-23-banner_slide .rv-23-banner_content .rv-23-banner_content_sub_heading {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  background: #020208;
  padding: 1px 4px;
  display: inline-block;
  font-family: "Mulish", sans-serif;
}
.rv-23-banner_section .rv-23-banner_slide .rv-23-banner_content .rv-23-banner_content_btn {
  font-family: "Mulish", sans-serif;
  height: 54px;
  width: 190px;
  text-align: center;
  display: inline-block;
  line-height: 54px;
  font-size: 16px;
  font-weight: 700;
  background-color: #3BA52D;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-banner_section .rv-23-banner_slide .rv-23-banner_content .rv-23-banner_content_btn {
    width: 160px;
  }
}
.rv-23-banner_section .rv-23-banner_slide .rv-23-banner_content .rv-23-banner_content_btn:hover {
  color: #020208;
}
.rv-23-banner_section .rv-23-banner_slide .rv-23-banner_content .rv-23-banner_content_btn:hover::before {
  height: 100%;
  width: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
  transform: translate(0, 0) scale(1);
}
.rv-23-banner_section .rv-23-banner_slide .rv-23-banner_content .rv-23-banner_content_btn::before {
  position: absolute;
  content: "";
  background: #FFFFFF;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.rv-23-banner_section .rv-23-banner_slide .rv-23-banner_socials {
  position: absolute;
  left: 0;
  top: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-banner_section .rv-23-banner_slide .rv-23-banner_socials {
    bottom: 30px;
    flex-direction: row;
    left: 50%;
    transform: translateX(-50%);
    top: inherit;
    align-items: center;
  }
}
.rv-23-banner_section .rv-23-banner_slide .rv-23-banner_socials .rv-23-banner_link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-banner_section .rv-23-banner_slide .rv-23-banner_socials .rv-23-banner_link {
    flex-direction: row;
    margin: 0;
  }
}
.rv-23-banner_section .rv-23-banner_slide .rv-23-banner_socials .rv-23-banner_link a {
  border: 2px solid rgba(255, 255, 255, 0.1);
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: transparent;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  transition: all 0.4s ease;
  font-family: "Mulish", sans-serif;
}
.rv-23-banner_section .rv-23-banner_slide .rv-23-banner_socials .rv-23-banner_link a:hover {
  background: #3BA52D;
  border: 2px solid transparent;
  color: #FFFFFF;
}
.rv-23-banner_section .rv-23-banner_slide .rv-23-banner_socials p {
  transform: rotate(-90deg);
  width: 115px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-banner_section .rv-23-banner_slide .rv-23-banner_socials p {
    transform: rotate(0deg);
    order: -1;
    align-items: center;
    display: flex;
  }
}
.rv-23-banner_section .rv-23-banner_slide .rv-23-banner_socials p span {
  height: 2px;
  width: 15px;
  background: #FFFFFF;
  margin-left: 5px;
}

.rv-24-banner_main_section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.rv-24-banner_main_section .rv-24-banner_section {
  position: relative;
  z-index: 2;
}
.rv-24-banner_main_section .rv-24-banner_section .owl-dots {
  position: absolute;
  bottom: 30%;
  right: 10%;
  display: flex;
  z-index: 8;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-banner_main_section .rv-24-banner_section .owl-dots {
    bottom: 42%;
    right: 3%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-banner_main_section .rv-24-banner_section .owl-dots {
    bottom: 42%;
    right: 10%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-banner_main_section .rv-24-banner_section .owl-dots {
    bottom: 54%;
    right: 3%;
  }
}
.rv-24-banner_main_section .rv-24-banner_section .owl-dots button.owl-dot {
  background-color: rgba(255, 255, 255, 0.7);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: 0.4s ease;
  counter-increment: indexNumber;
  position: relative;
  margin-right: 10px;
  position: relative;
}
.rv-24-banner_main_section .rv-24-banner_section .owl-dots button.owl-dot::before {
  content: "0" counter(indexNumber);
  position: absolute;
  left: calc(100% + 13px);
  top: 50%;
  translate: 0 -50%;
  color: #FFFFFF;
  opacity: 0;
  transition: 0.4s ease;
}
.rv-24-banner_main_section .rv-24-banner_section .owl-dots button.owl-dot.active {
  width: 60px !important;
  height: 1px;
  border-radius: 0;
  top: 3px;
}
.rv-24-banner_main_section .rv-24-banner_section .owl-dots button.owl-dot.active::before {
  opacity: 1;
}
.rv-24-banner_main_section .rv-24-banner_section .owl-dots button.owl-dot.active span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  top: -3px;
}
.rv-24-banner_main_section .rv-24-banner_section .owl-dots button.owl-dot.active span::before {
  position: absolute;
  height: 35px;
  width: 35px;
  content: "";
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  top: -13px;
  left: -13px;
}
.rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide {
  position: relative;
  z-index: 1;
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}
.rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgba(2, 2, 8, 0.6);
}
.rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content {
  padding: 200px 0 300px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content {
    padding: 180px 0 230px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content {
    padding: 150px 0 230px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content {
    padding: 120px 0 230px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content {
    padding: 120px 0 350px 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content {
    padding: 90px 0 400px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content {
    padding: 90px 0 575px 0;
  }
}
.rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_content_sub_heading {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  padding: 1px 4px;
  display: inline-block;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_content_sub_heading {
    font-size: 16px;
  }
}
.rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_content_heading {
  color: #FFFFFF;
  font-size: 70px;
  font-weight: 800;
  margin-bottom: 60px;
  text-transform: capitalize;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_content_heading {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_content_heading {
    font-size: 50px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_content_heading {
    font-size: 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_content_heading {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_content_heading {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
.rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_button {
  background: #A58051;
  color: #FFFFFF;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  width: 170px;
  height: 52px;
  line-height: 52px;
  border-radius: 26px;
  transition: all 0.4s ease;
}
.rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_button:hover span {
  left: 15%;
}
.rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_button:hover i {
  left: calc(100% - 40px);
}
.rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_button i {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #F35B04;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 1.5s linear infinite;
  color: #020208;
  background: #FFFFFF;
  left: -20px;
  translate: 0 -50%;
  transition: all 0.5s ease;
}
.rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_button i:hover {
  background: #FFFFFF;
  color: #F35B04;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_button i {
    height: 55px;
    width: 55px;
    line-height: 55px;
  }
}
.rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_button i:hover {
  background: #020208;
  color: #FFFFFF;
}
.rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_button span {
  position: absolute;
  left: 35%;
  transition: all 0.4s ease;
}
.rv-24-banner_main_section .rv-24-room_booking {
  position: absolute;
  bottom: 0;
  content: "";
  z-index: 1111;
  left: 0;
  background: #142226;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-banner_main_section .rv-24-room_booking {
    bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-banner_main_section .rv-24-room_booking {
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-banner_main_section .rv-24-room_booking {
    bottom: 0;
  }
}
.rv-24-banner_main_section .rv-24-room_booking .rv-24-form {
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
  padding: 30px;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-banner_main_section .rv-24-room_booking .rv-24-form {
    -moz-column-gap: 25px;
         column-gap: 25px;
    padding: 20px;
  }
}
.rv-24-banner_main_section .rv-24-room_booking .rv-24-form .rv-24-form_single_box {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #FFFFFF;
}
.rv-24-banner_main_section .rv-24-room_booking .rv-24-form .rv-24-form_single_box i {
  color: #FFFFFF;
  font-size: 20px;
  margin-top: 5px;
}
.rv-24-banner_main_section .rv-24-room_booking .rv-24-form .rv-24-form_single_box .rv-24-form_inputbox {
  position: relative;
  width: 135px;
}
.rv-24-banner_main_section .rv-24-room_booking .rv-24-form .rv-24-form_single_box .rv-24-form_inputbox label {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-banner_main_section .rv-24-room_booking .rv-24-form .rv-24-form_single_box .rv-24-form_inputbox label {
    font-size: 12px;
  }
}
.rv-24-banner_main_section .rv-24-room_booking .rv-24-form .rv-24-form_single_box .rv-24-form_inputbox input,
.rv-24-banner_main_section .rv-24-room_booking .rv-24-form .rv-24-form_single_box .rv-24-form_inputbox select {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 500;
  background: transparent;
  font-family: "Mulish", sans-serif;
}
.rv-24-banner_main_section .rv-24-room_booking .rv-24-form .rv-24-form_single_box .rv-24-form_inputbox input option,
.rv-24-banner_main_section .rv-24-room_booking .rv-24-form .rv-24-form_single_box .rv-24-form_inputbox select option {
  background: rgba(4, 14, 31, 0.1);
  color: #040E1F;
  padding: 0 10px;
}
.rv-24-banner_main_section .rv-24-room_booking .rv-24-form .rv-24-form_single_box .rv-24-form_inputbox #CheckIn::-webkit-calendar-picker-indicator {
  /* Hide the default calendar icon in Chrome */
  background-color: white;
  font-size: 12px;
  border-radius: 50%;
  padding: 5px;
  font-family: "Mulish", sans-serif;
}
.rv-24-banner_main_section .rv-24-room_booking .rv-24-form .rv-24-form_single_box .rv-24-form_inputbox #CheckOut::-webkit-calendar-picker-indicator {
  /* Hide the default calendar icon in Chrome */
  background-color: white;
  font-size: 12px;
  border-radius: 50%;
  padding: 5px;
  font-family: "Mulish", sans-serif;
}
.rv-24-banner_main_section .rv-24-room_booking .rv-24-form .rv-24-form_single_box .rv-24-form_inputbox #CheckOut::-moz-calendar-picker-indicator {
  /* Styling for Firefox */
  background-color: white;
  font-size: 12px;
  border-radius: 50%;
  padding: 5px;
}
.rv-24-banner_main_section .rv-24-room_booking .rv-24-form .rv-24-form_single_box .rv-24-form_btn {
  background: #A58051;
  height: 70px;
  width: 200px;
  text-align: center;
  color: #FFFFFF;
  line-height: 70px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.5s ease;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-banner_main_section .rv-24-room_booking .rv-24-form .rv-24-form_single_box .rv-24-form_btn {
    height: 60px;
    width: 170px;
    line-height: 60px;
  }
}
.rv-24-banner_main_section .rv-24-room_booking .rv-24-form .rv-24-form_single_box .rv-24-form_btn:hover {
  background: #FFFFFF;
  color: #A58051;
  letter-spacing: 1.5px;
}

.rv-25-banner_main_section {
  position: relative;
  z-index: 1;
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 125px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-banner_main_section {
    padding-top: 240px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-banner_main_section {
    padding-top: 200px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-banner_main_section {
    padding-top: 190px;
    padding-bottom: 55px;
    padding: 190px 0 55px 0;
  }
}
.rv-25-banner_main_section::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: linear-gradient(180deg, rgba(2, 2, 8, 0.7), rgba(2, 2, 8, 0.7));
}
.rv-25-banner_main_section::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 728px;
  height: 125px;
  z-index: 1;
  background: #D6DEC9;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-banner_main_section::before {
    display: none;
  }
}
.rv-25-banner_main_section .rv-25-banner_content {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 80px 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-banner_main_section .rv-25-banner_content {
    padding: 70px 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-banner_main_section .rv-25-banner_content {
    padding: 60px 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-banner_main_section .rv-25-banner_content {
    padding: 40px 20px;
  }
}
.rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_content_sub_heading {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: "Mulish", sans-serif;
  display: block;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_content_sub_heading {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_content_sub_heading {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_content_heading {
  color: #FFFFFF;
  font-size: 65px;
  font-weight: 600;
  font-family: "Mulish", sans-serif;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_content_heading {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_content_heading {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_content_heading {
    font-size: 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_content_heading {
    font-size: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_content_heading {
    font-size: 22px;
  }
}
.rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_content_heading span.ityped {
  display: inline;
}
.rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_content_heading .ityped-cursor {
  display: inline;
}
.rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_content_desc {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 30px 0 40px 0;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_content_desc {
    margin: 20px 0 30px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_content_desc {
    margin: 20px 0 30px 0;
    font-size: 14px;
  }
}
.rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_button {
  background: #A07549;
  width: 242px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
  display: inline-block;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_button {
    width: 210px;
  }
}
.rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #FFFFFF;
  width: 0%;
  height: 100%;
  transition: all 0.4s ease;
  z-index: -1;
  left: auto;
}
.rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_button:hover {
  color: #020208;
}
.rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_button:hover::before {
  width: 100%;
  left: 0;
}

.rv-31-banner {
  background-color: #1B1B1B;
  position: relative;
}

.rv-31-banner-content {
  padding: 200px 0 240px;
}
@media screen and (max-width: 1199px) {
  .rv-31-banner-content {
    padding-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .rv-31-banner-content {
    padding-bottom: 45px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .rv-31-banner-content {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}
.rv-31-banner-content .rv-31-banner-text .rv-31-banner-subtitle-container {
  display: flex;
  align-items: center;
  justify-content: start;
}
@media screen and (max-width: 991px) {
  .rv-31-banner-content .rv-31-banner-text .rv-31-banner-subtitle-container {
    justify-content: center;
  }
}
.rv-31-banner-content .rv-31-banner-text .rv-31-banner-subtitle-container .rv-31-new {
  background-color: #51459D;
  color: white;
  font-size: 15px;
  font-family: var(--roboto);
  padding: 3px 15px;
  border-radius: 15px;
}
@media screen and (max-width: 479px) {
  .rv-31-banner-content .rv-31-banner-text .rv-31-banner-subtitle-container .rv-31-new {
    padding: 2px;
    border-radius: 8px;
    font-size: 12px;
  }
}
.rv-31-banner-content .rv-31-banner-text .rv-31-banner-subtitle-container .rv-31-banner-subtitle {
  color: rgba(255, 255, 255, 0.6);
  margin-left: 5px;
}
@media screen and (max-width: 479px) {
  .rv-31-banner-content .rv-31-banner-text .rv-31-banner-subtitle-container .rv-31-banner-subtitle {
    font-size: 13px;
    margin-left: 3px;
  }
}
.rv-31-banner-content .rv-31-banner-text .rv-31-banner-title {
  font-family: var(--inter);
  font-size: 90px;
  font-weight: 800;
  color: white;
  line-height: 110px;
}
@media screen and (max-width: 1599px) {
  .rv-31-banner-content .rv-31-banner-text .rv-31-banner-title {
    font-size: 82px;
    line-height: 90px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-31-banner-content .rv-31-banner-text .rv-31-banner-title {
    font-size: 70px;
    line-height: 80px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-31-banner-content .rv-31-banner-text .rv-31-banner-title {
    font-size: 50px;
    line-height: 58px;
  }
}
@media screen and (max-width: 991px) {
  .rv-31-banner-content .rv-31-banner-text .rv-31-banner-title {
    font-size: 44px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .rv-31-banner-content .rv-31-banner-text .rv-31-banner-title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 575px) {
  .rv-31-banner-content .rv-31-banner-text .rv-31-banner-title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 479px) {
  .rv-31-banner-content .rv-31-banner-text .rv-31-banner-title {
    font-size: 30px;
    line-height: 38px;
  }
}
.rv-31-banner-content .rv-31-banner-text .rv-31-banner-des {
  font-size: 20px;
  font-family: var(--inter);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  width: 70%;
  margin-bottom: 30px;
  line-height: 28px;
}
@media screen and (max-width: 1199px) {
  .rv-31-banner-content .rv-31-banner-text .rv-31-banner-des {
    font-size: 18px;
    line-height: 25px;
  }
}
@media screen and (max-width: 991px) {
  .rv-31-banner-content .rv-31-banner-text .rv-31-banner-des {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .rv-31-banner-content .rv-31-banner-text .rv-31-banner-des {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .rv-31-banner-content .rv-31-banner-text .rv-31-banner-des {
    font-size: 15px;
  }
}

.download-ios {
  padding: 12px 20px;
  border-radius: 30px;
  font-family: var(--inter);
  font-size: 15px;
  font-weight: 600;
  color: white;
  line-height: 1;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.185);
}
.download-ios i {
  font-size: 18px;
  margin-right: 5px;
}
.download-ios:hover {
  background-color: #51459D;
}

.download-android {
  padding: 12px 20px;
  border-radius: 30px;
  font-family: var(--inter);
  font-size: 15px;
  font-weight: 600;
  color: white;
  line-height: 1;
  height: 50px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.185);
  margin-left: 10px;
}
.download-android:hover {
  background-color: #51459D;
}

.rv-31-banner-btns .download-ios,
.rv-31-banner-btns .download-android {
  padding: 14px 20px;
}
@media screen and (max-width: 575px) {
  .rv-31-banner-btns .download-ios,
  .rv-31-banner-btns .download-android {
    height: 40px;
    padding: 9px 15px;
  }
}
@media screen and (max-width: 479px) {
  .rv-31-banner-btns .download-android {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 479px) {
  .rv-31-banner-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

.rv-31-banner-img img {
  max-width: 580PX;
  z-index: 5;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1799px) {
  .rv-31-banner-img img {
    right: 10px;
  }
}
@media screen and (max-width: 1599px) {
  .rv-31-banner-img img {
    max-width: 540px;
    right: -10px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-31-banner-img img {
    max-width: 570px;
    right: -25px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-31-banner-img img {
    max-width: 520px;
    right: -50px;
  }
}
@media screen and (max-width: 991px) {
  .rv-31-banner-img img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .rv-31-banner-img img {
    max-width: 100%;
    margin-top: 25px;
  }
}

.rv-31-banner-shape {
  position: absolute;
  bottom: 6px;
  z-index: 2;
}
.rv-31-banner-shape img {
  min-width: 730px;
  left: -65px;
}
@media screen and (max-width: 1799px) {
  .rv-31-banner-shape img {
    left: -120px;
  }
}
@media screen and (max-width: 1599px) {
  .rv-31-banner-shape img {
    min-width: 650px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-31-banner-shape img {
    left: -200px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-31-banner-shape img {
    left: -165px;
    min-width: auto;
  }
}
@media screen and (max-width: 991px) {
  .rv-31-banner-shape img {
    left: 70%;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .rv-31-banner-shape img {
    left: 48%;
    min-width: auto;
  }
}

.rv-32-banner {
  background-color: #F5F6FA;
}

.rv-32-banner-content {
  padding: 180px 0 260px 0;
}
@media screen and (max-width: 1399px) {
  .rv-32-banner-content {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 991px) {
  .rv-32-banner-content {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .rv-32-banner-content {
    padding-top: 60px;
  }
}
.rv-32-banner-content__title {
  font-family: var(--inter);
  font-size: 74px;
  font-weight: 700;
  color: #050505;
  line-height: 84px;
}
@media screen and (max-width: 1599px) {
  .rv-32-banner-content__title {
    font-size: 66px;
    line-height: 78px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-32-banner-content__title {
    font-size: 58px;
    line-height: 65px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-32-banner-content__title {
    font-size: 46px;
    line-height: 54px;
  }
}
@media screen and (max-width: 991px) {
  .rv-32-banner-content__title br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .rv-32-banner-content__title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media screen and (max-width: 575px) {
  .rv-32-banner-content__title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (max-width: 479px) {
  .rv-32-banner-content__title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 375px) {
  .rv-32-banner-content__title {
    font-size: 25px;
    line-height: 32px;
  }
}
.rv-32-banner-content__title img {
  position: absolute;
  top: 150px;
  left: 310px;
}
@media screen and (max-width: 1599px) {
  .rv-32-banner-content__title img {
    top: 140px;
    left: 260px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-32-banner-content__title img {
    top: 118px;
    left: 198px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-32-banner-content__title img {
    top: 100px;
    left: 100px;
  }
}
@media screen and (max-width: 991px) {
  .rv-32-banner-content__title img {
    left: 300px;
  }
}
@media screen and (max-width: 767px) {
  .rv-32-banner-content__title img {
    left: 25%;
    top: 85px;
  }
}
@media screen and (max-width: 575px) {
  .rv-32-banner-content__title img {
    top: 74px;
  }
}
@media screen and (max-width: 479px) {
  .rv-32-banner-content__title img {
    display: none;
  }
}
.rv-32-banner-content form {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 95%;
  justify-content: space-between;
  background-color: white;
  border-radius: 5px;
  padding: 10px;
  height: 60px;
  margin-top: 45px;
  margin-bottom: 24px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.rv-32-banner-content form i {
  color: #878c8f;
}
@media screen and (max-width: 479px) {
  .rv-32-banner-content form input {
    font-size: 12px;
  }
}
.rv-32-banner-content form :-ms-input-placeholder,
.rv-32-banner-content form ::-webkit-input-placeholder {
  color: #878c8f;
}
@media screen and (max-width: 991px) {
  .rv-32-banner-content form {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 575px) {
  .rv-32-banner-content form {
    width: 100%;
    height: 50px;
  }
}
.rv-32-banner-content .rv-32-banner-content-btns {
  font-weight: 600;
  color: #050505;
}
@media screen and (max-width: 479px) {
  .rv-32-banner-content .rv-32-banner-content-btns {
    font-size: 14px;
  }
}
.rv-32-banner-content .rv-32-banner-content-btns .rv-32-banner-tag {
  padding: 5px 15px;
  height: 32px;
  background-color: white;
  border-radius: 7px;
  font-weight: 600;
  font-size: 14px;
  color: #050505;
  margin-left: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
@media screen and (max-width: 1199px) {
  .rv-32-banner-content .rv-32-banner-content-btns .rv-32-banner-tag {
    padding: 5px 12px;
  }
}
@media screen and (max-width: 575px) {
  .rv-32-banner-content .rv-32-banner-content-btns .rv-32-banner-tag {
    margin-bottom: 10px;
  }
}

.rv-32-banner-content-search {
  padding: 12px 20px;
  border-radius: 30px;
  font-family: var(--inter);
  font-size: 15px;
  font-weight: 600;
  color: white;
  line-height: 1;
  height: 50px;
  background-color: #794AFF;
  border-radius: 7px;
  padding: 0 20px;
  height: 40px;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .rv-32-banner-content-search {
    padding: 0 15px;
    height: 35px;
  }
}

.rv-32-banner-img {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .rv-32-banner-img {
    text-align: center;
    margin-bottom: 60px;
    margin-top: -20px;
  }
}
.rv-32-banner-img img {
  padding-top: 120px;
  animation: slideUpDown 3s linear infinite;
}

@keyframes slideUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.rv-33-banner {
  background-color: #FCF7E8;
  padding-top: 300px;
  margin-top: -150px;
  padding-bottom: 180px;
}
@media screen and (max-width: 991px) {
  .rv-33-banner {
    padding-top: 230px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .rv-33-banner .rv-33-banner-content {
    text-align: center;
    margin-bottom: 85px;
  }
}
.rv-33-banner .rv-33-banner-content__tag {
  color: rgba(10, 37, 64, 0.6);
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  .rv-33-banner .rv-33-banner-content__tag {
    font-size: 14px;
  }
}
.rv-33-banner .rv-33-banner-content__tag .update-package {
  background-color: white;
  padding: 2px 10px;
  border-radius: 12px;
  color: rgba(10, 37, 64, 0.6);
  font-weight: 500;
  margin-right: 10px;
}
@media screen and (max-width: 1199px) {
  .rv-33-banner .rv-33-banner-content__tag .update-package {
    font-size: 14px;
    margin-right: 2px;
  }
}
.rv-33-banner .rv-33-banner-content__title {
  font-family: var(--inter);
  font-weight: bold;
  font-size: 70px;
  line-height: 86px;
  color: #0A2540;
}
@media screen and (max-width: 1599px) {
  .rv-33-banner .rv-33-banner-content__title {
    font-size: 66px;
    line-height: 78px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-33-banner .rv-33-banner-content__title {
    font-size: 56px;
    line-height: 66px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-33-banner .rv-33-banner-content__title {
    font-size: 46px;
    line-height: 54px;
  }
}
@media screen and (max-width: 991px) {
  .rv-33-banner .rv-33-banner-content__title {
    font-size: 42px;
    line-height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .rv-33-banner .rv-33-banner-content__title {
    font-size: 38px;
    line-height: 42px;
  }
}
@media screen and (max-width: 575px) {
  .rv-33-banner .rv-33-banner-content__title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media screen and (max-width: 479px) {
  .rv-33-banner .rv-33-banner-content__title {
    font-size: 29px;
    line-height: 32px;
  }
}
@media screen and (max-width: 575px) {
  .rv-33-banner .rv-33-banner-content__text br {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .rv-33-banner .rv-33-banner-content__text {
    font-size: 15px;
  }
}
.rv-33-banner .rv-33-banner-content__btns {
  margin-top: 35px;
}
.rv-33-banner .rv-33-banner-content__btns .rv-33-signup {
  background-color: transparent;
}
.rv-33-banner .rv-33-banner-img {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .rv-33-banner .rv-33-banner-img {
    text-align: center;
  }
}
.rv-33-banner .rv-33-banner-img img {
  animation: slideUpDown 3s linear infinite;
}

.Premium-plan {
  box-shadow: 5px 5px;
  margin-right: 10px;
}

.rv-34-tag {
  padding: 5px 15px;
  color: black;
  background-color: rgba(5, 5, 5, 0.06);
  font-family: var(--inter);
  font-size: 15px;
  font-weight: 600;
  border-left: 2px solid #FFAA17;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .rv-34-tag {
    font-size: 14px;
    padding: 3px 10px;
  }
}

.rv-34-banner {
  position: relative;
  margin-top: -76px;
}
.rv-34-banner img {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .rv-34-banner img {
    height: 95vh;
  }
}
@media screen and (max-width: 767px) {
  .rv-34-banner img {
    height: 90vh;
  }
}
@media screen and (max-width: 575px) {
  .rv-34-banner img {
    height: 80vh;
  }
}
@media screen and (max-width: 479px) {
  .rv-34-banner img {
    height: 70vh;
  }
}

.rv-34-banner-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, rgb(5, 5, 5) -26%, rgba(5, 5, 5, 0.6));
}
.rv-34-banner-overlay .rv-34-banner-content {
  position: relative;
  padding-top: 270px;
}
@media screen and (max-width: 1799px) {
  .rv-34-banner-overlay .rv-34-banner-content {
    padding-top: 200px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-34-banner-overlay .rv-34-banner-content {
    padding-top: 150px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-34-banner-overlay .rv-34-banner-content {
    padding-top: 220px;
  }
}
@media screen and (max-width: 767px) {
  .rv-34-banner-overlay .rv-34-banner-content {
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .rv-34-banner-overlay .rv-34-banner-content {
    padding-top: 150px;
  }
}
.rv-34-banner-overlay .rv-34-banner-content .rv-34-tag {
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 575px) {
  .rv-34-banner-overlay .rv-34-banner-content .rv-34-tag {
    font-size: 13px;
  }
}
@media screen and (max-width: 375px) {
  .rv-34-banner-overlay .rv-34-banner-content .rv-34-tag {
    padding: 3px 10px;
  }
}
.rv-34-banner-overlay .rv-34-banner-content .rv-34-banner-title {
  font-family: var(--mulish);
  font-size: 80px;
  font-weight: 800;
  line-height: 94px;
  color: white;
  margin-top: 0;
}
.rv-34-banner-overlay .rv-34-banner-content .rv-34-banner-title span {
  color: #FFAA17;
}
@media screen and (max-width: 1599px) {
  .rv-34-banner-overlay .rv-34-banner-content .rv-34-banner-title {
    font-size: 74px;
    line-height: 84px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-34-banner-overlay .rv-34-banner-content .rv-34-banner-title {
    font-size: 64px;
    line-height: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-34-banner-overlay .rv-34-banner-content .rv-34-banner-title {
    font-size: 60px;
    line-height: 68px;
  }
}
@media screen and (max-width: 991px) {
  .rv-34-banner-overlay .rv-34-banner-content .rv-34-banner-title {
    font-size: 54px;
    line-height: 62px;
  }
}
@media screen and (max-width: 767px) {
  .rv-34-banner-overlay .rv-34-banner-content .rv-34-banner-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 575px) {
  .rv-34-banner-overlay .rv-34-banner-content .rv-34-banner-title {
    font-size: 34px;
    line-height: 42px;
  }
}
@media screen and (max-width: 479px) {
  .rv-34-banner-overlay .rv-34-banner-content .rv-34-banner-title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (max-width: 375px) {
  .rv-34-banner-overlay .rv-34-banner-content .rv-34-banner-title {
    font-size: 28px;
  }
}
.rv-34-banner-overlay .rv-34-banner-content .rv-34-banner-text {
  font-family: var(--mulish);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: white;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .rv-34-banner-overlay .rv-34-banner-content .rv-34-banner-text br {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .rv-34-banner-overlay .rv-34-banner-content .rv-34-banner-text {
    line-height: 22px;
    font-size: 15px;
  }
}
@media screen and (max-width: 375px) {
  .rv-34-banner-overlay .rv-34-banner-content .rv-34-banner-btns .rv-34-btn {
    margin-bottom: 15px;
  }
}

.rv-35-tag {
  font-weight: 500;
  font-size: 14px;
  color: rgb(80, 80, 80);
  text-transform: uppercase;
  border: 1px solid #050505;
  border-radius: 4px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 5px;
  padding: 0 8px;
}
.rv-35-tag i {
  font-size: 7px;
  color: #050505;
}
@media screen and (max-width: 991px) {
  .rv-35-tag {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .rv-35-tag {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .rv-35-tag {
    font-size: 11px;
  }
}

.rv-35-banner {
  margin-top: -90px;
}

.rv-35-banner-content {
  height: 100%;
  position: relative;
  background-image: url("../../../assets/img/Software/banner/rv-35-banner-bg.html");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.rv-35-banner-content .rv-35-banner-text {
  padding-left: 170px;
  padding: 280px 0 280px 170px;
}
@media screen and (max-width: 1799px) {
  .rv-35-banner-content .rv-35-banner-text {
    padding-left: 112px;
    padding-bottom: 205px;
  }
}
@media screen and (max-width: 1599px) {
  .rv-35-banner-content .rv-35-banner-text {
    padding-left: 82px;
    padding-top: 188px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-35-banner-content .rv-35-banner-text {
    padding-left: 65px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-35-banner-content .rv-35-banner-text {
    padding-left: 47px;
    padding-top: 140px;
  }
}
@media screen and (max-width: 991px) {
  .rv-35-banner-content .rv-35-banner-text {
    padding: 170px 20px 100px;
    text-align: center;
  }
}
.rv-35-banner-content .rv-35-banner-text .rv-35-tag {
  color: white;
  border: 1px solid white;
  margin-bottom: 10px;
}
.rv-35-banner-content .rv-35-banner-text .rv-35-tag i {
  color: white;
}
@media screen and (max-width: 991px) {
  .rv-35-banner-content .rv-35-banner-text .rv-35-tag {
    margin-left: auto;
    margin-right: auto;
  }
}
.rv-35-banner-content .rv-35-banner-text .rv-35-banner__title {
  color: white;
  font-weight: bold;
  font-size: 70px;
  line-height: 80px;
}
@media screen and (max-width: 1599px) {
  .rv-35-banner-content .rv-35-banner-text .rv-35-banner__title {
    font-size: 64px;
    line-height: 1.15;
  }
}
@media screen and (max-width: 1399px) {
  .rv-35-banner-content .rv-35-banner-text .rv-35-banner__title {
    font-size: 56px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-35-banner-content .rv-35-banner-text .rv-35-banner__title {
    font-size: 46px;
  }
}
@media screen and (max-width: 991px) {
  .rv-35-banner-content .rv-35-banner-text .rv-35-banner__title {
    font-size: 35px;
  }
}
@media screen and (max-width: 479px) {
  .rv-35-banner-content .rv-35-banner-text .rv-35-banner__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 375px) {
  .rv-35-banner-content .rv-35-banner-text .rv-35-banner__title {
    font-size: 25px;
  }
}
.rv-35-banner-content .rv-35-banner-text .rv-35-banner__text {
  font-family: var(--mulish);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 5px;
}
@media screen and (max-width: 575px) {
  .rv-35-banner-content .rv-35-banner-text .rv-35-banner__text br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .rv-35-banner-content .rv-35-banner-text .rv-34-abt-content__btns {
    justify-content: center;
  }
}
.rv-35-banner-content .rv-35-banner-text .rv-34-btn {
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: white;
}
.rv-35-banner-content .rv-35-banner-text .rv-34-btn:hover {
  background-color: #0057FC;
}
.rv-35-banner-content .rv-35-banner-text .rv-34-vdo-btn {
  background-color: #0057FC;
  height: 54px;
  width: 54px;
  animation: ripple2 2s linear infinite;
  padding-top: 0;
  display: grid;
  place-items: center;
}
.rv-35-banner-content .rv-35-banner-text .rv-34-vdo-btn i {
  color: white;
}
@keyframes ripple2 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

.rv-36-tag {
  background-color: transparent;
  color: #050505;
  padding: 0 20px;
  height: 32px;
  font-family: var(--inter);
  font-weight: 600;
  font-size: 15px;
  border: 1px solid rgba(5, 5, 5, 0.14);
  border-radius: 3px;
  margin-bottom: 15px;
  display: grid;
  width: -moz-max-content;
  width: max-content;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .rv-36-tag {
    padding: 0 15px;
  }
}

.rv-36-banner {
  position: relative;
}

.rv-36-banner-item {
  margin-top: -120px;
}
@media screen and (max-width: 1599px) {
  .rv-36-banner-item {
    height: 120vh;
  }
}
@media screen and (max-width: 1399px) {
  .rv-36-banner-item {
    height: 90vh;
  }
}
@media screen and (max-width: 1199px) {
  .rv-36-banner-item {
    height: 80vh;
  }
}
.rv-36-banner-item img {
  height: 100%;
}
.rv-36-banner-item .rv-36-banner-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(5, 5, 5, 0.5);
}
.rv-36-banner-item .rv-36-banner-overlay .rv-36-banner-content {
  margin-top: 130px;
}
@media screen and (max-width: 1399px) {
  .rv-36-banner-item .rv-36-banner-overlay .rv-36-banner-content {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-36-banner-item .rv-36-banner-overlay .rv-36-banner-content {
    margin-top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .rv-36-banner-item .rv-36-banner-overlay .rv-36-banner-content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .rv-36-banner-item .rv-36-banner-overlay .rv-36-banner-content {
    text-align: center;
  }
}
.rv-36-banner-item .rv-36-banner-overlay .rv-36-banner-content .rv-36-tag {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .rv-36-banner-item .rv-36-banner-overlay .rv-36-banner-content .rv-36-tag {
    margin: auto;
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.rv-36-banner-item .rv-36-banner-overlay .rv-36-banner-content .rv-36-banner-title {
  font-family: var(--inter);
  font-weight: bold;
  font-size: 75px;
  line-height: 85px;
  color: white;
  text-transform: uppercase;
}
@media screen and (max-width: 1399px) {
  .rv-36-banner-item .rv-36-banner-overlay .rv-36-banner-content .rv-36-banner-title {
    font-size: 64px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1199px) {
  .rv-36-banner-item .rv-36-banner-overlay .rv-36-banner-content .rv-36-banner-title {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .rv-36-banner-item .rv-36-banner-overlay .rv-36-banner-content .rv-36-banner-title {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .rv-36-banner-item .rv-36-banner-overlay .rv-36-banner-content .rv-36-banner-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  .rv-36-banner-item .rv-36-banner-overlay .rv-36-banner-content .rv-36-banner-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 479px) {
  .rv-36-banner-item .rv-36-banner-overlay .rv-36-banner-content .rv-36-banner-title {
    font-size: 25px;
  }
}
.rv-36-banner-item .rv-36-banner-overlay .rv-36-banner-content .rv-36-banner-text {
  font-family: var(--mulish);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: white;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .rv-36-banner-item .rv-36-banner-overlay .rv-36-banner-content .rv-36-banner-text br {
    display: none;
  }
}
.rv-36-banner-item .rv-36-banner-overlay .rv-36-banner-content .rv-36-banner-btns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .rv-36-banner-item .rv-36-banner-overlay .rv-36-banner-content .rv-36-banner-btns {
    justify-content: center;
  }
}
.rv-36-banner-item .rv-36-banner-overlay .rv-36-banner-content .rv-36-banner-btns .rv-36-btn {
  color: #050505;
  background-color: white;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
@media screen and (max-width: 767px) {
  .rv-36-banner-item .rv-36-banner-overlay .rv-36-banner-content .rv-36-banner-btns .rv-36-btn {
    height: 40px;
  }
}
.rv-36-banner-item .rv-36-banner-overlay .rv-36-banner-content .rv-36-banner-btns .rv-36-call {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rv-36-banner-item .rv-36-banner-overlay .rv-36-banner-content .rv-36-banner-btns .rv-36-call i {
  height: 50px;
  width: 50px;
  background-color: #FB3E2D;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .rv-36-banner-item .rv-36-banner-overlay .rv-36-banner-content .rv-36-banner-btns .rv-36-call i {
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 479px) {
  .rv-36-banner-item .rv-36-banner-overlay .rv-36-banner-content .rv-36-banner-btns .rv-36-call span {
    display: none;
  }
}

.rv-36-vdo-btn {
  color: white;
  background-color: #FB3E2D;
  font-family: var(--oldenburg);
  font-size: 24px;
  padding: 45px 80px;
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: 24px;
}
@media screen and (max-width: 1599px) {
  .rv-36-vdo-btn {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-36-vdo-btn {
    padding: 30px 45px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-36-vdo-btn {
    padding: 25px 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .rv-36-vdo-btn {
    padding: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .rv-36-vdo-btn {
    padding: 15px;
    font-size: 16px;
  }
}

.rv-36-banner-controller {
  position: absolute;
  bottom: 24px !important;
  right: 0;
  background: white;
  padding: 20px 60px;
  width: -moz-max-content !important;
  width: max-content !important;
  margin-left: auto;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .rv-36-banner-controller {
    display: none;
  }
}
.rv-36-banner-controller .swiper-pagination-bullet-active {
  border-color: #FB3E2D;
}
.rv-36-banner-controller .swiper-pagination-bullet-active::before {
  background-color: #FB3E2D;
}

.rv-37-banner {
  background: white;
  position: relative;
}
.rv-37-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%);
  background: linear-gradient(to right, rgba(255, 62, 102, 0.44), rgba(244, 194, 41, 0.34));
}
.rv-37-banner__title {
  font-family: var(--inter);
  font-weight: bold;
  font-size: 80px;
  line-height: 86px;
  color: #0A2540;
  text-align: center;
  margin-top: 110px;
  z-index: 10;
}
@media screen and (max-width: 1599px) {
  .rv-37-banner__title {
    font-size: 70px;
    line-height: 76px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-37-banner__title {
    font-size: 60px;
    line-height: 62px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-37-banner__title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 991px) {
  .rv-37-banner__title {
    font-size: 40px;
    line-height: 40px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .rv-37-banner__title {
    font-size: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 575px) {
  .rv-37-banner__title {
    font-size: 30px;
    line-height: 32px;
    margin-top: 65px;
  }
}
@media screen and (max-width: 479px) {
  .rv-37-banner__title {
    font-size: 28px;
    line-height: 32px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 375px) {
  .rv-37-banner__title {
    font-size: 27px;
    line-height: 32px;
    margin-top: 42px;
  }
}
.rv-37-banner__img {
  padding: 45px 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(110px);
          backdrop-filter: blur(110px);
  z-index: 10;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .rv-37-banner__img {
    padding: 25px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .rv-37-banner__img {
    padding: 15px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 575px) {
  .rv-37-banner__img {
    padding: 12px;
    margin-bottom: 0;
  }
}
.rv-37-banner__img img {
  border-radius: 15px;
  width: 100%;
}
.rv-37-banner__img .rv-37-banner-shape {
  position: absolute;
  bottom: 85px;
  right: -18px;
  z-index: -2;
}
@media screen and (max-width: 1199px) {
  .rv-37-banner__img .rv-37-banner-shape {
    right: -10px;
  }
}
@media screen and (max-width: 575px) {
  .rv-37-banner__img .rv-37-banner-shape {
    display: none;
  }
}

/* ----- 06. About ----- */
.rv-1-about-row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}
@media screen and (max-width: 479px) {
  .rv-1-about-row {
    --bs-gutter-y: 30px;
  }
}
.rv-1-about__img img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .rv-1-about__img img {
    height: 350px;
  }
}
.rv-1-about__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1399px) {
  .rv-1-about__pills {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-1-about__pills {
    gap: 12px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .rv-1-about__pills {
    gap: 10px;
  }
}
.rv-1-about__pill {
  border: 1px solid rgba(5, 5, 5, 0.14);
  border-radius: 30px;
  padding: 6px 14px;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  color: var(--black);
}
.rv-1-about__txt {
  padding-bottom: 215px;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .rv-1-about__txt {
    padding-bottom: 145px;
  }
}
@media screen and (max-width: 479px) {
  .rv-1-about__txt {
    padding-bottom: 0;
  }
}
.rv-1-about__descr {
  margin-bottom: 53px;
}
@media screen and (max-width: 1399px) {
  .rv-1-about__descr {
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 767px) {
  .rv-1-about__descr {
    margin-bottom: 28px;
  }
}
.rv-1-about__right-img img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 222px;
  height: 222px;
}
@media screen and (max-width: 575px) {
  .rv-1-about__right-img img {
    width: 192px;
    height: 192px;
  }
}
@media screen and (max-width: 479px) {
  .rv-1-about__right-img img {
    padding-top: 30px;
    position: static;
    width: 100%;
    height: 220px;
  }
}
.rv-1-about__vector {
  position: absolute;
  z-index: -1;
}
.rv-1-about__vector-1 {
  top: 514px;
  left: -145px;
  animation: spin 4.5s linear infinite;
}
.rv-1-about__vector-2 {
  top: 450px;
  left: 980px;
  animation: moveX 2.5s linear alternate infinite;
}
.rv-1-about__vector-3 {
  top: 115px;
  right: -160px;
  animation: spin 4.5s linear infinite;
}

.rv-2-about {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .rv-2-about__img {
    text-align: center;
  }
}
.rv-2-about__img img {
  background: url(../img/rv-2-about-img-bg.html) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .rv-2-about__img img {
    width: 356px;
  }
}
@media screen and (max-width: 575px) {
  .rv-2-about__img img {
    width: 265px;
  }
}
.rv-2-about__txt {
  padding-left: 105px;
}
@media screen and (max-width: 1599px) {
  .rv-2-about__txt {
    padding-left: 75px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-2-about__txt {
    padding-left: 55px;
  }
}
@media screen and (max-width: 991px) {
  .rv-2-about__txt {
    padding-left: 35px;
  }
}
@media screen and (max-width: 767px) {
  .rv-2-about__txt {
    padding-left: 0;
  }
}
.rv-2-about-item {
  display: flex;
  gap: 25px;
  max-width: 500px;
}
@media screen and (max-width: 991px) {
  .rv-2-about-item {
    gap: 15px;
  }
}
.rv-2-about-item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1399px) {
  .rv-2-about-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .rv-2-about-item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.rv-2-about-item__img {
  flex-shrink: 0;
}
.rv-2-about-item__img img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 991px) {
  .rv-2-about-item__img img {
    width: 40px;
    height: 40px;
  }
}
.rv-2-about-item__title {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .rv-2-about-item__title {
    font-size: 18px;
  }
}
.rv-2-about-item__descr {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
}

@media screen and (max-width: 991px) {
  .rv-3-about {
    padding: 60px 0;
  }
}
.rv-3-about__row {
  --bs-gutter-x: 100px;
}
@media screen and (max-width: 1599px) {
  .rv-3-about__row {
    --bs-gutter-x: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-3-about__row {
    --bs-gutter-x: 45px;
  }
}
.rv-3-about__img {
  display: flex;
  justify-content: flex-end;
}
.rv-3-about__img img {
  max-width: none;
}
@media screen and (max-width: 1199px) {
  .rv-3-about__img img {
    max-height: 670px;
  }
}
@media screen and (max-width: 991px) {
  .rv-3-about__img img {
    max-width: 100%;
    width: 100%;
    max-height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .rv-3-about__img img {
    max-height: 350px;
  }
}
.rv-3-about__txt {
  position: relative;
}
@media screen and (max-width: 991px) {
  .rv-3-about__txt .rv-3-sub-title {
    margin-left: 0;
  }
}
.rv-3-about__descr {
  color: rgba(5, 5, 5, 0.7);
  font-family: var(--mulish);
  line-height: 162.5%;
  margin-bottom: 32px;
}
@media screen and (max-width: 1399px) {
  .rv-3-about__descr {
    margin-bottom: 22px;
  }
}
.rv-3-about__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(5, 5, 5, 0.1);
  padding-top: 34px;
  margin-bottom: 46px;
  gap: 10px;
}
@media screen and (max-width: 1399px) {
  .rv-3-about__features {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 24px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 991px) {
  .rv-3-about__features {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .rv-3-about__features {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 479px) {
  .rv-3-about__features {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 22px;
  }
}
.rv-3-about__features li {
  color: #050505;
  font-family: var(--mulish);
  font-weight: 600;
  line-height: 162.5%;
  position: relative;
  padding-left: 18px;
}
.rv-3-about__features li::before {
  position: absolute;
  content: "+";
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  font-size: 12px;
  font-family: "Font Awesome 6 Sharp";
}
.rv-3-about__vector {
  position: absolute;
  animation: scaleInOut 1.5s linear infinite alternate;
  z-index: 1;
  pointer-events: none;
}
.rv-3-about__vector-1 {
  right: 170px;
  bottom: 100%;
}
@media screen and (max-width: 479px) {
  .rv-3-about__vector-1 {
    right: 40px;
  }
}
.rv-3-about__vector-2 {
  left: calc(100% + 80px);
  top: 25px;
}
.rv-3-about__vector-3 {
  bottom: -85px;
  right: 120px;
}
@media screen and (max-width: 479px) {
  .rv-3-about__vector-3 {
    right: 40px;
  }
}

@keyframes scaleInOut {
  0% {
    scale: 1;
  }
  100% {
    scale: 1.08;
  }
}
.rv-5-about {
  position: relative;
}
.rv-5-about__row {
  --bs-gutter-x: 117px;
}
@media screen and (max-width: 1399px) {
  .rv-5-about__row {
    --bs-gutter-x: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-5-about__row {
    --bs-gutter-x: 40px;
  }
}
.rv-5-about__img {
  position: relative;
  z-index: 2;
  outline: 1px solid rgba(5, 5, 5, 0.14);
  overflow: hidden;
  outline-offset: 25px;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 1399px) {
  .rv-5-about__img {
    outline-offset: 0;
    padding: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-5-about__img {
    padding: 15px;
  }
}
@media screen and (max-width: 991px) {
  .rv-5-about__img {
    width: 100%;
  }
}
.rv-5-about__img > img {
  width: 580px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .rv-5-about__img > img {
    width: 100%;
    aspect-ratio: 2/1.5;
  }
}
.rv-5-about-stat {
  background-color: var(--white-f);
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 28px 45px;
  font-size: 16px;
  color: #808080;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .rv-5-about-stat {
    padding: 18px 35px;
    padding-right: 75px;
  }
}
@media screen and (max-width: 479px) {
  .rv-5-about-stat {
    padding: 8px 25px;
    padding-right: 65px;
  }
}
.rv-5-about-stat::before {
  content: "";
  position: absolute;
  width: 130%;
  height: 100%;
  background-color: #404B44;
  transform: rotate(354deg);
  top: 0px;
  left: -8px;
  z-index: -1;
}
@media screen and (max-width: 479px) {
  .rv-5-about-stat::before {
    right: -15px;
  }
}
.rv-5-about-stat::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--white-f);
  z-index: -1;
}
.rv-5-about-stat-number {
  font-size: 64px;
  font-weight: 700;
  color: var(--black);
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 479px) {
  .rv-5-about-stat-number {
    font-size: 50px;
    margin-bottom: 5px;
  }
}
.rv-5-about__txt .rv-5-section__heading {
  width: 100%;
  text-align: left;
}
.rv-5-about__txt .rv-5-section__title {
  margin-bottom: 22px;
}
@media screen and (max-width: 1199px) {
  .rv-5-about__txt .rv-5-section__title {
    margin-bottom: 17px;
  }
}
.rv-5-about__descr {
  color: rgba(4, 14, 31, 0.7);
  font-family: var(--mulish);
  margin-bottom: 32px;
}
@media screen and (max-width: 1199px) {
  .rv-5-about__descr {
    margin-bottom: 22px;
  }
}
.rv-5-about__features {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 12px;
  margin-bottom: 54px;
}
@media screen and (max-width: 1399px) {
  .rv-5-about__features {
    gap: 12px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-5-about__features {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 767px) {
  .rv-5-about__features {
    margin-bottom: 24px;
  }
}
.rv-5-about__feature {
  position: relative;
  padding-left: 30px;
}
.rv-5-about__feature::before {
  content: "\f058";
  position: absolute;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
}
.rv-5-about__btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.rv-5-about__btns .rv-3-def-btn {
  background-color: #8E5B63;
  border-color: #8E5B63;
}
.rv-5-about__btns .rv-3-def-btn:hover {
  background-color: transparent;
}
.rv-5-about__call {
  display: flex;
  gap: 15px;
  align-items: center;
}
.rv-5-about__call-icon {
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border: 1px solid rgba(2, 2, 8, 0.14);
  border-radius: 50%;
  color: #8E5B63;
  font-size: 22px;
}
@media screen and (max-width: 1199px) {
  .rv-5-about__call-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
.rv-5-about__call-txt h6 {
  color: #020208;
  font-family: var(--mulish);
  font-weight: 700;
  margin-bottom: 7px;
}
.rv-5-about__call-txt a {
  color: rgba(2, 2, 8, 0.6);
  font-family: var(--mulish);
  font-size: 14px;
  font-weight: 500;
  line-height: 142.857%;
}
.rv-5-about__vector {
  position: absolute;
  z-index: -1;
}
.rv-5-about__vector--1 {
  left: 0;
  top: 263px;
}
@media screen and (max-width: 575px) {
  .rv-5-about__vector--1 {
    top: 133px;
  }
}
.rv-5-about__vector--2 {
  right: 0;
  bottom: 188px;
}
@media screen and (max-width: 1599px) {
  .rv-5-about__vector--2 {
    right: -180px;
  }
}
@media screen and (max-width: 767px) {
  .rv-5-about__vector--2 {
    display: none;
  }
}

.rv-6-about {
  padding-bottom: 160px;
}
@media screen and (max-width: 1399px) {
  .rv-6-about {
    padding: 40px 0 120px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-6-about {
    padding: 40px 0 100px;
  }
}
@media screen and (max-width: 991px) {
  .rv-6-about {
    padding: 30px 0 100px;
  }
}
.rv-6-about .rv-6-section__heading {
  margin-bottom: 18px;
}
@media screen and (max-width: 991px) {
  .rv-6-about .rv-6-section__heading {
    margin-bottom: 8px;
  }
}
.rv-6-about__descr {
  color: rgba(5, 5, 5, 0.7);
  font-family: var(--mulish);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .rv-6-about__descr {
    margin-bottom: 20px;
  }
}
.rv-6-about__features {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 10px;
}
@media screen and (max-width: 1199px) {
  .rv-6-about__features {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (max-width: 479px) {
  .rv-6-about__features {
    grid-template-columns: repeat(1, max-content);
  }
}
.rv-6-about__features .rv-5-about__feature {
  color: #050505;
  font-family: var(--mulish);
  font-weight: 700;
  padding-left: 22px;
}
.rv-6-about__features .rv-5-about__feature::before {
  content: "\f00c";
  font-weight: 700;
  top: 50%;
  translate: 0 -50%;
  font-size: 15px;
}
@media screen and (max-width: 479px) {
  .rv-6-about__btns {
    flex-direction: column;
    align-items: flex-start;
  }
}
.rv-6-about__call {
  gap: 12px;
}
.rv-6-about__call .rv-5-about__call-icon {
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  background-color: #f2584c;
}
@media screen and (max-width: 991px) {
  .rv-6-about__call .rv-5-about__call-icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
  }
}
.rv-6-about__call .rv-5-about__call-txt a {
  color: #050505;
  font-family: var(--mulish);
  font-weight: 700;
  font-size: 16px;
}
.rv-6-about__call .rv-5-about__call-txt a:hover {
  color: #f2584c;
}
.rv-6-about__img {
  position: relative;
}
.rv-6-about__img img {
  border-radius: 20px;
}
@media screen and (max-width: 1199px) {
  .rv-6-about__img img {
    width: 70%;
  }
}
.rv-6-about__img img:last-child {
  position: absolute;
  bottom: -100px;
  right: 0;
  border: 5px solid var(--white-f);
  box-shadow: 0px 10px 40px 0px rgba(2, 2, 8, 0.14);
}
@media screen and (max-width: 1199px) {
  .rv-6-about__img img:last-child {
    bottom: -80px;
  }
}

@media screen and (max-width: 1399px) {
  .rv-8-about {
    padding: 40px 0;
  }
}
@media screen and (max-width: 991px) {
  .rv-8-about {
    padding: 30px 0;
  }
}
.rv-8-about__video.rv-5-video {
  position: relative;
  padding: 355px 0;
  background-image: url(../img/rv-8-about-img.html);
}
@media screen and (max-width: 1399px) {
  .rv-8-about__video.rv-5-video {
    padding: 300px 0;
  }
}
@media screen and (max-width: 1199px) {
  .rv-8-about__video.rv-5-video {
    padding: 280px 0;
  }
}
@media screen and (max-width: 991px) {
  .rv-8-about__video.rv-5-video {
    padding: 250px 0;
  }
}
@media screen and (max-width: 767px) {
  .rv-8-about__video.rv-5-video {
    padding: 200px 0;
  }
}
@media screen and (max-width: 575px) {
  .rv-8-about__video.rv-5-video {
    padding: 170px 0;
  }
}
@media screen and (max-width: 479px) {
  .rv-8-about__video.rv-5-video {
    padding: 150px 0;
  }
}
.rv-8-about__video.rv-5-video span {
  width: 140px;
  height: 140px;
}
.rv-8-about__video.rv-5-video a {
  background: #1C74E9;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
}
.rv-8-about__video.rv-5-video a::before {
  content: none;
}
.rv-8-about__video.rv-5-video .vector {
  position: absolute;
  bottom: 176px;
  left: -97px;
}
.rv-8-about__txt {
  padding-left: 80px;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .rv-8-about__txt {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-8-about__txt {
    padding-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .rv-8-about__txt {
    padding-left: 0;
  }
}
.rv-8-about__txt .vector {
  position: absolute;
  z-index: -1;
}
.rv-8-about__txt .vector--1 {
  bottom: -80px;
  left: 160px;
}
@media screen and (max-width: 991px) {
  .rv-8-about__txt .vector--1 {
    bottom: 0;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  .rv-8-about__txt .vector--1 {
    right: -80px;
  }
}
@media screen and (max-width: 479px) {
  .rv-8-about__txt .vector--1 {
    right: -190px;
  }
}
.rv-8-about__txt .vector--3 {
  right: 0;
  top: -135px;
}
.rv-8-about__txt .vector--2 {
  right: -100px;
  top: 130px;
}
.rv-8-about .rv-8-section__title {
  margin-bottom: 21px;
}
@media screen and (max-width: 479px) {
  .rv-8-about .rv-8-section__title {
    margin-bottom: 15px;
  }
}
.rv-8-about__descr {
  color: var(--black);
  font-family: var(--mulish);
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .rv-8-about__descr {
    margin-bottom: 18px;
  }
}
.rv-8-about__stats {
  -moz-column-gap: 65px;
       column-gap: 65px;
  margin-bottom: 46px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1399px) {
  .rv-8-about__stats {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-8-about__stats {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .rv-8-about__stats {
    margin-bottom: 30px;
  }
}
.rv-8-about-stat {
  font-family: var(--mulish);
  color: #050505;
}
.rv-8-about-stat__number {
  font-size: 40px;
  font-weight: 800;
}
@media screen and (max-width: 1199px) {
  .rv-8-about-stat__number {
    font-size: 35px;
  }
}
@media screen and (max-width: 479px) {
  .rv-8-about-stat__number {
    font-size: 30px;
    margin-bottom: 2px;
  }
}
.rv-8-about-stat__name {
  font-size: 15px;
  font-weight: 600;
  opacity: 0.7;
}
.rv-8-about .rv-3-def-btn {
  background-color: #1c74e9;
  border-color: #1c74e9;
}
.rv-8-about .rv-3-def-btn:hover {
  background-color: transparent;
}

.rv-10-about .rv-10-section__heading {
  width: 100%;
  text-align: left;
  margin-bottom: 0;
}
.rv-10-about__img img {
  border-radius: 14px;
}
@media screen and (max-width: 767px) {
  .rv-10-about__img img.mb-30 {
    margin-bottom: 15px;
  }
}
.rv-10-about__txt {
  padding-left: 79px;
}
@media screen and (max-width: 1399px) {
  .rv-10-about__txt {
    padding-left: 49px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-10-about__txt {
    padding-left: 29px;
  }
}
@media screen and (max-width: 991px) {
  .rv-10-about__txt {
    padding-left: 0;
  }
}
.rv-10-about .rv-10-section__title {
  margin-bottom: 20px;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 1199px) {
  .rv-10-about .rv-10-section__title {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 575px) {
  .rv-10-about .rv-10-section__title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .rv-10-about .rv-10-section__title {
    margin-bottom: 8px;
  }
}
.rv-10-about__descr {
  color: rgba(5, 5, 5, 0.6);
  font-family: var(--mulish);
  margin-bottom: 58px;
}
@media screen and (max-width: 1399px) {
  .rv-10-about__descr {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-10-about__descr {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 991px) {
  .rv-10-about__descr {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 575px) {
  .rv-10-about__descr {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 479px) {
  .rv-10-about__descr {
    margin-bottom: 20px;
  }
}
.rv-10-about .rv-10-def-btn {
  background-color: var(--black);
  border-color: var(--black);
  color: var(--white-f);
}
.rv-10-about .rv-10-def-btn:hover {
  background-color: transparent;
  color: var(--black);
}
.rv-10-about__btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.rv-10-about__video-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--black);
  color: #050505;
  font-family: var(--mulish);
  font-weight: 700;
}
.rv-10-about__video-btn:hover {
  color: #efc329;
}
.rv-10-about__video-btn:hover .icon {
  background-color: var(--black);
  color: #efc329;
}
.rv-10-about__video-btn .icon {
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background-color: gold;
  border-radius: 50%;
  color: var(--black);
  transition: 0.4s ease;
}
.rv-10-about__video-btn i {
  filter: drop-shadow(0 1px 2px rgba(5, 5, 5, 0.2));
}

.rv-11-about {
  position: relative;
  padding-bottom: 160px;
}
@media screen and (max-width: 1399px) {
  .rv-11-about {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 991px) {
  .rv-11-about {
    padding-bottom: 30px;
  }
}
.rv-11-about__row {
  --bs-gutter-y: 100px;
}
.rv-11-about__img img {
  border-radius: 0 40px;
}
.rv-11-about__img img:last-child {
  border-radius: 40px 0;
  border-width: 10px 0 0 10px;
  box-shadow: none;
  max-width: 84%;
}
.rv-11-about__txt {
  padding-left: 84px;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .rv-11-about__txt {
    padding-left: 44px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-11-about__txt {
    padding-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .rv-11-about__txt {
    padding-left: 0;
  }
}
.rv-11-about__txt .rv-11-section__sub-title {
  margin-left: 0;
}
.rv-11-about__txt .rv-6-about__descr {
  font-weight: 500;
  margin-top: 17px;
}
.rv-11-about__txt .rv-8-about-stat__number {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 4px;
}
@media screen and (max-width: 1399px) {
  .rv-11-about__txt .rv-8-about-stat__number {
    font-size: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-11-about__txt .rv-8-about-stat__number {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  .rv-11-about__txt .rv-8-about-stat__number {
    font-size: 30px;
  }
}
.rv-11-about__txt .rv-8-about-stat__number sup {
  color: #A98153;
  font-size: 40px;
  font-weight: 800;
}
@media screen and (max-width: 575px) {
  .rv-11-about__txt .rv-8-about-stat__number sup {
    font-size: 35px;
  }
}
.rv-11-about__txt .rv-8-about-stat__name {
  font-size: 18px;
  font-weight: 500;
}
.rv-11-about__txt img.vector {
  position: absolute;
  top: -70px;
  right: 75px;
}
@media screen and (max-width: 1199px) {
  .rv-11-about__stats {
    margin-bottom: 30px;
  }
}
.rv-11-about > img.vector {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 45%;
}

.rv-14-about__img img {
  width: 100%;
  aspect-ratio: 106/105;
  -webkit-mask: url(../img/rv-14-about-mask.html) center center no-repeat;
          mask: url(../img/rv-14-about-mask.html) center center no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.rv-14-about__img svg path {
  animation: rotate-center 2s ease-in-out infinite alternate both;
  transform-origin: center;
}
.rv-14-about__txt {
  padding-left: 80px;
}
@media screen and (max-width: 1599px) {
  .rv-14-about__txt {
    padding-left: 70px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-14-about__txt {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-14-about__txt {
    padding-left: 0;
  }
}
.rv-14-about__txt .rv-6-about__descr {
  margin-top: 16px;
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .rv-14-about__txt .rv-6-about__descr {
    margin-bottom: 27px;
  }
}
.rv-14-about__features {
  grid-template-columns: repeat(2, max-content);
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 7px;
  border: none;
  padding-top: 0;
  margin-bottom: 53px;
}
@media screen and (max-width: 1199px) {
  .rv-14-about__features {
    grid-template-columns: repeat(1, max-content);
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .rv-14-about__features {
    grid-template-columns: repeat(2, max-content);
  }
}
@media screen and (max-width: 767px) {
  .rv-14-about__features {
    grid-template-columns: repeat(1, max-content);
  }
}
@media screen and (max-width: 479px) {
  .rv-14-about__btns {
    flex-direction: column;
  }
}
.rv-14-about__btn {
  border-radius: 30px;
  height: 54px;
  line-height: 54px;
}
.rv-14-about__btn i {
  color: var(--black);
}
.rv-14-about__call .rv-5-about__call-icon {
  border-radius: 50%;
  height: 54px;
  width: 54px;
  line-height: 54px;
}

@keyframes rotate-center {
  0% {
    d: path("M0.0379601 317.48H0V0C156.158 0 285.984 112.742 312.52 261.27V0H630C630 156.158 517.258 285.984 368.73 312.52L630 312.52V630C473.842 630 344.016 517.258 317.48 368.73L317.48 630C143.797 630 2.68874 490.532 0.0379601 317.48Z");
  }
  100% {
    d: path("M 0.0379601 317.48 H 0 V 0 C 446.158 0 565.984 -37.258 312.52 261.27 V 0 H 631 C 623 486.158 667.258 355.984 478.73 312.52 L 630 312.52 V 630 C 473.842 840 70.016 517.258 317.48 368.73 L 317.48 630 C 143.797 930 -297.31126 490.532 0.0379601 317.48 Z");
  }
}
.rv-15-about_main_area {
  padding: 100px 0;
  overflow: hidden;
  background-image: url("../img/about/about_home_bg.html");
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-15-about_main_area {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-15-about_main_area {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-15-about_main_area {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-15-about_main_area {
    padding: 60px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-15-about_main_area {
    padding: 550px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-15-about_main_area {
    padding: 45px 0;
  }
}
.rv-15-about_main_area .rv-15-about_image_area {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rv-15-about_main_area .rv-15-about_image_area {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-15-about_main_area .rv-15-about_image_area img {
    height: 350px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.rv-15-about_main_area .rv-15-about_image_area .video_btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #F35B04;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 1.5s linear infinite;
}
.rv-15-about_main_area .rv-15-about_image_area .video_btn:hover {
  background: #FFFFFF;
  color: #F35B04;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-15-about_main_area .rv-15-about_image_area .video_btn {
    height: 55px;
    width: 55px;
    line-height: 55px;
  }
}
.rv-15-about_main_area .rv-15-about_content {
  padding-left: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .rv-15-about_main_area .rv-15-about_content {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-15-about_main_area .rv-15-about_content {
    padding-left: 0;
  }
}
.rv-15-about_main_area .rv-15-about_content .rv-15-about_title {
  font-family: "Mulish", sans-serif;
  font-size: 50px;
  font-weight: 600;
  color: #050505;
  position: relative;
  padding-top: 25px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-15-about_main_area .rv-15-about_content .rv-15-about_title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-15-about_main_area .rv-15-about_content .rv-15-about_title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-15-about_main_area .rv-15-about_content .rv-15-about_title {
    font-size: 33px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-15-about_main_area .rv-15-about_content .rv-15-about_title {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-15-about_main_area .rv-15-about_content .rv-15-about_title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.rv-15-about_main_area .rv-15-about_content .rv-15-about_title span {
  position: absolute;
  bottom: 40px;
  right: 30px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rv-15-about_main_area .rv-15-about_content .rv-15-about_title span {
    bottom: -9px;
    right: 340px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rv-15-about_main_area .rv-15-about_content .rv-15-about_title span {
    bottom: -10px;
    right: 120px;
  }
}
.rv-15-about_main_area .rv-15-about_content .rv-15-about_desc {
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  color: #050505;
}
.rv-15-about_main_area .rv-15-about_content .about_list {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-15-about_main_area .rv-15-about_content .about_list {
    margin-top: 25px;
  }
}
.rv-15-about_main_area .rv-15-about_content .about_list ul {
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.rv-15-about_main_area .rv-15-about_content .about_list ul li {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 15px;
  font-weight: 500;
  color: #050505;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-15-about_main_area .rv-15-about_content .about_list ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.rv-15-about_main_area .rv-15-about_content .about_list ul li i {
  margin-right: 10px;
}
.rv-15-about_main_area .rv-15-about_content .rv-15-about_btn {
  display: inline-block;
  line-height: 60px;
  background: #F35B04;
  color: #FFFFFF;
  padding: 0 40px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 30px;
  transition: 0.5s;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-15-about_main_area .rv-15-about_content .rv-15-about_btn {
    margin-top: 20px;
    padding: 0 30px;
  }
}
.rv-15-about_main_area .rv-15-about_content .rv-15-about_btn:hover {
  background: #050505;
}

.rv-16-about_main_area {
  padding: 80px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-16-about_main_area {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-16-about_main_area {
    padding-bottom: 0;
  }
}
.rv-16-about_main_area .rv-16-about_image_area {
  position: relative;
  width: 500px;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-16-about_main_area .rv-16-about_image_area {
    margin: auto;
    width: 375px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-16-about_main_area .rv-16-about_image_area {
    margin: auto;
    width: 270px;
  }
}
.rv-16-about_main_area .rv-16-about_image_area img {
  width: 500px;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-16-about_main_area .rv-16-about_image_area img {
    width: 250px;
    height: 400px;
    margin: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-16-about_main_area .rv-16-about_image_area img {
    width: 350px;
    height: 400px;
    margin: auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-16-about_main_area .rv-16-about_image_area img {
    width: 300px;
    height: 350px;
    margin: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-16-about_main_area .rv-16-about_image_area img {
    width: 200px;
    height: 260px;
    margin: auto;
  }
}
.rv-16-about_main_area .rv-16-about_image_area img:nth-child(2) {
  position: absolute;
  content: "";
  top: 100px;
  left: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-16-about_main_area .rv-16-about_image_area img:nth-child(2) {
    top: 75px;
    left: 75px;
  }
}
.rv-16-about_main_area .rv-16-about_content_area {
  padding-top: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rv-16-about_main_area .rv-16-about_content_area {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rv-16-about_main_area .rv-16-about_content_area {
    padding-top: 65px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-16-about_main_area .rv-16-about_content_area {
    padding-top: 150px;
  }
}
.rv-16-about_main_area .rv-16-about_content_area .rv-16-about_content_heading {
  font-size: 44px;
  font-weight: 800;
  color: #020208;
  margin-bottom: 50px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-16-about_main_area .rv-16-about_content_area .rv-16-about_content_heading {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-16-about_main_area .rv-16-about_content_area .rv-16-about_content_heading {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.rv-16-about_main_area .rv-16-about_content_area .rv-16-about_content_item {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-16-about_main_area .rv-16-about_content_area .rv-16-about_content_item {
    flex-direction: column;
    text-align: center;
    row-gap: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-16-about_main_area .rv-16-about_content_area .rv-16-about_content_item {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-16-about_main_area .rv-16-about_content_area .rv-16-about_content_item {
    padding-bottom: 7px;
  }
}
.rv-16-about_main_area .rv-16-about_content_area .rv-16-about_content_item .rv-16-about_content_item_image {
  height: 100px;
  width: 100px;
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-16-about_main_area .rv-16-about_content_area .rv-16-about_content_item .rv-16-about_content_item_image {
    height: 60px;
    width: 60px;
  }
}
.rv-16-about_main_area .rv-16-about_content_area .rv-16-about_content_item .rv-16-about_content_item_image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.rv-16-about_main_area .rv-16-about_content_area .rv-16-about_content_item .rv-16-about_content_item_txt h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0B1728;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 10px;
  font-family: "Mulish", sans-serif;
}
.rv-16-about_main_area .rv-16-about_content_area .rv-16-about_content_item .rv-16-about_content_item_txt h4:hover {
  color: #D21028;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-16-about_main_area .rv-16-about_content_area .rv-16-about_content_item .rv-16-about_content_item_txt h4 {
    margin-bottom: 7px;
  }
}
.rv-16-about_main_area .rv-16-about_content_area .rv-16-about_content_item .rv-16-about_content_item_txt p {
  color: #666666;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rv-16-about_main_area .rv-16-about_content_area .rv-16-about_content_item .rv-16-about_content_item_txt p {
    font-size: 14px;
    line-height: 20px;
  }
}

.rv-17-about_main_section {
  padding: 150px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rv-17-about_main_section {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-about_main_section {
    padding: 70px 0;
  }
}
.rv-17-about_main_section .rv-17-about_image {
  position: relative;
}
.rv-17-about_main_section .rv-17-about_image img {
  height: 500px;
  width: 400px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rv-17-about_main_section .rv-17-about_image img {
    height: 500px;
    width: 500px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-about_main_section .rv-17-about_image img {
    height: 400px;
    width: 400px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-about_main_section .rv-17-about_image img {
    height: 400px;
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-about_main_section .rv-17-about_image img {
    height: 300px;
    width: 100%;
  }
}
.rv-17-about_main_section .rv-17-about_image img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: -100PX;
  height: 300px;
  width: 300px;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-about_main_section .rv-17-about_image img:nth-child(2) {
    height: 250px;
    width: 250px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-about_main_section .rv-17-about_content {
    padding-top: 100px;
  }
}
.rv-17-about_main_section .rv-17-about_content .rv-17-about_sub_heading {
  color: #000000;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
  text-transform: uppercase;
  font-family: "Mulish", sans-serif;
  font-family: "Mulish", sans-serif;
}
.rv-17-about_main_section .rv-17-about_content .rv-17-about_sub_heading::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background: #DFE11B;
  left: 0;
  top: 0;
}
.rv-17-about_main_section .rv-17-about_content .rv-17-about_content_heading {
  color: #020208;
  font-size: 48px;
  font-weight: 800;
  padding-top: 10px;
  margin-bottom: 50px;
  font-family: "Mulish", sans-serif;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-about_main_section .rv-17-about_content .rv-17-about_content_heading {
    font-size: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-about_main_section .rv-17-about_content .rv-17-about_content_heading {
    font-size: 30px;
  }
}
.rv-17-about_main_section .rv-17-about_content .rv-17-about_list {
  background: #F2F2F3;
  overflow-y: scroll;
  height: 300px;
  -webkit-scrollbar-width: thin;
  scrollbar-width: thin;
  -webkit-scrollbar-color: #DFE11B #F2F2F3;
  scrollbar-color: #DFE11B #F2F2F3;
}
.rv-17-about_main_section .rv-17-about_content .rv-17-about_list .rv-17-about_single_list {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 15px 40px;
  transition: 0.3s;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-about_main_section .rv-17-about_content .rv-17-about_list .rv-17-about_single_list {
    padding: 30px 10px;
  }
}
.rv-17-about_main_section .rv-17-about_content .rv-17-about_list .rv-17-about_single_list:hover {
  background: #DFE11B;
}
.rv-17-about_main_section .rv-17-about_content .rv-17-about_list .rv-17-about_single_list .rv-17-about__list_icon {
  width: 60px;
  height: 60px;
}
.rv-17-about_main_section .rv-17-about_content .rv-17-about_list .rv-17-about_single_list .rv-17-about__list_content h3 {
  font-size: 26px;
  font-weight: 700;
  color: #020208;
  margin-bottom: 10px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-about_main_section .rv-17-about_content .rv-17-about_list .rv-17-about_single_list .rv-17-about__list_content h3 {
    font-size: 17px;
  }
}
.rv-17-about_main_section .rv-17-about_content .rv-17-about_list .rv-17-about_single_list .rv-17-about__list_content p {
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  color: rgba(2, 2, 8, 0.7);
}

.rv-18-about_section {
  padding: 130px 0;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rv-18-about_section {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rv-18-about_section {
    padding: 90px 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-about_section {
    padding: 60px 0;
  }
}
.rv-18-about_section .rv-18-car_img {
  position: absolute;
  right: 2%;
  bottom: 10%;
}
.rv-18-about_section .rv4_rgap {
  --bs-gutter-x: 180px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-about_section .rv4_rgap {
    --bs-gutter-x: 130px;
  }
}
.rv-18-about_section .rv-18-about_image {
  position: relative;
  height: 650px;
  width: auto;
  margin-left: 120px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rv-18-about_section .rv-18-about_image {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rv-18-about_section .rv-18-about_image {
    margin-left: 0;
    height: 455px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-about_section .rv-18-about_image {
    margin-left: 0;
    height: 455px;
    width: 388px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-about_section .rv-18-about_image {
    margin-left: 0;
    height: 395px;
    width: 332px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-about_section .rv-18-about_image {
    margin-left: 0;
    height: 300px;
    width: 223px;
  }
}
.rv-18-about_section .rv-18-about_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.rv-18-about_section .rv-18-about_image img:nth-child(2) {
  position: absolute;
  content: "";
  width: 240px;
  height: 250px;
  bottom: 25px;
  right: -28%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rv-18-about_section .rv-18-about_image img:nth-child(2) {
    width: 190px;
    height: 240px;
    bottom: 20px;
    right: -24%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rv-18-about_section .rv-18-about_image img:nth-child(2) {
    width: 198px;
    height: 250px;
    bottom: 20px;
    right: -24%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px) {
  .rv-18-about_section .rv-18-about_image img:nth-child(2) {
    width: 180px;
    height: 170px;
    bottom: 18px;
    right: -26%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-about_section .rv-18-about_image img:nth-child(2) {
    width: 140px;
    height: 140px;
    bottom: 18px;
    right: -26%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-about_section .rv-18-about_content {
    margin-top: 50px;
  }
}
.rv-18-about_section .rv-18-about_content .rv-18-about_content_heading {
  color: #142137;
  font-size: 48px;
  font-weight: 800;
  position: relative;
  margin-bottom: 30px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rv-18-about_section .rv-18-about_content .rv-18-about_content_heading {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-about_section .rv-18-about_content .rv-18-about_content_heading {
    font-size: 35px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-about_section .rv-18-about_content .rv-18-about_content_heading {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.rv-18-about_section .rv-18-about_content .rv-18-about_content_heading span {
  position: absolute;
  right: 27%;
  top: 20px;
  z-index: -1;
}
.rv-18-about_section .rv-18-about_content .rv-18-about_content_desc {
  color: rgba(20, 33, 55, 0.8);
  font-size: 18px;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-about_section .rv-18-about_content .rv-18-about_content_desc {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-about_section .rv-18-about_content .rv-18-about_content_desc {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.rv-18-about_section .rv-18-about_content .rv-18-about_list_item {
  margin-bottom: 40px;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-about_section .rv-18-about_content .rv-18-about_list_item {
    margin-bottom: 20px;
  }
}
.rv-18-about_section .rv-18-about_content .rv-18-about_list_item .rv-18-about_list_number > span {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #C6C8D4;
  color: #142137;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-about_section .rv-18-about_content .rv-18-about_list_item .rv-18-about_list_number > span {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
.rv-18-about_section .rv-18-about_content .rv-18-about_list_item .rv-18-about_list_content h4 {
  color: #142137;
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s;
  cursor: pointer;
  margin-bottom: 10px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-about_section .rv-18-about_content .rv-18-about_list_item .rv-18-about_list_content h4 {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-about_section .rv-18-about_content .rv-18-about_list_item .rv-18-about_list_content h4 {
    font-size: 16px;
    margin-bottom: 7px;
  }
}
.rv-18-about_section .rv-18-about_content .rv-18-about_list_item .rv-18-about_list_content h4:hover {
  color: #1C74E9;
}
.rv-18-about_section .rv-18-about_content .rv-18-about_list_item .rv-18-about_list_content p {
  font-family: "Mulish", sans-serif;
  color: rgba(20, 33, 55, 0.7);
  font-weight: 500;
  font-size: 16px;
  margin: 0;
}
.rv-18-about_section .rv-18-about_content .rv-18-about_btn {
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  width: 200px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.4s ease;
  z-index: 1;
  border: 1px solid rgba(20, 33, 55, 0.24);
  color: #142137;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-about_section .rv-18-about_content .rv-18-about_btn {
    width: 180px;
    height: 50px;
  }
}
.rv-18-about_section .rv-18-about_content .rv-18-about_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #1C74E9;
  width: 0;
  height: 100%;
  transition: all 0.4s ease;
  z-index: -1;
  left: auto;
}
.rv-18-about_section .rv-18-about_content .rv-18-about_btn:hover {
  color: #FFFFFF;
}
.rv-18-about_section .rv-18-about_content .rv-18-about_btn:hover::before {
  width: 100%;
  left: 0;
}

.rv-19-about_section {
  padding-top: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-about_section {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-about_section {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-about_section {
    padding: 60px 0;
  }
}
.rv-19-about_section .rv-19-about_image {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-about_section .rv-19-about_image {
    height: 700px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-about_section .rv-19-about_image {
    height: 374px;
    width: 100%;
    flex: inherit;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-about_section .rv-19-about_image {
    height: 300px;
    width: 100%;
    flex: inherit;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-about_section .rv-19-about_image {
    height: 250px;
    width: 100%;
    flex: inherit;
    margin-bottom: 25px;
  }
}
.rv-19-about_section .rv-19-about_image img {
  max-width: none;
  height: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-about_section .rv-19-about_image img {
    height: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-about_section .rv-19-about_image img {
    height: 100%;
    width: 100%;
  }
}
.rv-19-about_section .rv-19-about_content {
  padding-left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-about_section .rv-19-about_content {
    padding: 0;
  }
}
.rv-19-about_section .rv-19-about_content .rv-19-about_content_heading {
  font-size: 54px;
  font-weight: 800;
  color: #142137;
  margin-bottom: 50px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-about_section .rv-19-about_content .rv-19-about_content_heading {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-about_section .rv-19-about_content .rv-19-about_content_heading {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-about_section .rv-19-about_content .rv-19-about_content_heading {
    font-size: 34px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-about_section .rv-19-about_content .rv-19-about_content_heading {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.rv-19-about_section .rv-19-about_content .rv-19-about_list .rv-19-about_single_list {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-about_section .rv-19-about_content .rv-19-about_list .rv-19-about_single_list {
    padding-bottom: 25px;
  }
}
.rv-19-about_section .rv-19-about_content .rv-19-about_list .rv-19-about_single_list .rv-19-about_single_list_serial span {
  height: 10px;
  width: 10px;
  background: rgb(2, 111, 255);
  position: relative;
  border-radius: 50%;
  top: 5px;
  font-family: "Mulish", sans-serif;
}
.rv-19-about_section .rv-19-about_content .rv-19-about_list .rv-19-about_single_list .rv-19-about_single_list_serial span::before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: rgba(28, 116, 233, 0.14);
  text-align: center;
  top: -7px;
  left: -7px;
}
.rv-19-about_section .rv-19-about_content .rv-19-about_list .rv-19-about_single_list .rv-19-about_single_list_content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #142137;
  margin-bottom: 20px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-about_section .rv-19-about_content .rv-19-about_list .rv-19-about_single_list .rv-19-about_single_list_content h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.rv-19-about_section .rv-19-about_content .rv-19-about_list .rv-19-about_single_list .rv-19-about_single_list_content p {
  color: rgba(20, 33, 55, 0.7);
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  font-family: "Mulish", sans-serif;
}
.rv-19-about_section .rv-19-about_content .rv-19-about_button_area {
  font-size: 16px;
  font-weight: 700;
  color: #142137;
  width: 200px;
  height: 54px;
  border: 1px solid #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  background: #DFE11B;
  -moz-column-gap: 1px;
       column-gap: 1px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-about_section .rv-19-about_content .rv-19-about_button_area {
    width: 180px;
  }
}
.rv-19-about_section .rv-19-about_content .rv-19-about_button_area .rv-19-about_btn {
  border-right: 1px solid #FFFFFF;
  width: 100%;
  color: #142137;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Mulish", sans-serif;
}
.rv-19-about_section .rv-19-about_content .rv-19-about_button_area:hover {
  color: #000000;
  letter-spacing: 1px;
}
.rv-19-about_section .rv-19-about_content .rv-19-about_button_area:hover i {
  transform: rotate(-45deg);
}
.rv-19-about_section .rv-19-about_content .rv-19-about_button_area i {
  height: 54px;
  width: 54px;
  align-self: flex-end;
  text-align: center;
  line-height: 54px;
  transition: all 0.4s ease;
}

.rv-20-about_section {
  padding: 200px 0 130px 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section {
    padding: 170px 0 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section {
    padding: 150px 0 70px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section {
    padding: 100px 0 50px 0;
  }
}
.rv-20-about_section .rv-20-about_image {
  position: relative;
  width: 100%;
  padding-right: 80px;
  height: 100%;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section .rv-20-about_image {
    padding-right: 50px;
    text-align: right;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section .rv-20-about_image {
    padding-right: 0;
    text-align: right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section .rv-20-about_image {
    height: 400px;
    width: 350px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section .rv-20-about_image {
    height: 400px;
    width: 330px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section .rv-20-about_image {
    height: 250px;
    width: 250px;
  }
}
.rv-20-about_section .rv-20-about_image img {
  width: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section .rv-20-about_image img {
    width: 370px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section .rv-20-about_image img {
    width: 280px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section .rv-20-about_image img {
    width: 200px;
  }
}
.rv-20-about_section .rv-20-about_image img:nth-child(2) {
  position: absolute;
  content: "";
  width: 220px;
  height: 240px;
  top: -100px;
  left: -100px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section .rv-20-about_image img:nth-child(2) {
    top: -50px;
    left: -50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section .rv-20-about_image img:nth-child(2) {
    top: -80px;
    left: -65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section .rv-20-about_image img:nth-child(2) {
    top: -70px;
    left: -20px;
    width: 170px;
    height: 200px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section .rv-20-about_image img:nth-child(2) {
    top: -70px;
    left: -20px;
    width: 120px;
    height: 120px;
  }
}
.rv-20-about_section .rv-20-about_image .rv-20-about_experience_txt {
  position: absolute;
  left: -170px;
  bottom: 100px;
  rotate: -90deg;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section .rv-20-about_image .rv-20-about_experience_txt {
    left: -115px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section .rv-20-about_image .rv-20-about_experience_txt {
    left: -160px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section .rv-20-about_image .rv-20-about_experience_txt {
    left: -100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section .rv-20-about_image .rv-20-about_experience_txt {
    left: -90px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section .rv-20-about_image .rv-20-about_experience_txt {
    left: -70px;
    bottom: 65px;
  }
}
.rv-20-about_section .rv-20-about_image .rv-20-about_experience_txt h3 {
  font-size: 80px;
  font-weight: 800;
  color: #081C15;
  margin: 0;
  line-height: 1px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section .rv-20-about_image .rv-20-about_experience_txt h3 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section .rv-20-about_image .rv-20-about_experience_txt h3 {
    font-size: 40px;
  }
}
.rv-20-about_section .rv-20-about_image .rv-20-about_experience_txt p {
  color: rgba(8, 28, 21, 0.6);
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  width: 100px;
  line-height: 20px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section .rv-20-about_image .rv-20-about_experience_txt p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section .rv-20-about_section_content {
    margin-top: 40px;
  }
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_section_heading .rv-20-about_sub_title {
  color: #081C15;
  font-weight: 500;
  font-size: 16px;
  width: 194px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid rgba(8, 28, 21, 0.14);
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  font-family: "Mulish", sans-serif;
  margin-bottom: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section .rv-20-about_section_content .rv-20-about_section_heading .rv-20-about_sub_title {
    margin-bottom: 15px;
  }
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_section_heading .rv-20-about_sub_title span {
  height: 5px;
  width: 5px;
  background: #081C15;
  border-radius: 50%;
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_section_heading .rv-20-about_section_title {
  font-size: 54px;
  font-weight: 800;
  color: #081C15;
  margin-bottom: 44px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section .rv-20-about_section_content .rv-20-about_section_heading .rv-20-about_section_title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section .rv-20-about_section_content .rv-20-about_section_heading .rv-20-about_section_title {
    font-size: 28px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section .rv-20-about_section_content .rv-20-about_section_heading .rv-20-about_section_title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_content_top_actions {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: space-between;
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section .rv-20-about_section_content .rv-20-about_content_top_actions {
    flex-direction: column;
    align-items: inherit;
    gap: 20px;
  }
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_content_top_actions .rv-20-about_content_single_top_actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 2px solid transparent;
  border: 1px solid rgba(8, 28, 21, 0.14);
  padding: 15px 20px;
  transition: all 0.4s ease;
  flex: 0 0 48%;
  max-width: 50%;
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section .rv-20-about_section_content .rv-20-about_content_top_actions .rv-20-about_content_single_top_actions {
    max-width: 100%;
  }
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_content_top_actions .rv-20-about_content_single_top_actions:hover {
  border-left: 1px solid #081C15;
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_content_top_actions .rv-20-about_content_single_top_actions .rv-20-about_content_single_top_actions_left h3 {
  font-size: 20px;
  font-weight: 700;
  color: #081C15;
  margin-bottom: 4px;
  font-family: "Mulish", sans-serif;
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_content_top_actions .rv-20-about_content_single_top_actions .rv-20-about_content_single_top_actions_left p {
  color: rgba(8, 28, 21, 0.6);
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  font-family: "Mulish", sans-serif;
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_content_top_actions .rv-20-about_content_single_top_actions .rv-20-about_content_single_top_actions_icon {
  height: 32px;
  width: 32px;
  background: rgba(8, 28, 21, 0.06);
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  color: #081C15;
  transition: all 0.4s ease;
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_content_top_actions .rv-20-about_content_single_top_actions .rv-20-about_content_single_top_actions_icon i {
  transition: all 0.4s ease;
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_content_top_actions .rv-20-about_content_single_top_actions .rv-20-about_content_single_top_actions_icon:hover {
  background: #081C15;
  color: #FFFFFF;
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_content_top_actions .rv-20-about_content_single_top_actions .rv-20-about_content_single_top_actions_icon:hover i {
  rotate: 90deg;
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_list {
  margin-top: 40px;
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_list ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_list ul li {
  flex: 0 0 48%;
  max-width: 50%;
  margin-bottom: 20px;
  font-weight: 500;
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-about_section .rv-20-about_section_content .rv-20-about_list ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_list ul li h4 {
  color: #081C15;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.4s ease;
  cursor: pointer;
  font-family: "Mulish", sans-serif;
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_list ul li h4 i {
  margin-right: 10px;
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_list ul li h4:hover {
  color: #2D6A4F;
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_list ul li p {
  color: rgba(8, 28, 21, 0.7);
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  font-family: "Mulish", sans-serif;
  width: 82%;
}
.rv-20-about_section .about-sh-6 {
  position: absolute;
  top: 100px;
  right: 0;
  height: 300px;
  width: 200px;
  z-index: -1;
}
.rv-20-about_section .about-sh-6 img {
  height: 100%;
  width: 100%;
}

.rv-22-about_main_area {
  padding: 140px 0 100px 0;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-about_main_area {
    padding: 120px 0 80px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-about_main_area {
    padding: 100px 0 70px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-about_main_area {
    padding: 80px 0 50px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-about_main_area {
    padding: 60px 0 40px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-about_main_area {
    padding: 40px 0 30px 0;
  }
}
.rv-22-about_main_area .rv-22-car_img {
  position: absolute;
  right: 2%;
  bottom: 10%;
}
.rv-22-about_main_area .rv-22-about_image {
  position: relative;
  height: 600px;
  width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-about_main_area .rv-22-about_image {
    height: 500px;
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-about_main_area .rv-22-about_image {
    height: 400px;
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-about_main_area .rv-22-about_image {
    height: 300px;
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-about_main_area .rv-22-about_image {
    height: 270px;
    width: 100%;
    margin-bottom: 25px;
  }
}
.rv-22-about_main_area .rv-22-about_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-about_main_area .rv-22-about_image img {
    height: 100%;
    width: 65%;
  }
}
.rv-22-about_main_area .rv-22-about_image img:nth-child(2) {
  position: absolute;
  content: "";
  width: 150px;
  height: 250px;
  bottom: 0;
  right: -35%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rv-22-about_main_area .rv-22-about_image img:nth-child(2) {
    right: -45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-about_main_area .rv-22-about_image img:nth-child(2) {
    width: 35%;
    right: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-about_main_area .rv-22-about_image img:nth-child(2) {
    height: 150px;
    width: 35%;
    right: 0;
  }
}
.rv-22-about_main_area .rv-22-about_content {
  padding-left: 70px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-about_main_area .rv-22-about_content {
    padding-left: 0;
  }
}
.rv-22-about_main_area .rv-22-about_content .rv-22-about_content_sub_title {
  position: relative;
  color: rgba(4, 14, 31, 0.7);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-about_main_area .rv-22-about_content .rv-22-about_content_sub_title {
    margin-bottom: 7px;
  }
}
.rv-22-about_main_area .rv-22-about_content .rv-22-about_content_sub_title .rv8_sub_pre_nex {
  content: "";
  background: rgba(4, 14, 31, 0.4);
  width: 60px;
  height: 1px;
  position: absolute;
  right: -65%;
  font-family: "Mulish", sans-serif;
  top: 50%;
  transform: translateY(-50%);
}
.rv-22-about_main_area .rv-22-about_content .rv-22-about_content_sub_title .rv8_sub_pre_nex::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  left: -15px;
  background: #9a9ea5;
  border-radius: 50%;
  transform: translateY(-50%);
  animation: slide-right 2.5s linear infinite alternate both;
  top: 0;
}
@keyframes slide-right {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.rv-22-about_main_area .rv-22-about_content .rv-22-about_content_sub_title .rv8_sub_pre_nex::after {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  right: -15px;
  background: #9a9ea5;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  animation: slide-left 2.5s linear infinite alternate both;
  top: 0;
}
@keyframes slide-left {
  0% {
    right: 0;
  }
  100% {
    right: 100%;
  }
}
.rv-22-about_main_area .rv-22-about_content .rv-22-about_content_title {
  color: #040E1F;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-about_main_area .rv-22-about_content .rv-22-about_content_title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-about_main_area .rv-22-about_content .rv-22-about_content_title {
    font-size: 35px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-about_main_area .rv-22-about_content .rv-22-about_content_title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-about_main_area .rv-22-about_content .rv-22-about_content_title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.rv-22-about_main_area .rv-22-about_content .rv-22-about_content_desc {
  color: rgba(4, 14, 31, 0.7);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-about_main_area .rv-22-about_content .rv-22-about_content_desc {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.rv-22-about_main_area .rv-22-about_content .rv-22-about_list_area {
  padding-left: 130px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-about_main_area .rv-22-about_content .rv-22-about_list_area {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-about_main_area .rv-22-about_content .rv-22-about_list_area {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-about_main_area .rv-22-about_content .rv-22-about_list_area {
    padding-left: 0;
  }
}
.rv-22-about_main_area .rv-22-about_content .rv-22-about_list_area .rv-22-about_list {
  margin-bottom: 15px;
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
}
.rv-22-about_main_area .rv-22-about_content .rv-22-about_list_area .rv-22-about_list i {
  background: #22E17F;
  color: #FFFFFF;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
}
.rv-22-about_main_area .rv-22-about_content .rv-22-about_list_area .rv-22-about_list p {
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #040E1F;
  margin: 0;
}
.rv-22-about_main_area .rv-22-about_content .rv-22-about_btn {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  background: #B38D3F;
  padding: 15px 50px;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  letter-spacing: 2px;
  margin-left: 130px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-about_main_area .rv-22-about_content .rv-22-about_btn {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-about_main_area .rv-22-about_content .rv-22-about_btn {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-about_main_area .rv-22-about_content .rv-22-about_btn {
    margin-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-22-about_main_area .rv-22-about_content .rv-22-about_btn {
    margin-left: 0;
    padding: 13px 30px;
  }
}
.rv-22-about_main_area .rv-22-about_content .rv-22-about_btn::before {
  position: absolute;
  content: "";
  background-color: #040E1F;
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 0px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  transition: all 500ms ease;
}
.rv-22-about_main_area .rv-22-about_content .rv-22-about_btn:hover {
  color: #FFFFFF;
}
.rv-22-about_main_area .rv-22-about_content .rv-22-about_btn:hover::before {
  height: 400%;
}
.rv-22-about_main_area .rv-22-about_content .home-8-about-sh-2 {
  position: absolute;
  right: 0%;
  bottom: -5%;
  height: 82px;
  width: 77px;
}
.rv-22-about_main_area .rv-22-about_content .home-8-about-sh-2 img {
  height: 100%;
  width: 100%;
}
.rv-22-about_main_area .home-8-about-sh-1 {
  position: absolute;
  right: 15%;
  top: 20%;
  height: 120px;
  width: 77px;
}
.rv-22-about_main_area .home-8-about-sh-1 img {
  height: 100%;
  width: 100%;
}

.rv-23-about_main_area {
  padding: 190px 0 160px 0;
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-about_main_area {
    padding: 120px 0 130px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-about_main_area {
    padding: 80px 0 80px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-about_main_area {
    padding: 60px 0 60px 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-about_main_area {
    padding: 5px 0 50px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-about_main_area {
    padding: 35px 0 35px 0;
  }
}
.rv-23-about_main_area .rv-23-about_image {
  position: relative;
  height: 570px;
  width: 440px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-about_main_area .rv-23-about_image {
    height: 450px;
    width: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-about_main_area .rv-23-about_image {
    height: 400px;
    width: 320px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-about_main_area .rv-23-about_image {
    height: 350px;
    width: 250px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-about_main_area .rv-23-about_image {
    height: 280px;
    width: 230px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-about_main_area .rv-23-about_image {
    height: 250px;
    width: 200px;
  }
}
.rv-23-about_main_area .rv-23-about_image img {
  height: 100%;
  width: 100%;
}
.rv-23-about_main_area .rv-23-about_image img:nth-child(2) {
  position: absolute;
  content: "";
  top: 100px;
  left: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-about_main_area .rv-23-about_image img:nth-child(2) {
    top: 50px;
    left: 70px;
  }
}
.rv-23-about_main_area .rv-23-about_content {
  position: relative;
  padding-left: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-about_main_area .rv-23-about_content {
    padding: 100px 0 0 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-about_main_area .rv-23-about_content {
    padding: 80px 0 0 0;
  }
}
.rv-23-about_main_area .rv-23-about_content .rv-23-about_content_sub_title {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  background: #020208;
  padding: 1px 4px;
  display: inline-block;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-about_main_area .rv-23-about_content .rv-23-about_content_sub_title {
    margin-bottom: 10px;
  }
}
.rv-23-about_main_area .rv-23-about_content .rv-23-about_content_title {
  color: #020208;
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 50px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-about_main_area .rv-23-about_content .rv-23-about_content_title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-about_main_area .rv-23-about_content .rv-23-about_content_title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-about_main_area .rv-23-about_content .rv-23-about_content_title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.rv-23-about_main_area .rv-23-about_content .rv-23-about_content_desc {
  color: rgba(2, 2, 8, 0.7);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-bottom: 50px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-about_main_area .rv-23-about_content .rv-23-about_content_desc {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-about_main_area .rv-23-about_content .rv-23-about_content_desc {
    margin-bottom: 25px;
  }
}
.rv-23-about_main_area .rv-23-about_content .rv-23-about_btn {
  font-size: 16px;
  font-weight: 700;
  color: #020208;
  background: transparent;
  border: 1px solid rgba(2, 2, 8, 0.1);
  width: 256px;
  height: 54px;
  font-family: "Mulish", sans-serif;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  transition: all 0.5s ease;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-about_main_area .rv-23-about_content .rv-23-about_btn {
    width: 230px;
  }
}
.rv-23-about_main_area .rv-23-about_content .rv-23-about_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #3BA52D;
  width: 100%;
  height: 0%;
  transition: all 0.4s ease;
  z-index: -1;
  top: auto;
}
.rv-23-about_main_area .rv-23-about_content .rv-23-about_btn:hover::before {
  height: 100%;
  top: 0;
}
.rv-23-about_main_area .rv-23-about_content .rv-23-about_btn:hover {
  color: #FFFFFF;
}
.rv-23-about_main_area .rv-23-about_content .rv-23-about_btn:hover i {
  background: #FFFFFF;
  color: #020208;
}
.rv-23-about_main_area .rv-23-about_content .rv-23-about_btn i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #3BA52D;
  color: #FFFFFF;
  text-align: center;
  line-height: 34px;
  transition: all 0.5s ease;
}
.rv-23-about_main_area .rv-23-about_content .rv-23-about_counterup_area {
  display: flex;
  margin-top: 60px;
  -moz-column-gap: 74px;
       column-gap: 74px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-about_main_area .rv-23-about_content .rv-23-about_counterup_area {
    margin-top: 34px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-about_main_area .rv-23-about_content .rv-23-about_counterup_area {
    margin-top: 30px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.rv-23-about_main_area .rv-23-about_content .rv-23-about_counterup_area .rv-23-single_counterup {
  border-right: 1px solid rgba(2, 2, 8, 0.1);
  padding-right: 54px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-about_main_area .rv-23-about_content .rv-23-about_counterup_area .rv-23-single_counterup {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-about_main_area .rv-23-about_content .rv-23-about_counterup_area .rv-23-single_counterup {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-about_main_area .rv-23-about_content .rv-23-about_counterup_area .rv-23-single_counterup {
    padding-right: 15px;
  }
}
.rv-23-about_main_area .rv-23-about_content .rv-23-about_counterup_area .rv-23-single_counterup .rv-23-count_number {
  font-size: 50px;
  font-weight: 700;
  color: #020208;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-about_main_area .rv-23-about_content .rv-23-about_counterup_area .rv-23-single_counterup .rv-23-count_number {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-about_main_area .rv-23-about_content .rv-23-about_counterup_area .rv-23-single_counterup .rv-23-count_number {
    font-size: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-23-about_main_area .rv-23-about_content .rv-23-about_counterup_area .rv-23-single_counterup .rv-23-count_number {
    font-size: 20px;
  }
}
.rv-23-about_main_area .rv-23-about_content .rv-23-about_counterup_area .rv-23-single_counterup .rv-23-count_title {
  color: rgba(2, 2, 8, 0.6);
  font-size: 14px;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
  font-family: "Mulish", sans-serif;
}
.rv-23-about_main_area .rv-23-about_content .rv-23-about_counterup_area .rv-23-single_counterup:last-child {
  border: 0;
}

.rv-24-about_main_area {
  padding: 160px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-about_main_area {
    padding: 130px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-about_main_area {
    padding: 110px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-about_main_area {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-about_main_area {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-about_main_area {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-about_main_area {
    padding: 35px 0;
  }
}
.rv-24-about_main_area .rv-24-about_image {
  position: relative;
  height: 650px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-about_main_area .rv-24-about_image {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-about_main_area .rv-24-about_image {
    height: 450px;
    width: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-about_main_area .rv-24-about_image {
    height: 400px;
    width: 350px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-about_main_area .rv-24-about_image {
    height: 350px;
    width: 300px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-about_main_area .rv-24-about_image {
    height: 250px;
    width: 200px;
  }
}
.rv-24-about_main_area .rv-24-about_image img {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  border: 5px solid #FFFFFF;
}
.rv-24-about_main_area .rv-24-about_image img:nth-child(2) {
  position: absolute;
  content: "";
  bottom: -70px;
  right: -120px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 450px;
  width: 410px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-about_main_area .rv-24-about_image img:nth-child(2) {
    height: 380px;
    width: 359px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-about_main_area .rv-24-about_image img:nth-child(2) {
    height: 322px;
    width: auto;
    bottom: -50px;
    right: -100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-about_main_area .rv-24-about_image img:nth-child(2) {
    height: 230px;
    width: 180px;
    bottom: -40px;
    right: -50px;
  }
}
.rv-24-about_main_area .rv-24-about_content {
  position: relative;
  padding-left: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-about_main_area .rv-24-about_content {
    padding: 100px 0 0 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-about_main_area .rv-24-about_content {
    padding: 80px 0 0 0;
  }
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_content_sub_title {
  color: #020208;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-about_main_area .rv-24-about_content .rv-24-about_content_sub_title {
    margin-bottom: 10px;
  }
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_content_title {
  color: #020208;
  font-size: 44px;
  font-weight: 800;
  font-family: "Mulish", sans-serif;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-about_main_area .rv-24-about_content .rv-24-about_content_title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-about_main_area .rv-24-about_content .rv-24-about_content_title {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-about_main_area .rv-24-about_content .rv-24-about_content_title {
    margin-bottom: 15px;
    font-size: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-about_main_area .rv-24-about_content .rv-24-about_content_title {
    font-size: 19px;
  }
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_content_desc {
  color: rgba(2, 2, 8, 0.7);
  font-size: 16px;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-about_main_area .rv-24-about_content .rv-24-about_content_desc {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-about_main_area .rv-24-about_content .rv-24-about_content_desc {
    margin-bottom: 15px;
  }
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-about_main_area .rv-24-about_content .rv-24-about_list {
    margin-bottom: 30px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_list li {
  color: #020208;
  font-weight: 600;
  font-size: 15px;
  font-family: "Mulish", sans-serif;
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_list li i {
  color: #B38D3F;
  height: 25px;
  width: 25px;
  background: transparent;
  border: 1px solid #B38D3F;
  text-align: center;
  line-height: 25px;
  margin-right: 10px;
  border-radius: 50%;
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_btn_area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_btn_area .rv-24-about_btn {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  background: #A58051;
  border: 1px solid #A58051;
  width: 190px;
  height: 54px;
  transition: all 0.5s ease;
  position: relative;
  text-align: center;
  line-height: 54px;
  z-index: 1;
  display: inline-block;
  font-family: "Mulish", sans-serif;
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_btn_area .rv-24-about_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(2, 2, 8);
  width: 0%;
  height: 100%;
  transition: all 0.4s ease;
  z-index: -1;
  left: auto;
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_btn_area .rv-24-about_btn:hover::before {
  width: 100%;
  left: 0;
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_btn_area .rv-24-about_call {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_btn_area .rv-24-about_call .rv-24-about_call_icon {
  color: #A58051;
  border: 1px solid rgba(2, 2, 8, 0.14);
  height: 54px;
  width: 54px;
  display: inline-block;
  text-align: center;
  line-height: 54px;
  font-size: 25px;
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_btn_area .rv-24-about_call .rv-24-about_call_icon:hover i {
  rotate: 0deg;
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_btn_area .rv-24-about_call .rv-24-about_call_icon i {
  rotate: -30deg;
  transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_btn_area .rv-24-about_call .rv-24-about_call_txt span {
  font-size: 16px;
  font-weight: 700;
  color: #020208;
  margin-bottom: 0;
  display: block;
  font-family: "Mulish", sans-serif;
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_btn_area .rv-24-about_call .rv-24-about_call_txt .rv-24-about_call_num {
  color: rgba(2, 2, 8, 0.6);
  font-weight: 500;
  font-size: 15px;
  font-family: "Mulish", sans-serif;
}

.rv-25-about_main_area {
  padding: 160px 0;
  background: #D6DEC9;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area {
    padding: 130px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area {
    padding: 35px 0;
  }
}
.rv-25-about_main_area .rv-25-about_image {
  position: relative;
  height: 650px;
  width: 500px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_image {
    height: 640px;
    width: 430px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_image {
    height: 550px;
    width: 400px;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_image {
    height: 440px;
    width: 350px;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_image {
    height: 400px;
    width: 300px;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_image {
    height: 300px;
    width: 230px;
    margin-left: 0;
  }
}
.rv-25-about_main_area .rv-25-about_image img {
  height: 100%;
  width: 100%;
}
.rv-25-about_main_area .rv-25-about_image .rv-25-stiker {
  position: absolute;
  left: -14%;
  top: 21%;
  height: 150px;
  width: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_image .rv-25-stiker {
    left: -8%;
    top: 21%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_image .rv-25-stiker {
    left: -10%;
    top: 17%;
    height: 120px;
    width: 120px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_image .rv-25-stiker {
    left: -10%;
    top: 17%;
    height: 100px;
    width: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_image .rv-25-stiker {
    height: 80px;
    width: 80px;
    left: -10%;
    top: 17%;
  }
}
.rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image {
  position: absolute;
  content: "";
  bottom: -40px;
  right: -50px;
  height: 310px;
  width: 250px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image {
    height: 300px;
    width: 240px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image {
    height: 250px;
    width: 200px;
    bottom: -22px;
    right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image {
    height: 220px;
    width: 175px;
    bottom: -30px;
    right: 0px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image {
    height: 200px;
    width: 150px;
    bottom: -30px;
    right: 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image {
    height: 150px;
    width: 130px;
    bottom: -31px;
    right: 0px;
  }
}
.rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image .rv-25-about_second_txt {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.04);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px 30px;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image .rv-25-about_second_txt {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image .rv-25-about_second_txt {
    padding: 15px 25px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image .rv-25-about_second_txt {
    padding: 5px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image .rv-25-about_second_txt {
    padding: 5px 20px;
  }
}
.rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image .rv-25-about_second_txt h5 {
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image .rv-25-about_second_txt h5 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image .rv-25-about_second_txt h5 {
    margin-bottom: 0px;
    font-size: 12px;
  }
}
.rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image .rv-25-about_second_txt span {
  font-family: "Mulish", sans-serif;
  color: #4A1808;
  font-size: 80px;
  font-style: normal;
  font-weight: 1000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image .rv-25-about_second_txt span {
    font-size: 60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image .rv-25-about_second_txt span {
    font-size: 30px;
  }
}
.rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image .rv-25-about_second_txt p {
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image .rv-25-about_second_txt p {
    font-size: 12px;
  }
}
.rv-25-about_main_area .rv-25-about_content {
  padding-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_content {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_content {
    padding: 40px 0 0 0;
  }
}
.rv-25-about_main_area .rv-25-about_content .rv-25-about_content_sub_title {
  color: #020208;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 0px) and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 575px) {
  .rv-25-about_main_area .rv-25-about_content .rv-25-about_content_sub_title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px) {
  .rv-25-about_main_area .rv-25-about_content .rv-25-about_content_sub_title {
    margin-bottom: 5px;
  }
}
.rv-25-about_main_area .rv-25-about_content .rv-25-about_content_title {
  color: #020208;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 35px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_content .rv-25-about_content_title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_content .rv-25-about_content_title {
    font-size: 35px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_content .rv-25-about_content_title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_content .rv-25-about_content_title {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_content .rv-25-about_content_title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.rv-25-about_main_area .rv-25-about_content .rv-25-about_content_desc {
  color: rgba(2, 2, 8, 0.7);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  font-family: "Mulish", sans-serif;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_content .rv-25-about_content_desc {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_content .rv-25-about_content_desc {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_content .rv-25-about_content_desc {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_content .rv-25-about_content_desc {
    margin-bottom: 15px;
  }
}
.rv-25-about_main_area .rv-25-about_content .rv-25-about_list {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_content .rv-25-about_list {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_content .rv-25-about_list {
    margin-bottom: 20px;
  }
}
.rv-25-about_main_area .rv-25-about_content .rv-25-about_list li {
  color: #020208;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 15px;
  flex: 0 0 50%;
  max-width: 50%;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_content .rv-25-about_list li {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_content .rv-25-about_list li {
    padding-bottom: 10px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.rv-25-about_main_area .rv-25-about_content .rv-25-about_list li i {
  color: #B38D3F;
  text-align: center;
  margin-right: 20px;
  font-size: 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_content .rv-25-about_list li i {
    margin-right: 10px;
  }
}
.rv-25-about_main_area .rv-25-about_content .rv-25-about_btn_area {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: wrap;
  gap: 20px;
}
.rv-25-about_main_area .rv-25-about_content .rv-25-about_btn_area .rv-25-about_btn {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  background: #A58051;
  border: 1px solid #A58051;
  width: 190px;
  height: 54px;
  transition: all 0.5s ease;
  position: relative;
  text-align: center;
  line-height: 54px;
  z-index: 1;
  display: inline-block;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 480px) and (max-width: 575px) {
  .rv-25-about_main_area .rv-25-about_content .rv-25-about_btn_area .rv-25-about_btn {
    width: 160px;
  }
}
.rv-25-about_main_area .rv-25-about_content .rv-25-about_btn_area .rv-25-about_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(2, 2, 8);
  width: 0%;
  height: 100%;
  transition: all 0.4s ease;
  z-index: -1;
  left: auto;
}
.rv-25-about_main_area .rv-25-about_content .rv-25-about_btn_area .rv-25-about_btn:hover::before {
  width: 100%;
  left: 0;
}
.rv-25-about_main_area .rv-25-about_content .rv-25-about_btn_area .rv-25-about_author_meta {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-about_main_area .rv-25-about_content .rv-25-about_btn_area .rv-25-about_author_meta {
    order: -1;
  }
}
.rv-25-about_main_area .rv-25-about_content .rv-25-about_btn_area .rv-25-about_author_meta .rv-25-about_author_image {
  height: 60px;
  width: 60px;
  background: #464D3B;
  border-radius: 50%;
}
.rv-25-about_main_area .rv-25-about_content .rv-25-about_btn_area .rv-25-about_author_meta .rv-25-about_author_image img {
  border-radius: 50%;
}
.rv-25-about_main_area .rv-25-about_content .rv-25-about_btn_area .rv-25-about_author_meta .rv-25-about_author_data .rv-25-about_author_name {
  font-size: 18px;
  font-weight: 700;
  color: #020208;
  margin-bottom: 0;
  display: block;
  font-family: "Mulish", sans-serif;
}
.rv-25-about_main_area .rv-25-about_content .rv-25-about_btn_area .rv-25-about_author_meta .rv-25-about_author_data .rv-25-about_author_desc {
  color: rgba(2, 2, 8, 0.7);
  font-weight: 500;
  font-size: 15px;
  font-family: "Mulish", sans-serif;
}
.rv-25-about_main_area .home-11-about-sh-1 {
  position: absolute;
  right: 0;
  bottom: 15%;
}
.rv-25-about_main_area .home-11-about-sh-1 img {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .rv-31-about {
    margin-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .rv-31-about {
    padding: 0 15px;
  }
}

.rv-31-abt-info-1__img {
  height: 100%;
}
.rv-31-abt-info-1__img img {
  border-radius: 8px 0 0 8px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .rv-31-abt-info-1__img img {
    border-radius: 8px 8px 0 0;
  }
}
.rv-31-abt-info-1 .rv-31-abt-info-1-content {
  background-color: transparent;
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}
.rv-31-abt-info-1__item {
  display: flex;
  gap: 40px;
  align-items: center;
  border-bottom: 1px solid rgba(10, 37, 64, 0.1);
  padding: 50px 100px 35px 50px;
  background-color: #eef1f6;
}
@media screen and (max-width: 1399px) {
  .rv-31-abt-info-1__item {
    padding: 40px 80px 35px 50px;
  }
}
@media screen and (max-width: 991px) {
  .rv-31-abt-info-1__item {
    margin-bottom: 15px;
    border-radius: 0 0 8px 8px;
  }
}
@media screen and (max-width: 575px) {
  .rv-31-abt-info-1__item {
    gap: 25px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .rv-31-abt-info-1__item {
    padding: 30px;
    gap: 15px;
  }
}
.rv-31-abt-info-1__item:last-child {
  border-bottom: none;
}
.rv-31-abt-info-1__item-text h6 {
  font-family: var(--inter);
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #0A2540;
  margin-bottom: 18px;
}
@media screen and (max-width: 1199px) {
  .rv-31-abt-info-1__item-text h6 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 479px) {
  .rv-31-abt-info-1__item-text h6 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.rv-31-abt-info-1__item-text p {
  color: #0A2540;
  opacity: 0.6;
  margin-top: 0;
  font-size: 15px;
  font-family: var(--inter);
  font-weight: 500;
}
@media screen and (max-width: 479px) {
  .rv-31-abt-info-1__item-text p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 991px) {
  .rv-31-abt-2 {
    margin-top: 35px;
    margin-bottom: 60px;
  }
}

.rv-31-abt-info-2 {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  margin-right: 160px;
}
@media screen and (max-width: 767px) {
  .rv-31-abt-info-2 {
    margin-right: 0;
  }
}
.rv-31-abt-info-2 .abt-info-2__item {
  gap: 15px;
  padding: 0;
  border-bottom: none;
  margin-bottom: 35px;
  background-color: transparent;
}
.rv-31-abt-info-2 .abt-info-2__item:hover {
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .rv-31-abt-info-2 .abt-info-2__item {
    margin-bottom: 20px;
  }
}
.rv-31-abt-info-2 .abt-info-2__text h6 {
  font-size: 18px;
  margin-bottom: 6px;
}
@media screen and (max-width: 479px) {
  .rv-31-abt-info-2 .abt-info-2__text h6 {
    font-size: 16px;
  }
}
.rv-31-abt-info-2 .abt-info-2__text p {
  margin-bottom: 0;
}

.rv-31-more-detaisl {
  padding: 12px 20px;
  border-radius: 30px;
  font-family: var(--inter);
  font-size: 15px;
  font-weight: 600;
  color: white;
  line-height: 1;
  height: 50px;
  background-color: #51459D;
  width: 190px;
  height: 44px;
  padding: 13px 20px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .rv-31-more-detaisl {
    margin-bottom: 50px;
  }
}

.rv-32-about {
  background-color: #F5F6FA;
}
@media screen and (max-width: 991px) {
  .rv-32-about {
    margin-top: 55px;
    padding-bottom: 80px;
    padding-top: 75px;
  }
}
.rv-32-about .rv-32-sec-title img {
  right: 35px !important;
}
@media screen and (max-width: 575px) {
  .rv-32-about .rv-32-sec-title img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .rv-32-about .rv-32-about-contant {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .rv-32-about .rv-32-about-contant .rv-32-section-heading {
    margin-bottom: 40px;
  }
}

.rv-32-about-item-container {
  background-color: white;
  border-radius: 10px;
}
.rv-32-about-item-container .rv-32-about-item {
  height: 80px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  transition: 0.2s all;
}
@media screen and (max-width: 1199px) {
  .rv-32-about-item-container .rv-32-about-item {
    height: 60px;
  }
}
.rv-32-about-item-container .rv-32-about-item__title {
  font-family: var(--inter);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #050505;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .rv-32-about-item-container .rv-32-about-item__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .rv-32-about-item-container .rv-32-about-item__title {
    font-size: 16px;
  }
}
.rv-32-about-item-container .rv-32-about-item:hover {
  background-color: #794AFF;
  border-radius: 10px;
}
.rv-32-about-item-container .rv-32-about-item:hover .rv-32-about-item__title {
  color: white;
}

.rv-32-about-item__btn {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid rgba(5, 5, 5, 0.062745098);
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #050505;
}
@media screen and (max-width: 1199px) {
  .rv-32-about-item__btn {
    height: 40px;
    width: 40px;
  }
}

@media screen and (max-width: 991px) {
  .rv-32-about-img img {
    margin-top: 60px;
  }
}

@media screen and (max-width: 991px) {
  .rv-33-abt {
    margin-top: 30px;
  }
}

.rv-33-abt-bg {
  background-color: #FCF7E8;
  padding: 110px 150px 110px 110px;
}
@media screen and (max-width: 1399px) {
  .rv-33-abt-bg {
    padding-right: 110px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-33-abt-bg {
    padding: 110px 80px 120px;
  }
}
@media screen and (max-width: 991px) {
  .rv-33-abt-bg {
    padding: 60px;
  }
}
@media screen and (max-width: 991px) {
  .rv-33-abt-bg {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 575px) {
  .rv-33-abt-bg {
    padding: 60px 35px;
  }
}
@media screen and (max-width: 479px) {
  .rv-33-abt-bg {
    padding: 60px 20px;
  }
}

.rv-33-abt-content {
  padding-right: 20px;
}
@media screen and (max-width: 1199px) {
  .rv-33-abt-content__text br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .rv-33-abt-content__text {
    text-align: justify;
  }
}
@media screen and (max-width: 575px) {
  .rv-33-abt-content__text {
    line-height: 24px;
  }
}
@media screen and (max-width: 479px) {
  .rv-33-abt-content__text {
    font-size: 15px;
  }
}

.rv-33-abt-1__img {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .rv-33-abt-1__img {
    text-align: center;
    margin-top: 10px;
  }
}

.rv-33-abt-tab-container {
  background-color: #FBF0D0;
  padding: 7px;
  border-radius: 7px;
  display: inline-block;
  width: auto;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .rv-33-abt-tab-container {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .rv-33-abt-tab-container {
    text-align: center;
  }
}
.rv-33-abt-tab-container .rv-33-tab-btn {
  padding: 0 15px;
  height: 35px;
  background-color: transparent;
  color: rgba(10, 37, 64, 0.6);
  margin-right: 5px;
  font-weight: 500;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .rv-33-abt-tab-container .rv-33-tab-btn {
    margin-right: 0;
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .rv-33-abt-tab-container .rv-33-tab-btn {
    margin-bottom: 25px;
  }
}
.rv-33-abt-tab-container .rv-33-tab-btn.active {
  background-color: white;
  border-radius: 5px;
  color: #0A2540;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.rv-33-abt-tab-container .rv-33-tab-btn.active::after {
  position: absolute;
  content: "";
  background: url("../img/Software/about/rv-33-abt-vector.html") no-repeat;
  left: 10%;
  bottom: -20px;
  height: 5px;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .rv-33-abt-tab-container .rv-33-tab-btn.active::after {
    bottom: -12px;
  }
}
.rv-33-abt-tab-container .rv-33-tab-btn.active::before {
  position: absolute;
  content: "";
  background: url("../img/Software/about/rv-33-abt-vector2.html") no-repeat;
  left: 42%;
  top: -40px;
  height: 100%;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .rv-33-abt-tab-container .rv-33-tab-btn.active::before {
    top: -27px;
  }
}

.rv-33-abt-2 {
  margin-top: 60px;
}
.rv-33-abt-2 .rv-33-tab-pane {
  display: flex;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease, max-height 0.5s ease;
}
@media screen and (max-width: 991px) {
  .rv-33-abt-2 .rv-33-tab-pane {
    display: block;
  }
}
.rv-33-abt-2 .rv-33-tab-pane.active {
  opacity: 1;
  visibility: visible;
  max-height: 600px;
}
@media screen and (max-width: 991px) {
  .rv-33-abt-2 .rv-33-tab-pane.active {
    max-height: 850px;
  }
}
.rv-33-abt-2 .rv-33-abt-content .rv-section-title {
  font-size: 40px;
}
@media screen and (max-width: 1599px) {
  .rv-33-abt-2 .rv-33-abt-content .rv-section-title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-33-abt-2 .rv-33-abt-content .rv-section-title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-33-abt-2 .rv-33-abt-content .rv-section-title {
    font-size: 30px;
    line-height: 34px;
  }
}
@media screen and (max-width: 991px) {
  .rv-33-abt-2 .rv-33-abt-content .rv-section-title {
    font-size: 26px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .rv-33-abt-2 .rv-33-abt-content .rv-section-title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 575px) {
  .rv-33-abt-2 .rv-33-abt-content .rv-section-title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 479px) {
  .rv-33-abt-2 .rv-33-abt-content .rv-section-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.rv-33-abt-2 .rv-33-abt-btn {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .rv-33-abt-2 .rv-33-abt-btn {
    height: 50px;
    width: 50px;
  }
}

.rv-34-abt {
  background-color: #F7F7FA;
  padding: 85px 0;
  margin-top: 200px;
  margin-bottom: 225px;
}
@media screen and (max-width: 991px) {
  .rv-34-abt {
    padding: 125px 0;
    margin-top: 100px;
    margin-bottom: 60px;
    padding-bottom: 50px;
  }
}

.rv-34-abt-imgs {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .rv-34-abt-imgs {
    text-align: center;
  }
}
.rv-34-abt-imgs .rv-34-big-img {
  position: absolute;
  top: -190px;
}
@media screen and (max-width: 991px) {
  .rv-34-abt-imgs .rv-34-big-img {
    position: relative;
  }
}
.rv-34-abt-imgs .rv-34-sm-img {
  z-index: 2;
  position: absolute;
  bottom: -70px;
  right: 10px;
}
@media screen and (max-width: 1399px) {
  .rv-34-abt-imgs .rv-34-sm-img {
    right: -40px;
  }
}
@media screen and (max-width: 991px) {
  .rv-34-abt-imgs .rv-34-sm-img {
    bottom: 220px;
  }
}
@media screen and (max-width: 479px) {
  .rv-34-abt-imgs .rv-34-sm-img {
    display: none;
  }
}

.rv-34-abt-content {
  padding-left: 55px;
}
@media screen and (max-width: 991px) {
  .rv-34-abt-content {
    text-align: center;
    padding-left: 0;
    margin-top: -130px;
  }
}
.rv-34-abt-content__text {
  font-family: var(--mulish);
  color: #050505;
}
@media screen and (max-width: 479px) {
  .rv-34-abt-content__text {
    line-height: 24px;
    font-size: 15px;
  }
}
.rv-34-abt-content__btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .rv-34-abt-content__btns {
    justify-content: center;
  }
}
.rv-34-abt-content__btns .rv-34-btn {
  color: #050505;
  border: 1px solid rgba(5, 5, 5, 0.14);
}
.rv-34-abt-content__btns span {
  color: #050505;
  font-weight: bold;
  font-size: 16px;
  margin-left: 10px;
}
@media screen and (max-width: 479px) {
  .rv-34-abt-content__btns span {
    display: none;
  }
}

.rv-34-vdo-btn {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: #FFAA17;
  color: black;
  animation: ripple 2s linear infinite;
  padding-top: 15px;
  text-align: center;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(5, 5, 5, 0.06), 0 0 0 10px rgba(5, 5, 5, 0.06), 0 0 0 20px rgba(5, 5, 5, 0.06);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(5, 5, 5, 0.06), 0 0 0 20px rgba(5, 5, 5, 0.06), 0 0 0 40px rgba(255, 255, 255, 0);
  }
}
@media screen and (max-width: 991px) {
  .rv-35-abt {
    margin-top: 60px;
  }
}

.rv-35-abt-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .rv-35-abt-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .rv-35-abt-content .rv-35-section-title {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .rv-35-abt-content .rv-35-tag {
    margin: auto;
  }
}

.rv-35-abt-list li {
  font-family: var(--mulish);
  font-weight: 500;
  font-size: 16px;
  color: #040E1F;
  line-height: 40px;
}
@media screen and (max-width: 479px) {
  .rv-35-abt-list li {
    font-size: 15px;
    line-height: 30px;
  }
}
.rv-35-abt-list li i {
  height: 20px;
  width: 20px;
  background: linear-gradient(to right bottom, rgb(34, 225, 127), rgb(14, 172, 96));
  border-radius: 50%;
  color: white;
  padding: 2px;
  margin-right: 12px;
}

.rv-35-abt-img {
  background: #0D3909;
}
@media screen and (max-width: 991px) {
  .rv-35-abt-img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .rv-35-abt-img img {
    width: 100%;
  }
}

.rv-36-abt-img {
  height: 100%;
}
.rv-36-abt-img img {
  height: 100%;
  transform: translateY(-100px);
}
@media screen and (max-width: 1199px) {
  .rv-36-abt-img img {
    transform: translateY(0);
    width: 100%;
  }
}

.rv-36-abt-vdo-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100px;
  width: 100px;
  background-color: rgba(5, 5, 5, 0.8);
  color: white;
  display: grid;
  place-items: center;
}
.rv-36-abt-vdo-btn i {
  font-size: 28px;
}

.rv-36-abt-img-text {
  font-family: var(--inter);
  font-weight: 600;
  font-size: 23px;
  line-height: 34px;
  color: white;
  text-transform: uppercase;
  padding: 84px 45px;
  background-color: #F2584C;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1799px) {
  .rv-36-abt-img-text {
    font-size: 22px;
    line-height: 1.4;
    padding: 60px 45px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-36-abt-img-text {
    font-size: 20px;
    padding: 30px 40px;
  }
}

.rv-36-abt-content {
  padding: 140px 105px;
  background-color: #F5F5F5;
  height: 100%;
}
@media screen and (max-width: 1399px) {
  .rv-36-abt-content {
    padding: 100px 90px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-36-abt-content {
    text-align: center;
    padding: 100px 90px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-36-abt-content .rv-36-section-title .rv-36-tag {
    margin: auto;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1799px) {
  .rv-36-abt-content .rv-36-section-title__text {
    font-size: 50px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 1599px) {
  .rv-36-abt-content .rv-36-section-title__text {
    font-size: 44px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-36-abt-content .rv-36-section-title__text {
    font-size: 35px;
  }
}
.rv-36-abt-content__tabs {
  margin-top: 25px;
  margin-bottom: 26px;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 1599px) {
  .rv-36-abt-content__tabs {
    gap: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-36-abt-content__tabs {
    justify-content: center;
  }
}
.rv-36-abt-content__tabs-tab {
  font-family: var(--inter);
  font-weight: 600;
  font-size: 18px;
  line-height: 60px;
  background-color: transparent;
  border: 1px solid rgba(8, 28, 21, 0.14);
  padding: 2px 50px 2px 24px;
  transition: 0s;
}
@media screen and (max-width: 1799px) {
  .rv-36-abt-content__tabs-tab {
    padding: 2px 20px;
  }
}
@media screen and (max-width: 1599px) {
  .rv-36-abt-content__tabs-tab {
    padding: 2px 10px;
  }
}
.rv-36-abt-content__tabs-tab:hover {
  border-left: 2px solid #FB3E2D;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 5px;
}
.rv-36-abt-content__text {
  font-family: var(--mulish);
  color: #020208;
  opacity: 0.7;
}
@media screen and (max-width: 1799px) {
  .rv-36-abt-content__text br {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .rv-36-abt-content__text br {
    display: block;
  }
}
.rv-36-abt-content .rv-36-btn {
  background-color: transparent;
  color: #020208;
  border: 1px solid rgba(8, 28, 21, 0.14);
}

@media screen and (max-width: 1199px) {
  .rv-37-abt {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .rv-37-abt {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

.rv-37-abt-1,
.rv-37-abt-2 {
  padding: 0 50px;
}
@media screen and (max-width: 479px) {
  .rv-37-abt-1,
  .rv-37-abt-2 {
    padding: 0 15px;
  }
}

.rv-37-abt__img {
  margin-left: -50px;
}
@media screen and (max-width: 575px) {
  .rv-37-abt__img img {
    margin-left: 15px;
  }
}
@media screen and (max-width: 375px) {
  .rv-37-abt__img img {
    margin-left: 20px;
  }
}

.rv-37-abt__content {
  padding-top: 28px;
}
@media screen and (max-width: 1399px) {
  .rv-37-abt__content .rv-37-section-header-text {
    text-align: justify;
    line-height: 24px;
    margin-right: 50px;
  }
  .rv-37-abt__content .rv-37-section-header-text br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .rv-37-abt__content .rv-37-section-header-text {
    line-height: 22px;
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .rv-37-abt__content .rv-37-section-header-text {
    margin-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .rv-37-abt__content .rv-37-section-header-text {
    font-size: 13px;
  }
}
.rv-37-abt__content .rv-37-abt-1-btn {
  border: none;
  background-color: rgba(0, 82, 204, 0.1);
  color: #1569FD;
  border-radius: 20px;
}
@media screen and (max-width: 575px) {
  .rv-37-abt__content .rv-37-abt-1-btn {
    padding: 7px 15px;
  }
}

.rv-37-abt-2__item {
  font-family: var(--inter);
  font-weight: bold;
  font-size: 18px;
  color: #0A2540;
  border: none;
  border-bottom: 1px solid rgba(10, 37, 64, 0.1);
  width: 80%;
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 575px) {
  .rv-37-abt-2__item {
    font-size: 16px;
    width: 85%;
  }
}
@media screen and (max-width: 479px) {
  .rv-37-abt-2__item {
    font-size: 15px;
    width: 100%;
  }
}
.rv-37-abt-2__item span {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: rgba(10, 37, 64, 0.06);
  color: #0A2540;
  text-align: center;
  padding-top: 5px;
}
@media screen and (max-width: 575px) {
  .rv-37-abt-2__item span {
    height: 30px;
    width: 30px;
    padding-top: 2px;
  }
}

.bb-none {
  border-bottom: none;
}
@media screen and (max-width: 575px) {
  .bb-none {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .rv-37-abt-2 .row .img-order {
    order: 2;
  }
}

/* ----- 07. Speakers ----- */
.rv-1-speakers {
  background-color: #E4E4E4;
}
.rv-1-speakers__slider .swiper-slide:nth-child(odd) {
  margin-top: 50px;
}
@media screen and (max-width: 479px) {
  .rv-1-speakers__slider .swiper-slide:nth-child(odd) {
    margin-top: 0;
  }
}

.rv-1-speaker {
  width: 100%;
  height: 370px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.rv-1-speaker:hover .rv-1-speaker__socials a {
  transform: translateX(0);
  opacity: 1;
}
.rv-1-speaker video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rv-1-speaker__txt {
  position: absolute;
  left: 0;
  bottom: 24px;
}
.rv-1-speaker__role {
  background-color: var(--white-f);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 6px 14px;
  color: rgba(5, 5, 5, 0.7);
  display: inline-block;
  margin-bottom: 2px;
}
.rv-1-speaker__name {
  background-color: var(--white-f);
  padding: 8px 14px;
  font-weight: 600;
  font-size: 18px;
  color: var(--black);
}
.rv-1-speaker__socials {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.rv-1-speaker__socials a {
  background-color: var(--white-f);
  border-radius: 50%;
  color: black;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  opacity: 0;
  transform: translateX(50px);
  transition: 0.4s ease;
}
.rv-1-speaker__socials a:hover {
  background-color: var(--orange);
  color: var(--white-f);
}
.rv-1-speaker__socials a:nth-child(2) {
  transition: 0.4s ease, transform 0.4s ease 0.1s, opacity 0.4s ease 0.1s;
}
.rv-1-speaker__socials a:nth-child(3) {
  transition: 0.4s ease, transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s;
}

/* ----- 08. Schedule ----- */
.rv-1-schedule__tabs {
  justify-content: center;
  border: none;
  gap: 15px;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .rv-1-schedule__tabs {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .rv-1-schedule__tabs {
    gap: 10px;
  }
}
.rv-1-schedule__tabs .nav-link {
  border: 1px solid rgba(5, 5, 5, 0.14);
  border-radius: 0;
  padding: 10px 40px;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .rv-1-schedule__tabs .nav-link {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-1-schedule__tabs .nav-link {
    padding: 8px 20px;
  }
}
@media screen and (max-width: 767px) {
  .rv-1-schedule__tabs .nav-link {
    padding: 8px 12px;
  }
}
.rv-1-schedule__tabs .nav-link::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50%;
  width: 32px;
  height: 17px;
  background-color: var(--orange);
  z-index: -1;
  opacity: 0;
  transition: 0.15s ease-in-out;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
}
.rv-1-schedule__tabs .nav-link.active {
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--white-f);
}
.rv-1-schedule__tabs .nav-link.active::before {
  opacity: 1;
}
.rv-1-schedule__tabs .nav-link.active .title {
  color: var(--white-f);
}
.rv-1-schedule__tabs .nav-link.active .sub-title {
  color: rgba(255, 255, 255, 0.8);
}
.rv-1-schedule__tabs .nav-link .title {
  display: block;
  color: var(--black);
  font-weight: 600;
  font-size: 22px;
}
@media screen and (max-width: 1199px) {
  .rv-1-schedule__tabs .nav-link .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .rv-1-schedule__tabs .nav-link .title {
    font-size: 18px;
  }
}
.rv-1-schedule__tabs .nav-link .sub-title {
  color: rgba(5, 5, 5, 0.5);
  font-weight: 500;
}
.rv-1-schedule-conf {
  display: grid;
  grid-template-columns: 27% 50% auto;
  gap: 60px;
  align-items: center;
  padding: 35px 65px;
  border: 1px solid transparent;
  border-top-color: rgba(5, 5, 5, 0.1);
  transition: 0.4s ease;
  position: relative;
  z-index: 1;
  animation: confAnime 1.4s ease;
}
@media screen and (max-width: 1399px) {
  .rv-1-schedule-conf {
    padding: 25px 35px;
    grid-template-columns: 30% 45% auto;
    gap: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-1-schedule-conf {
    gap: 35px;
  }
}
@media screen and (max-width: 991px) {
  .rv-1-schedule-conf {
    grid-template-columns: 45% 55%;
  }
}
@media screen and (max-width: 767px) {
  .rv-1-schedule-conf {
    grid-template-columns: 100%;
    justify-content: center;
    text-align: center;
    gap: 25px;
  }
}
@media screen and (max-width: 479px) {
  .rv-1-schedule-conf {
    gap: 15px;
    padding: 20px;
  }
}
.rv-1-schedule-conf:hover {
  border-color: rgba(5, 5, 5, 0.1);
  border-bottom-color: transparent;
}
.rv-1-schedule-conf:hover::before {
  opacity: 1;
}
.rv-1-schedule-conf:hover .rv-1-schedule-conf__btn i {
  background-color: var(--orange);
  border-color: var(--orange);
  color: var(--white-f);
}
.rv-1-schedule-conf::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(94deg, rgba(242, 88, 76, 0.05) 0%, rgba(242, 88, 76, 0) 100%);
  z-index: -1;
  opacity: 0;
  transition: 0.4s ease;
}
.rv-1-schedule-conf:first-child {
  border-top-color: transparent;
}
.rv-1-schedule-conf:first-child:hover {
  border-top-color: rgba(5, 5, 5, 0.1);
}
@media screen and (max-width: 991px) {
  .rv-1-schedule-conf:last-child {
    border-bottom-color: rgba(5, 5, 5, 0.1);
  }
}
.rv-1-schedule-conf:last-child:hover {
  border-color: rgba(5, 5, 5, 0.1);
}
.rv-1-schedule-conf > * {
  flex: auto;
}
.rv-1-schedule-conf__author {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .rv-1-schedule-conf__author {
    gap: 15px;
  }
}
.rv-1-schedule-conf__author-name {
  font-weight: 700;
  font-size: 20px;
  font-family: var(--mulish);
  color: var(--black);
  margin-bottom: 5px;
}
@media screen and (max-width: 479px) {
  .rv-1-schedule-conf__author-name {
    font-size: 18px;
    margin-bottom: 3px;
  }
}
.rv-1-schedule-conf__author-label {
  font-weight: 500;
  font-family: var(--mulish);
  font-size: 15px;
  color: rgba(5, 5, 5, 0.6);
}
.rv-1-schedule-conf__author-img {
  flex-shrink: 0;
}
.rv-1-schedule-conf__author-img img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.rv-1-schedule-conf__name {
  font-weight: 600;
  font-size: 24px;
  color: var(--black);
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .rv-1-schedule-conf__name {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .rv-1-schedule-conf__name {
    font-size: 20px;
  }
}
.rv-1-schedule-conf__name a:hover {
  color: var(--orange);
}
.rv-1-schedule-conf__infos {
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .rv-1-schedule-conf__infos {
    justify-content: center;
  }
}
@media screen and (max-width: 479px) {
  .rv-1-schedule-conf__infos {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.rv-1-schedule-conf__infos li {
  font-size: 15px;
  font-weight: 500;
  color: rgba(5, 5, 5, 0.6);
  display: flex;
  gap: 8px;
  align-items: center;
}
.rv-1-schedule-conf__infos li i {
  color: var(--orange);
  font-size: 20px;
}
.rv-1-schedule-conf__btn {
  font-family: var(--mulish);
  font-weight: 700;
  font-size: 16px;
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 991px) {
  .rv-1-schedule-conf__btn {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 767px) {
  .rv-1-schedule-conf__btn {
    grid-column: auto;
  }
}
.rv-1-schedule-conf__btn i {
  border: 1px solid rgba(5, 5, 5, 0.14);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  transition: 0.4s ease;
  flex-shrink: 0;
}

@keyframes confAnime {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
.rv-17-events_section {
  padding: 130px 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-events_section {
    padding: 70px 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-events_section {
    padding: 50px 40px;
  }
}
.rv-17-events_section .rv-17-even_title {
  text-align: center;
  padding-bottom: 60px;
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-events_section .rv-17-even_title {
    padding-bottom: 40px;
  }
}
.rv-17-events_section .rv-17-even_title .rv-17-even_sub_heading {
  color: #000000;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
  text-transform: uppercase;
}
.rv-17-events_section .rv-17-even_title .rv-17-even_sub_heading::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background: #DFE11B;
  left: 0;
  top: 0;
}
.rv-17-events_section .rv-17-even_title .rv-17-even_heading {
  color: #020208;
  font-size: 50px;
  font-weight: 800;
  margin: 0;
  padding-top: 7px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-events_section .rv-17-even_title .rv-17-even_heading {
    font-size: 45px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-events_section .rv-17-even_title .rv-17-even_heading {
    font-size: 35px;
  }
}
.rv-17-events_section .rv-17-single_even {
  border: 1px solid rgba(2, 2, 8, 0.2);
  padding: 80px 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-events_section .rv-17-single_even {
    padding: 40px 20px;
    margin-bottom: 30px;
  }
}
.rv-17-events_section .rv-17-single_even .rv-17-single_even_meta {
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.rv-17-events_section .rv-17-single_even .rv-17-single_even_meta .rv-17-single_even_date {
  background: #D21028;
  color: #FFFFFF;
  padding: 4px 10px;
  font-family: "Mulish", sans-serif;
}
.rv-17-events_section .rv-17-single_even .rv-17-single_even_meta .rv-17-single_even_meta_catagory {
  font-size: 15px;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
  color: rgba(2, 2, 8, 0.6);
}
.rv-17-events_section .rv-17-single_even .rv-17-single_even_meta .rv-17-single_even_meta_catagory i {
  color: #020208;
  margin-right: 5px;
}
.rv-17-events_section .rv-17-single_even .rv-17-single_even_content_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-events_section .rv-17-single_even .rv-17-single_even_content_title {
    font-size: 20px;
  }
}
.rv-17-events_section .rv-17-single_even .rv-17-single_even_content_title a {
  color: #020208;
}
.rv-17-events_section .rv-17-single_even .rv-17-single_even_content_title a:hover {
  color: #D21028;
}
.rv-17-events_section .rv-17-single_even .rv-17-single_even_list {
  display: flex;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  padding-bottom: 20px;
}
.rv-17-events_section .rv-17-single_even .rv-17-single_even_list .rv-17-single_even_list_icon {
  border: 1px solid rgba(2, 2, 8, 0.2);
  height: 44px;
  width: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #D21028;
}
.rv-17-events_section .rv-17-single_even .rv-17-single_even_list span {
  color: #020208;
  font-weight: 500;
  padding-bottom: 5px;
  font-family: "Mulish", sans-serif;
}
.rv-17-events_section .rv-17-single_even .rv-17-single_even_list h6 {
  color: #020208;
  font-weight: 700;
  margin: 0;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-17-events_section .rv-17-single_even .rv-17-single_even_list h6 {
    font-size: 14px;
  }
}
.rv-17-events_section .rv-17-single_even .rv-17-single_even_btn {
  margin-top: 30px;
  color: #020208;
  font-weight: 700;
  font-size: 16px;
  border: 1px solid rgba(2, 2, 8, 0.2);
  width: 160px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  font-family: "Mulish", sans-serif;
}
.rv-17-events_section .rv-17-single_even .rv-17-single_even_btn:hover {
  background: #DFE11B;
  border: 1px solid transparent;
}

.rv-19-timetable_section {
  padding: 130px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-timetable_section {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-timetable_section {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-timetable_section {
    padding: 60px 0;
  }
}
.rv-19-timetable_section .rv-19-timetable_section_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
}
.rv-19-timetable_section .rv-19-timetable_section_top .rv-19-timetable_title .rv-19-timetable_heading {
  color: #142137;
  font-size: 60px;
  font-weight: 800;
  margin: 0;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-timetable_section .rv-19-timetable_section_top .rv-19-timetable_title .rv-19-timetable_heading {
    font-size: 45px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-timetable_section .rv-19-timetable_section_top .rv-19-timetable_title .rv-19-timetable_heading {
    font-size: 35px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-timetable_section .rv-19-timetable_section_top .rv-19-timetable_title .rv-19-timetable_heading {
    font-size: 25px;
  }
}
.rv-19-timetable_section .rv-19-timetable_section_top .rv-19-timetable_button_area {
  font-size: 16px;
  font-weight: 700;
  color: #142137;
  width: 200px;
  height: 54px;
  border: 1px solid #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  background: #DFE11B;
  -moz-column-gap: 1px;
       column-gap: 1px;
  position: relative;
  z-index: 1;
  font-family: "Mulish", sans-serif;
}
.rv-19-timetable_section .rv-19-timetable_section_top .rv-19-timetable_button_area .rv-19-timetable_btn {
  border-right: 1px solid #FFFFFF;
  width: 100%;
  color: #142137;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Mulish", sans-serif;
}
.rv-19-timetable_section .rv-19-timetable_section_top .rv-19-timetable_button_area:hover {
  color: #000000;
  letter-spacing: 1px;
}
.rv-19-timetable_section .rv-19-timetable_section_top .rv-19-timetable_button_area:hover i {
  transform: rotate(0deg);
}
.rv-19-timetable_section .rv-19-timetable_section_top .rv-19-timetable_button_area i {
  height: 54px;
  width: 54px;
  align-self: flex-end;
  text-align: center;
  line-height: 54px;
  transition: all 0.4s ease;
  transform: rotate(-45deg);
}
.rv-19-timetable_section .rv-19-timetable_image {
  height: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-timetable_section .rv-19-timetable_image {
    padding-bottom: 50px;
    height: 620px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-timetable_section .rv-19-timetable_image {
    padding-bottom: 50px;
    height: 500px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-timetable_section .rv-19-timetable_image {
    padding-bottom: 0;
    height: 420px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-timetable_section .rv-19-timetable_image {
    padding-bottom: 0;
    height: 350px;
  }
}
.rv-19-timetable_section .rv-19-timetable_image img {
  height: 100%;
  width: auto;
}
.rv-19-timetable_section .rv-19-timetable_calender_main_area .rv-19-timetable_calender_area {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-timetable_section .rv-19-timetable_calender_main_area .rv-19-timetable_calender_area {
    flex-direction: column;
  }
}
.rv-19-timetable_section .rv-19-timetable_calender_main_area .rv-19-timetable_calender_area .rv-19-ti_one {
  margin-top: 40px;
  border-left: 1px solid rgba(20, 33, 55, 0.14);
}
.rv-19-timetable_section .rv-19-timetable_calender_main_area .rv-19-timetable_calender_area .rv-19-timetable_calender_colum {
  border-right: 1px solid rgba(20, 33, 55, 0.14);
  width: 100%;
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-timetable_section .rv-19-timetable_calender_main_area .rv-19-timetable_calender_area .rv-19-timetable_calender_colum {
    border-left: 1px solid rgba(20, 33, 55, 0.14);
  }
}
.rv-19-timetable_section .rv-19-timetable_calender_main_area .rv-19-timetable_calender_area .rv-19-timetable_calender_colum .rv-19-timetable_calender .week_name {
  width: 100%;
  background: #EFF0F3;
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-timetable_section .rv-19-timetable_calender_main_area .rv-19-timetable_calender_area .rv-19-timetable_calender_colum .rv-19-timetable_calender .week_name {
    height: 60px;
  }
}
.rv-19-timetable_section .rv-19-timetable_calender_main_area .rv-19-timetable_calender_area .rv-19-timetable_calender_colum .rv-19-timetable_calender .week_name span {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  color: #141414;
  font-size: 14px;
  font-weight: 500;
  background: #DFE11B;
  width: 80px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-family: "Mulish", sans-serif;
}
.rv-19-timetable_section .rv-19-timetable_calender_main_area .rv-19-timetable_calender_area .rv-19-timetable_calender_colum .rv-19-timetable_calender .week_name h3 {
  color: #141414;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  font-family: "Mulish", sans-serif;
}
.rv-19-timetable_section .rv-19-timetable_calender_main_area .rv-19-timetable_calender_area .rv-19-timetable_calender_colum .rv-19-timetable_calender .class_time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-timetable_section .rv-19-timetable_calender_main_area .rv-19-timetable_calender_area .rv-19-timetable_calender_colum .rv-19-timetable_calender .class_time {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-timetable_section .rv-19-timetable_calender_main_area .rv-19-timetable_calender_area .rv-19-timetable_calender_colum .rv-19-timetable_calender .class_time {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.rv-19-timetable_section .rv-19-timetable_calender_main_area .rv-19-timetable_calender_area .rv-19-timetable_calender_colum .rv-19-timetable_calender .class_time p {
  color: rgba(20, 33, 55, 0.7);
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  font-family: "Mulish", sans-serif;
}
.rv-19-timetable_section .rv-19-timetable_calender_main_area .rv-19-timetable_calender_area .rv-19-timetable_calender_colum .rv-19-timetable_calender .class_time span {
  color: rgba(20, 33, 55, 0.7);
  font-weight: 600;
  font-size: 15px;
  font-family: "Mulish", sans-serif;
}

/* ----- 09. Videos ----- */
.rv-1-video {
  background: url(../img/rv-1-video-bg.html) no-repeat center center;
  background-size: cover;
  padding: 299px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1399px) {
  .rv-1-video {
    padding: 199px 0;
  }
}
@media screen and (max-width: 1199px) {
  .rv-1-video {
    padding: 159px 0;
  }
}
@media screen and (max-width: 991px) {
  .rv-1-video {
    padding: 129px 0;
  }
}
@media screen and (max-width: 767px) {
  .rv-1-video {
    padding: 109px 0;
  }
}
@media screen and (max-width: 575px) {
  .rv-1-video {
    padding: 69px 0;
  }
}
.rv-1-video::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: rgba(2, 2, 8, 0.5);
  /*-webkit-backdrop-filter: blur(2px);*/
  /*        backdrop-filter: blur(2px);*/
}
.rv-1-video__title {
  color: var(--white-f);
  text-transform: uppercase;
  margin-bottom: 48px;
}
@media screen and (max-width: 1199px) {
  .rv-1-video__title {
    margin-bottom: 28px;
  }
}
.rv-1-video__descr {
  color: #050505;
  font-family: var(--mulish);
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  width: 55%;
}
@media screen and (max-width: 767px) {
  .rv-1-video__descr {
    width: 85%;
  }
}
@media screen and (max-width: 479px) {
  .rv-1-video__descr {
    width: 100%;
  }
}
.rv-1-video__descr span {
  display: inline;
  background: linear-gradient(45deg, #EFC329, #EFC329) no-repeat;
  background-size: 100% 100%;
  padding: 0 2px;
}
.rv-1-video__btn {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .rv-1-video__btn {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 479px) {
  .rv-1-video__btn {
    gap: 15px;
  }
}
.rv-1-video__btn a {
  width: 110px;
  height: 110px;
  flex-shrink: 0;
  background-color: var(--white-f);
  display: grid;
  place-content: center;
  border-radius: 50%;
  color: var(--black);
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .rv-1-video__btn a {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 479px) {
  .rv-1-video__btn a {
    width: 80px;
    height: 80px;
  }
}
.rv-1-video__btn a:hover {
  background-color: var(--black);
  color: var(--white-f);
}
.rv-1-video__btn span.txt {
  color: var(--white-f);
  font-family: var(--mulish);
  font-size: 20px;
  font-weight: 700;
}

.rv-2-video {
  background: url(../img/rv-2-video-banner.html) no-repeat center center;
  background-size: cover;
  padding: 295px 0;
  text-align: center;
}
@media screen and (max-width: 1399px) {
  .rv-2-video {
    padding: 206px 0;
  }
}
@media screen and (max-width: 991px) {
  .rv-2-video {
    padding: 136px 0;
  }
}
@media screen and (max-width: 575px) {
  .rv-2-video {
    padding: 106px 0;
  }
}
@media screen and (max-width: 479px) {
  .rv-2-video {
    padding: 86px 0;
  }
}
.rv-2-video__btn {
  width: 110px;
  height: 110px;
  line-height: 110px;
  background: linear-gradient(180deg, #C2D600 0%, #F0FF53 100%);
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  color: var(--black);
  position: relative;
  z-index: auto;
}
@media screen and (max-width: 767px) {
  .rv-2-video__btn {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
}
@media screen and (max-width: 479px) {
  .rv-2-video__btn {
    width: 80px;
    height: 80px;
  }
}
.rv-2-video__btn i {
  filter: drop-shadow(0 2px 2px #AFB005);
}
.rv-2-video__btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 152%;
  height: 152%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  animation: btnAnimation 1.2s ease-in infinite alternate;
}

@keyframes btnAnimation {
  0% {
    width: 152%;
    height: 152%;
    filter: blur(0);
    opacity: 1;
  }
  100% {
    width: 192%;
    height: 192%;
    filter: blur(30px);
    opacity: 0;
  }
}
.rv-4-videos {
  padding-bottom: 100px;
}
@media screen and (max-width: 1399px) {
  .rv-4-videos {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .rv-4-videos {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 479px) {
  .rv-4-videos__banner img {
    height: 180px;
  }
}
.rv-4-videos__banner .rv-4-video-btn {
  top: 50%;
  right: 50%;
  translate: 50% -50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
}
@media screen and (max-width: 479px) {
  .rv-4-videos__banner .rv-4-video-btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.rv-4-videos__row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}
@media screen and (max-width: 1199px) {
  .rv-4-videos__row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }
}

.rv-4-video {
  position: relative;
}
.rv-4-video-btn {
  color: var(--white-f);
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(8, 28, 21, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.rv-4-video-btn:hover {
  color: #a90e20;
}

.rv-5-video {
  background: url(../img/rv-5-video-bg.html) no-repeat center center;
  background-size: cover;
  padding: 360px 0;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .rv-5-video {
    padding: 300px 0;
  }
}
@media screen and (max-width: 1199px) {
  .rv-5-video {
    padding: 250px 0;
  }
}
@media screen and (max-width: 767px) {
  .rv-5-video {
    padding: 200px 0;
  }
}
@media screen and (max-width: 479px) {
  .rv-5-video {
    padding: 140px 0;
  }
}
.rv-5-video span {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 180px;
  height: 180px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1.5px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .rv-5-video span {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .rv-5-video span {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 479px) {
  .rv-5-video span {
    width: 120px;
    height: 120px;
  }
}
.rv-5-video a {
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 50%;
  text-align: center;
  background: linear-gradient(28deg, #D21028 8.41%, #FF8100 93.57%);
  color: var(--white-f);
  font-size: 22px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .rv-5-video a {
    width: 110px;
    height: 110px;
    line-height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .rv-5-video a {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
@media screen and (max-width: 479px) {
  .rv-5-video a {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.rv-5-video a:hover::before {
  opacity: 1;
}
.rv-5-video a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(212deg, #D21028 8.41%, #FF8100 93.57%);
  z-index: -1;
  opacity: 0;
  transition: 0.4s ease;
  border-radius: 50%;
}
.rv-5-video a i {
  filter: drop-shadow(0 3px 1px rgba(128, 7, 58, 0.3));
}

.rv-6-video {
  background-image: url(../img/rv-6-video-bg.html);
  margin-right: 160px;
  padding: 335px 0;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .rv-6-video {
    margin-right: 80px;
    padding: 285px 0;
  }
}
@media screen and (max-width: 1199px) {
  .rv-6-video {
    margin-right: 60px;
    padding: 235px 0;
  }
}
@media screen and (max-width: 991px) {
  .rv-6-video {
    margin-right: 0;
    padding: 200px 0;
  }
}
@media screen and (max-width: 767px) {
  .rv-6-video {
    padding: 150px 0;
  }
}
.rv-6-video::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #f5f5f5 230px, var(--white-f) 0);
  z-index: -1;
  right: -160px;
}
.rv-6-video span {
  width: 170px;
  height: 170px;
  right: 250px;
  left: auto;
  translate: 0 -50%;
  background: rgba(5, 5, 5, 0.3);
}
@media screen and (max-width: 1199px) {
  .rv-6-video span {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 991px) {
  .rv-6-video span {
    right: 50%;
    translate: 50% -50%;
  }
}
@media screen and (max-width: 767px) {
  .rv-6-video span {
    width: 120px;
    height: 120px;
  }
}
.rv-6-video span a {
  background: linear-gradient(28deg, rgba(171, 24, 12, 0.95) 8.41%, #FF6357 93.57%);
}
@media screen and (max-width: 1199px) {
  .rv-6-video span a {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .rv-6-video span a {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.rv-6-video span a::before {
  background: linear-gradient(212deg, rgba(171, 24, 12, 0.95) 8.41%, #FF6357 93.57%);
}

.rv-11-video {
  background: url(../img/rv-11-video-bg.html) no-repeat center center;
  background-size: cover;
  border-radius: 100px 0;
  padding: 220px 0;
  margin: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 1399px) {
  .rv-11-video {
    padding: 170px 0;
  }
}
@media screen and (max-width: 1199px) {
  .rv-11-video {
    padding: 140px 0;
    margin: 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .rv-11-video {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .rv-11-video {
    padding: 90px 0;
  }
}
@media screen and (max-width: 575px) {
  .rv-11-video {
    padding: 70px 0;
    border-radius: 70px 0;
  }
}
@media screen and (max-width: 479px) {
  .rv-11-video {
    padding: 50px 0;
    border-radius: 50px 0;
    margin: 0 12px;
  }
}
.rv-11-video::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, 0.4);
  z-index: -1;
}
.rv-11-video__btn {
  width: 100px;
  height: 100px;
  line-height: 103px;
  border-radius: 20px 0px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: var(--white-f);
  text-align: center;
  font-size: 40px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1199px) {
  .rv-11-video__btn {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 991px) {
  .rv-11-video__btn {
    width: 90px;
    height: 90px;
    line-height: 93px;
  }
}
@media screen and (max-width: 479px) {
  .rv-11-video__btn {
    width: 80px;
    height: 80px;
    line-height: 83px;
    margin-bottom: 10px;
    font-size: 35px;
  }
}
.rv-11-video h2 {
  color: var(--white-f);
  font-family: var(--mulish);
  font-size: 44px;
  font-weight: 700;
  line-height: 113.636%;
  width: 35%;
  margin: auto;
}
@media screen and (max-width: 1399px) {
  .rv-11-video h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-11-video h2 {
    font-size: 36px;
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .rv-11-video h2 {
    font-size: 32px;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .rv-11-video h2 {
    font-size: 30px;
    width: 80%;
  }
}
@media screen and (max-width: 575px) {
  .rv-11-video h2 {
    font-size: 26px;
    width: 80%;
  }
}
@media screen and (max-width: 479px) {
  .rv-11-video h2 {
    font-size: 24px;
    width: 100%;
  }
}

.rv-14-video {
  background: url(../img/rv-14-video-bg.html) no-repeat center center;
  background-size: cover;
  margin-left: 100px;
  margin-right: auto;
  padding: 273px 0;
  position: relative;
}
@media screen and (max-width: 1599px) {
  .rv-14-video {
    padding: 223px 0;
  }
}
@media screen and (max-width: 1399px) {
  .rv-14-video {
    margin-left: 80px;
    padding: 183px 0;
  }
}
@media screen and (max-width: 1199px) {
  .rv-14-video {
    margin-left: 60px;
    padding: 163px 0;
  }
}
@media screen and (max-width: 991px) {
  .rv-14-video {
    margin-left: 0;
    padding: 123px 0;
  }
}
@media screen and (max-width: 767px) {
  .rv-14-video {
    padding: 103px 0;
  }
}
@media screen and (max-width: 479px) {
  .rv-14-video {
    padding: 73px 0;
  }
}
.rv-14-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  background-image: linear-gradient(to bottom, #174E5E 230px, var(--white-f) 0);
  height: 100%;
  width: 100px;
}
.rv-14-video a {
  font-size: 140px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 0.7;
}
.rv-14-video a i {
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  overflow: hidden;
  line-height: 0.88;
}
.rv-14-video a i span {
  position: absolute;
  background-color: var(--white-f);
  width: 13px;
  height: 55px;
  left: 0;
  animation: slideX 1.8s linear alternate infinite;
}
.rv-14-video a i span.stroke-2 {
  bottom: -15px;
  rotate: 60deg;
  animation-name: slide2;
}
.rv-14-video a i span.stroke-3 {
  top: -15px;
  rotate: -60deg;
  animation-name: slide3;
}

@keyframes slideX {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(70px);
  }
}
@keyframes slide2 {
  0% {
    transform: translateY(-14px);
  }
  100% {
    transform: translateY(-85px);
  }
}
@keyframes slide3 {
  0% {
    transform: translateY(85px);
  }
  100% {
    transform: translateY(10px);
  }
}
.rv-19-video_section .video_image {
  position: relative;
  z-index: 1;
  height: 870px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-video_section .video_image {
    height: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-video_section .video_image {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-video_section .video_image {
    height: 450px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-video_section .video_image {
    height: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-video_section .video_image {
    height: 250px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-video_section .video_image {
    height: 200px;
  }
}
.rv-19-video_section .video_image img {
  height: 100%;
  width: 100%;
}
.rv-19-video_section .video_image .video_btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #F35B04;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 1.5s linear infinite;
  background-color: #DFE11B;
  z-index: 1;
  color: #080202;
}
.rv-19-video_section .video_image .video_btn:hover {
  background: #FFFFFF;
  color: #F35B04;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-video_section .video_image .video_btn {
    height: 55px;
    width: 55px;
    line-height: 55px;
  }
}
.rv-19-video_section .video_image .video_btn:hover {
  background: #080202;
  color: #DFE11B;
}

.rv-20-video_section {
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  padding: 150px 0 200px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-video_section {
    padding: 100px 0 170px 0;
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-video_section {
    padding: 70px 0 150px 0;
  }
}
.rv-20-video_section .rv-20-video_section_heading .rv-20-video_sub_title {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  width: 250px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-video_section .rv-20-video_section_heading .rv-20-video_sub_title {
    width: 200px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px) {
  .rv-20-video_section .rv-20-video_section_heading .rv-20-video_sub_title {
    width: 180px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-video_section .rv-20-video_section_heading .rv-20-video_sub_title {
    margin-bottom: 15px;
    width: 150px;
  }
}
.rv-20-video_section .rv-20-video_section_heading .rv-20-video_sub_title span {
  height: 5px;
  width: 5px;
  background: #FFFFFF;
  border-radius: 50%;
}
.rv-20-video_section .rv-20-video_section_heading .rv-20-video_section_title {
  font-size: 50px;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 60px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-video_section .rv-20-video_section_heading .rv-20-video_section_title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-video_section .rv-20-video_section_heading .rv-20-video_section_title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px) {
  .rv-20-video_section .rv-20-video_section_heading .rv-20-video_section_title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px) {
  .rv-20-video_section .rv-20-video_section_heading .rv-20-video_section_title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-video_section .rv-20-video_section_heading .rv-20-video_section_title {
    font-size: 18px;
  }
}
.rv-20-video_section .rv-20-video_button {
  position: relative;
}
.rv-20-video_section .rv-20-video_button .video_btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #F35B04;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 1.5s linear infinite;
  background-color: #FFFFFF;
  z-index: 1;
  color: #2D6A4F;
  font-family: "Mulish", sans-serif;
}
.rv-20-video_section .rv-20-video_button .video_btn:hover {
  background: #FFFFFF;
  color: #F35B04;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-video_section .rv-20-video_button .video_btn {
    height: 55px;
    width: 55px;
    line-height: 55px;
  }
}
.rv-20-video_section .rv-20-video_button .video_btn:hover {
  background: #2D6A4F;
  color: #FFFFFF;
}

.rv-24-video_section {
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.rv-24-video_section::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(2, 2, 8, 0.7);
  top: 0;
  left: 0;
  z-index: -1;
}
.rv-24-video_section .rv-24-video_content {
  text-align: center;
  padding: 150px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-video_section .rv-24-video_content {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-video_section .rv-24-video_content {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-video_section .rv-24-video_content {
    padding: 60px 0;
  }
}
.rv-24-video_section .rv-24-video_content .rv-24-room_rating {
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-video_section .rv-24-video_content .rv-24-room_rating {
    padding-bottom: 10px;
  }
}
.rv-24-video_section .rv-24-video_content .rv-24-room_rating i {
  color: #FFB422;
}
.rv-24-video_section .rv-24-video_content .rv-24-video_sub_title {
  font-family: "Mulish", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-video_section .rv-24-video_content .rv-24-video_sub_title {
    margin-bottom: 10px;
  }
}
.rv-24-video_section .rv-24-video_content .rv-24-video_title {
  font-family: "Mulish", sans-serif;
  color: #FFFFFF;
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-video_section .rv-24-video_content .rv-24-video_title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-video_section .rv-24-video_content .rv-24-video_title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-video_section .rv-24-video_content .rv-24-video_title {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.rv-24-video_section .rv-24-video_content .rv-24-video_button .rv-24-video_btn {
  font-family: "Mulish", sans-serif;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #F35B04;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 1.5s linear infinite;
  background-color: #A58051;
  position: inherit;
  color: #FFFFFF;
  transform: inherit;
}
.rv-24-video_section .rv-24-video_content .rv-24-video_button .rv-24-video_btn:hover {
  background: #FFFFFF;
  color: #F35B04;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-24-video_section .rv-24-video_content .rv-24-video_button .rv-24-video_btn {
    height: 55px;
    width: 55px;
    line-height: 55px;
  }
}
.rv-24-video_section .rv-24-video_content .rv-24-video_button .rv-24-video_btn:hover {
  background: #FFFFFF;
  color: #A58051;
}

.rv-25-video_section {
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 250px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rv-25-video_section {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-video_section {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-video_section {
    padding-top: 200px;
  }
}
.rv-25-video_btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #F35B04;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 1.5s linear infinite;
  left: 80%;
  top: 40%;
  background: linear-gradient(28deg, #FF006B 8.41%, #FF8100 93.57%);
  box-shadow: 0px 4px 10px 0px rgba(176, 8, 79, 0.4);
}
.rv-25-video_btn:hover {
  background: #FFFFFF;
  color: #F35B04;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-video_btn {
    height: 55px;
    width: 55px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-video_btn {
    left: 50%;
    top: 22%;
  }
}
.rv-25-video_btn:hover {
  color: linear-gradient(28deg, #FF006B 8.41%, #FF8100 93.57%);
}
.rv-25-video_info {
  display: flex;
  align-items: center;
  background: #A07549;
  padding: 50px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-video_info {
    padding: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-video_info {
    padding: 20px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-video_info {
    padding: 20px;
    row-gap: 30px;
    flex-direction: column;
  }
}
.rv-25-video_logo {
  height: 120px;
  width: 99px;
  margin: auto;
  flex: 0 0 25%;
}
.rv-25-video_logo img {
  height: 100%;
  width: 100%;
}
.rv-25-video_txt {
  color: rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 16px;
  padding-left: 60px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-video_txt {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-25-video_txt {
    padding-top: 30px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 0;
  }
}
.rv-25-video_txt a {
  color: #FFFFFF;
  text-decoration: underline;
  display: inline;
}
.rv-25-video_txt a:hover {
  color: #1e3932;
  text-decoration: underline;
}

/* ----- 10. Pricing ----- */
.rv-1-pricing .rv-1-section-heading {
  text-align: center;
}
.rv-1-pricing .rv-1-section__title {
  margin-bottom: 48px;
}
@media screen and (max-width: 1199px) {
  .rv-1-pricing .rv-1-section__title {
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 767px) {
  .rv-1-pricing .rv-1-section__title {
    margin-bottom: 23px;
  }
}
.rv-1-pricing__row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}
@media screen and (max-width: 1199px) {
  .rv-1-pricing__row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }
}
@media screen and (max-width: 575px) {
  .rv-1-pricing__row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
  }
}
.rv-1-pricing-pack {
  background: url(../img/rv-1-pricing-bg.html) no-repeat center center;
  background-size: 100% 100%;
  padding: 60px 24px;
}
@media screen and (max-width: 1199px) {
  .rv-1-pricing-pack {
    padding: 45px 24px;
  }
}
@media screen and (max-width: 767px) {
  .rv-1-pricing-pack {
    padding: 35px 15px;
  }
}
.rv-1-pricing-pack__heading {
  padding-left: 15px;
}
.rv-1-pricing-pack__sub-title {
  font-family: var(--mulish);
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .rv-1-pricing-pack__sub-title {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 575px) {
  .rv-1-pricing-pack__sub-title {
    font-size: 16px;
  }
}
.rv-1-pricing-pack__title {
  font-family: var(--mulish);
  font-weight: 700;
  font-size: 60px;
  color: var(--black);
  margin-bottom: 26px;
}
@media screen and (max-width: 1399px) {
  .rv-1-pricing-pack__title {
    font-size: 45px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-1-pricing-pack__title {
    margin-bottom: 16px;
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .rv-1-pricing-pack__title {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .rv-1-pricing-pack__title {
    font-size: 30px;
  }
}
.rv-1-pricing-pack__details {
  background-color: var(--white-f);
  padding: 40px 40px 45px;
  border: 1px solid rgba(5, 5, 5, 0.08);
}
@media screen and (max-width: 1199px) {
  .rv-1-pricing-pack__details {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 767px) {
  .rv-1-pricing-pack__details {
    padding: 20px 15px;
  }
}
.rv-1-pricing-pack__info {
  font-family: var(--mulish);
  font-size: 15px;
  font-weight: 500;
  color: rgba(5, 5, 5, 0.7);
  padding-left: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .rv-1-pricing-pack__info {
    padding-left: 27px;
  }
}
.rv-1-pricing-pack__info:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .rv-1-pricing-pack__info:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .rv-1-pricing-pack__info:not(:last-child) {
    margin-bottom: 12px;
  }
}
.rv-1-pricing-pack__info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  background: url(../img/rv-1-icon-3.html) no-repeat center center;
  background-size: 100%;
  width: 20px;
  height: 20px;
  box-shadow: 0 1px 2px rgba(6, 138, 75, 0.3);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .rv-1-pricing-pack__info::before {
    width: 18px;
    height: 18px;
  }
}
.rv-1-pricing-pack__btn {
  display: flex;
  margin-top: 40px;
  line-height: 48px;
}
@media screen and (max-width: 1199px) {
  .rv-1-pricing-pack__btn {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .rv-1-pricing-pack__btn {
    margin-top: 15px;
    line-height: 42px;
  }
}
.rv-1-pricing-pack__btn:hover .txt {
  background-color: var(--orange);
  border-color: var(--orange);
  color: var(--white-f);
}
.rv-1-pricing-pack__btn:hover .icon {
  background-color: var(--orange);
  border-color: var(--orange);
}
.rv-1-pricing-pack__btn:hover .icon img {
  filter: invert(0);
}
.rv-1-pricing-pack__btn .txt {
  width: 100%;
  text-align: center;
  border-radius: 14px;
  color: var(--black);
  background-color: var(--white-f);
  border: 1px solid rgba(5, 5, 5, 0.14);
}
.rv-1-pricing-pack__btn .icon {
  background-color: var(--white-f);
  border: 1px solid rgba(5, 5, 5, 0.14);
  border-radius: 14px;
  transition: 0.4s ease;
}
@media screen and (max-width: 575px) {
  .rv-1-pricing-pack__btn .icon {
    display: none;
  }
}
.rv-1-pricing-pack__btn .icon img {
  transition: 0.4s ease;
  filter: invert(1);
}

@media screen and (max-width: 1399px) {
  .rv-8-pricing {
    padding: 40px 0 80px;
  }
}
@media screen and (max-width: 991px) {
  .rv-8-pricing {
    padding: 30px 0 60px;
  }
}

.rv-8-pricing-pack {
  background: rgba(28, 116, 233, 0.06);
  padding: 50px 40px;
}
@media screen and (max-width: 1199px) {
  .rv-8-pricing-pack {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .rv-8-pricing-pack {
    padding: 35px 30px;
  }
}
.rv-8-pricing-pack .rv-1-pricing-pack__title {
  margin-bottom: 0;
}
.rv-8-pricing-pack .rv-1-pricing-pack__heading {
  padding-left: 0;
  border-bottom: 1px solid rgba(5, 5, 5, 0.08);
  padding-bottom: 25px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .rv-8-pricing-pack .rv-1-pricing-pack__heading {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .rv-8-pricing-pack .rv-1-pricing-pack__heading {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.rv-8-pricing-pack .rv-1-pricing-pack__info::before {
  background-image: url(../img/rv-8-pricing-icon.html);
  border-radius: 0;
}
.rv-8-pricing-pack .rv-3-def-btn {
  width: 100%;
  text-align: center;
  margin-bottom: 54px;
  background-color: transparent;
  border: 1px solid rgba(5, 5, 5, 0.08);
  color: var(--black);
}
@media screen and (max-width: 1199px) {
  .rv-8-pricing-pack .rv-3-def-btn {
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 767px) {
  .rv-8-pricing-pack .rv-3-def-btn {
    margin-bottom: 34px;
  }
}
.rv-8-pricing-pack .rv-3-def-btn:hover {
  background-color: #1C74E9;
  border-color: #1C74E9;
  color: var(--white-f);
}

.rv-11-pricing .rv-11-section__heading {
  text-align: center;
}

.rv-11-pricing-plan__title {
  color: var(--black);
  font-family: var(--mulish);
  font-size: 22px;
  font-weight: 700;
  line-height: 127.273%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1399px) {
  .rv-11-pricing-plan__title {
    margin-bottom: 20px;
  }
}
.rv-11-pricing-plan__txt {
  border-radius: 40px 0px;
  border: 1px solid rgba(5, 5, 5, 0.1);
  background: var(--white-f);
  position: relative;
  margin: 0 30px;
  margin-top: -80px;
  padding: 60px 40px;
  font-family: var(--mulish);
}
@media screen and (max-width: 1399px) {
  .rv-11-pricing-plan__txt {
    margin: 0 20px;
    margin-top: -70px;
    padding: 50px 30px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-11-pricing-plan__txt {
    margin: 0 15px;
    margin-top: -70px;
    padding: 30px 20px 25px;
  }
}
.rv-11-pricing-plan__txt > a {
  color: #A98153;
  font-size: 15px;
  font-weight: 700;
  margin-top: 27px;
}
@media screen and (max-width: 1399px) {
  .rv-11-pricing-plan__txt > a {
    margin-top: 22px;
  }
}
.rv-11-pricing-plan-feature:not(:last-child) {
  margin-bottom: 24px;
}
.rv-11-pricing-plan-feature__top {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.rv-11-pricing-plan-feature__top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  background: linear-gradient(to right, transparent 50%, rgba(5, 5, 5, 0.24) 50%);
  background-repeat: repeat-x;
  background-size: 6% 100%;
  right: 0;
  height: 1px;
  z-index: -1;
}
.rv-11-pricing-plan-feature h6 {
  margin-bottom: 0;
  background-color: var(--white-f);
  color: var(--black);
  font-size: 15px;
  font-weight: 700;
}
.rv-11-pricing-plan-feature__title {
  padding-right: 5px;
}
.rv-11-pricing-plan-feature__price {
  padding-left: 5px;
}
.rv-11-pricing-plan__sub-title {
  color: rgba(5, 5, 5, 0.7);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.rv-11-pricing-plan.popular .rv-11-pricing-plan__img {
  border-radius: 40px 0;
  overflow: hidden;
}

.rv-18-price_plan_section {
  padding: 130px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rv-18-price_plan_section {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-price_plan_section {
    padding: 70px 0;
  }
}
.rv-18-price_plan_section .rv-18-price_heading {
  color: #142137;
  font-size: 50px;
  font-weight: 800;
  position: relative;
  margin-bottom: 60px;
  z-index: 1;
  text-align: center;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-price_plan_section .rv-18-price_heading {
    font-size: 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-price_plan_section .rv-18-price_heading {
    font-size: 35px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-price_plan_section .rv-18-price_heading {
    font-size: 25px;
    margin-bottom: 40px;
  }
}
.rv-18-price_plan_section .rv-18-price_heading span {
  position: absolute;
  right: 25%;
  z-index: -1;
  bottom: -35%;
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_nav {
  display: grid;
  margin-bottom: 50px;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_nav li {
  width: 300px;
  height: 120px;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(20, 33, 55, 0.14);
  place-self: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_nav li {
    width: 250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_nav li {
    width: 200px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_nav li {
    width: 120px;
    height: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_nav li img {
    width: 80px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_nav li p {
  color: #142137;
  text-align: center;
  margin: 4px 0 0 0;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_nav li p {
    font-size: 16px;
  }
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_nav .tab.tab--active {
  background: #1C74E9 !important;
  position: relative;
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_nav .tab.tab--active p {
  color: #FFFFFF !important;
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_nav .tab.tab--active::before {
  position: absolute;
  content: "";
  background: #1C74E9;
  height: 30px;
  width: 30px;
  bottom: -13px;
  transform: rotate(45deg);
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_nav .tab.tab--active img {
  filter: brightness(0) invert(1);
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_header {
  background: rgba(28, 116, 233, 0.1);
  padding: 50px 25px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_header {
    padding: 70px 25px;
  }
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_header .rv-18-pricing_plan_best_choice {
  background: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  padding: 3px 10px;
  position: absolute;
  right: 25px;
  top: 25px;
  color: #142137;
  font-family: "Mulish", sans-serif;
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_header .rv-18-pricing_plan_header_title {
  font-size: 18px;
  font-weight: 700;
  color: #142137;
  margin-bottom: 7px;
  font-family: "Mulish", sans-serif;
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_header .rv-18-pricing_plan_price {
  font-size: 60px;
  font-weight: 700;
  color: #142137;
  margin: 0;
  padding-bottom: 30px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_header .rv-18-pricing_plan_price {
    padding: 0;
  }
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_header .rv-18-pricing_plan_price sup {
  font-weight: 500;
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_content {
  padding: 50px 25px;
  margin: 0 20px;
  border: 1px solid rgba(20, 33, 55, 0.14);
  position: relative;
  top: -40px;
  background: #FFFFFF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_content {
    padding: 40px 20px;
  }
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_content .rv-18-pricing_plan_time {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #1C74E9;
  color: #FFFFFF;
  width: 114px;
  height: 28px;
  text-align: center;
  padding: 2px 0;
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_content li {
  margin-bottom: 15px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_content li {
    font-size: 14px;
  }
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_content li i {
  margin-right: 20px;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  font-size: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_content li i {
    margin-right: 10px;
  }
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_content li i.fa-check {
  background: rgb(34, 255, 127);
  color: #FFFFFF;
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_content li i.fa-times {
  background: rgba(20, 33, 55, 0.2);
  color: #525E73;
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_content .rv-18-pricing_plan_footer a {
  color: #FFFFFF;
  font-weight: 700;
  height: 50px;
  background: #142137;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #142137;
  margin-top: 35px;
  transition: all 0.4s ease;
  font-family: "Mulish", sans-serif;
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_content .rv-18-pricing_plan_footer a:hover {
  background: #1C74E9;
  color: #FFFFFF;
  letter-spacing: 1.1px;
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_content .rv-18-pricing_plan_footer a:hover i {
  transform: rotate(-45deg);
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_content .rv-18-pricing_plan_footer a i {
  margin-left: 7px;
  transition: all 0.4s ease;
}

.rv-19-price_main_section {
  padding: 130px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-price_main_section {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-price_main_section {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-price_main_section {
    padding: 50px 0;
  }
}
.rv-19-price_main_section .rv-19-price_heading {
  color: #142137;
  font-size: 70px;
  font-weight: 800;
  margin-bottom: 60px;
  text-align: center;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-price_main_section .rv-19-price_heading {
    font-size: 55px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-price_main_section .rv-19-price_heading {
    font-size: 45px;
  }
}
.rv-19-price_main_section .rv-19-single_pricing_plan {
  border: 1px solid rgba(20, 33, 55, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-price_main_section .rv-19-single_pricing_plan {
    margin-bottom: 30px;
  }
}
.rv-19-price_main_section .rv-19-single_pricing_plan .rv-19-pricing_plan_header_title {
  font-size: 18px;
  font-weight: 700;
  color: #142137;
  background: #DFE11B;
  width: 100%;
  padding: 25px 50px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-price_main_section .rv-19-single_pricing_plan .rv-19-pricing_plan_header_title {
    padding: 15px 20px;
  }
}
.rv-19-price_main_section .rv-19-single_pricing_plan .rv-19-pricing_plan_price {
  font-size: 60px;
  font-weight: 700;
  color: #142137;
  margin: 0;
  padding: 10px 50px;
  border-bottom: 1px solid rgba(20, 33, 55, 0.14);
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-price_main_section .rv-19-single_pricing_plan .rv-19-pricing_plan_price {
    padding: 10px 20px;
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.rv-19-price_main_section .rv-19-single_pricing_plan .rv-19-pricing_plan_price sub {
  font-weight: 500;
  font-size: 14px;
  color: #142137;
}
.rv-19-price_main_section .rv-19-single_pricing_plan ul {
  padding: 0 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-price_main_section .rv-19-single_pricing_plan ul {
    padding: 0 20px;
  }
}
.rv-19-price_main_section .rv-19-single_pricing_plan ul li {
  color: #A6A6A6;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}
.rv-19-price_main_section .rv-19-single_pricing_plan ul li span {
  margin-right: 25px;
}
.rv-19-price_main_section .rv-19-single_pricing_plan ul .rv-19-op {
  color: #2B3E60;
}
.rv-19-price_main_section .rv-19-single_pricing_plan ul .rv-19-op span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(143deg, rgba(240, 242, 0, 0.87) 0%, #B6B805 90.81%), rgba(43, 88, 163, 0.2);
  margin-right: 15px;
}
.rv-19-price_main_section .rv-19-single_pricing_plan .rv-19-price_plan_button_area {
  width: 100%;
  padding: 0 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-price_main_section .rv-19-single_pricing_plan .rv-19-price_plan_button_area {
    padding: 0 20px;
  }
}
.rv-19-price_main_section .rv-19-single_pricing_plan .rv-19-price_plan_button_area .rv-19-price_plan_btn {
  width: 100%;
  height: 54px;
  font-size: 16px;
  font-weight: 700;
  color: #142137;
  border: 1px solid rgba(20, 33, 55, 0.14);
  text-align: center;
  font-family: "Mulish", sans-serif;
  line-height: 50px;
  margin: 60px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-price_main_section .rv-19-single_pricing_plan .rv-19-price_plan_button_area .rv-19-price_plan_btn {
    margin: 30px 0;
  }
}
.rv-19-price_main_section .rv-19-single_pricing_plan .rv-19-price_plan_button_area .rv-19-price_plan_btn i {
  transition: all 0.4s ease;
  border-left: 1px solid rgba(20, 33, 55, 0.14);
  height: 100%;
  width: 50px;
  text-align: center;
  line-height: 54px;
  margin-right: 0;
  float: right;
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-price_main_section .rv-19-single_pricing_plan .rv-19-price_plan_button_area .rv-19-price_plan_btn i {
    widows: 45px;
  }
}
.rv-19-price_main_section .rv-19-single_pricing_plan .rv-19-price_plan_button_area .rv-19-price_plan_btn:hover {
  background: #DFE11B;
  border: 1px solid transparent;
}
.rv-19-price_main_section .rv-19-single_pricing_plan .rv-19-price_plan_button_area .rv-19-price_plan_btn:hover i {
  border-left: 1px solid #FFFFFF;
}

.rv-20-price_section {
  padding-bottom: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-price_section {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-price_section {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-price_section {
    padding-bottom: 50px;
  }
}
.rv-20-price_section .rv-20-price_section_heading {
  text-align: center;
}
.rv-20-price_section .rv-20-price_section_heading .rv-20-price_sub_title {
  color: #081C15;
  font-weight: 500;
  font-size: 16px;
  width: 140px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid rgba(8, 28, 21, 0.14);
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  margin: 0 auto;
  font-family: "Mulish", sans-serif;
}
.rv-20-price_section .rv-20-price_section_heading .rv-20-price_sub_title span {
  height: 5px;
  width: 5px;
  background: #081C15;
  border-radius: 50%;
}
.rv-20-price_section .rv-20-price_section_heading .rv-20-price_section_title {
  font-size: 54px;
  font-weight: 800;
  color: #081C15;
  margin-bottom: 50px;
  margin-top: 20px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-price_section .rv-20-price_section_heading .rv-20-price_section_title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-price_section .rv-20-price_section_heading .rv-20-price_section_title {
    font-size: 28px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-price_section .rv-20-price_section_heading .rv-20-price_section_title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.rv-20-price_section .rv-20-single_pricing_plan {
  border: 1px solid rgba(8, 28, 21, 0.14);
  padding: 40px 0;
  transition: all 0.4s ease;
  margin-bottom: 30px;
}
.rv-20-price_section .rv-20-single_pricing_plan:hover {
  background: #2D6A4F;
}
.rv-20-price_section .rv-20-single_pricing_plan:hover .rv-20-pricing_plan_header .rv-20-pricing_plan_header_title {
  color: #FFFFFF;
}
.rv-20-price_section .rv-20-single_pricing_plan:hover .rv-20-pricing_plan_header .rv-20-pricing_plan_header_desc {
  color: rgba(255, 255, 255, 0.6);
}
.rv-20-price_section .rv-20-single_pricing_plan:hover .rv-20-pricing_plan_price {
  background: #FFFFFF;
  color: #081C15;
}
.rv-20-price_section .rv-20-single_pricing_plan:hover .rv-20-single_pricing_bg img {
  opacity: 10%;
  transition: 0.4s ease;
}
.rv-20-price_section .rv-20-single_pricing_plan .rv-20-pricing_plan_header {
  padding: 0px 30px;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-price_section .rv-20-single_pricing_plan .rv-20-pricing_plan_header {
    padding: 0px 20px;
  }
}
.rv-20-price_section .rv-20-single_pricing_plan .rv-20-pricing_plan_header .rv-20-pricing_plan_header_title {
  font-size: 18px;
  font-weight: 700;
  color: #081C15;
  margin-bottom: 7px;
  transition: all 0.4s ease;
  font-family: "Mulish", sans-serif;
}
.rv-20-price_section .rv-20-single_pricing_plan .rv-20-pricing_plan_header .rv-20-pricing_plan_header_desc {
  color: rgba(8, 28, 21, 0.6);
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  transition: all 0.4s ease;
  font-family: "Mulish", sans-serif;
}
.rv-20-price_section .rv-20-single_pricing_plan .rv-20-pricing_plan_price {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 700;
  padding: 10px 40px;
  background: #2D6A4F;
  margin: 0 0 0 30px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-price_section .rv-20-single_pricing_plan .rv-20-pricing_plan_price {
    margin: 0 0 0 20px;
    padding: 10px 30px;
  }
}
.rv-20-price_section .rv-20-single_pricing_plan .rv-20-pricing_plan_price sub {
  font-size: 15px;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
}
.rv-20-price_section .rv-20-single_pricing_plan:hover ul li {
  color: #C0D2CA;
}
.rv-20-price_section .rv-20-single_pricing_plan:hover ul li i {
  color: #FFFFFF;
}
.rv-20-price_section .rv-20-single_pricing_plan ul {
  padding: 35px 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-price_section .rv-20-single_pricing_plan ul {
    padding: 30px 20px;
  }
}
.rv-20-price_section .rv-20-single_pricing_plan ul li {
  margin-bottom: 15px;
  color: #6B7773;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.4s ease;
}
.rv-20-price_section .rv-20-single_pricing_plan ul li i {
  margin-right: 20px;
  font-size: 18px;
  color: #2D6A4F;
  transition: all 0.4s ease;
}
.rv-20-price_section .rv-20-single_pricing_plan ul .rv-20-single_pricing_bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  height: 135%;
  width: 320px;
}
.rv-20-price_section .rv-20-single_pricing_plan ul .rv-20-single_pricing_bg img {
  height: 100%;
  width: 100%;
  transition: all 0.4s ease;
}
.rv-20-price_section .rv-20-single_pricing_plan .rv-20-pricing_plan_btn {
  font-family: "Mulish", sans-serif;
  color: #081C15;
  font-weight: 700;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
  margin: 0 30px;
  border: 1px solid rgba(8, 28, 21, 0.14);
  background: #FFFFFF;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-20-price_section .rv-20-single_pricing_plan .rv-20-pricing_plan_btn {
    margin: 0px 20px;
  }
}
.rv-20-price_section .rv-20-single_pricing_plan .rv-20-pricing_plan_btn:hover {
  background: #FFFFFF;
  letter-spacing: 1.1px;
}

@media screen and (max-width: 991px) {
  .rv-31-pricing {
    margin-top: 55px;
  }
}
@media screen and (max-width: 991px) {
  .rv-31-pricing .rv-31-pricing-subtitle {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .rv-31-pricing .rv-31-pricing-subtitle {
    margin-top: 25px;
  }
}
.rv-31-pricing .rv-31-pricing-subtitle span {
  color: #FF3D2E;
  font-family: var(--roboto);
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 479px) {
  .rv-31-pricing .rv-31-pricing-subtitle span {
    margin-bottom: 15px;
  }
}
.rv-31-pricing .rv-31-pricing-subtitle .rv-31-pricing-subtitle-btns {
  display: inline-block;
  border: 1px solid rgba(10, 37, 64, 0.1);
  border-radius: 5px;
  padding: 5px;
  margin-left: 15px;
}
.rv-31-pricing .rv-31-pricing-subtitle .rv-31-pricing-subtitle-btns button {
  font-family: var(--roboto);
  font-weight: 600;
  font-size: 15px;
  padding: 5px 20px;
  border-radius: 5px;
}
.rv-31-pricing .rv-31-pricing-subtitle .rv-31-pricing-subtitle-btns button.btn-monthly {
  color: white;
  background-color: #c827e2;
}
@media screen and (max-width: 991px) {
  .rv-31-pricing .col-md-6 {
    margin-bottom: 20px;
  }
}

.rv-31-pricing-item {
  border: 1px solid rgba(10, 37, 64, 0.1);
  padding: 48px 40px;
  border-radius: 10px;
}
@media screen and (max-width: 1199px) {
  .rv-31-pricing-item {
    padding: 40px 32px;
  }
}
@media screen and (max-width: 575px) {
  .rv-31-pricing-item {
    padding: 30px 32px;
  }
}
.rv-31-pricing-item hr {
  background-color: rgba(10, 37, 64, 0.1);
  opacity: 0.1;
}
.rv-31-pricing-item .rv-31-pricing-item__plan-name,
.rv-31-pricing-item .rv-31-pricing-item__prices-name {
  font-family: var(--inter);
  font-weight: 700;
  font-size: 20px;
  color: #0A2540;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .rv-31-pricing-item .rv-31-pricing-item__plan-name,
  .rv-31-pricing-item .rv-31-pricing-item__prices-name {
    font-size: 18px;
  }
}
.rv-31-pricing-item .rv-31-pricing-item__plan span,
.rv-31-pricing-item .rv-31-pricing-item__prices span {
  font-family: var(--inter);
  font-weight: 500;
  font-size: 15px;
  color: rgba(10, 37, 64, 0.6);
  line-height: 26px;
}
.rv-31-pricing-item .rv-31-pricing-item__plan .rv-31-pricing-item__price,
.rv-31-pricing-item .rv-31-pricing-item__prices .rv-31-pricing-item__price {
  font-size: 72px;
  color: #0A2540;
  font-weight: bold;
  margin-left: 20px;
}
@media screen and (max-width: 1399px) {
  .rv-31-pricing-item .rv-31-pricing-item__plan .rv-31-pricing-item__price,
  .rv-31-pricing-item .rv-31-pricing-item__prices .rv-31-pricing-item__price {
    font-size: 54px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-31-pricing-item .rv-31-pricing-item__plan .rv-31-pricing-item__price,
  .rv-31-pricing-item .rv-31-pricing-item__prices .rv-31-pricing-item__price {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .rv-31-pricing-item .rv-31-pricing-item__plan .rv-31-pricing-item__price,
  .rv-31-pricing-item .rv-31-pricing-item__prices .rv-31-pricing-item__price {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .rv-31-pricing-item .rv-31-pricing-item__plan .rv-31-pricing-item__price,
  .rv-31-pricing-item .rv-31-pricing-item__prices .rv-31-pricing-item__price {
    font-size: 35px;
  }
}
@media screen and (max-width: 479px) {
  .rv-31-pricing-item .rv-31-pricing-item__plan .rv-31-pricing-item__price,
  .rv-31-pricing-item .rv-31-pricing-item__prices .rv-31-pricing-item__price {
    font-size: 32px;
  }
}
.rv-31-pricing-item .rv-31-pricing-item__plan .pricing-dollar,
.rv-31-pricing-item .rv-31-pricing-item__prices .pricing-dollar {
  font-size: 20px;
  position: absolute;
  margin-top: -10px;
}
@media screen and (max-width: 575px) {
  .rv-31-pricing-item .rv-31-pricing-item__prices {
    margin-top: 30px;
  }
}
.rv-31-pricing-item .rv-31-pricing-item__list {
  margin-top: 35px;
}
@media screen and (max-width: 575px) {
  .rv-31-pricing-item .rv-31-pricing-item__list {
    margin-top: 20px;
  }
}
.rv-31-pricing-item .rv-31-pricing-item__list li {
  color: #0A2540;
  line-height: 35px;
  font-weight: 500;
}
@media screen and (max-width: 479px) {
  .rv-31-pricing-item .rv-31-pricing-item__list li {
    line-height: 32px;
    font-size: 14px;
  }
}
.rv-31-pricing-item .rv-31-pricing-item__list li i {
  margin-right: 10px;
}
.rv-31-pricing-item .rv-31-pricing-item__list li.disable {
  color: rgba(10, 37, 64, 0.6);
}
.rv-31-pricing-item .rv-31-pricing-item__btn {
  padding: 12px 20px;
  border-radius: 30px;
  font-family: var(--inter);
  font-size: 15px;
  font-weight: 600;
  color: white;
  line-height: 1;
  height: 50px;
  border: 1px solid rgba(10, 37, 64, 0.1);
  color: #0A2540;
  width: 100%;
  margin-top: 35px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .rv-31-pricing-item .rv-31-pricing-item__btn {
    height: 40px;
    margin-top: 20px;
  }
}
.rv-31-pricing-item .rv-31-pricing-item__btn i {
  margin-left: 5px;
  rotate: -45deg;
  transition: all 0.3s;
}
@media screen and (max-width: 375px) {
  .rv-31-pricing-item .rv-31-pricing-item__btn i {
    display: none;
  }
}
.rv-31-pricing-item .rv-31-pricing-item__btn:hover i {
  rotate: 0deg;
  left: 50px;
}
.rv-31-pricing-item:hover {
  border-top: 1px solid #426cff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.rv-31-pricing-item:hover .rv-31-pricing-item__btn {
  background-color: #426cff;
  color: white;
}

.rv-33-btn-monthly {
  background-color: #794AFF !important;
}

.rv-33-pricing-item__btn {
  border-radius: 5px;
}

@media screen and (max-width: 991px) {
  .rv-33-pricing {
    margin-bottom: 40px;
  }
}
.rv-33-pricing .rv-31-pricing-item {
  border-top: 1px solid rgba(10, 37, 64, 0.1);
}
.rv-33-pricing .rv-31-pricing-item:hover .rv-31-pricing-item__btn {
  background-color: #FFD338;
  box-shadow: 5px 5px;
  color: black;
}
@media screen and (max-width: 1599px) {
  .rv-33-pricing .rv-31-pricing-item .rv-31-pricing-item__price {
    font-size: 66px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-33-pricing .rv-31-pricing-item .rv-31-pricing-item__price {
    font-size: 56px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-33-pricing .rv-31-pricing-item .rv-31-pricing-item__price {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  .rv-33-pricing .rv-31-pricing-item .rv-31-pricing-item__price {
    font-size: 42px;
  }
}
@media screen and (max-width: 575px) {
  .rv-33-pricing .rv-31-pricing-item .rv-31-pricing-item__price {
    font-size: 38px;
  }
}
@media screen and (max-width: 479px) {
  .rv-33-pricing .rv-31-pricing-item .rv-31-pricing-item__price {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  .rv-33-pricing .rv-31-pricing-item .rv-31-pricing-item__list {
    margin-top: 20px;
  }
}
.rv-33-pricing .rv-31-pricing-item__plan-name {
  margin-bottom: 5px;
}
.rv-33-pricing .rv-31-pricing-item__plan span {
  font-size: 14px;
}
.rv-33-pricing .rv-31-pricing-item__btn {
  border-radius: 5px;
  padding: 0;
  text-align: center;
}
.rv-33-pricing .rv-31-pricing-item__btn:hover i {
  rotate: 0deg;
  left: 50px;
}
@media screen and (max-width: 767px) {
  .rv-33-pricing .rv-31-pricing-item__btn {
    height: 40px;
  }
}

.rv-37-pricing {
  background: linear-gradient(to right, rgba(62, 255, 209, 0.1), rgba(81, 41, 244, 0.1));
  padding-top: 112px;
  padding-bottom: 122px;
}
@media screen and (max-width: 1199px) {
  .rv-37-pricing .col-lg-6 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .rv-37-pricing {
    margin-top: 50px;
    padding-top: 55px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .rv-37-pricing .rv-37-section-header-text br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .rv-37-pricing .rv-37-section-header-text {
    line-height: 24px;
  }
}

.rv-37-pricing-item {
  padding: 30px;
  background-color: white;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 5px;
  border-radius: 20px;
}
@media screen and (max-width: 1399px) {
  .rv-37-pricing-item {
    padding: 28px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-37-pricing-item {
    padding: 60px;
  }
}
@media screen and (max-width: 991px) {
  .rv-37-pricing-item {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .rv-37-pricing-item {
    padding: 60px;
  }
}
@media screen and (max-width: 575px) {
  .rv-37-pricing-item {
    padding: 50px;
  }
}
@media screen and (max-width: 479px) {
  .rv-37-pricing-item {
    padding: 40px;
  }
}
.rv-37-pricing-item .rv-31-pricing-item__plan-name {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 7px;
}
.rv-37-pricing-item .rv-31-pricing-item__plan span {
  font-size: 14px;
  line-height: 22px;
}
.rv-37-pricing-item .rv-37-divider {
  background-color: rgba(10, 37, 64, 0.1);
  height: 2px;
  width: 100%;
  margin-top: 22px;
}
.rv-37-pricing-item .rv-31-pricing-item__prices .rv-31-pricing-item__price {
  font-family: var(--roboto);
  font-weight: 600;
  font-size: 30px;
  color: #0A2540;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .rv-37-pricing-item .rv-31-pricing-item__prices .rv-31-pricing-item__price {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .rv-37-pricing-item .rv-31-pricing-item__prices .rv-31-pricing-item__price {
    font-size: 22px;
  }
}
.rv-37-pricing-item .rv-31-pricing-item__prices .monthly {
  color: rgb(174, 178, 185);
  font-size: 13px;
  margin-left: 4px;
}
.rv-37-pricing-item .rv-31-pricing-item__list {
  margin-top: 10px;
}
.rv-37-pricing-item .rv-31-pricing-item__list li {
  font-family: var(--inter);
  font-weight: 500;
  font-size: 15px;
  line-height: 42px;
}
@media screen and (max-width: 991px) {
  .rv-37-pricing-item .rv-31-pricing-item__list li {
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .rv-37-pricing-item .rv-31-pricing-item__list li {
    line-height: 35px;
  }
}
@media screen and (max-width: 479px) {
  .rv-37-pricing-item .rv-31-pricing-item__list li {
    font-size: 14px;
  }
}
.rv-37-pricing-item .rv-31-pricing-item__list li.disable {
  color: #999EA7;
}
.rv-37-pricing-item .rv-31-pricing-item__list li del {
  text-decoration-color: #999EA7;
}
.rv-37-pricing-item .rv-31-pricing-item__list li i {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding-top: 3px;
  background-color: rgba(10, 37, 64, 0.1);
  color: #0A2540;
}
.rv-37-pricing-item .rv-37-pricing-item__btn {
  background-color: rgba(10, 37, 64, 0.06);
  border: none;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
}
@media screen and (max-width: 479px) {
  .rv-37-pricing-item .rv-37-pricing-item__btn {
    height: 40px;
  }
}
.rv-37-pricing-item:hover {
  border-top: 0;
}

/* ----- 11. Gallery ----- */
.rv-1-gallery {
  background-color: #E4E4E4;
}
.rv-1-gallery .rv-1-section-heading-2 {
  margin-bottom: 48px;
}
@media screen and (max-width: 1399px) {
  .rv-1-gallery .rv-1-section-heading-2 {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 767px) {
  .rv-1-gallery .rv-1-section-heading-2 {
    margin-bottom: 33px;
  }
}
.rv-1-gallery-slide {
  position: relative;
  overflow: hidden;
}
.rv-1-gallery-slide:hover img {
  scale: 1.06;
}
.rv-1-gallery-slide img {
  height: 540px;
  width: 100%;
}
@media screen and (max-width: 1399px) {
  .rv-1-gallery-slide img {
    height: 430px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-1-gallery-slide img {
    height: 370px;
  }
}
@media screen and (max-width: 991px) {
  .rv-1-gallery-slide img {
    height: 300px;
  }
}
.rv-1-gallery-slide__txt {
  position: absolute;
  bottom: 40px;
  left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1399px) {
  .rv-1-gallery-slide__txt {
    bottom: 30px;
    left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 991px) {
  .rv-1-gallery-slide__txt {
    bottom: 20px;
    left: 20px;
    padding-right: 20px;
  }
}
.rv-1-gallery-slide__tag {
  padding: 2px 15px 3px;
  font-weight: 500;
  font-size: 14px;
  color: var(--black);
  background-color: var(--white-f);
  border-radius: 20px;
  margin-bottom: 10px;
  border: 1px solid var(--white-f);
}
.rv-1-gallery-slide__tag:hover {
  background-color: transparent;
  color: var(--white-f);
}
.rv-1-gallery-slide__title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  color: var(--white-f);
}
@media screen and (max-width: 1199px) {
  .rv-1-gallery-slide__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .rv-1-gallery-slide__title {
    font-size: 20px;
  }
}

.rv-5-gallery {
  padding: 0 20px;
  background: linear-gradient(to bottom, var(--white-f) 52%, #404B44 0);
}
@media screen and (max-width: 991px) {
  .rv-5-gallery {
    background: var(--white-f);
  }
}
.rv-5-gallery .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
@media screen and (max-width: 1399px) {
  .rv-5-gallery .row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
  }
}
@media screen and (max-width: 991px) {
  .rv-5-gallery .row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
  }
}
.rv-5-gallery__img {
  position: relative;
  z-index: 1;
}
.rv-5-gallery__img:hover::before {
  height: 100%;
}
.rv-5-gallery__img:hover button {
  margin-top: 0;
  opacity: 1;
}
.rv-5-gallery__img::before {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 0;
  background: rgba(25, 36, 29, 0.7);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  height: 0;
  transition: 0.4s ease;
}
.rv-5-gallery__img img {
  width: 100%;
}
.rv-5-gallery__img button {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background-color: #8E5B63;
  border: 2px solid transparent;
  border-radius: 40px;
  color: var(--white-f);
  height: 54px;
  line-height: 54px;
  font-family: var(--mulish);
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 33px;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  opacity: 0;
}
@media screen and (max-width: 1399px) {
  .rv-5-gallery__img button {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    padding: 0 23px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-5-gallery__img button {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    padding: 0 18px;
    gap: 8px;
  }
}
@media screen and (max-width: 991px) {
  .rv-5-gallery__img button {
    padding: 0 10px;
  }
}
.rv-5-gallery__img button:hover {
  background-color: transparent;
  border-color: #8E5B63;
}
.rv-5-gallery__img button i {
  font-size: 24px;
}
@media screen and (max-width: 1399px) {
  .rv-5-gallery__img button i {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-5-gallery__img button i {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .rv-5-gallery__img button span.txt {
    display: none;
  }
}

.rv-9-gallery {
  padding: 20px;
  padding-top: 0;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .rv-9-gallery {
    padding: 15px;
    padding-top: 0;
  }
}
.rv-9-gallery__img {
  border-radius: 14px;
  overflow: hidden;
}
.rv-9-gallery__sticker {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background-color: var(--white-f);
  padding: 60px 165px;
  border-radius: 14px;
  color: #050505;
  text-align: center;
  font-family: var(--mulish);
}
@media screen and (max-width: 1399px) {
  .rv-9-gallery__sticker {
    padding: 40px 145px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-9-gallery__sticker {
    padding: 30px 125px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-9-gallery__sticker {
    padding: 30px 105px;
  }
}
@media screen and (max-width: 479px) {
  .rv-9-gallery__sticker {
    padding: 30px 55px;
  }
}
.rv-9-gallery__sticker::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(5, 5, 5, 0.14);
  border-radius: 9px;
  z-index: -1;
}
.rv-9-gallery__sticker h4 {
  font-size: 34px;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .rv-9-gallery__sticker h4 {
    font-size: 32px;
  }
}
@media screen and (max-width: 479px) {
  .rv-9-gallery__sticker h4 {
    font-size: 30px;
  }
}
.rv-9-gallery__sticker h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.rv-12-gallery {
  margin: 0 20px 10px;
}
.rv-12-gallery .row-cols-5 {
  --bs-gutter-x: 10px;
}
.rv-12-gallery__img::before {
  background-color: rgba(14, 20, 40, 0.8);
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.rv-12-gallery__img button {
  background: none;
  border: none;
  padding: 0;
}
.rv-12-gallery__img button i {
  font-size: 100px;
  font-weight: 300;
}
.rv-12-gallery img {
  width: 100%;
  aspect-ratio: 184/235;
}
.rv-13-gallery__sticker {
  border-radius: 0;
}
.rv-13-gallery__sticker::before {
  border-radius: 0;
}
.rv-13-gallery__img img {
  width: 100%;
  aspect-ratio: 36/47;
}

.rv-19-instagrm_section {
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rv-19-instagrm_section {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-instagrm_section {
    padding-bottom: 40px;
  }
}
.rv-19-instagrm_section .rv-19-ins_gp {
  --bs-gutter-x: 10px;
}
.rv-19-instagrm_section .rv-19-single_instagrm:hover .rv-19-single_instagrm_image .rv-19-instagrm_socials {
  transform: scale(1);
}
.rv-19-instagrm_section .rv-19-single_instagrm:hover .rv-19-single_instagrm_image img {
  transform: scale(1.1);
}
.rv-19-instagrm_section .rv-19-single_instagrm .rv-19-single_instagrm_image {
  height: 340px;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px) {
  .rv-19-instagrm_section .rv-19-single_instagrm .rv-19-single_instagrm_image {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rv-19-instagrm_section .rv-19-single_instagrm .rv-19-single_instagrm_image {
    height: 230px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-instagrm_section .rv-19-single_instagrm .rv-19-single_instagrm_image {
    height: 200px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-19-instagrm_section .rv-19-single_instagrm .rv-19-single_instagrm_image {
    height: 180px;
  }
}
.rv-19-instagrm_section .rv-19-single_instagrm .rv-19-single_instagrm_image img {
  height: 100%;
  width: 100%;
  transition: all 0.4s ease;
}
.rv-19-instagrm_section .rv-19-single_instagrm .rv-19-single_instagrm_image .rv-19-instagrm_socials {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
  height: 100%;
  width: 100%;
  background: rgba(223, 255, 27, 0.7);
  transform: scale(0);
}
.rv-19-instagrm_section .rv-19-single_instagrm .rv-19-single_instagrm_image .rv-19-instagrm_socials a {
  font-size: 50px;
  color: #142137;
  transition: all 0.3s ease;
}
.rv-19-instagrm_section .rv-19-single_instagrm .rv-19-single_instagrm_image .rv-19-instagrm_socials a:hover {
  color: #FFFFFF;
}

.rv-21-instagrm_section {
  padding-top: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-instagrm_section {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-instagrm_section {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-instagrm_section {
    padding-top: 60px;
  }
}
.rv-21-instagrm_section .rv-21-single_instagrm_slide .swiper-wrapper {
  transition-timing-function: linear !important;
}
.rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm:hover .rv-21-single_instagrm_image .rv-21-instagrm_socials {
  transform: scale(1);
}
.rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm:hover .rv-21-single_instagrm_image img {
  transform: scale(1.1);
}
.rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image {
  height: 340px;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image {
    height: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image {
    height: 250px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image {
    height: 200px;
  }
}
.rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image img {
  height: 100%;
  width: 100%;
  transition: all 0.4s ease;
}
.rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image .rv-21-instagrm_socials {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.4s ease;
  height: 100%;
  width: 100%;
  background: rgba(14, 20, 40, 0.8);
  transform: scale(0);
}
.rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image .rv-21-instagrm_socials h4 {
  font-family: "Mulish", sans-serif;
  margin-bottom: 10px;
  color: #FFFFFF;
  font-size: 34px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image .rv-21-instagrm_socials h4 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image .rv-21-instagrm_socials h4 {
    font-size: 20px;
  }
}
.rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image .rv-21-instagrm_socials span {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image .rv-21-instagrm_socials span {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image .rv-21-instagrm_socials span {
    font-size: 14px;
  }
}
.rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image .rv-21-instagrm_socials a {
  font-family: "Mulish", sans-serif;
  font-size: 60px;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image .rv-21-instagrm_socials a {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 480px) and (max-width: 575px), only screen and (min-width: 0px) and (max-width: 479px) {
  .rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image .rv-21-instagrm_socials a {
    font-size: 30px;
  }
}
.rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image .rv-21-instagrm_socials a:hover {
  color: #FFFFFF;
}

.rv-31-gallary {
  background-color: #eef1f6;
}
@media screen and (max-width: 991px) {
  .rv-31-gallary {
    padding-top: 55px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .rv-31-gallary {
    padding-bottom: 60px;
  }
}

.rv-31-gallary-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .rv-31-gallary-heading {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .rv-31-gallary-heading .rv-31-sec-subtitle br {
    display: none;
  }
}

.rv-31-gallary-slider {
  padding-top: 100px;
}
.rv-31-gallary-slider .swiper-slide-prev,
.rv-31-gallary-slider .swiper-slide-next {
  transform: scale(1.15);
}
.rv-31-gallary-slider .swiper-slide-active .rv-31-gallary-img img {
  transform: scale(1.3);
}

.rv-31-gallary-slider-controller {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .rv-31-gallary-slider-controller {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .rv-31-gallary-slider-controller {
    margin-top: 30px;
  }
}
.rv-31-gallary-slider-controller .swiper-pagination-bullet-active {
  border-color: #51459D;
}
.rv-31-gallary-slider-controller .swiper-pagination-bullet-active::before {
  background-color: #51459D;
}

@media screen and (max-width: 991px) {
  .rv-32-gallary {
    margin-top: 40px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .rv-32-gallary .rv-32-section-heading {
    text-align: center;
  }
}
.rv-32-gallary .rv-32-section-heading .rv-32-sec-title img {
  left: 170px;
  top: 55px;
}
@media screen and (max-width: 1399px) {
  .rv-32-gallary .rv-32-section-heading .rv-32-sec-title img {
    left: 100px;
    top: 47px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-32-gallary .rv-32-section-heading .rv-32-sec-title img {
    left: 60px;
    top: 38px;
  }
}
@media screen and (max-width: 991px) {
  .rv-32-gallary .rv-32-section-heading .rv-32-sec-title img {
    left: 210px;
  }
}
@media screen and (max-width: 767px) {
  .rv-32-gallary .rv-32-section-heading .rv-32-sec-title img {
    left: 145px;
    top: 35px;
  }
}
@media screen and (max-width: 575px) {
  .rv-32-gallary .rv-32-section-heading .rv-32-sec-title img {
    display: none;
  }
}

.rv-32-gallary-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 30px;
}
@media screen and (max-width: 1199px) {
  .rv-32-gallary-container {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .rv-32-gallary-container {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(160px, 1fr));
  }
}
@media screen and (max-width: 575px) {
  .rv-32-gallary-container {
    margin-top: -20px;
  }
}
@media screen and (max-width: 479px) {
  .rv-32-gallary-container {
    grid-template-columns: repeat(2, minmax(40px, 1fr));
    gap: 10px;
  }
}
.rv-32-gallary-container .rv-32-gallary-big-img {
  grid-column: span 2;
}
.rv-32-gallary-container .rv-32-gallary-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s;
}
.rv-32-gallary-container .rv-32-gallary-img img {
  height: 100%;
  width: 100%;
  border-radius: 15px;
}
.rv-32-gallary-container .rv-32-gallary-img .rv-gallary-img-ovarlay {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to top, #794AFF, rgba(121, 74, 255, 0.2));
  transform: translateY(100%);
  transition: 0.3s all;
}
.rv-32-gallary-container .rv-32-gallary-img .rv-gallary-img-ovarlay .rv-32-gallary-img-text {
  position: absolute;
  bottom: 24px;
  left: 35px;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1199px) {
  .rv-32-gallary-container .rv-32-gallary-img .rv-gallary-img-ovarlay .rv-32-gallary-img-text {
    left: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .rv-32-gallary-container .rv-32-gallary-img .rv-gallary-img-ovarlay .rv-32-gallary-img-text {
    left: 10px;
    bottom: 5px;
  }
}
@media screen and (max-width: 479px) {
  .rv-32-gallary-container .rv-32-gallary-img .rv-gallary-img-ovarlay .rv-32-gallary-img-text {
    left: 5px;
    bottom: 0;
  }
}
.rv-32-gallary-container .rv-32-gallary-img .rv-gallary-img-ovarlay .rv-32-gallary-img-text .rv-32-gallary-keyword {
  display: block;
  background-color: white;
  color: #5D626C;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1199px) {
  .rv-32-gallary-container .rv-32-gallary-img .rv-gallary-img-ovarlay .rv-32-gallary-img-text .rv-32-gallary-keyword {
    padding: 2px 5px;
  }
}
@media screen and (max-width: 991px) {
  .rv-32-gallary-container .rv-32-gallary-img .rv-gallary-img-ovarlay .rv-32-gallary-img-text .rv-32-gallary-keyword {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .rv-32-gallary-container .rv-32-gallary-img .rv-gallary-img-ovarlay .rv-32-gallary-img-text .rv-32-gallary-keyword {
    font-size: 10px;
  }
}
.rv-32-gallary-container .rv-32-gallary-img .rv-gallary-img-ovarlay .rv-32-gallary-img-text .rv-32-gallary-img-title {
  font-family: var(--inter);
  font-weight: bold;
  font-size: 22px;
  color: white;
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  .rv-32-gallary-container .rv-32-gallary-img .rv-gallary-img-ovarlay .rv-32-gallary-img-text .rv-32-gallary-img-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .rv-32-gallary-container .rv-32-gallary-img .rv-gallary-img-ovarlay .rv-32-gallary-img-text .rv-32-gallary-img-title {
    font-size: 16px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 479px) {
  .rv-32-gallary-container .rv-32-gallary-img .rv-gallary-img-ovarlay .rv-32-gallary-img-text .rv-32-gallary-img-title {
    font-size: 14px;
    margin-top: 2px;
  }
}
.rv-32-gallary-container .rv-32-gallary-img:hover .rv-gallary-img-ovarlay {
  top: 0;
  transform: translateY(0);
}
.rv-32-gallary-container .rv-32-gallary-img:hover .rv-32-gallary-img-text {
  opacity: 1;
  visibility: visible;
}

.rv-33-gallary {
  background-color: #FCF7E8;
}
@media screen and (max-width: 991px) {
  .rv-33-gallary {
    padding-top: 52px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .rv-33-gallary .rv-section-heading {
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .rv-33-gallary .rv-section-heading .rv-33-pricing-subtitle {
    text-align: center;
  }
  .rv-33-gallary .rv-section-heading .rv-33-pricing-subtitle br {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .rv-33-gallary .rv-section-heading .rv-33-pricing-subtitle {
    font-size: 15px;
  }
}
.rv-33-gallary-item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .rv-33-gallary-item {
    width: calc(100% - 20px);
    margin: auto;
  }
}
.rv-33-gallary-item img {
  border-radius: 8px;
  width: 100%;
}
.rv-33-gallary-item .rv-33-gallary-item__overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(70px);
          backdrop-filter: blur(70px);
  margin: 15px;
  border-radius: 15px;
  transform: scale(0);
  transition: 0.3s all;
}
.rv-33-gallary-item .rv-33-gallary-item__overlay-icon {
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #FFD338;
  color: black;
  font-size: 25px;
  display: grid;
  place-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 479px) {
  .rv-33-gallary-item .rv-33-gallary-item__overlay-icon {
    height: 40px;
    width: 40px;
    font-size: 20px;
  }
}
.rv-33-gallary-item .rv-33-gallary-item__overlay-title {
  bottom: 40px;
  left: 40px;
  position: absolute;
}
@media screen and (max-width: 1399px) {
  .rv-33-gallary-item .rv-33-gallary-item__overlay-title {
    bottom: 25px;
    left: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-33-gallary-item .rv-33-gallary-item__overlay-title {
    bottom: 20px;
    left: 20px;
  }
}
.rv-33-gallary-item .rv-33-gallary-item__overlay-title a {
  display: block;
}
.rv-33-gallary-item .rv-33-gallary-item__overlay-title .rv-33-gallary-item__title {
  font-family: var(--inter);
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  color: white;
  margin-bottom: 10px;
}
@media screen and (max-width: 1399px) {
  .rv-33-gallary-item .rv-33-gallary-item__overlay-title .rv-33-gallary-item__title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-33-gallary-item .rv-33-gallary-item__overlay-title .rv-33-gallary-item__title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .rv-33-gallary-item .rv-33-gallary-item__overlay-title .rv-33-gallary-item__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 479px) {
  .rv-33-gallary-item .rv-33-gallary-item__overlay-title .rv-33-gallary-item__title {
    font-size: 16px;
    line-height: 20px;
  }
}
.rv-33-gallary-item .rv-33-gallary-item__overlay-title span {
  font-family: var(--inter);
  font-weight: 500;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 479px) {
  .rv-33-gallary-item .rv-33-gallary-item__overlay-title span {
    font-size: 14px;
  }
}
.rv-33-gallary-item:hover .rv-33-gallary-item__overlay {
  transform: scale(1);
}

@media screen and (max-width: 991px) {
  .rv-35-gallary {
    margin-top: 60px;
  }
}

.rv-35-gallary-img img {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .rv-35-gallary-img {
    height: 50vh;
  }
}
@media screen and (max-width: 767px) {
  .rv-35-gallary-img {
    height: 40vh;
  }
}
@media screen and (max-width: 575px) {
  .rv-35-gallary-img {
    height: 32vh;
  }
}
@media screen and (max-width: 479px) {
  .rv-35-gallary-img {
    height: 25vh;
  }
}

.rv-35-gallary-img__overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(5, 5, 5, 0.4);
}

.rv-35-vdo-btn {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: #0057FC;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  animation: ripple2 2s linear infinite;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1199px) {
  .rv-35-vdo-btn {
    height: 60px;
    width: 60px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .rv-35-vdo-btn {
    height: 50px;
    width: 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .rv-35-vdo-btn {
    height: 40px;
    width: 40px;
    font-size: 15px;
  }
}

.rv-36-gallary-list {
  align-self: flex-end;
}
.rv-36-gallary-list ul {
  display: flex;
  gap: 30px;
}
.rv-36-gallary-list ul li {
  font-family: var(--inter);
  font-weight: 600;
  font-size: 15px;
  color: #0B1728;
  position: relative;
  cursor: pointer;
}
.rv-36-gallary-list ul li:first-child:after {
  position: absolute;
  content: "New";
  background: #FB3E2D;
  color: white;
  padding: 0 5px;
  top: -25px;
  left: -10px;
}
.rv-36-gallary-list ul li:first-child:before {
  position: absolute;
  content: "";
  background: #FB3E2D;
  height: 8px;
  width: 8px;
  transform: rotate(45deg);
  top: -8px;
  left: 8px;
}

.rv-36-project-gallary {
  display: grid;
  gap: 30px;
  grid-auto-flow: dense;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}
.rv-36-project-gallary img {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.rv-36-project-gallary .sm-img {
  grid-column: span 2;
}
.rv-36-project-gallary .big-img {
  grid-column: span 2;
  grid-row: span 2;
}

.rv-37-gallary {
  background: linear-gradient(to right, rgba(255, 62, 102, 0.14), rgba(244, 194, 41, 0.24));
}
@media screen and (max-width: 991px) {
  .rv-37-gallary {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .rv-37-gallary .rv-37-section-header {
    display: block !important;
    text-align: center;
  }
}

.rv-37-section-header-text {
  color: rgba(10, 37, 64, 0.7);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .rv-37-section-header-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  .rv-37-section-header-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .rv-37-section-header-text {
    line-height: 24px;
  }
  .rv-37-section-header-text br {
    display: none;
    font-weight: 400;
  }
}

.rv-37-client-img {
  position: relative;
  overflow: hidden;
}
.rv-37-client-img img {
  border-radius: 15px;
}
.rv-37-client-img__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.3s all;
}
.rv-37-client-img__overlay .rv-37-overlay-icon {
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #1569FD;
  color: white;
  left: 50%;
  top: -17%;
  display: grid;
  place-items: center;
  transform: translateX(-50%) rotate(-45deg);
  transition: 0.3s all;
}
.rv-37-client-img__overlay .rv-37-overlay-text {
  position: absolute;
  background-color: #0A2540;
  color: white;
  font-family: var(--roboto);
  font-weight: 500;
  font-size: 15px;
  left: 30px;
  bottom: -100px;
  border-radius: 20px;
  padding: 0 10px;
  transition: 0.3s all;
}
.rv-37-client-img:hover .rv-37-client-img__overlay {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.rv-37-client-img:hover .rv-37-overlay-icon {
  top: 44%;
}
.rv-37-client-img:hover .rv-37-overlay-text {
  bottom: 30px;
}

.rv-37-gallary-container .swiper-slide {
  width: auto !important;
}

/* ----- 12. Blogs ----- */
.rv-1-blog:hover .rv-1-blog__img img {
  scale: 1.06;
}
.rv-1-blog__img {
  overflow: hidden;
}
.rv-1-blog__img img {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 1399px) {
  .rv-1-blog__img img {
    height: 270px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-1-blog__img img {
    height: 240px;
  }
}
.rv-1-blog__txt {
  border: 1px solid rgba(5, 5, 5, 0.14);
  padding: 25px 30px 30px;
}
@media screen and (max-width: 1399px) {
  .rv-1-blog__txt {
    padding: 20px 24px 25px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-1-blog__txt {
    padding: 20px;
  }
}
.rv-1-blog__infos {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .rv-1-blog__infos {
    flex-direction: column;
    row-gap: 5px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .rv-1-blog__infos {
    flex-direction: row;
  }
}
@media screen and (max-width: 575px) {
  .rv-1-blog__infos {
    flex-direction: column;
  }
}
.rv-1-blog__infos li {
  color: var(--black);
}
.rv-1-blog__infos li img {
  vertical-align: text-top;
}
.rv-1-blog__title {
  font-size: 22px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 23px;
}
@media screen and (max-width: 1399px) {
  .rv-1-blog__title {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-1-blog__title {
    font-size: 18px;
    margin-bottom: 13px;
  }
}
.rv-1-blog__title a:hover {
  color: var(--orange);
}
.rv-1-blog__btn {
  display: inline-flex;
  justify-content: flex-start;
}
.rv-1-blog__btn:hover i {
  background-color: var(--orange);
  border-color: var(--orange);
  color: var(--white-f);
}

.rv-2-blog {
  background: linear-gradient(94deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 90px 55px;
}
@media screen and (max-width: 1599px) {
  .rv-2-blog {
    padding: 60px 35px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-2-blog {
    padding: 30px 25px;
  }
}
.rv-2-blog:hover {
  box-shadow: 0px 10px 100px rgba(5, 5, 5, 0.2);
}
.rv-2-blog:hover .rv-2-honor__btn i {
  background-color: #DAED1A;
  border-color: #DAED1A;
  color: var(--black);
}
.rv-2-blog__infos {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 46px;
}
@media screen and (max-width: 1399px) {
  .rv-2-blog__infos {
    margin-bottom: 30px;
  }
}
.rv-2-blog__info {
  font-weight: 600;
  font-size: 14px;
  font-family: var(--mulish);
  color: rgba(255, 255, 255, 0.7);
}
.rv-2-blog__cat {
  font-weight: 700;
  color: #0F0F0F;
  background-color: #DAED1A;
  padding: 2px 15px 1px;
}
.rv-2-blog__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 126.667%;
}
@media screen and (max-width: 1599px) {
  .rv-2-blog__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-2-blog__title {
    font-size: 22px;
  }
}
.rv-2-blog__title a:hover {
  color: #DAED1A;
}
.rv-2-blog__descr {
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--mulish);
  font-size: 15px;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 65px;
}
@media screen and (max-width: 1599px) {
  .rv-2-blog__descr {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-2-blog__descr {
    margin-bottom: 35px;
  }
}
.rv-2-blog .rv-2-honor__btn {
  justify-content: flex-start;
}

.rv-3-blogs .rv-3-section-heading {
  text-align: center;
  justify-content: center;
}
.rv-3-blogs .rv-3-sub-title {
  margin-inline: auto;
}
.rv-3-blogs__slider {
  padding: 0 10px;
  margin: 0 -10px;
}

.rv-3-blog {
  box-shadow: 0px 1px 2px rgba(5, 5, 5, 0.14);
}
.rv-3-blog:hover .rv-3-blog__btn i {
  background-color: #A97240;
  border-color: #A97240;
  color: var(--white-f);
}
.rv-3-blog:hover .rv-3-blog__img img {
  scale: 1.06;
}
.rv-3-blog__img {
  overflow: hidden;
}
.rv-3-blog__img img {
  height: 270px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .rv-3-blog__img img {
    height: 210px;
  }
}
.rv-3-blog__txt {
  padding: 30px;
}
@media screen and (max-width: 1399px) {
  .rv-3-blog__txt {
    padding: 20px;
  }
}
.rv-3-blog__infos {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 23px;
}
@media screen and (max-width: 1399px) {
  .rv-3-blog__infos {
    margin-bottom: 18px;
  }
}
.rv-3-blog__info {
  display: flex;
  align-items: center;
  gap: 5px;
}
.rv-3-blog__cat {
  background-color: #A97240;
  color: #FFF;
  font-family: var(--mulish);
  font-size: 14px;
  font-weight: 300;
  padding: 2px 12px;
}
.rv-3-blog__title {
  color: #050505;
  font-size: 22px;
  font-weight: 700;
  line-height: 136.364%;
  margin-bottom: 26px;
}
.rv-3-blog__title a:hover {
  color: #A97240;
}
@media screen and (max-width: 1399px) {
  .rv-3-blog__title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-3-blog__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .rv-3-blog__title {
    font-size: 17px;
  }
}
.rv-3-blog__btn {
  justify-content: flex-start;
}
.rv-3-blog__btn:hover {
  color: #A97240;
}

#rv-3-blogs-slider-pagination {
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  #rv-3-blogs-slider-pagination {
    margin-top: 40px;
  }
}

.rv-4-blogs-1 {
  padding-top: 90px;
}
@media screen and (max-width: 1399px) {
  .rv-4-blogs-1 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .rv-4-blogs-1 {
    padding-top: 30px;
  }
}
.rv-4-blogs-1__row {
  --bs-gutter-x: 30px;
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 1399px) {
  .rv-4-blogs-1__row {
    --bs-gutter-x: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-4-blogs-1__row {
    --bs-gutter-x: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media screen and (max-width: 991px) {
  .rv-4-blogs-1__row {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (max-width: 767px) {
  .rv-4-blogs-1__row {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.rv-4-blog {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
@media screen and (max-width: 767px) {
  .rv-4-blog {
    width: 75%;
    margin: auto;
  }
}
@media screen and (max-width: 479px) {
  .rv-4-blog {
    width: 100%;
  }
}
.rv-4-blog:hover .rv-4-blog__img img {
  scale: 1.08;
}
.rv-4-blog__img {
  overflow: hidden;
}
.rv-4-blog__img img {
  transition: 0.4s ease;
  width: 100%;
  height: 470px;
}
@media screen and (max-width: 1399px) {
  .rv-4-blog__img img {
    height: 430px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-4-blog__img img {
    height: 400px;
  }
}
.rv-4-blog__txt {
  position: relative;
  margin: 0 30px;
  margin-top: -50px;
  background: var(--white-f);
  box-shadow: 0px 1px 3px rgba(8, 28, 21, 0.14);
  padding: 40px 35px;
}
@media screen and (max-width: 1399px) {
  .rv-4-blog__txt {
    margin: 0 20px;
    margin-top: -50px;
    padding: 30px 25px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-4-blog__txt {
    margin: 0 15px;
    margin-top: -50px;
    padding: 25px 20px;
  }
}
.rv-4-blog .rv-3-blog__infos {
  margin-bottom: 16px;
}
@media screen and (max-width: 1199px) {
  .rv-4-blog .rv-3-blog__infos {
    row-gap: 10px;
    flex-wrap: wrap;
  }
}
.rv-4-blog .rv-3-blog__cat {
  background-color: #A90E20;
}
.rv-4-blog .rv-3-blog__title {
  font-weight: 600;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .rv-4-blog .rv-3-blog__title {
    margin-bottom: 15px;
  }
}
.rv-4-blog .rv-3-blog__title a {
  background: linear-gradient(to right, var(--black), var(--black)) no-repeat bottom left;
  background-size: 0% 2px;
  display: inline;
}
.rv-4-blog .rv-3-blog__title a:hover {
  color: var(--black);
  background-size: 100% 2px;
}
.rv-4-blog__btn {
  color: var(--black);
  font-weight: 700;
  font-family: var(--mulish);
}
.rv-4-blog__btn:hover {
  color: #A90E20;
}
.rv-4-blog:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .rv-4-blog:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .rv-4-blog:not(:last-child) {
    margin-bottom: 15px;
  }
}
.rv-4-blog--sm-img .rv-4-blog__img img {
  height: 340px;
}
@media screen and (max-width: 991px) {
  .rv-4-blog--sm-img .rv-4-blog__img img {
    height: 280px;
  }
}
@media screen and (max-width: 575px) {
  .rv-4-blog--sm-img .rv-4-blog__img img {
    height: 250px;
  }
}
@media screen and (max-width: 479px) {
  .rv-4-blog--sm-img .rv-4-blog__img img {
    height: 230px;
  }
}

.rv-4-blogs-2 {
  padding: 100px 0;
}
@media screen and (max-width: 1399px) {
  .rv-4-blogs-2 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 991px) {
  .rv-4-blogs-2 {
    padding: 60px 0;
  }
}
.rv-4-blogs-2 .rv-4-blog {
  display: flex;
  border: 1px solid rgba(44, 44, 44, 0.1);
  align-items: center;
}
@media screen and (max-width: 991px) {
  .rv-4-blogs-2 .rv-4-blog {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .rv-4-blogs-2 .rv-4-blog {
    width: 100%;
  }
}
.rv-4-blogs-2 .rv-4-blog__img {
  flex-shrink: 0;
  align-self: stretch;
}
.rv-4-blogs-2 .rv-4-blog__img img {
  width: 520px;
  height: 100%;
  max-height: 400px;
}
@media screen and (max-width: 1399px) {
  .rv-4-blogs-2 .rv-4-blog__img img {
    height: 355px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-4-blogs-2 .rv-4-blog__img img {
    max-height: 345px;
    width: 470px;
  }
}
@media screen and (max-width: 991px) {
  .rv-4-blogs-2 .rv-4-blog__img img {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .rv-4-blogs-2 .rv-4-blog__img img {
    max-height: 280px;
  }
}
@media screen and (max-width: 479px) {
  .rv-4-blogs-2 .rv-4-blog__img img {
    max-height: 240px;
  }
}
.rv-4-blogs-2 .rv-4-blog__txt {
  padding: 60px;
  flex-grow: 1;
  margin: 0;
  box-shadow: none;
}