/*!
Theme Name: rvjc
Theme URI: https://www.rvjcnepal.com
Author: GWT
Author URI: https://genesiswtech.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rvjc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");

@font-face {
  font-family: "Geometria-Bold";
  src: url("./assets/fonts/Geometria-Bold.woff2") format("woff2"), url("./assets/fonts/Geometria-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geometria-Medium";
  src: url("./assets/fonts/Geometria-Medium.woff2") format("woff2"), url("./assets/fonts/Geometria-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geometria";
  src: url("./assets/fonts/Geometria.woff2") format("woff2"), url("./assets/fonts/Geometria.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary--color: #3c5106;
  --secondary--color: #fba208;
  --territary--color: #140f0f;
  --font: "Oswald", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.home {
  background: #000;
  height: 100vh;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

body {
  font-family: "Geometria";
}

h1,
h2,
h3,
h5,
h4,
h6 {
  font-family: "Oswald", sans-serif;
}

.banner--section > img {
  width: 100%;
  height: 100%;
}

.banner--section {
  position: relative;
}

.btn {
  background: var(--primary--color);
  color: #fff;
  padding: 12px 20px;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  border: none;
  cursor: pointer;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  text-transform: uppercase;
}

.btn:hover {
  background: var(--secondary--color);
  color: #fff;
}
.btn span {
  z-index: 20;
}
.btn::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  width: 50px;
  z-index: 10;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
}

.btn:hover::after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-white {
  background: #fff;
  color: var(--secondary--color);
}

.banner--section .banner-text {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  display: inline-block;
  height: auto;
  top: auto;
  width: 100%;
}
.site-branding {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-navigation {
  background: #3c5106;
}

.main-navigation > div > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.main-navigation > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-navigation > div > div > ul {
  margin: 0;
  padding: 0;
  line-height: normal;
  list-style: none;
  height: 100%;
}

.main-navigation > div > div {
  align-self: stretch;
  display: flex;
}

.main-navigation > div > div > ul {
  display: flex;
}

.main-navigation > div > div > ul > li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.main-navigation > div > div > ul > li > ul {
  position: absolute;
  top: 130%;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #111;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
  padding-bottom: 10px;
  padding-top: 10px;
  box-shadow: 0 5px 15px #00000038;
}

.main-navigation > div > div > ul > li:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  transition: 0.3s linear;
  z-index: 12;
}

.main-navigation > div > div > ul > li > ul > li > a {
  display: block;
  padding: 10px 15px;
  color: #111;
  font-size: 25px;
  font-family: var(--font);
  border-bottom: 1px solid #1111112b;
}

.main-navigation > div > div > ul > li > i {
  padding-left: 15px;
  font-size: 24px;

  color: #111;
}

.main-navigation > div > div > ul > li > ul > li:first-child > a {
  padding-top: 0;
}

.main-navigation > div > div > ul > li > ul > li:last-child > a {
  padding-bottom: 0;
  border-bottom: none;
}

.main-navigation > div > div > ul > li > a {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 15px 19px;
  text-transform: uppercase;
}

.main-navigation > div > div > ul > li:hover > a,
.main-navigation > div > div > ul > li:hover > i {
  /*color: 3c5106;  */
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.main-navigation > div > div > ul > li.has-submenu {
  position: relative;
}

.default-banner {
  position: relative;
}

.default-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}

.default-banner img {
  width: 100%;
  max-height: 750px;
  object-fit: cover;
}

.banner-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  place-items: center;
  z-index: 1;
}

.banner-text h2 {
  color: #fff;
  font-size: 75px;
  line-height: 1.14;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.banner-text p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  padding: 5px 0;
  font-family: "Oswald", sans-serif;
}

.content-area p:last-child {
  margin-bottom: 0;
}

.content-area p,
.content-area {
  font-size: 18px;
  padding: 0;
  line-height: 183%;
  color: #191a18;
  margin-top: 0;
}

.content-area img {
  margin-bottom: 15px;
}

.content-area h2 {
  line-height: 1.214;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}

.alignright {
  float: right;
  margin-left: 30px;
}

.alignleft {
  float: left;
  margin-right: 30px;
}

.content-area ul,
.content-area ol {
  padding-left: 20px;
}

.content-area ul li,
.content-area ol li {
  margin-bottom: 6px;
}

.content-area ul li::marker,
.content-area ol li::marker {
  color: var(--primary--color);
}
.content-area h2,
.content-area h1,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6 {
  margin-bottom: 15px;
  color: #3c5106;
}

.content-area blockquote {
  font-weight: 600;
  font-size: 22px;
  background: #f1f1f1;
  margin-top: 20px;
  padding: 35px;
  line-height: 1.7;
  margin-bottom: 20px;
}

blockquote.floatleft {
  background: none;
  padding: 80px 0 0 0;
  color: #000;
  float: left;
  width: 250px;
  padding-right: 30px;
  border-right: 2px solid var(--primary--color);
  margin-right: 40px;
  text-align: inherit;
  position: relative;
}

blockquote.floatright {
  background: none;
  padding: 80px 0 0 0;
  color: #000;
  float: right;
  width: 250px;
  padding-left: 30px;
  border-left: 2px solid var(--primary--color);
  margin-left: 40px;
  text-align: inherit;
  position: relative;
}

blockquote.floatleft::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-size: 41px;
  position: absolute;
  left: 0px;
  background: var(--primary--color);
  color: #fff;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  text-align: center;
  line-height: 70px;
  top: 0;
  font-weight: 900;
}

blockquote.floatright::before {
  content: "\f10e";
  font-family: "Font Awesome 6 Free";
  font-size: 41px;
  position: absolute;
  right: 0px;
  background: var(--primary--color);
  color: #fff;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  text-align: center;
  line-height: 70px;
  top: 0;
  font-weight: 900;
}

.featured--img {
  text-align: center;
  margin-bottom: 25px;
}

.content-area table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.content-area table td,
.content-area table th {
  padding: 15px;
  width: 50%;
  border: 1px solid #0000003d;
}

.content-area table thead tr td,
.content-area table thead tr th {
  color: var(--primary--color);
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.content-area table tbody tr:nth-of-type(2n + 1),
.content-area table > tr:nth-of-type(2n + 1) {
  background: #3c51061a;
}

.content-area em {
  color: #191a18;
}

.content-area a {
  color: #111;
}

.heading-text-wrap {
  margin-bottom: 25px;
}

.heading {
  font-size: 45px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 68px;
  padding: 5px 0 0 0;
  color: #3c5106;
}

.single-gallery-col img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.site-footer {
  padding-top: 20px;
  margin-top: 40px;
  border-top: 1px solid #0003;
}

.home .site-footer {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.footer-links > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links > ul > li {
  padding-right: 15px;
}

.footer-links > ul > li > a {
  color: #000;
  font-size: 14px;
  font-family: "Geometria-Medium";
}

.footer-links > ul > li > a:hover {
  color: var(--primary--color);
}

.copyright {
  font-size: 14px;
  color: #111;
  text-align: center;
}

.copyright p {
  margin: 0;
  margin-bottom: 15px;
}

.copyright p:first-child {
  margin: 0;
}

.copyright p a {
  font-weight: bold;
  color: var(--primary--color);
}

.home .site-branding {
  padding: 0;
}

.fade-in-image {
  animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.contact-details > div i {
  position: absolute;
  left: 0;
  top: 13px;
  font-size: 25px;
  color: #111;
}

.contact-details > div i {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 25px;
}

.contact-details > div {
  position: relative;
  display: block;
  padding: 0 0 0 45px;
  font-size: 17px;
  color: #000;
}

.contact-details > div:not(:last-child) {
  margin-bottom: 10px;
}

.contact-details h4 {
  font-family: "Geometria-Medium";
  font-size: 22px;
  display: block;
  margin-bottom: 15px;
  color: var(--primary--color);
}

.contact-details:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.form--wrapper .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 25px;
  align-items: center;
}

.form--wrapper .wpcf7-form p {
  margin: 0;
  grid-column: span 6;
}

.form--wrapper .wpcf7-form p:nth-child(10) {
  grid-column: span 12;
}

.online-form .wpcf7-form p:nth-child(6) {
  grid-column: span 6;
}
.form--wrapper form input,
.form--wrapper form textarea,
.form--wrapper form select {
  width: 100%;
  box-sizing: border-box;
  padding: 11px;
  border: 1px solid #00000073;
  background: transparent;
  margin-top: 7px;
}
.form--wrapper form input[type="submit"] {
  width: auto;
  background: var(--primary--color);
  color: #fff;
  padding: 12px 20px;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  border: none;
  cursor: pointer;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  text-transform: uppercase;
}

.form--wrapper form label {
  width: 100%;
  font-family: "Oswald", sans-serif;
	color: #111;
}

.form--wrapper h3 {
  font-size: 45px;
  color: #111;
}

.package-tabs.uk-subnav > li > a {
  color: #111;
  padding: 12px 20px;
  border: 1px solid #0000002b;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;

  font-family: "Oswald", sans-serif;
}

.package-tabs > li.uk-active > a,
.package-tabs.uk-subnav > li > a:hover {
  background: var(--primary--color);
  color: #fff;
  border-color: transparent;
}

.booking-form.form--wrapper {
  background: #eee;
  padding: 40px;
}

.burger--menu {
  display: none;
  color: #fff;
  padding: 9px 15px;
  font-size: 25px;
  vertical-align: middle;
  background: #00000029;
}

.burger--menu:hover {
  color: #fff;
}

.uk-offcanvas-reveal .uk-offcanvas-bar {
  padding: 0;
  background: var(--primary--color);
}

.uk-offcanvas-reveal > div > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-offcanvas-reveal > div > div > ul > li > a {
  color: #fff;
  padding: 12px 20px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  border-bottom: 1px solid #ffffff0a;
  display: block;
  font-size: 18px;
}

.uk-offcanvas-reveal > div > div > ul > li > span {
  /* background: #0000000f; */
  display: block;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  position: absolute;
  right: 0;
  top: -1px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  cursor: pointer;
}

.uk-offcanvas-reveal > div > div > ul {
  position: relative;
}

.uk-offcanvas-reveal > div > div > ul > li,
.uk-offcanvas-reveal > div > div > ul > li > ul > li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.uk-offcanvas-reveal > div > div > ul > li > ul > li:last-child {
  border-bottom: none;
}

.uk-offcanvas-reveal > div > div > ul > li > ul {
  display: none;
  background: #ffffff17;
  padding: 7px 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-offcanvas-reveal > div > div > ul > li:hover > a,
.uk-offcanvas-reveal > div > div > ul > li:hover span,
.uk-offcanvas-reveal > div > div > ul > li > ul > li:hover > a,
.main-navigation > div > div > ul > li.menu-item-has-children:hover span {
  background: #0000001c;
}

.uk-offcanvas-reveal > div > div > ul > li > a,
.uk-offcanvas-reveal > div > div > ul > li > ul > li > a {
  color: #fff;
  padding: 10px 20px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  border-bottom: 1px solid #ffffff0a;
  display: block;
  font-size: 17px;
  font-weight: 500;
}

.uk-offcanvas-reveal > div > div > ul > li > ul > li > a {
  font-size: 16px;
}

.main-navigation > div > ul > li.menu-item-has-children span {
  font-size: 16px;
  color: #111;
  padding-left: 6px;
}

.main-navigation > div > ul > li.menu-item-has-children {
  padding-right: 7px;
}

.responsive--logo {
  padding: 15px;
  background: #fff;
  text-align: center;
}

::selection {
  background: var(--primary--color);
}

.uk-subnav > li {
  margin-bottom: 15px;
}

.testimonials-wrapper img {
  width: 250px;
  margin-right: 100px;
}

.top-slogan {
  background: rgba(33, 33, 31, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 10px;
  color: #daf0a1;
  text-align: center;
  text-transform: none;
  border-bottom: 1px solid #bbc277;
  font-family: "Geometria-Medium";
  line-height: 1.8em;
  font-size: 20px;
  z-index: 1;
}

.rvjc-tag ul {
  margin: 20px 0 30px;
  padding: 0;
  list-style: none;
}

.rvjc-tag ul li {
  display: inline-block;
  margin-left: 20px;
}

.rvjc-tag a {
  position: relative;
  display: inline-block;
  border: 1px solid #0000008f;
  padding: 7px 18px;
  text-align: center;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  margin-right: 13px;
  margin-bottom: 13px;
  line-height: 18px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.rvjc-tag a:hover {
  background: var(--primary--color);
  color: #fff;
  border-color: var(--primary--color);
}

.rvjc-sitemap ul {
  column-count: 2;
}

.mobile-view {
  display: none;
}

.home .switcher {
  position: absolute;
  top: -3px;
  right: 0;
  padding: 5px 0;
}

.site-branding {
  position: relative;
}

.site-header.uk-active::before {
  background-image: none;
}
.site-header.uk-active {
  background: var(--primary--color);
}

.header-navigation > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-top: 30px;
  border-top: 1px solid #946712;
  border-bottom: 1px solid #946712;
  justify-content: center;
}

.header-navigation > ul > li {
  padding: 0 15px;
}

.header-navigation > ul > li > a {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #cfad5b;
  padding-top: 3px;
}

.header-navigation > ul > li:nth-child(4) {
  margin-left: 160px;
}

.header-navigation {
  position: relative;
}

.header-logo {
  position: absolute;
  top: -30px;
  left: 46%;
  margin: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.site-header {
  position: absolute;
  width: 100%;
  z-index: 111111;
}

body {
  background: #d9ac73 url("https://www.rvjcnepal.com/wp-content/uploads/2022/06/bg-about.jpg") fixed center no-repeat;
}

.language-switch {
  position: absolute;
  right: 0;
  top: 0;
}

.language-switch {
  position: absolute;
  right: 50px;
  top: 30px;
}

.language-switch .uk-button {
  padding: 6px 12px;
  line-height: 24px;
  color: #fff;
}
.language {
  padding: 10px 15px;
}

.language > a {
  display: block;
  color: #111;
  margin-bottom: 15px;
  font-size: 15px;
}

.language > a:last-child {
  margin: 0;
}

.home .language-switch {
  top: 0;
  background: #bca62e;
  border-color: #bca62e;
}
	.main-navigation > div > div > ul > li.responsive-menu {
		display: none;
	}
