/*
Theme name: prevail theme
Theme URI: https://opeena.com
Description: 'prevail website theme'
Tags: prevail-theme
Author: Mohammed Jamal
Author URI: https://opeena.com
Version: 1.0
*/
:root {
  --primary: #3c7d3c;
  --secondary: #dbb23d;
  --middle: #6b8d3c;
  --white: #ffffff;
  --grey-dark: #4d4d4d;
  --grey-mdium: #777777;
  --grey-light: #d7d7d7;
  --font-regular: "din-next-lt-w23-regular", "raleway-regular";
  --font-medium: "din-next-lt-w23-medium", "raleway-medium";
  --font-bold: "din-next-lt-w23-bold", "raleway-bold";
}

@font-face {
  font-family: "din-next-lt-w23-regular";
  src: url("./assets/fonts/din-next-lt-w23-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "din-next-lt-w23-medium";
  src: url("./assets/fonts/din-next-lt-w23-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "din-next-lt-w23-bold";
  src: url("./assets/fonts/din-next-lt-w23-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "raleway-regular";
  src: url("./assets/fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "raleway-medium";
  src: url("./assets/fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "raleway-bold";
  src: url("./assets/fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

body {
}

a {
  text-decoration: none !important;
}

/* for loader animation */
.loading {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  background: #111517;
  -webkit-transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  -o-transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
}

.haeder {
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  z-index: 6;
  padding: 30px 0px;
}

.haeder_scroll {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: #ffffff;
  padding: 7px 0px;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
  animation: fadeInDown 0.3s ease-in both;
  z-index: 99;
}

.haeder_scroll .language_menu ul li a,
.haeder_scroll .search_container .fa-search {
  text-shadow: none;
  color: var(--white);
}

.haeder_scroll .midnightHeader.default .menu-open:before,
.haeder_scroll .midnightHeader.default .hamburger:before,
.haeder_scroll .midnightHeader.default .hamburger:after {
  /* background: var(--primary); */
  transition: none;
}

.logo-img-box {
  position: relative;
  overflow: hidden;
}

.logo_container {
  position: relative;
  overflow: hidden;
}

.logo {
  width: auto;
  height: 50px;
  transform: translateY(110%);
  -webkit-transition: 0.5s cubic-bezier(0.767, 0.01, 0.18, 1.01);
  -o-transition: 0.5s cubic-bezier(0.767, 0.01, 0.18, 1.01);
  transition: 0.5s cubic-bezier(0.767, 0.01, 0.18, 1.01);
}

.header_logo_dark {
  display: none;
}

.header_logo_light {
  display: block;
}

.haeder_scroll .header_logo_dark {
  display: block;
}

.haeder_scroll .header_logo_light {
  display: none;
}

.slide_amimation_time15_delay05 {
  animation: slideAnim 3s cubic-bezier(0.85, 0, 0.15, 1) 0.2s 1 normal forwards;
}
@keyframes slideAnim {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(110%);
  }
}

/* header logo animation */

/*  Scroll fade animation  when scroll a page*/
.fade-anim-box {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 1.7s cubic-bezier(0.767, 0.01, 0.18, 1.01);
  -o-transition: 1.7s cubic-bezier(0.767, 0.01, 0.18, 1.01);
  transition: 1.7s cubic-bezier(0.767, 0.01, 0.18, 1.01);
}

.fade-anim-box.fade-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* header css */
.main-myheader {
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.headerbOnscroll {
  background-color: rgba(34, 34, 34, 0.8);
  top: 0rem !important;
}
.header {
  /* border: 1px solid red; */
  margin-top: 2rem;
}
.header div div {
  z-index: 1;
}

.header-right {
}
.language {
  color: white;
  font-weight: 500;
  font-size: 1.5rem;
  text-decoration-line: underline;
  text-decoration-color: #9da07c;
}
.language:hover {
  text-decoration-color: #ffffff;
  transition: 0.25s ease-out;
}
.box3 {
  border-radius: 50%;
}
.menu-icon {
  height: 1rem;
}
.border-outline-search {
  border: 2px solid #9da07c;
  padding: 1.2rem;
  border-radius: 50%;
  height: 3rem;
}

.border-outline {
  border: 2px solid #9da07c;
  padding: 2rem;
  height: 3rem;
  border-radius: 50%;
}
.search-icon {
  height: 1rem;
}
/* canvas menu language */

.language_menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  display: block;
  transition: transform 0.2s;
}

.main_header {
  text-align: center;
  font-family: var(--font-medium);
  color: var(--white);
  font-size: 40px;
  text-transform: uppercase;
  max-width: 500px;
}

.header_blank {
  background: var(--primary);
  position: static;
}

.header_flex {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header_right_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.language_menu ul {
  margin: 0;
  padding: 0;
}

.language_menu ul li {
  list-style: none;
}

.language_menu ul li {
  background-color: var(--secondary);
  transition: all 0.5s;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
}

.language_menu ul li:hover {
  background-color: var(--primary);
}

.language_menu ul li a {
  list-style: none;
  color: var(--white);
  font-size: 20px;
  font-family: var(--font-regular);
  text-decoration: none;
  transition: all 0.5s;
}

/********************************************************************************************/
/***************************end of header style**********************************************/
/********************************************************************************************/
/********************************************************************************************/
.home_slider_container {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: var(--primary);
}

.slider_background_image {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 1;
}

.slider_overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6b8d3c+0,dbb23d+47,3c7d3c+100&0+0,0+47,1+100 */
  background: linear-gradient(
    to bottom,
    rgba(107, 141, 60, 0) 0%,
    rgba(219, 178, 61, 0) 47%,
    rgba(60, 125, 60, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.slider_overlay_two {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(60, 125, 60, 0.2);
  z-index: 3;
}

.slider_content_outer_container {
  position: absolute;
  width: 100%;
  z-index: 5;
}

.slider_content_container {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30vh;
  /* max-width: 500px !important; */
}

.slider_content_outer_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider_content {
  text-align: center;
  font-family: var(--font-regular);
  color: var(--white);
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
  max-width: 500px;
}

.more_btn {
  width: 160px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary);
  font-family: var(--font-regular);
  font-size: 20px;
  transition: all 0.5s;
  color: var(--white);
  margin-top: 20px;
}

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

.footer {
  width: 100%;
  height: auto;
  background: linear-gradient(
    135deg,
    rgba(219, 178, 61, 1) 0%,
    rgba(107, 141, 60, 1) 55%,
    rgba(60, 125, 60, 1) 100%
  );
}

.footer_logo {
  width: 150px !important;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0px;
}

.footer_line {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}

.footer_content_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0px;
}

.social_media {
  margin: 0;
  padding: 0;
}

.social_media li {
  list-style: none;
  display: inline;
}

.social_media li a {
  color: #ffffff;
  margin: 0px 5px;
}

.rights_container {
  color: #ffffff;
  font-family: var(--font-regular);
  font-size: 16px;
}


/************************************************/

.inputs-labels {
  width: 100%;
  text-transform: uppercase;
  font-family: var(--font-regular);
  font-size: 16px;
  color: var(--primary);
}

.form_input {
  width: 100%;
  font-family: var(--font-regular);
  padding: 10px;
  font-size: 14px;
  border: var(--primary) 2px solid;
  border-radius: 10px;
  
}

.form_text {
  width: 100%;
  font-family: var(--font-regular);
  padding: 10px;
  border: var(--primary) 2px solid;
  border-radius: 10px;
}

.form_btn {
  font-family: var(--font-regular);
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 30px;
  transition: all 0.5s;
  border-radius: 20px;
}

.form_btn:hover {
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
}

.rights_container a{
    color: #ffffff;
}

.rights_container a:hover{
    color: #ffffff;
}



@media only screen and (max-width: 767px) {
  .logo {
    height: 50px;
  }
}
