/*!
Theme Name: upretysamaj
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: upretysamaj
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

upretysamaj is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> 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

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

:root {
  --primary: #763c4d;
  --secondary: #f8e0a5;
  --transition: all 0.3s linear;
  --primary-font: "Poppins", sans-serif;
  --secondary-font: "Mukta", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

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

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

body {
  font-family: var(--secondary-font);
}

p {
  line-height: 1.5;
  color: #000;
}

h1,
h2,
h3,
h5,
h4,
h6 {
  font-family: var(--primary-font);
  color: #000;
  font-weight: 600;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
}

.list__item ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mx-auto {
  margin: 0 auto;
}
.section-t {
  padding-top: 70px;
}
.section-b {
  padding-bottom: 70px;
}
.section {
  padding: 70px 0;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content__wrapper {
  margin-top: 30px;
}
.the__content p,.entry-content p {
  font-weight: 400;
  font-size: 18px;
  color: #212121;
  line-height: 29px;
}
.the__content li {
  font-size: 14px;
  color: #212121;
}
.the__content li:not(:last-child) {
  margin-bottom: 10px;
}
.the__title,.entry-title {
  margin: 0;
  margin-bottom: 10px;
  font-size: 32px;
  color: var(--primary);
  line-height: 1.8;
  font-weight: 600;
}

.light__bg {
  background: #f5f8f9;
}

.hover__img {
  overflow: hidden;
}
.hover__img a img {
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  width: 100%;
  height: 250px;
}
.hover__img:hover a img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sticky__top {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
.site-header .custom-logo {
  width: 250px;
  padding: 20px 0;
}
.border-left{
  border-left: 10px solid var(--secondary);
  padding-left: 20px;
}

.sub__title {
  font-size: 20px;
  color: #212121;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* .title__wrapper .sub__title::after{
  position: absolute;
  content: "";
  background: #212121;
  height: 1px;
  width: 75%;
  bottom: -5px;
  left: 0;
} */
.heading__title {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  color: #443e3e;
}

.link__title {
  margin: 0;
  line-height: 25px;
  margin-bottom: 5px;
}
.link__title a {
  color: var(--primary);
  font-size: 20px;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.link__title a:hover {
  color: #443e3e;
}

/*  */
.btn, input[type="submit"] {
  padding: 10px 22px;
  font-size: 17px;
  font-weight: 400;
  border: unset;
  color: #fff;
  z-index: 1;
  background: var(--primary);
  font-family: var(--primary-font);
  position: relative;
  overflow: hidden;
  transition: all 250ms;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -ms-transition: all 250ms;
  -o-transition: all 250ms;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  text-transform: capitalize;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

input[type="submit"]{
  cursor: pointer;
}
input[type="submit"]:hover{
  background: var(--secondary);
  color: var(--primary);
}

.btn.btn-light {
  background: #fff;
  color: var(--primary);
}

.btn.btn-overlay {
  background: #f5f8f9;
  color: var(--primary);
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: var(--secondary);
  z-index: 0;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.btn:hover {
  color: var(--primary);
}

.btn:hover::before {
  width: 100%;
}
.btn i {
  margin-left: 5px;
}
.btn span {
  position: relative;
  z-index: 2;
}
.btn:hover i,
.text__btn:hover i {
  -webkit-animation: slide_icon 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
          animation: slide_icon 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
}

@-webkit-keyframes slide_icon {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    opacity: 0;
  }
  26% {
    -webkit-transform: translateX(1.25em);
            transform: translateX(1.25em);
  }
  27% {
    -webkit-transform: translateX(-1.25em);
            transform: translateX(-1.25em);
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide_icon {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    opacity: 0;
  }
  26% {
    -webkit-transform: translateX(1.25em);
            transform: translateX(1.25em);
  }
  27% {
    -webkit-transform: translateX(-1.25em);
            transform: translateX(-1.25em);
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.btn__center {
  text-align: center;
  margin-top: 40px;
}
.text__btn {
  color: var(--primary);
  text-transform: capitalize;
  font-size: 14px;
  font-weight: bold;
}
.text__btn i {
  margin-left: 5px;
}
.text__btn:hover {
  color: var(--primary);
}

.animate__icon:hover i {
  -webkit-animation: animate_icon 0.5s forwards;
          animation: animate_icon 0.5s forwards;
}

@-webkit-keyframes animate_icon {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes animate_icon {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
/*  */
.top__header {
  background: #fff;
  border-bottom: 1px solid #eee;
}
.bottom__header {
  background: var(--primary);
}
#primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#primary-menu > li > a {
  font-size: 17px;
  text-transform: capitalize;
  position: relative;
  font-weight: 500;
  z-index: 1000;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  padding: 1rem;
  display: block;
  color: #fff;
  font-family: var(--primary-font);
}

#primary-menu .current-menu-item > a {
  color: var(--secondary);
}

#primary-menu > li > a:hover {
  color: var(--secondary) !important;
}
#primary-menu > li > a:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  top: 100%;
  left: 0.05em;
  right: 0.05em;
  background: var(--secondary);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
  transition: -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
  -o-transition: transform 0.6s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(1, 0, 0, 1),
    -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(1, 0, 0, 1),
    -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(1, 0, 0, 1),
    -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
}
#primary-menu > li > a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-duration: 0.9s;
  -o-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

/*  */
.main-navigation {
  z-index: 999;
}
.main-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.main-navigation ul > li,
.main-navigation ul > li > ul > li {
  position: relative;
  text-align: left;
}
.main-navigation > div > ul > li.menu-item-has-children > ul li a {
  display: block;
  padding: 10px 20px;
  color: #000;
  position: relative;
  line-height: 26px;
  font-size: 14px;
  font-weight: 500;
  margin: 0 !important;
  text-transform: capitalize;
  font-family: var(--primary-font);
}
.main-navigation ul > li > ul {
  position: absolute;
  top: 150%;
  background: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: none;
  z-index: 2;
  /* display: none; */
  min-width: 230px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  left: -100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 400px;
  overflow-y: auto;
  max-height: 500px;
}

.main-navigation ul > li:hover > ul {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
  left: 0;
  top: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* .main-navigation ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
} */

.main-navigation ul > li > ul > li > ul {
  position: absolute;
  left: 80%;
  top: 0;
  background:#fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: none;
  z-index: 2;
}

.main-navigation ul > li > ul > li:hover > ul {
  left: 100%;
  top: 0;
}
/* .main-navigation > div > ul > li.menu-item-has-children:hover > ul {
	-webkit-animation: fade-nav-up 0.3s ease-in-out forwards;
	animation: fade-nav-up 0.3s ease-in-out forwards;
  } */

.main-navigation > div > ul > li.menu-item-has-children > ul li a:hover {
  /* background: none repeat scroll 0 0 var(--primary); */
  text-decoration: none;
  color: #fff;
}

.main-navigation > div > ul > li.menu-item-has-children > ul li:hover {
  background: #fff;
  /* border-top: 1px solid #fff; */
}
.main-navigation > div > ul > li.menu-item-has-children > ul li:hover > a {
  color: var(--primary);
}

.main-navigation > div > ul > li.menu-item-has-children > ul li a {
  color: var(--primary) !important;
}

.main-navigation > div > ul > li.menu-item-has-children > a {
  padding-right: 30px !important;
}
.main-navigation > div > ul > li.menu-item-has-children > a::before {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  color: #fff;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.top__head.uk-active
  .main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > a::before {
  color: #000;
}
.main-navigation > div > ul > li.menu-item-has-children:hover > a::before,
.top__head.uk-active
  .main-navigation
  > div
  > ul
  > li.menu-item-has-children:hover
  > a::before {
  color: var(--secondary);
}

.main-navigation > div > ul > li.menu-item-has-children:hover > a::after {
  -webkit-transform: scaleX(1) !important;
  -ms-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
  -webkit-transition-duration: 0.9s !important;
  -o-transition-duration: 0.9s !important;
  transition-duration: 0.9s !important;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1) !important;
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1) !important;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1) !important;
  -webkit-transform-origin: 0 50% !important;
  -ms-transform-origin: 0 50% !important;
  transform-origin: 0 50% !important;
}
.main-navigation > div > ul > li.menu-item-has-children:hover > a {
  color: var(--secondary) !important;
}

.main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > a::after,
.main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block !important;
  font-size: 10px;
}

.main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > a,
.main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.burger__menu {
  display: block;
  padding: 5px 10px;
  background: #fff;
  color: var(--primary);
  border-radius: 4px;
  margin: 5px;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.burger__menu:hover {
  background: var(--secondary);
  color: var(--primary);
}

/*  */

/*  */
#offcanvas-overlay .uk-offcanvas-bar {
  background: var(--primary);
  border-right: 5px solid var(--secondary);
  padding: 20px 0;
}
#offcanvas-overlay .uk-offcanvas-bar .custom-logo {
  width: 200px;
  margin: 0 auto;
  display: block;
  padding-bottom: 20px;
}
.uk-offcanvas-overlay::before {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

#offcanvas-overlay ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#offcanvas-overlay #primary-menu1 > li > a {
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  padding: 10px 20px;
  display: block;
  font-weight: 500;
}
#offcanvas-overlay .uk-offcanvas-close {
  color: #fff;
}
#offcanvas-overlay #primary-menu1 > li > ul,
#offcanvas-overlay #primary-menu1 > li > ul > li > ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

#offcanvas-overlay #primary-menu1 li {
  position: relative;
  cursor: pointer;
}
#offcanvas-overlay #primary-menu1 > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#offcanvas-overlay #primary-menu1 > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

#offcanvas-overlay #primary-menu1 > li > a:hover,
#offcanvas-overlay #primary-menu1 > li > a.show-active,
#offcanvas-overlay #primary-menu1 > li > a:focus,
#offcanvas-overlay #primary-menu1 > li:hover > a,
#offcanvas-overlay #primary-menu1 > li:focus > a {
  background: #ffffff45;
  color: #fff;
}

#offcanvas-overlay #primary-menu1 > li:hover > a {
  color: #fff;
}
#offcanvas-overlay #primary-menu1 > li > ul > li:hover {
  background: rgba(255, 255, 255, 0.1);
}
#offcanvas-overlay #primary-menu1 li.menu-item-has-children span {
  color: var(--primary);
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 19px;
  width: 45px;
  height: 45px;
  background: #ffffffb2;
  right: 0;
}
#offcanvas-overlay #primary-menu1 li.menu-item-has-children span i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* #offcanvas-overlay #primary-menu1 li > ul {
  background: #fff;
} */
#offcanvas-overlay #primary-menu1 li.menu-item-has-children > ul {
  background: #fff;
}
#offcanvas-overlay
  #primary-menu1
  li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > ul {
  background: #fff;
}
#offcanvas-overlay #primary-menu1 > li.menu-item-has-children > span {
  top: 23px;
}

#offcanvas-overlay #primary-menu1 > li.menu-item-has-children ul li a {
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 400;
  padding: 10px 30px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#offcanvas-overlay #primary-menu1 > li.menu-item-has-children ul li a:hover {
  color: var(--primary);
}
/* #offcanvas-overlay #primary-menu1 > li.menu-item-has-children ul li a:hover {
  background: rgba(115, 181, 95, 0.2);
} */
#offcanvas-overlay
  #primary-menu1
  > li.menu-item-has-children
  ul
  li.menu-item-has-children
  ul
  li
  a {
  padding-left: 40px;
}
#offcanvas-overlay
  #primary-menu1
  > li.menu-item-has-children
  ul
  > li.menu-item-has-children
  > a {
  font-weight: 600;
  /* margin-left: 5px; */
}
#offcanvas-overlay
  #primary-menu1
  > li.menu-item-has-children
  ul
  li.menu-item-has-children
  ul
  li.menu-item-has-children
  ul
  li
  a {
  padding-left: 60px;
}

.site-header {
  position: relative;
}
.site-header::before,
.site-header::after {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.site-header::before {
  background: var(--primary);
}
.site-header::after {
  background-image: url(./assets/img/nav-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.site-header .flag img {
  width: 50px;
  padding: 10px 0;
}
.site-header {
  border-bottom: 10px solid var(--secondary);
}

/* ---- */
.banner__section {
  height: calc(100vh - 131px);
  background: #000;
}
.banner__section img {
  height: calc(100vh - 131px);
  width: 100vw;
}
.single__banner {
  height: 50vh;
  background: #000;
}
.single__banner img {
  height: 50vh;
  width: 100vw;
}

.banner__section .banner__txt {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.banner__section .banner__txt h1 {
  font-size: 54px;
  color: #fff;
  text-shadow: 3px 2px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
  text-transform: capitalize;
  margin: 0;
}

.banner__section .banner__content {
  position: relative;
}

.banner__section .banner__content .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0) 25.03%
  );
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 0, 0, 0.75)),
    color-stop(25.03%, rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0) 25.03%
  );
}

/*  */

.banner__section .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}

.owl-nav .prev-slide::after,
.owl-nav .next-slide::after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  font-size: 12px;
  border: 1px solid transparent;
}
.owl-nav .prev-slide::after {
  content: "\f053";
}
.owl-nav .next-slide::after {
  content: "\f054";
}
.owl-nav .prev-slide.light::after,
.owl-nav .next-slide.light::after {
  background: #fff;
  color: var(--primary);
}
.owl-nav .prev-slide.dark::after,
.owl-nav .next-slide.dark::after {
  background: var(--primary);
  color: #fff;
}
.owl-nav .prev-slide.light:hover::after,
.owl-nav .next-slide.light:hover::after {
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
}
.owl-nav .prev-slide.dark:hover::after,
.owl-nav .next-slide.dark:hover::after {
  background: transparent;
  color: var(--primary);
  border-radius: 50%;
  border: 1px solid var(--primary);
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
}
.related-carousel .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
}
.related-carousel .owl-stage,
.related-carousel .owl-item {
  height: 100%;
}
/*  */
.about__section {
  position: relative;
  border-bottom: 10px solid var(--primary);
}
.about__section::before,
.about__section::after {
  content: "";
  position: absolute;
  width: 800px;
  height: 300px;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}
.about__section::before {
  left: 0;
  background-image: url("./assets/img/about-bg1.png");
}
.about__section::after {
  right: 0;
  background-image: url("./assets/img/about-bg2.png");
}
.about__section .about__title{
  padding: 0 30px;
}
.about__section .about__title h1 {
  font-weight: 600;
  font-size: 70px;
  color: #7c7878;
  margin: 20px 0;
}
.about__section .about__title h1:last-child {
  text-align: right;
}
.about__section .about__content p{
  line-height: 32px;
  font-size: 19px;
}
/*  */
.news__section {
  background: var(--secondary);
}

/*  */
.gallery__section ul {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.gallery__section ul li {
  grid-column: span 4;
  position: relative;
}
.gallery__section ul li:first-child,
.gallery__section ul li:nth-child(2),
.gallery__section ul li:nth-child(6),
.gallery__section ul li:nth-child(7) {
  grid-column: span 6;
}
.gallery__section ul li img {
  cursor: pointer;
  height: 250px;
  width: 100%;
}
.gallery__section ul li:first-child img,
.gallery__section ul li:nth-child(2) img,
.gallery__section ul li:nth-child(6) img,
.gallery__section ul li:nth-child(7) img {
  height: 300px;
}
.gallery__section ul li:hover .view__image {
  opacity: 1;
}
.view__image {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  cursor: pointer;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.view__image p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.view__image p i {
  margin-left: 10px;
}

/*  */
.site-footer{
  background: var(--primary);
  border-top: 10px solid var(--secondary);
  padding-top: 40px;
}

.site-footer .footer__logo img {
  width: 250px;
}
.site-footer p,
.site-footer a,
.site-footer li {
  color: #fff;
  font-size: 16px;
}

.site-footer h2 {
  color:#fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
}
.site-footer ul li:not(:last-child) {
  margin-bottom: 10px;
}


.site-footer .bottom__foter {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 20px;
}
.site-footer .bottom__foter span {
  text-align: center;
  font-size: 14px;
  color: #fff;
  display: block;
}
.site-footer .bottom__foter span a{
  font-size: 14px;
}
.site-footer .bottom__foter span:not(:last-child) {
  padding-bottom: 5px;
}

.site-footer .contact__info i {
  margin-right: 7px;
  font-size: 12px;
}
.site-footer .quick__links a:hover,
.site-footer .contact__info a:hover,
.site-footer .contact__info li:hover,
.site-footer .bottom__foter span a:hover {
  color: var(--secondary);
}

.social__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social__icons a{
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social__icons a i {
  color: var(--primary);
  font-size: 20px;
}


.social__icons a:hover i {
  -webkit-animation: animate_icon 0.5s forwards;
          animation: animate_icon 0.5s forwards;
}

@keyframes animate_icon {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

.message__section .message__img img{
  width: 100%;
}

.uk-grid-divider > :not(.uk-first-column)::before {
	border-left: 10px solid var(--secondary);
}

.contact__page .icon i{
  font-size: 50px;
  color: var(--primary);
}
.contact__page .txt a,.contact__page .txt p{
  font-size: 20px;
  color: #443e3e;
  font-weight: 600;
  margin: 0;
}
.contact__page .txt a:hover{
  color: var(--primary);
}

.desc p{
  color: #443e3e;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

.img__wrapper img{
  height: 250px;
  width: 100%;
}


/* 404 not found page */

.error-404 {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-top: 213px;
  text-align: center;
}
.error-404 .error-watermark {
  position: absolute;
  top: calc(50% - 170px);
  left: 0;
  display: block;
  width: 100%;
  font-size: 320px;
  line-height: 1;
  color: #fd99101c;
  z-index: -1;
}
.error-404 .error-title {
  margin: 0;
  color: #000;
  font-size: 43px;
  word-wrap: break-word;
}
.error-404 .error-text {
  display: block;
  margin: 23px auto 5px;
}

/* 404 not found page */

.side__bar .sidebar__bg{
  background: var(--primary);
  border-left: 10px solid var(--secondary);
  padding: 20px;
}

.side__bar .sidebar__bg h3{
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 5px;
}
.side__bar .sidebar__bg p,.side__bar .sidebar__bg a{
  color: #fff;
  font-size: 18px;
  margin: 0;
  font-weight: 400;
  display: block;
}
.side__bar .sidebar__bg a:hover{
  color: var(--secondary);
}

.side__bar .sidebar__bg .info:not(:last-child){
  margin-bottom: 30px;
}
.side__bar .sidebar__bg ul li:not(:last-child){
  margin-bottom: 20px;
}


/*  */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*  */
.gallery__wrapper {
  position: relative;
  cursor: pointer;
}
.my__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.gallery__wrapper:hover .view__image {
  opacity: 1;
}
.gallery__wrapper {
  height: 100%;
}
.gallery__wrapper img {
  width: 100%;
  height: 100%;
}

/*  */

.map__section iframe{
  width: 100%;
  height: 400px;
  border: 0;
}



label{
  font-weight: 500;
}

input:not([type="submit"]), textarea{
  width: 100%;
  outline: none;
  font-size: 16px;
  padding: 12px 10px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 4px;
  color: #333;
  margin-top: 7px;
}

:focus-visible {
	outline: 2px dotted transparent;
}

.gallery-columns-3 .gallery-icon,.gallery-columns-3 .gallery-icon img{
  height: 100%;
  width: 100%;
}
.gallery-columns-3 .gallery-item:first-child{
  margin-top: 20px;
}

/*  */
.small-cap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}
.page-numbers {
	height: 30px;
	width: 30px;
	display: inline-block;
	background: transparent;
	line-height: 30px;
	color: var(--primary);
	border: 1px solid var(--primary);
	text-align: center;
  transition: var(--transition);
}
.page-numbers:hover{
  background: var(--primary);
  color: #fff;
}
.page-numbers.dots:hover{
  background: transparent;
  color: var(--primary);
}
.page-numbers.current {
	background: var(--primary);
	color: #fff;
	border: 1px solid transparent;
}

.page-numbers.next, .page-numbers.prev {
	background: var(--primary);
	color: #fff;
	border: 1px solid transparent;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 0 10px;
	font-size: 12px;
}
.page-numbers.next:hover, .page-numbers.prev:hover {
	background: #763c4dad;
}
.page-numbers.dots{
  border: none;
  width: 10px;
}

.category__page .wrapper{
  margin: 20px 0;
}
.category__page .wrapper:not(:last-child){
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
}
.single__new__img {
  margin-bottom: 30px;
}

.join__fb {
	width: 210px;
}