/*-----------------------------------------------------------------------------------

    Theme Name: EPAgro Summit"
    Author: Andre Luiz e Julia Daniela
    Author URI: 
      Description: "EPAgro Summit - HTML Template
    Version: 1.0.0

-----------------------------------------------------------------------------------

-----------------------------------------------------------------------------------*/




/*----------------------------------------*/
/*  01. Basic
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&amp;display=swap");
:root {
  --body: #fff;
  --black: #000;
  --black2: #020842;
  --white: #fff;
  --theme: #9ed500;       
  --theme-2: #297a08;     
  --theme-3: #3e9745;     
  --heading: #27401b;     
  --body-text: #707070;   
  --font: 'Manrope', sans-serif;
  --font-2: 'Yantramanav', sans-serif;
  --theme-2dark: #144B24;
  --header: #063232;
  --text: #666;
  --text-2: #687799;
  --text-3: #092210;
  --border: #CAD2D2;
  --bg: #4C5D5A;
  --bg-2: #9C9C9C;
  --bg-3: #D9D9D9;
  --bg-4: #33454D;
  --bg-5: #F8FAF8;
  --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

.theme-btn {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px;
  background-color: var(--theme);
  font-family: "Parkinsans", sans-serif;
  padding: 18px 34px;
  color: var(--white);
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .theme-btn {
    font-size: 14px;
    padding: 12px 26px;
  }
}
.theme-btn i {
  margin-left: 5px;
}
.theme-btn::before {
  content: "";
  height: 0px;
  width: 0px;
  background-color: var(--white);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.theme-btn:hover {
  color: var(--header);
}
.theme-btn:hover::before {
  height: 400px;
  width: 200%;
  top: -70%;
  left: -46%;
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Parkinsans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1 {
  font-size: 96px;
  font-weight: 400;
  line-height: 97%;
}

h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 121%;
}

h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 145%;
}

h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 144%;
}

h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 144%;
}

h6 {
  font-size: 16px;
  font-weight: 600;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
}

/*----------------------------------------*/
/*  02. Template Section Styles
/*----------------------------------------*/
.about-left-items-style-1 .about-image {
  position: relative;
}
.about-left-items-style-1 .about-image img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 380px;
}
.about-left-items-style-1 .about-image .logo-shape {
  position: absolute;
  right: 0;
  top: 40px;
}
@media (max-width: 1399px) {
  .about-left-items-style-1 .about-image .logo-shape {
    display: none;
  }
}
.about-left-items-style-1 .about-image .logo-shape img {
  width: initial;
  height: initial;
  border-radius: 0;
}
.about-left-items-style-1 .about-image .about-box {
  background-color: var(--theme);
  text-align: center;
  padding: 50px 50px 60px;
  position: absolute;
  left: -50px;
  bottom: -130px;
  border-radius: 16px;
  outline-offset: -12px;
  outline: 1px dashed var(--white);
  z-index: 999;
}
@media (max-width: 1399px) {
  .about-left-items-style-1 .about-image .about-box {
    padding: 30px;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 575px) {
  .about-left-items-style-1 .about-image .about-box {
    display: none;
  }
}
.about-left-items-style-1 .about-image .about-box .icon-image {
  position: relative;
}
.about-left-items-style-1 .about-image .about-box .icon-image img {
  width: initial;
  height: initial;
  border-radius: 0;
}
.about-left-items-style-1 .about-image .about-box .icon-image .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-left-items-style-1 .about-image .about-box .content {
  margin-top: 35px;
}
.about-left-items-style-1 .about-image .about-box .content h2 {
  font-size: 66px;
  color: var(--white);
}
.about-left-items-style-1 .about-image .about-box .content p {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
}

.about-content-style-1 {
  margin-left: 50px;
}
@media (max-width: 1399px) {
  .about-content-style-1 {
    margin-left: 0;
  }
}
.about-content-style-1 .text {
  margin-top: 15px;
  max-width: 600px;
}
.about-content-style-1 .about-button {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 45px;
}
@media (max-width: 1399px) {
  .about-content-style-1 .about-button {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
  }
}
.about-content-style-1 .about-button .theme-btn::before {
  background-color: var(--header);
}
.about-content-style-1 .about-button .theme-btn:hover {
  color: var(--white);
}
.about-content-style-1 .about-button .content h4 {
  font-weight: 700;
  font-family: "Parkinsans", sans-serif;
}
.about-content-style-1 .circle-progress-bar-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 55px;
  flex-wrap: wrap;
}
@media (max-width: 1399px) {
  .about-content-style-1 .circle-progress-bar-wrapper {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .about-content-style-1 .circle-progress-bar-wrapper {
    margin-top: 40px;
    gap: 70px;
  }
}
@media (max-width: 991px) {
  .about-content-style-1 .circle-progress-bar-wrapper {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .about-content-style-1 .circle-progress-bar-wrapper {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar {
  display: flex;
  align-items: center;
  gap: 5px;
}
.about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar span {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
.about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar .content h6 {
  display: block;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 135%;
  font-family: "Parkinsans", sans-serif;
}
@media (max-width: 1399px) {
  .about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar .content h6 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar .content br {
    display: block;
  }
}
.about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar .circle-bar {
  position: relative;
  height: 80px;
  width: 90px;
}
.about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar .circle-bar div {
  position: absolute;
  height: 79px;
  width: 79px;
  border-radius: 50%;
}
.about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar .circle-bar div span {
  position: absolute;
  font-size: 18px;
  line-height: 75px;
  height: 75px;
  width: 75px;
  left: 2px;
  top: 2px;
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--header);
}
.about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar .circle-bar .background {
  background-color: rgba(153, 165, 55, 0.3) !important;
}
.about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar .circle-bar .rotate {
  clip: rect(0 50px 100px 0);
  background-color: var(--theme) !important;
}
.about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar .circle-bar .left {
  clip: rect(0 50px 100px 0);
  opacity: 1;
  background-color: var(--bg) !important;
}
.about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar .circle-bar .right {
  clip: rect(0 50px 100px 0);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
  background-color: var(--theme) !important;
}

.about-section {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .about-section {
    margin-bottom: 0;
  }
}
.about-section .right-shape {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1600px) {
  .about-section .right-shape {
    display: none;
  }
}
.about-section .right-shape-2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .about-section .right-shape-2 {
    display: none;
  }
}
.about-left-item-style-2 .about-image {
  position: relative;
}
.about-left-item-style-2 .about-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.about-left-item-style-2 .about-image .video-btn {
  width: 90px;
  height: 90px;
  line-height: 90px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.17);
  backdrop-filter: blur(4.4499998093px);
  color: var(--white);
  text-align: center;
  border-radius: 100%;
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .about-left-item-style-2 .about-image .video-btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.about-content-style-2 .text {
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .about-content-style-2 .text {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.about-content-style-2 .icon-item .content h5 {
  margin-bottom: 10px;
}
.about-content-style-2 .icon-item .content p {
  max-width: 360px;
}
.about-content-style-2 .about-button-item .theme-btn {
  padding: 14px 34px;
}
.about-content-style-2 .about-button-item .theme-btn::before {
  background-color: var(--header);
}
.about-content-style-2 .about-button-item .theme-btn:hover {
  color: var(--white);
}
.about-content-style-2 .about-button-item .theme-btn:hover i {
  color: var(--white);
}
.about-content-style-2 .about-button-item .content h4 {
  font-weight: 700;
}
.about-section-2 .left-shape {
  position: absolute;
  left: 100px;
  bottom: 120px;
}
@media (max-width: 1600px) {
  .about-section-2 .left-shape {
    display: none;
  }
}
.about-section-2 .right-shape {
  position: absolute;
  top: 170px;
  right: 0;
}
@media (max-width: 1600px) {
  .about-section-2 .right-shape {
    display: none;
  }
}
.about-right-content-style-4 .client-info-area .theme-btn {
  border-radius: 40px;
  padding: 22px 50px;
  line-height: 1;
}
.about-right-content-style-4 .client-info-area .theme-btn::before {
  background-color: var(--header);
}
.about-right-content-style-4 .client-info-area .theme-btn:hover {
  color: var(--white);
}
.about-image-style-items-5 .about-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shine {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes img-anim-bottom {
  0% {
    transform: translateY(5%);
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes sparkle {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}
@keyframes borderAnim {
  0% {
    width: 0;
  }
  100% {
    width: 44px;
  }
}
@keyframes dance {
  0% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scrolly {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60%);
  }
}
@keyframes scrolls {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes left-animation {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes right-animation {
  0% {
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes top-animation {
  0% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes bottom-animation {
  0% {
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.contact-top .icon-box-items .content h5 {
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .contact-top .icon-box-items .content h5 {
    font-size: 18px;
  }
}
.contact-middle-items .contact-form-box .theme-btn {
  border: 1px solid transparent;
  padding: 15px 38px;
  transition: all 0.4s ease-in-out;
}
.contact-middle-items .contact-form-box .theme-btn i {
  transition: all 0.4s ease-in-out;
}
.contact-box-style-5 .theme-btn {
  background-color: var(--theme);
  color: var(--white);
  border-radius: 30px;
  line-height: 1;
}
.contact-box-style-5 .theme-btn i {
  color: var(--white);
}
.contact-box-style-5 .theme-btn::before {
  background-color: var(--header);
}
.contact-content-style-5 ul li .content p {
  color: var(--white);
  margin-bottom: 5px;
}
.contact-content-style-5 ul li .content h4 {
  color: var(--white);
  font-size: 24px;
  font-weight: 500;
  font-family: "Parkinsans", sans-serif;
}
@media (max-width: 575px) {
  .contact-content-style-5 ul li .content h4 {
    font-size: 20px;
  }
}
.contact-content-style-5 ul li .content h4 a {
  color: var(--white);
}
.contact-content-style-4 .contact-offer-box .content {
  padding: 35px 40px;
}
.contact-content-style-4 .contact-offer-box .content h4 {
  font-size: 22px;
  font-weight: 400;
}
.contact-content-style-4 .contact-offer-box .content h3 {
  font-size: 36px;
  font-weight: 400;
  margin-top: 7px;
}
.contact-content-style-4 .contact-offer-box .content h3 span {
  color: var(--theme);
}
.contact-content-style-4 .contact-offer-box .content p {
  margin-top: 7px;
}
.contact-content-style-4 .contact-offer-box .content .theme-btn {
  line-height: 1;
  border-radius: 30px;
  border: 1px solid var(--theme);
  background-color: var(--white);
  color: var(--header);
  margin-top: 20px;
}
.contact-content-style-4 .contact-offer-box .content .theme-btn::before {
  background-color: var(--theme);
}
.contact-content-style-4 .contact-offer-box .content .theme-btn:hover {
  color: var(--white);
}
.contact-form-box-style-4 .theme-btn {
  border-radius: 30px;
  padding: 15px 38px;
}
.contact-form-box-style-4 .theme-btn::before {
  background-color: var(--header);
}
.contact-form-box-style-4 .theme-btn:hover {
  color: var(--white);
}
@media (max-width: 1399px) {
  .contact-wrapper-6 .contact-left-content .section-title h2 br {
    display: none;
  }
}

.contact-wrapper-6 .contact-left-content .text {
  border-left: 2px solid var(--theme);
  padding-left: 20px;
  margin-top: 50px;
  max-width: 508px;
}
@media (max-width: 1399px) {
  .contact-wrapper-6 .contact-left-content .text {
    margin-top: 30px;
    padding-left: 0;
    border-left: none;
  }
}
.contact-wrapper-6 .contact-left-content .contact-item .icon-item .content h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.contact-wrapper-6 .contact-left-content .contact-item .icon-item .content h6 {
  font-size: 16px;
  font-family: "Parkinsans", sans-serif;
  line-height: 175%;
  color: var(--text);
  font-weight: 400;
}
.contact-wrapper-6 .contact-box-6 .theme-btn::before {
  background-color: var(--header);
}
.contact-wrapper-6 .contact-box-6 .theme-btn:hover {
  color: var(--white);
}
.cta-section .left-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-animation: dance 2s alternate infinite;
}
@media (max-width: 1399px) {
  .cta-section .left-shape {
    display: none;
  }
}
.cta-section .right-shape {
  position: absolute;
  right: 0;
  bottom: 30px;
}
@media (max-width: 1399px) {
  .cta-section .right-shape {
    display: none;
  }
}
.cta-section .logo-shape {
  position: absolute;
  right: 343px;
  top: 66px;
}
@media (max-width: 1600px) {
  .cta-section .logo-shape {
    right: 110px;
  }
}
@media (max-width: 1399px) {
  .cta-section .logo-shape {
    display: none;
  }
}

.cta-content-style-1 .section-title h2 {
  font-size: 64px;
  font-family: "Lobster Two", sans-serif;
}
@media (max-width: 1199px) {
  .cta-content-style-1 .section-title h2 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .cta-content-style-1 .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .cta-content-style-1 .section-title h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .cta-content-style-1 .section-title h2 {
    font-size: 30px;
  }
}
.cta-content-style-1 .theme-btn {
  margin-top: 40px;
  background-color: #084D36;
}
.cta-bg-content-style-1 .section-title .sub-title {
  color: #EEFF69;
}
.cta-bg-content-style-1 .content {
  margin-top: 15px;
}
.cta-bg-content-style-1 .content .text {
  max-width: 580px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.78);
}
.cta-bg-content-style-1 .content .theme-btn {
  background: #EEFF69;
  margin-top: 30px;
  color: var(--header);
}
.cta-bg-content-style-1 .content .theme-btn i {
  color: var(--header);
}
.cta-bg-content-style-1 .content .theme-btn::before {
  background-color: var(--white);
}
.cta-bg-content-style-1 .content .theme-btn:hover {
  color: var(--header);
}
.cta-bg-content-style-1 .content .icon-list {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 48px;
  justify-content: center;
}
@media (max-width: 1399px) {
  .cta-bg-content-style-1 .content .icon-list {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.cta-bg-content-style-1 .content .icon-list li {
  color: var(--white);
}
.cta-bg-content-style-1 .content .icon-list li svg {
  margin-right: 5px;
}
.cta-bg-section .right-shape {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1399px) {
  .cta-bg-section .right-shape {
    display: none;
  }
}
.cta-wrapper-style-2 .cta-content-style-2 .section-title h2 {
  font-size: 48px;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .cta-wrapper-style-2 .cta-content-style-2 .section-title h2 {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  .cta-wrapper-style-2 .cta-content-style-2 .section-title h2 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .cta-wrapper-style-2 .cta-content-style-2 .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .cta-wrapper-style-2 .cta-content-style-2 .section-title h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .cta-wrapper-style-2 .cta-content-style-2 .section-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .cta-wrapper-style-2 .cta-content-style-2 .section-title h2 {
    font-size: 28px;
  }
}
.cta-wrapper-style-2 .cta-content-style-2 .theme-btn {
  background: #EEFF69;
  margin-top: 30px;
  color: var(--header);
}
.cta-wrapper-style-2 .cta-content-style-2 .theme-btn i {
  color: var(--header);
}
.cta-wrapper-style-2 .cta-content-style-2 .theme-btn::before {
  background-color: var(--white);
}
.cta-wrapper-style-2 .cta-content-style-2 .theme-btn:hover {
  color: var(--header);
}
.shop-card-items-5 .thumb .theme-btn {
  width: 100%;
  text-align: center;
  padding: 12px 40px;
  background-color: #144B24;
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 30px;
  width: calc(100% - 60px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.shop-card-items-5 .thumb .theme-btn::before {
  background-color: var(--theme);
}
.shop-card-items-5 .thumb .theme-btn:hover {
  color: var(--white);
}
.shop-card-items-5 .content {
  text-align: center;
  margin-top: 20px;
}
.shop-card-items-5 .content .star {
  color: #FFA800;
}
.shop-card-items-5 .content .star .color-2 {
  color: #B6B6B6;
}
.shop-card-items-5 .content h5 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 6px;
}
.shop-card-items-5 .content h5 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.shop-card-items-5 .content h5 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.shop-card-items-5 .content p {
  font-weight: 700;
  color: var(--header);
  font-family: "Parkinsans", sans-serif;
  margin-top: 5px;
}
.shop-card-items-5:hover .thumb .theme-btn {
  opacity: 1;
  visibility: visible;
}
.shop-box-style-item .shop-content .theme-btn {
  background-color: transparent;
  border: 1px solid var(--theme);
  color: var(--theme);
  line-height: 1;
  margin-top: 20px;
  padding: 18px 54px;
}
.shop-box-style-item .shop-content .theme-btn::before {
  background-color: var(--theme);
}
.shop-box-style-item .shop-content .theme-btn:hover {
  color: var(--white);
}
.accordion-item4.active .accordion-button {
  color: var(--theme-2dark);
}
.accordion-item4.active .accordion-button::after {
  background-color: transparent !important;
  color: #206D69 !important;
}
.counter-section .left-shape {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1600px) {
  .counter-section .left-shape {
    display: none;
  }
}
.feature-left-item-style-1 .nav li .nav-link.active {
  position: relative;
  background-color: var(--theme);
  color: var(--white);
}
.feature-left-item-style-1 .content h3 {
  font-size: 28px;
  margin-bottom: 10px;
}
.feature-left-item-style-1 .content .feature-list-item {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-top: 40px;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .feature-left-item-style-1 .content .feature-list-item {
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.feature-left-item-style-1 .content .feature-list-item .list li {
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
}
@media (max-width: 1399px) {
  .feature-left-item-style-1 .content .feature-list-item .list li {
    font-size: 16px;
  }
}
.feature-left-item-style-1 .content .feature-list-item .list li:not(:last-child) {
  margin-bottom: 20px;
}
.feature-left-item-style-1 .content .feature-list-item .list li img {
  margin-right: 10px;
}
.feature-left-item-style-1 .content .feature-button-item {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (max-width: 1399px) {
  .feature-left-item-style-1 .content .feature-button-item {
    flex-wrap: wrap;
  }
}
.feature-left-item-style-1 .content .feature-button-item .theme-btn::before {
  background-color: var(--header);
}
.feature-left-item-style-1 .content .feature-button-item .theme-btn:hover {
  color: var(--white);
}
.feature-left-item-style-1 .content .feature-button-item .theme-btn:hover i {
  color: var(--white);
}
.feature-left-item-style-1 .content .feature-button-item .button-text {
  display: flex;
  align-items: center;
}
.feature-left-item-style-1 .content .feature-button-item .button-text .video-btn {
  background-color: transparent;
  color: var(--theme);
  display: inline-block;
  border: 1px solid var(--theme);
  font-size: 16px;
  height: 54px;
  width: 54px;
  line-height: 54px;
  border-radius: 100px;
  text-align: center;
  color: var(--theme);
}
.feature-left-item-style-1 .content .feature-button-item .button-text span {
  font-size: 18px;
  color: var(--theme);
  font-weight: 500;
}
.best-feature-section .right-shape {
  position: absolute;
  right: 0;
  top: 100px;
}
@media (max-width: 1399px) {
  .best-feature-section .right-shape {
    display: none;
  }
}
.best-feature-section .left-shape {
  position: absolute;
  left: 30%;
  top: 180px;
}
@media (max-width: 1399px) {
  .best-feature-section .left-shape {
    left: 24%;
  }
}
@media (max-width: 1399px) {
  .best-feature-section .left-shape {
    display: none;
  }
}
.feature-award-item .content {
  margin-top: 25px;
}
.feature-award-item .content h3 {
  margin-bottom: 40px;
}
.feature-award-item .content span {
  font-weight: 500;
  border: 1px solid var(--theme);
  border-radius: 100px;
  line-height: 1;
  padding: 10px 17px;
  color: #A7AA99;
  position: relative;
}
.feature-award-item .content span::before {
  content: "";
  position: absolute;
  left: -70%;
  top: 20px;
  width: 70%;
  border-top: 1px dashed #CDCDCD;
}
.feature-award-item .content span::after {
  content: "";
  position: absolute;
  right: -70%;
  top: 20px;
  width: 70%;
  border-top: 1px dashed #CDCDCD;
}
.feature-award-item .content p {
  margin-top: 40px;
}
.feature-award-item .content p b {
  color: #434343;
  font-weight: 500;
}
.feature-award-section .left-shape {
  position: absolute;
  left: 0;
  bottom: 230px;
}
@media (max-width: 1600px) {
  .feature-award-section .left-shape {
    display: none;
  }
}
.counter-section-2 .right-shape {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1399px) {
  .counter-section-2 .right-shape {
    display: none;
  }
}
.feature-plant-item-style-1 .top-items .content h3 {
  font-family: "Parkinsans", sans-serif;
}
.feature-plant-item-style-1 .top-items .content p {
  max-width: 404px;
  margin-top: 20px;
  color: var(--text-2);
}

.feature-skill-left-item-style-2 .text {
  margin-top: 15px;
  max-width: 569px;
  margin-bottom: 30px;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 75%;
  }
}
.feature-skill-left-item-style-2 .feature-button-item .theme-btn::before {
  background-color: var(--header);
}
.feature-skill-left-item-style-2 .feature-button-item .theme-btn:hover {
  color: var(--white);
}
.feature-skill-left-item-style-2 .feature-button-item .theme-btn:hover i {
  color: var(--white);
}
.feature-skill-section .right-shape {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1399px) {
  .feature-skill-section .right-shape {
    display: none;
  }
}
.feature-skill-section .left-shape {
  position: absolute;
  left: 50%;
  bottom: 70px;
}
@media (max-width: 1399px) {
  .feature-skill-section .left-shape {
    display: none;
  }
}
.feature-bg-section-2 .left-shape {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1399px) {
  .feature-bg-section-2 .left-shape {
    display: none;
  }
}
.feature-bg-item-style-2 .content span {
  font-weight: 500;
  color: var(--theme-3);
  text-transform: uppercase;
}
.feature-bg-item-style-2 .content h5 {
  color: var(--white);
  margin-bottom: 15px;
}
.feature-bg-item-style-2 .content p {
  max-width: 250px;
  color: rgba(255, 255, 255, 0.8);
}
.counter-box-5 .content h2 {
  color: var(--theme);
  font-size: 50px;
  font-weight: 400;
  font-family: "Lobster Two", sans-serif;
}
.counter-box-5 .content h5 {
  font-size: 18px;
  font-weight: 500;
  color: var(--text);
}
.footer-section .left-shape {
  position: absolute;
  left: 0;
  bottom: 80px;
}
@media (max-width: 1399px) {
  .footer-section .left-shape {
    display: none;
  }
}
.footer-section .right-shape {
  position: absolute;
  right: 0;
  bottom: 100px;
}
@media (max-width: 1399px) {
  .footer-section .right-shape {
    display: none;
  }
}

.footer-widget-wrapper {
  padding: 60px 0 120px;
}
@media (max-width: 1399px) {
  .footer-widget-wrapper {
    padding: 30px 0 100px;
  }
}
@media (max-width: 991px) {
  .footer-widget-wrapper {
    padding: 30px 0 80px;
  }
}
.footer-widget-wrapper .single-footer-widget {
  margin-top: 30px;
}
.footer-widget-wrapper .single-footer-widget .widget-title {
  margin-bottom: 30px;
}
.footer-widget-wrapper .single-footer-widget .widget-title h3 {
  color: var(--white);
}
@media (max-width: 1399px) {
  .footer-widget-wrapper .single-footer-widget .list li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .footer-widget-wrapper .single-footer-widget .list li {
    font-size: 16px;
  }
}
.footer-widget-wrapper .single-footer-widget .list li a {
  color: rgba(255, 255, 255, 0.66);
}
.footer-widget-wrapper .single-footer-widget .list li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-widget-wrapper .single-footer-widget p {
  color: rgba(255, 255, 255, 0.66);
  max-width: 260px;
}
@media (max-width: 1399px) {
  .footer-widget-wrapper .single-footer-widget p {
    font-size: 14px;
  }
}
.footer-widget-wrapper .single-footer-widget .list-area li {
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .footer-widget-wrapper .single-footer-widget .list-area li {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .footer-widget-wrapper .single-footer-widget .list-area li {
    font-size: 16px;
  }
}
.footer-widget-wrapper .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 30px;
}
.footer-widget-wrapper .single-footer-widget .list-area li a {
  color: rgba(255, 255, 255, 0.66);
}
.footer-widget-wrapper .single-footer-widget .list-area li a i {
  margin-right: 5px;
  color: #EEFF69;
  font-size: 16px;
}
.footer-widget-wrapper .single-footer-widget .list-area li:hover {
  margin-left: 5px;
}
.footer-widget-wrapper .single-footer-widget .list-area li:hover a {
  color: var(--theme);
}
.footer-widget-wrapper .single-footer-widget .list-area li:hover a i {
  color: var(--theme);
}
.footer-widget-wrapper .single-footer-widget .list-area.style-2 {
  margin-top: 30px;
}
.footer-widget-wrapper .single-footer-widget .social-icon {
  gap: 18px;
}
.footer-widget-wrapper .single-footer-widget .social-icon a {
  color: #BCC3C5;
  font-size: 22px;
}
@media (max-width: 1399px) {
  .footer-widget-wrapper .single-footer-widget .social-icon a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .footer-widget-wrapper .single-footer-widget .social-icon a {
    font-size: 22px;
  }
}
.footer-widget-wrapper .single-footer-widget .social-icon a:hover {
  color: var(--theme);
}
.footer-bottom .footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
@media (max-width: 1399px) {
  .footer-bottom .footer-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .footer-bottom .footer-wrapper {
    justify-content: center;
  }
}
.footer-bottom .footer-wrapper p {
  color: rgba(255, 255, 255, 0.66);
}
.footer-bottom .footer-wrapper .bottom-list {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1399px) {
  .footer-bottom .footer-wrapper .bottom-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .footer-bottom .footer-wrapper .bottom-list {
    justify-content: center;
  }
}
.footer-bottom .footer-wrapper .bottom-list li a {
  color: rgba(255, 255, 255, 0.66);
}
.footer-bottom .footer-wrapper .bottom-list li a:hover {
  color: var(--theme);
}
.footer-widget-wrapper-2 .single-sideber-widget .widget-title {
  margin-bottom: 30px;
}
.footer-widget-wrapper-2 .single-sideber-widget .widget-title h3 {
  color: var(--white);
}
.footer-section-2 .left-shape {
  position: absolute;
  left: 104px;
  bottom: 70px;
}
@media (max-width: 1600px) {
  .footer-section-2 .left-shape {
    left: 30px;
  }
}
@media (max-width: 1399px) {
  .footer-section-2 .left-shape {
    display: none;
  }
}
.footer-section-2 .right-shape {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .footer-section-2 .right-shape {
    display: none;
  }
}

.footer-bottom-3 .footer-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-bottom-3 .f-logo {
  max-width: 170px;
  display: block;
}

.footer-section-3 .list-area li {
  margin: 0 !important;
}
.footer-section-3 .list-area li a {
  color: var(--white) !important;
  position: relative;
}
.footer-section-3 .list-area li a i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.4s;
}
.footer-section-3 .list-area li a .f-text {
  transition: all 0.4s;
}
.footer-section-3 .list-area li a:hover {
  color: var(--theme-3) !important;
}
.footer-section-3 .list-area li a:hover i {
  opacity: 1;
}
.footer-section-3 .list-area li a:hover .f-text {
  padding-left: 20px;
}
@media (max-width: 1399px) {
  .footer-section-3 h5,
  .footer-section-3 p,
  .footer-section-3 a {
    font-size: 14px !important;
  }
}
@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}


.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 40px;
}
@media (max-width: 1899px) {
  .header-main .main-menu ul li {
    margin-inline-end: 35px;
  }
}
@media (max-width: 1600px) {
  .header-main .main-menu ul li {
    margin-inline-end: 30px;
  }
}
@media (max-width: 1399px) {
  .header-main .main-menu ul li {
    margin-inline-end: 25px;
  }
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #21353E;
  font-family: "Parkinsans", sans-serif;
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a .head-icon {
  margin-left: 0;
  margin-right: 5px;
}
.header-main .main-menu ul li a i {
  margin-left: 5px;
  font-size: 12px;
}
.header-main .main-menu ul li a:hover {
  color: var(--white) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 250px;
  background: var(--white);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: #21353E;
  box-shadow: 0px 0px 40px 0px rgba(11, 13, 17, 0.08);
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
  padding: 30px 30px;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-main .main-menu ul li .submenu li:not(:last-child) {
  padding-bottom: 15px;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 15px;
  font-weight: 500;
  color: #21353E;
  font-family: "Parkinsans", sans-serif;
  padding: 0 0;
  padding-bottom: 0;
  padding-top: 0;
  text-transform: uppercase;
  font-family: "Parkinsans", sans-serif;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main .main-menu ul li .submenu li a:hover {
  color: var(--white) !important;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 113%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li .has-homemenu {
  width: 1000px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img:hover {
  transform: scale(1.1);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a {
  color: var(--header);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-main .header-right {
  gap: 30px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .header-right .search-icon {
  color: var(--header);
  font-size: 18px;
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
  color: var(--header);
}
.header-top-section .header-top-wrapper .contact-list li .content h4 {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  font-family: "Parkinsans", sans-serif;
}
@media (max-width: 1899px) {
  .header-top-section .header-top-wrapper .contact-list li .content h4 {
    font-size: 15px;
  }
}
@media (max-width: 1600px) {
  .header-top-section .header-top-wrapper .contact-list li .content h4 {
    font-size: 13px;
  }
}
.header-top-section .header-top-wrapper .contact-list li .content h4 a {
  color: var(--white);
}

.header-1 {
  background-color: #F4F5EC;
}
.header-1 .mega-menu-wrapper {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .header-1 .mega-menu-wrapper {
    padding-right: 15px;
  }
}
.header-1 .main-logo .logo-icon {
  width: 107px;
  height: 90px;
  display: inline-block;
  background-color: var(--theme);
  text-align: center;
  line-height: 90px;
  border-radius: 0 0 12px 0;
}
@media (max-width: 767px) {
  .header-1 .main-logo .logo-icon {
    width: 80px;
    height: 70px;
    line-height: 70px;
  }
  .header-1 .main-logo .logo-icon img {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .header-1 .main-logo .logo-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.header-1 .main-logo .logo-text {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .header-1 .main-logo .logo-text {
    margin-left: 15px;
  }
  .header-1 .main-logo .logo-text img {
    width: 130px;
  }
}
@media (max-width: 470px) {
  .header-1 .main-logo .logo-text img {
    width: 100px;
  }
}
.header-1 .header-main {
  padding: 0;
}
.header-1 .header-right-icon {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-1 .header-right-icon .search-toggler {
  font-size: 20px;
  border-radius: 7px;
  background: var(--white);
  color: var(--header);
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767px) {
  .header-1 .header-right-icon .search-toggler {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
  }
}
.header-1 .header-right-icon .cart-icon {
  font-size: 20px;
  border-radius: 7px;
  background: var(--white);
  color: var(--header);
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .header-1 .header-right-icon .cart-icon {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
  }
}
@media screen and (max-width: 380px) {
  .header-1 .header-right-icon .cart-icon {
    display: none;
  }
}
.header-1 .header-right-icon .cart-icon .cart-number {
  background-color: var(--theme);
  color: var(--white);
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -12px;
  font-size: 16px;
  font-weight: 400;
  right: -12px;
}
@media (max-width: 767px) {
  .header-1 .header-right-icon .cart-icon .cart-number {
    top: -5px;
    width: 20px;
    height: 20px;
    font-size: 13px;
  }
}
.header-1 .header-right {
  gap: 30px;
}
.header-1 .header-right .theme-btn {
  border-radius: 0 0 12px 12px;
  padding: 31px 40px;
}
@media (max-width: 1399px) {
  .header-1 .header-right .theme-btn {
    display: none;
  }
}
.header-1 .header-right .theme-btn::before {
  background-color: var(--header);
}
.header-1 .header-right .theme-btn:hover {
  color: var(--white);
}
.header-1 .header-right .search-toggle {
  color: var(--header);
  font-size: 16px;
}
.header-1 .header-right .sidebar__toggle {
  cursor: pointer;
}
.header-1 .header-right .sidebar__toggle .header-bar {
  position: relative;
  width: 31px;
  height: 18px;
}
@media (max-width: 575px) {
  .header-1 .header-right .sidebar__toggle .header-bar {
    width: 28px;
  }
}
.header-1 .header-right .sidebar__toggle .header-bar span {
  position: absolute;
  width: 100%;
  height: 2px;
  display: inline-block;
  transition: all 0.3s;
  left: 0;
  background: var(--header);
  overflow: hidden;
}
.header-1 .header-right .sidebar__toggle .header-bar span:first-child {
  top: 0;
  background: var(--header);
  left: 16px;
  width: 15px;
}
@media (max-width: 575px) {
  .header-1 .header-right .sidebar__toggle .header-bar span:first-child {
    left: 0;
  }
}
.header-1 .header-right .sidebar__toggle .header-bar span:nth-child(2) {
  top: 44%;
  background: var(--header);
  width: 30px;
}
@media (max-width: 575px) {
  .header-1 .header-right .sidebar__toggle .header-bar span:nth-child(2) {
    width: 25px;
  }
}
.header-1 .header-right .sidebar__toggle .header-bar span:last-child {
  bottom: 0;
  background: var(--header);
  width: 15px;
}
.header-1 .header-right .sidebar__toggle .header-bar.active span:first-child {
  transform: rotate(45deg) translate(3px, 9px);
}
.header-1 .header-right .sidebar__toggle .header-bar.active span:nth-child(2) {
  opacity: 0;
}
.header-1 .header-right .sidebar__toggle .header-bar.active span:last-child {
  transform: rotate(-45deg) translate(3px, -9px);
}
.header-1 .header-right .sidebar__toggle .header-bar:hover {
  cursor: pointer;
}
.header-1.header-2 {
  background: rgba(7, 47, 13, 0.42);
  backdrop-filter: blur(17.8500003815px);
  margin: 0 15px;
  width: calc(100% - 30px);
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
.header-1.header-2 .mega-menu-wrapper {
  padding-right: 0;
}
.header-1.header-2 .header-right-icon .search-toggler {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  color: var(--white);
}
.header-1.header-2 .header-right-icon .cart-icon {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  color: var(--white);
}
.header-1.header-2 .header-right-icon .cart-icon .cart-number {
  background-color: #EEFF69;
  color: #084D36;
}
.header-1.header-2 .search-toggle {
  color: var(--white);
}
.header-1.header-2 .sidebar__toggle .header-bar span {
  background: var(--white);
}
.header-1.header-2 .sidebar__toggle .header-bar span:first-child {
  background: var(--white);
}
.header-1.header-2 .sidebar__toggle .header-bar span:nth-child(2) {
  background: var(--white);
}
.header-1.header-2 .sidebar__toggle .header-bar span:last-child {
  background: var(--white);
}
.header-1.header-5 {
  padding: 0 50px;
}
@media (max-width: 1600px) {
  .header-1.header-5 {
    padding: 0 30px;
  }
}
@media (max-width: 1399px) {
  .header-1.header-5 {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .header-1.header-5 {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .header-1.header-5 {
    padding: 0;
  }
}
.header-1.header-5 .main-logo .logo-icon {
  border-radius: 0;
}
.header-1.header-5 .theme-btn {
  border-radius: 0;
}
@media (max-width: 1600px) {
  .header-1.header-5 .theme-btn {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.header-1.header-inner .main-logo .logo-icon {
  border-radius: 0;
}
.header-1.header-inner .theme-btn {
  border-radius: 0;
}
.header-2 .container {
  max-width: 1675px;
}
.header-2 .header-main {
  padding: 10px 0;
}
.header-2 .header-right .theme-btn {
  border-radius: 6px;
  padding: 16px 34px;
  background: #EEFF69;
  color: #084D36;
}
.header-2 .header-main .main-menu ul li a {
  color: var(--white);
}
.header-2 .header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-4 .mega-menu-wrapper {
  background-color: var(--white);
  border-radius: 30px;
  padding: 0 30px;
}
@media (max-width: 1399px) {
  .header-4 .mega-menu-wrapper {
    padding: 0 20px;
    border-radius: 8px;
  }
}
.header-4 .mega-menu-wrapper .main-menu ul li:not(:last-child) {
  margin-inline-end: 30px;
}
.header-4 .header-right .theme-btn {
  border-radius: 30px;
  padding: 14px 32px;
}
@media (max-width: 1399px) {
  .header-4 .header-right .theme-btn {
    display: none;
  }
}
.header-4 .header-right .theme-btn::before {
  background-color: var(--header);
}
.header-4 .header-right .theme-btn:hover {
  color: var(--white);
}
.header-4 .sidebar__toggle .header-bar.active span:first-child {
  transform: rotate(45deg) translate(3px, 9px);
}
.header-4 .sidebar__toggle .header-bar.active span:nth-child(2) {
  opacity: 0;
}
.header-4 .sidebar__toggle .header-bar.active span:last-child {
  transform: rotate(-45deg) translate(3px, -9px);
}
.header-top-section-2 .container {
  max-width: 1720px;
}
.header-top-section-2 .header-top-wrapper-2 .contact-list li .content h4 {
  color: rgba(255, 255, 255, 0.77);
  font-size: 16px;
  font-weight: 500;
}
.header-top-section-2 .header-top-wrapper-2 .contact-list li .content h4 a {
  color: rgba(255, 255, 255, 0.77);
}
.header-section-3 .container {
  max-width: 1720px;
}
.header-3 .header-main .main-menu ul li a {
  color: var(--white);
}
.header-3 .header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-3 .theme-btn {
  border-radius: 30px;
  border: 1.5px solid #EEFF69;
  background-color: transparent;
  padding: 16px 50px;
  color: #EEFF69;
}
@media (max-width: 1399px) {
  .header-3 .theme-btn {
    display: none;
  }
}
.header-3 .theme-btn::before {
  background-color: #EEFF69;
}
.header-3 .theme-btn:hover {
  color: var(--header);
}
.header-3 .sidebar__toggle .header-bar.active span:first-child {
  transform: rotate(45deg) translate(3px, 9px);
}
.header-3 .sidebar__toggle .header-bar.active span:nth-child(2) {
  opacity: 0;
}
.header-3 .sidebar__toggle .header-bar.active span:last-child {
  transform: rotate(-45deg) translate(3px, -9px);
}
.sticky.header-4 .mega-menu-wrapper {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .content p {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .content h4 {
  color: var(--header);
  font-size: 18px;
  font-weight: 500;
  font-family: "Parkinsans", sans-serif;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .content h4 a {
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .theme-btn {
  padding: 14px 36px;
}
.offcanvas__wrapper .offcanvas__content .theme-btn::before {
  background-color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .theme-btn:hover {
  color: var(--white);
}
.error-items .content {
  max-width: 760px;
  margin: 40px auto 0;
  text-align: center;
}
.error-items .content h2 {
  font-size: 55px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .error-items .content h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .error-items .content h2 {
    font-size: 40px;
  }
}
.error-items .content .theme-btn {
  border: 1px solid transparent;
  margin-top: 40px;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--bg);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.arrow-button {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.arrow-button .array-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--white);
  box-shadow: 8px 6px 51.3px 18px rgba(10, 3, 46, 0.03);
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.arrow-button .array-prev:hover {
  background-color: var(--theme);
  color: var(--white);
}
.arrow-button .array-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--theme);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.arrow-button .array-next:hover {
  background-color: var(--white);
  color: var(--theme);
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}
.page-nav-wrap ul li.active .page-numbers {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}

.container-2 {
  max-width: 1320px;
}

.theme-clr3 {
  color: var(--theme-3) !important;
}

.theme-clr3-hover {
  transition: all 0.4s;
}
.theme-clr3-hover:hover {
  color: var(--theme-3) !important;
}

.body-font {
  font-family: "Parkinsans", sans-serif;
}
@media (min-width: 1400px) {
  .container1320 {
    max-width: 1350px;
    margin: 0 auto;
  }
}
.hero-2 .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: scale(1);
  -webkit-transition: all 8s ease-out 0s;
  -moz-transition: all 8s ease-out 0s;
  -ms-transition: all 8s ease-out 0s;
  -o-transition: all 8s ease-out 0s;
  transition: all 8s ease-out 0s;
  z-index: 9;
}
.hero-2 .hero-content .hero-button .theme-btn {
  background-color: var(--theme-3);
  color: var(--header);
}
.hero-2 .hero-content .hero-button .theme-btn i {
  color: var(--header);
}
.hero-2 .hero-content .hero-button .theme-btn::before {
  background-color: var(--white);
}
.hero-section-2 .swiper-slide.swiper-slide-active .hero-bg {
  -webkit-transform: scale(1.19);
  -moz-transform: scale(1.19);
  transform: scale(1.19);
}
.hero-section-2 .arrow-button {
  margin-top: 0;
}
@media (max-width: 1399px) {
  .hero-section-2 .arrow-button {
    display: none;
  }
}
.hero-section-2 .arrow-button .array-prev {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  z-index: 9;
  transition: all 0.4s ease-in-out;
  z-index: 9999;
}
.hero-section-2 .arrow-button .array-prev:hover {
  background-color: transparent;
}
.hero-section-2 .arrow-button .array-next {
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  color: var(--white);
  z-index: 999;
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  z-index: 9999;
}
.hero-section-2 .arrow-button .array-next:hover {
  color: var(--theme-2);
  background-color: transparent;
}
.hero-section-2 .left-shape {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
@media (max-width: 1399px) {
  .hero-section-2 .left-shape {
    display: none;
  }
}
.hero-section-2 .right-shape {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
@media (max-width: 1399px) {
  .hero-section-2 .right-shape {
    display: none;
  }
}
.hero-section-2 .hero-box .content {
  margin-top: 20px;
}
.hero-section-2 .hero-box .content h2 {
  font-size: 66px;
  color: var(--white);
}
.hero-section-2 .hero-box .content p {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
}

.hero-5 {
  position: relative;
  z-index: 9;
  margin: 0 0;
  padding: 250px 0 250px;
}
@media (max-width: 1399px) {
  .hero-5 {
    padding: 210px 0 210px;
  }
}
@media (max-width: 767px) {
  .hero-5 {
    padding: 150px 0 180px;
  }
}
@media (max-width: 575px) {
  .hero-5 {
    padding: 130px 0 150px;
  }
}
.hero-5 .hero-bg {
  border-radius: 0 0 50px 50px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 9000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 9000ms ease;
  transition: transform 9000ms ease, opacity 1500ms ease-in;
  transition: transform 9000ms ease, opacity 1500ms ease-in, -webkit-transform 9000ms ease;
}
.hero-5 .hero-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(4, 44, 16, 0.58);
  z-index: -1;
  border-radius: 0 0 50px 50px;
}
.hero-5 .hero-content {
  position: relative;
  opacity: 0;
  z-index: 99;
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
}
.hero-5 .hero-content h6 {
  color: var(--white);
}
.hero-5 .hero-content h6 img {
  margin-right: 15px;
}
@media (max-width: 575px) {
  .hero-5 .hero-content h6 {
    font-size: 15px;
  }
}
.hero-5 .hero-content h1 {
  color: var(--white);
  font-size: 100px;
  font-weight: 700;
  line-height: 100%;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .hero-5 .hero-content h1 {
    line-height: 120%;
  }
}
@media (max-width: 991px) {
  .hero-5 .hero-content h1 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .hero-5 .hero-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .hero-5 .hero-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 470px) {
  .hero-5 .hero-content h1 {
    font-size: 42px;
  }
}
.hero-5 .hero-button {
  margin-top: 50px;
  display: flex;
  gap: 20px;
  justify-content: center;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  opacity: 0;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .hero-5 .hero-button {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .hero-5 .hero-button {
    margin-top: 30px;
  }
}
.hero-5 .hero-button .theme-btn {
  border-radius: 50px;
}
.hero-5 .hero-button .theme-btn.style-2 {
  background-color: transparent;
  border: 1px solid var(--white);
}
.hero-5 .hero-button .theme-btn::before {
  background-color: var(--white);
}
.hero-5.hero-4 {
  padding: 280px 0 230px;
}
@media (max-width: 1600px) {
  .hero-5.hero-4 {
    margin-top: 30px;
  }
}
@media (max-width: 1399px) {
  .hero-5.hero-4 {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .hero-5.hero-4 {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .hero-5.hero-4 {
    margin-top: 0;
  }
}
@media (max-width: 1399px) {
  .hero-5.hero-4 {
    padding: 210px 0 210px;
  }
}
@media (max-width: 767px) {
  .hero-5.hero-4 {
    padding: 260px 0 180px;
  }
}
@media (max-width: 575px) {
  .hero-5.hero-4 {
    padding: 240px 0 150px;
  }
}
.hero-5.hero-4 .hero-content h6 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .hero-5.hero-4 .hero-content h6 {
    font-size: 14px;
  }
}
.hero-5.hero-4 .hero-content h1 {
  font-size: 100px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 100%;
}
@media (max-width: 1199px) {
  .hero-5.hero-4 .hero-content h1 {
    line-height: 120%;
    font-size: 80px;
    max-width: 800px;
  }
}
@media (max-width: 991px) {
  .hero-5.hero-4 .hero-content h1 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .hero-5.hero-4 .hero-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .hero-5.hero-4 .hero-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 470px) {
  .hero-5.hero-4 .hero-content h1 {
    font-size: 42px;
  }
}
.hero-5.hero-4 .hero-button {
  justify-content: start !important;
}
.hero-5.hero-4 .hero-button .theme-btn {
  border-radius: 50px;
}

.hero-section-5.hero-section-4 .banner-active {
  margin: 0 30px;
  margin-top: 30px;
  border-radius: 50px;
}
@media (max-width: 1600px) {
  .hero-section-5.hero-section-4 .banner-active {
    margin: 0 30px;
  }
}
@media (max-width: 1399px) {
  .hero-section-5.hero-section-4 .banner-active {
    margin: 0 20px;
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .hero-section-5.hero-section-4 .banner-active {
    margin: 0 15px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .hero-section-5.hero-section-4 .banner-active {
    margin: 0;
    border-radius: 0;
  }
}
.hero-section-5 .banner-active {
  margin: 0 50px;
  border-radius: 0 0 50px 50px;
  position: relative;
}
@media (max-width: 1600px) {
  .hero-section-5 .banner-active {
    margin: 0 30px;
  }
}
@media (max-width: 1399px) {
  .hero-section-5 .banner-active {
    margin: 0 20px;
  }
}
@media (max-width: 1199px) {
  .hero-section-5 .banner-active {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .hero-section-5 .banner-active {
    margin: 0;
    border-radius: 0;
  }
}
.hero-section-5 .banner-active .arrow-button {
  display: flex;
  align-items: center;
  justify-content: space-between !important;
  position: absolute;
  left: 50px;
  right: 50px;
  z-index: 99;
  top: 45%;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .hero-section-5 .banner-active .arrow-button {
    left: 25px;
    right: 25px;
  }
}
@media (max-width: 1199px) {
  .hero-section-5 .banner-active .arrow-button {
    display: none !important;
  }
}
.hero-section-5 .banner-active .arrow-button .array-next, .hero-section-5 .banner-active .arrow-button .array-prev {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.hero-section-5 .swiper-slide.swiper-slide-active .hero-bg {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
}
.hero-section-5 .swiper-slide.swiper-slide-active .hero-content {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}
.hero-section-5 .swiper-slide.swiper-slide-active .hero-button {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}

.hero-section-4 {
  position: relative;
}
.hero-section-4 .arrow-button {
  justify-content: start !important;
  left: initial !important;
  transform: initial !important;
  top: initial !important;
  right: 30px;
  bottom: 30px;
}
.hero-section-4 .arrow-button .array-prev, .hero-section-4 .arrow-button .array-next {
  border-radius: 12px !important;
}
.hero-section-4 .left-shape {
  position: absolute;
  left: 29px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
@media (max-width: 1399px) {
  .hero-section-4 .left-shape {
    display: none;
  }
}
.hero-section-4 .left-text {
  color: #144B24;
  font-size: 16px;
  font-weight: 400;
  border-radius: 17.5px;
  background: #EEFF69;
  padding: 26px 8px;
  writing-mode: vertical-rl;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  z-index: 9;
}
@media (max-width: 1399px) {
  .hero-section-4 .left-text {
    display: none;
  }
}
.hero-section-4 .right-shape {
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
}
@media (max-width: 1399px) {
  .hero-section-4 .right-shape {
    display: none;
  }
}

.news-card-item-style-1 {
  margin-top: 30px;
}
.news-card-item-style-1 .news-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.news-card-item-style-1 .news-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(8, 77, 54, 0.3);
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: perspective(400px) rotateY(-90deg) scale(0.2);
  -ms-transform: perspective(400px) rotateY(-90deg) scale(0.2);
  transform: perspective(400px) rotateY(-90deg) scale(0.2);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  z-index: 1;
  border-radius: 10px;
}
.news-card-item-style-1 .news-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.news-card-item-style-1 .news-image .user-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 8px 6px 51.3px 18px rgba(10, 3, 46, 0.03);
  padding: 10px;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 5px;
  z-index: 9999;
}
.news-card-item-style-1 .news-image .user-box .user-item {
  display: flex;
  align-items: center;
  gap: 13px;
}
.news-card-item-style-1 .news-image .user-box .user-item .user-image img {
  width: initial;
  height: initial;
}
.news-card-item-style-1 .news-image .user-box .user-item .content span {
  color: rgba(102, 102, 102, 0.74);
}
.news-card-item-style-1 .news-image .user-box .arrow-icon {
  color: var(--white);
  background-color: var(--theme);
  text-align: center;
  border-radius: 12px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.news-card-item-style-1 .news-image .user-box .arrow-icon i {
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}
.news-card-item-style-1 .news-image .user-box .arrow-icon:hover {
  background-color: var(--header);
  color: var(--white);
}
.news-card-item-style-1 .news-image .user-box .arrow-icon:hover i {
  transform: rotate(0);
}
.news-card-item-style-1 .news-content {
  border-radius: 12px;
  background: var(--white);
  box-shadow: 8px 6px 51.3px 95px rgba(10, 3, 46, 0.03);
  padding: 50px 35px 35px;
  margin-top: -20px;
  position: relative;
  z-index: 999;
}
@media (max-width: 1399px) {
  .news-card-item-style-1 .news-content {
    padding: 30px;
  }
}
.news-card-item-style-1 .news-content span {
  color: var(--theme);
  border-bottom: 1px dashed #CDCDCD;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  width: 316px;
}
.news-card-item-style-1 .news-content span::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 28px;
  height: 1px;
  right: initial;
  background-color: var(--theme);
  top: 12px;
}
.news-card-item-style-1 .news-content .news-list {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .news-card-item-style-1 .news-content .news-list {
    gap: 20px;
  }
}
.news-card-item-style-1 .news-content .news-list li {
  position: relative;
}
.news-card-item-style-1 .news-content .news-list li.style-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 30px;
  top: 10px;
  left: -20px;
  background-color: var(--text);
}
@media (max-width: 1399px) {
  .news-card-item-style-1 .news-content .news-list li.style-2::before {
    left: -15px;
  }
}
.news-card-item-style-1 .news-content h3 {
  margin-bottom: 10px;
}
.news-card-item-style-1 .news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-card-item-style-1 .news-content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.news-card-item-style-1:hover .news-image::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) scale(1);
  -ms-transform: perspective(400px) rotateY(0deg) scale(1);
  transform: perspective(400px) rotateY(0deg) scale(1);
}
.news-card-item-style-1:hover .news-image img {
  transform: scale(1.1) rotate(2deg);
}

.news-section .section-title p {
  max-width: 717px;
  margin: 0 auto;
  margin-top: 15px;
}
.news-card-item-style-2 .news-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.news-card-item-style-2 .news-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.news-card-item-style-2 .news-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.news-card-item-style-2 .news-image span {
  background-color: var(--theme-3);
  padding: 14px 26px;
  line-height: 1;
  color: var(--header);
  border-radius: 6px;
  position: absolute;
  left: 18px;
  top: 18px;
}
.news-card-item-style-2 .news-content {
  background-color: var(--white);
  box-shadow: 8px 6px 51.3px 18px rgba(10, 3, 46, 0.03);
  border-radius: 12px;
  margin-top: -50px;
  margin-left: 18px;
  margin-right: 18px;
  position: relative;
  padding: 48px 35px;
  text-align: center;
}
@media (max-width: 1199px) {
  .news-card-item-style-2 .news-content {
    padding: 30px;
  }
}
.news-card-item-style-2 .news-content .date-list {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .news-card-item-style-2 .news-content .date-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.news-card-item-style-2 .news-content .date-list li.style-2 {
  position: relative;
}
.news-card-item-style-2 .news-content .date-list li.style-2::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 30px;
  background: var(--bg-3);
  top: 10px;
  left: -25px;
}
.news-card-item-style-2 .news-content h3 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .news-card-item-style-2 .news-content h3 {
    font-size: 20px;
  }
}
.news-card-item-style-2 .news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-card-item-style-2 .news-content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.news-card-item-style-2 .news-content .arrow {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  display: inline-block;
  border-radius: 12px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  transition: all 0.4s ease-in-out;
}
.news-card-item-style-2 .news-content .arrow:hover {
  background-color: var(--header);
}
.news-card-item-style-2:hover .news-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.news-card-item-style-2:hover .news-image::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.news-section-2 .left-shape {
  position: absolute;
  bottom: 0px;
  left: 70px;
}
@media (max-width: 1600px) {
  .news-section-2 .left-shape {
    display: none;
  }
}
.main-sideber .single-sideber-widget .widget-title {
  margin-bottom: 30px;
}
.news-details-post .news-details-content .news-list {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 10px;
}
.news-details-post .news-details-content .news-list li {
  color: var(--header);
}
.news-details-post .news-details-content .news-list li i {
  color: var(--theme);
}
.news-details-post .news-details-content .news-list li.style-1 {
  position: relative;
}
.news-details-post .news-details-content .news-list li.style-1::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #898d90;
  border-radius: 30px;
  top: 14px;
  left: -20px;
}
.news-details-post .news-details-content .text {
  margin-top: 30px;
}
.news-details-post .news-details-content .comment-area .blog-single-comment .content h6 {
  color: #5c6672;
  margin-bottom: 20px;
}
.news-details-post .news-details-content .comment-area .blog-single-comment .content h6 span {
  color: var(--header);
  font-size: 18px;
  font-weight: 700;
}
.news-details-post .news-details-content .comment-area .blog-single-comment .content .single-box {
  border: 1px solid rgba(0, 53, 102, 0.15);
  padding: 30px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.news-details-post .news-details-content .comment-area .blog-single-comment .content .reply {
  color: var(--theme);
  font-weight: 500;
}
.news-details-post .news-details-content .comment-area .blog-single-comment .content .reply i {
  margin-left: 5px;
}
.news-style-box-5 .news-image {
  max-width: 272px;
}
@media (max-width: 767px) {
  .news-style-box-5 .news-image {
    max-width: initial;
    margin-bottom: 25px;
  }
  .news-style-box-5 .news-image img {
    width: 100%;
    height: 100%;
  }
}
.news-style-box-5 .news-image img {
  border-radius: 10px;
}
.news-style-box-5 .news-content .post-date {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 1199px) {
  .news-style-box-5 .news-content .post-date {
    gap: 15px;
  }
}
.news-style-box-5 .news-content .post-date li {
  display: flex;
  gap: 7px;
  align-items: center;
}
.news-style-box-5 .news-content .post-date li i {
  color: var(--theme-2);
}
.news-style-box-5 .news-content .post-date li:last-child {
  position: relative;
  padding-left: 35px;
}
@media (max-width: 1199px) {
  .news-style-box-5 .news-content .post-date li:last-child {
    padding-left: 0;
  }
}
.news-style-box-5 .news-content .post-date li:last-child::before {
  width: 15px;
  height: 1px;
  line-height: 4px;
  position: absolute;
  top: 15px;
  left: 0px;
  content: "";
  background-color: var(--theme);
}
@media (max-width: 1199px) {
  .news-style-box-5 .news-content .post-date li:last-child::before {
    display: none;
  }
}
.news-style-box-5 .news-content h3 {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .news-style-box-5 .news-content h3 {
    font-size: 20px;
  }
}
.news-style-box-5 .news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-style-box-5 .news-content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.news-style-box-5 .news-content .link-btn {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  text-decoration: underline;
  color: var(--theme-2);
  margin-top: 10px;
}
.news-style-box-5 .news-content .link-btn i {
  margin-left: 10px;
}
.news-style-box-5 .news-content .link-btn:hover {
  color: var(--header);
}
.news-card-item-style-3 .news-list {
  display: flex;
  align-items: center;
  gap: 7px 24px;
}
.news-card-item-style-3 .news-list li {
  font-size: 16px;
}
.news-card-item-style-3 .news-list li i {
  color: var(--theme-2dark);
}
@media (max-width: 1399px) {
  .news-card-item-style-3 {
    gap: 15px 20px;
  }
  .news-card-item-style-3 .news-images {
    width: 300px;
  }
  .news-card-item-style-3 .news-list {
    display: flex;
    align-items: center;
    gap: 7px 14px;
  }
  .news-card-item-style-3 .news-list li {
    font-size: 16px;
  }
  .news-card-item-style-3 .news-list li i {
    color: var(--theme-2dark);
  }
}
.news-box-items-style-4 .content {
  margin-top: 20px;
}
.news-box-items-style-4 .content ul {
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid rgba(9, 34, 16, 0.1);
  padding-bottom: 15px;
}
.news-box-items-style-4 .content ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-box-items-style-4 .content ul li i {
  color: #144B24;
}
.news-box-items-style-4 .content ul li h4 {
  font-weight: 400;
}
.news-box-items-style-4 .content h3 {
  margin-top: 15px;
}
.news-box-items-style-4 .content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-box-items-style-4 .content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.news-box-items-style-4 .content .news-bottom-items {
  margin-top: 15px;
}
.news-box-items-style-4 .content .news-bottom-items span {
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
}
.news-box-items-style-4 .content .news-bottom-items span i {
  color: #144B24;
  margin-right: 8px;
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Parkinsans", sans-serif, "Parkinsans", sans-serif;
  text-align: center;
  user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme);
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--header);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Parkinsans", sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: var(--white);
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.cursor-outer {
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme);
  background-color: var(--theme);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.cursor-outer.cursor-hover {
  opacity: 0.14;
}

.cursor-outer.cursor-big {
  opacity: 0;
}

.cursor-inner {
  -webkit-margin-start: -3px;
  margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--theme);
  opacity: 1;
  -webkit-transition: all 0.24s ease-out 0s;
  transition: all 0.24s ease-out 0s;
}
.cursor-inner span {
  color: var(--text);
  line-height: 60px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.cursor-inner.cursor-hover {
  -webkit-margin-start: -10px;
  margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--theme);
  border: 1px solid #686363;
  opacity: 0;
}

.cursor-outer {
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme);
  background-color: var(--theme);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.cursor-outer.cursor-hover {
  opacity: 0.14;
}

.cursor-outer.cursor-big {
  opacity: 0;
}

.cursor-inner {
  -webkit-margin-start: -3px;
  margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--theme);
  opacity: 1;
  -webkit-transition: all 0.24s ease-out 0s;
  transition: all 0.24s ease-out 0s;
}
.cursor-inner span {
  color: var(--text);
  line-height: 60px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.cursor-inner.cursor-hover {
  -webkit-margin-start: -10px;
  margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--theme);
  border: 1px solid #686363;
  opacity: 0;
}

.search-popup.active {
  z-index: 999999;
}

.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.7;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}
@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}

.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}








.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}
.section-title .sub-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme);
  font-family: "Parkinsans", sans-serif;
  margin-bottom: 15px;
  text-transform: capitalize;
  display: inline-block;
}
.section-title h2 {
  font-family: "Parkinsans", sans-serif;
}

.section-title-2 {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title-2 {
    margin-bottom: 0;
  }
}
.section-title-2 h6 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.section-title-2 h6 img {
  margin-right: 10px;
}

.section-title-2 {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title-2 {
    margin-bottom: 0;
  }
}
.section-title-2 h6 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .section-title-2 h6 {
    font-size: 16px;
  }
}
.section-title-2 h6 img {
  margin-right: 10px;
}
.section-title-area .section-title-2 {
  margin-bottom: 0;
}
.section-title-area .section-title {
  margin-bottom: 0;
}

.section-padding {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}
.service-wrapper .service-card-items .content {
  margin-top: 35px;
}
.service-wrapper .service-card-items .content h5 {
  font-family: "Parkinsans", sans-serif;
}
.service-wrapper .service-card-items .content h5 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.service-wrapper .service-card-items .content h5 a:hover {
  color: var(--white);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--white) 0%, var(--white) 100%);
}
.service-wrapper .service-card-items:hover .content {
  position: relative;
  z-index: 999;
}
.service-wrapper .service-card-items:hover .content h5 a {
  color: var(--white);
}
.service-section .left-shape {
  position: absolute;
  left: 0;
  bottom: 120px;
}
@media (max-width: 1600px) {
  .service-section .left-shape {
    display: none;
  }
}
.service-section .left-shape img {
  width: 100%;
  height: 100%;
}
.service-section .right-shape {
  position: absolute;
  top: 20px;
  right: 100px;
}
@media (max-width: 1600px) {
  .service-section .right-shape {
    display: none;
  }
}
.service-section .right-shape img {
  width: 100%;
  height: 100%;
}
.service-card-item-2-style-2 .top-item .content h3 {
  margin-bottom: 15px;
}
.service-card-item-2-style-2 .top-item .content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.service-card-item-2-style-2 .top-item .content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.service-card-item-2-style-2 .list-item .theme-btn {
  background-color: transparent;
  justify-content: space-between;
  border: 1px solid var(--theme);
  color: var(--theme);
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px 25px;
  border-radius: 8px;
}
.service-card-item-2-style-2 .list-item .theme-btn::before {
  background-color: var(--theme);
}
.service-card-item-2-style-2 .list-item .theme-btn i {
  color: var(--theme);
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}
.service-card-item-2-style-2 .list-item .theme-btn:hover {
  color: var(--white);
}
.service-card-item-2-style-2 .list-item .theme-btn:hover i {
  color: var(--white);
  transform: rotate(0deg);
}
.service-section-2 .left-shape {
  position: absolute;
  left: 88px;
  top: 102px;
}
@media (max-width: 1600px) {
  .service-section-2 .left-shape {
    display: none;
  }
}
.service-section-2 .right-shape {
  position: absolute;
  bottom: 408px;
  right: 22px;
}
@media (max-width: 1600px) {
  .service-section-2 .right-shape {
    display: none;
  }
}
.service-details-wrapper .service-details-post .content p {
  max-width: 354px;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .service-details-wrapper .service-details-post .content p {
    margin-bottom: 30px;
  }
}
.service-details-wrapper .service-details-post .content .icon-items {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 45px;
}
@media (max-width: 1399px) {
  .service-details-wrapper .service-details-post .content .icon-items {
    margin-bottom: 30px;
  }
}
.service-details-wrapper .service-details-post .content .icon-items h3 {
  font-weight: 500;
  font-size: 20px;
  margin-top: 0;
}
.service-details-wrapper .service-details-post .details-box .content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .service-details-wrapper .service-details-post .details-box .content h4 {
    font-size: 20px;
  }
}
.service-details-wrapper .service-details-post .details-box .content p {
  max-width: 320px;
  margin-bottom: 50px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .service-box-style-5 .content {
    margin-top: 25px;
  }
}
.service-box-style-5 .content .icon {
  width: 94px;
  height: 94px;
  line-height: 94px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  margin-bottom: 50px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .service-box-style-5 .content .icon {
    margin-bottom: 25px;
  }
}
.service-box-style-5 .content .icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.service-box-style-5 .content h3 {
  font-size: 25px;
  margin-bottom: 20px;
}
.service-box-style-5 .content p {
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .service-box-style-5 .content p {
    margin-bottom: 20px;
  }
}
.service-box-style-5 .content .theme-btn::before {
  background-color: var(--header);
}
.service-box-style-5 .content .theme-btn:hover {
  color: var(--white);
}
.service-box-style-5:hover .content .icon {
  background: var(--header);
}
.service-box-style-5:hover .content .icon img {
  transform: scaleX(-1) !important;
}
.service-btn-grp button.active, .service-btn-grp button:hover {
  background: var(--theme);
}
.service-btn-grp button.active i, .service-btn-grp button:hover i {
  color: var(--black);
}


.project-card-item-style-1 {
  margin-top: 30px;
  padding: 15px;
  background-color: var(--white);
  border-radius: 12px;
  box-shadow: 8px 6px 51.3px 151px rgba(10, 3, 46, 0.03);
  margin-bottom: 20px;
}
.project-card-item-style-1.style-new {
  margin-bottom: 0;
  box-shadow: none;
}
.project-card-item-style-1 .project-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.project-card-item-style-1 .project-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(8, 77, 54, 0.3);
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: perspective(400px) rotateY(-90deg) scale(0.2);
  -ms-transform: perspective(400px) rotateY(-90deg) scale(0.2);
  transform: perspective(400px) rotateY(-90deg) scale(0.2);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  z-index: 1;
  border-radius: 10px;
}
.project-card-item-style-1 .project-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.project-card-item-style-1 .project-content {
  padding: 20px 15px 10px;
}
.project-card-item-style-1 .project-content .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #CDCDCD;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.project-card-item-style-1 .project-content .content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.project-card-item-style-1 .project-content .content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.project-card-item-style-1 .project-content .content .arrow {
  transform: rotate(-45deg);
}
.project-card-item-style-1 .project-content .project-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  .project-card-item-style-1 .project-content .project-list li {
    font-size: 14px;
  }
}
.project-card-item-style-1 .project-content .project-list li span {
  color: #434343;
}
.project-card-item-style-1:hover .project-image::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) scale(1);
  -ms-transform: perspective(400px) rotateY(0deg) scale(1);
  transform: perspective(400px) rotateY(0deg) scale(1);
}
.project-card-item-style-1:hover .project-image img {
  transform: scale(1.1) rotate(2deg);
}

.project-section {
  margin-bottom: -20px;
}
.project-section .project-slider {
  margin-left: -80px;
  margin-right: -80px;
  overflow: initial;
}
@media (max-width: 1600px) {
  .project-section .project-slider {
    margin-right: -56;
    margin-left: -56;
  }
}
@media (max-width: 1399px) {
  .project-section .project-slider {
    margin-right: 0;
    margin-left: 0;
  }
}
.project-section p {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
}
.project-section p .view-btn {
  color: var(--theme);
}
.project-section-2 .section-title {
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 1399px) {
  .project-section-2 .section-title {
    text-align: left;
    margin-left: initial;
  }
}
.project-section-2 .left-shape {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1399px) {
  .project-section-2 .left-shape {
    display: none;
  }
}
.project-section-2 .arrow-button {
  position: absolute;
  right: 31%;
  margin-top: 0;
  bottom: 11%;
}
@media (max-width: 1399px) {
  .project-section-2 .arrow-button {
    display: none;
  }
}
.project-section-2 .arrow-button .array-prev {
  z-index: 999;
}
.project-section-2 .arrow-button .array-next {
  z-index: 999;
}
.project-section-2 .project-slider {
  margin-left: -80px;
  margin-right: -80px;
}
.project-section-2 .project-slider.style-2 {
  padding-bottom: 105px;
}
@media (max-width: 1399px) {
  .project-section-2 .project-slider.style-2 {
    padding-bottom: 0;
  }
}
@media (max-width: 1600px) {
  .project-section-2 .project-slider {
    margin-right: -56;
    margin-left: -56;
  }
}
@media (max-width: 1399px) {
  .project-section-2 .project-slider {
    margin-right: 0;
    margin-left: 0;
  }
}
.project-feature-style-5 .content {
  margin-bottom: 20px;
}
.project-feature-style-5 .content h3 {
  font-size: 28px;
  margin-bottom: 7px;
}
@media (max-width: 1399px) {
  .project-feature-style-5 .content h3 {
    font-size: 24px;
  }
}
.project-feature-style-5 .content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.project-feature-style-5 .content h3 a:hover {
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--header) 0%, var(--header) 100%);
}
.project-feature-style-5 .content p {
  font-size: 15px;
}

.project-section-5 {
  position: relative;
  z-index: 9;
}
.project-section-5::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(5, 58, 20, 0.88);
  z-index: -1;
}
.project-section-5 .project-shape-1 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}
.project-section-5 .project-shape-2 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}

.project-wrapper-items-5 {
  margin-top: 30px;
  border-radius: 12px;
  border: 1px solid rgba(30, 29, 38, 0.29);
  background: var(--white);
  padding: 37px 47px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s ease-in-out;
  position: relative;
}
@media (max-width: 1199px) {
  .project-wrapper-items-5 {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .project-wrapper-items-5 {
    padding: 30px 35px;
  }
}
@media (max-width: 575px) {
  .project-wrapper-items-5 {
    padding: 30px;
  }
}
.project-wrapper-items-5 .project-box-items-5 {
  display: flex;
  gap: 80px;
  align-items: center;
}
@media (max-width: 1199px) {
  .project-wrapper-items-5 .project-box-items-5 {
    flex-wrap: wrap;
    gap: 30px;
  }
  .project-wrapper-items-5 .project-box-items-5 br {
    display: none;
  }
}
.project-wrapper-items-5 .project-box-items-5 .project-number-items {
  display: flex;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1199px) {
  .project-wrapper-items-5 .project-box-items-5 .project-number-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.project-wrapper-items-5 .project-box-items-5 .project-number-items .number {
  width: 81px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  border-radius: 12px;
  background: rgba(153, 165, 55, 0.07);
  font-family: "Parkinsans", sans-serif;
  font-size: 32px;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}
.project-wrapper-items-5 .project-box-items-5 .project-number-items .content span {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme);
  margin-bottom: 10px;
}
.project-wrapper-items-5 .project-box-items-5 .project-number-items .content h3 {
  font-size: 28px;
  margin-bottom: 15px;
}
.project-wrapper-items-5 .project-box-items-5 .project-number-items .content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.project-wrapper-items-5 .project-box-items-5 .project-number-items .content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.project-wrapper-items-5 .project-box-items-5 .project-number-items .content ul {
  display: flex;
  gap: 10px;
}
@media (max-width: 1199px) {
  .project-wrapper-items-5 .project-box-items-5 .project-number-items .content ul {
    flex-wrap: wrap;
  }
}
.project-wrapper-items-5 .project-box-items-5 .project-number-items .content ul li {
  border-radius: 50px;
  border: 1px solid rgba(153, 165, 55, 0.38);
  font-size: 16px;
  padding: 10px 17px;
  line-height: 1;
  transition: all 0.4s ease-in-out;
}
.project-wrapper-items-5 .project-box-items-5 .project-number-items .content ul li:hover {
  background-color: var(--theme);
  color: var(--white);
}
.project-wrapper-items-5 .hover-image {
  width: 480px;
  height: 275px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -150px 0 0 -50px;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
  visibility: hidden;
  border-radius: 12px;
}
.project-wrapper-items-5:hover .hover-image {
  opacity: 1;
  visibility: visible;
}
.project-wrapper-items-5 .circle-icon {
  width: 54px;
  height: 54px;
  border: 1px solid var(--theme);
  background: var(--white);
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.project-wrapper-items-5 .circle-icon:hover {
  background-color: var(--theme);
  color: var(--white);
}
.project-wrapper-items-5:hover .project-box-items-5 .project-number-items .number {
  background-color: var(--theme);
  color: var(--white);
}

.testimonial-style3 .container {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 991px) {
  .testimonial-style3 .container {
    padding: 0 0;
  }
}
.testimonial-thumb-active2 .swiper-slide.swiper-slide-active .small-testimonial-item {
  background-color: var(--theme);
}
.testimonial-thumb-active2 .swiper-slide.swiper-slide-active .small-testimonial-item .cont h3 {
  color: var(--white) !important;
}
.testimonial-thumb-active2 .swiper-slide.swiper-slide-active .small-testimonial-item .cont p {
  color: var(--white) !important;
}
@media (max-width: 1199px) {
  .small-testimonial-item {
    padding: 12px;
  }
  .small-testimonial-item .thumb {
    width: 60px;
    height: 60px;
  }
  .small-testimonial-item .thumb .quote {
    width: 29px;
    height: 29px;
  }
  .small-testimonial-item .content h3 {
    font-size: 16px;
  }
  .small-testimonial-item .content span {
    display: block;
    font-size: 13px !important;
  }
}
.testimonial-items-big-03 .arrow-button button {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(9, 34, 16, 0.1);
  border-radius: 50%;
  color: var(--black);
}
.testimonial-items-big-03 .arrow-button button:hover {
  background-color: var(--theme-2dark);
  color: var(--white);
}
.testimonial-items-big-03 .arrow-button .array-next {
  background-color: var(--theme-2dark);
  color: var(--white);
}
.testimonail-btn-grap3 .array-next {
  background-color: var(--theme-2dark);
  color: var(--white) !important;
}









/* --- Efeito de Hover nos Palestrantes (Modern Slide Up) --- */

/* Garante que a imagem seja a base para o posicionamento */
.project-card-item .project-image {
    position: relative;
    overflow: hidden; /* Essencial para esconder o texto antes do mouse passar */
}

/* O QUE ACONTECE NO HOVER (O GATILHO) */
/* Quando passar o mouse no CARD INTEIRO, a bio sobe na imagem */
.project-card-item:hover .speaker-bio-overlay {
    opacity: 1;
    transform: translateY(0); /* Volta para a posição original cobrindo a foto */
}




/* Efeito de Bio no Hover */
.project-card-item .project-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.project-card-item:hover .speaker-bio-overlay {
    opacity: 1;
    transform: translateY(0); /* Sobe suavemente */
}




/* --- FIX DE TAMANHO DOS CARDS --- */
.project-slider .swiper-slide {
    width: 25% !important; /* Força 4 por linha no desktop se o JS falhar */
    padding: 10px;
    box-sizing: border-box;
}
@media (max-width: 575px) { .project-slider .swiper-slide { width: 100% !important; } }


/* --- ESTILO DOS NOVOS CARDS --- */
.speaker-expand-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important; /* Sombra leve */
    transition: all 0.3s ease-in-out;
}

..speaker-expand-card .project-image {
    position: relative;
    overflow: hidden; /* Mantém os links dentro da área da imagem antes do hover */
}

.speaker-expand-card .project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.speaker-social-links a {
    color: #fff !important;
    font-size: 20px;
    transition: 0.3s;
    pointer-events: auto; /* Garante a clicabilidade */
}

.speaker-expand-card:hover .speaker-social-links {
    bottom: 0;
}

.speaker-social-links a:hover {
    color: #a4c439 !important;
}

.speaker-social-links a {
    color: #fff;
    font-size: 18px;
}

.speaker-expand-card .project-content {
    background: #fff;
    padding: 20px;
    position: relative;
    z-index: 5;
    transition: all 0.4s ease;
    max-height: 120px; /* Altura padrão para nome e cargo */
    overflow: hidden;
}

.base-info h3 {
    font-size: 20px !important;
    font-weight: 700;
    margin-bottom: 5px;
}

.base-info span {
    color: var(--theme);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.speaker-expand-card:hover .project-content {
    max-height: 500px; /* Aumenta para mostrar o texto completo */
    box-shadow: 0 -10px 20px rgba(0,0,0,0.1); /* Sombra leve para destacar a subida */
}

.expanded-info {
    opacity: 0;
    transition: 0.4s ease;
    margin-top: 10px;
}

.speaker-expand-card:hover .expanded-info {
    opacity: 1;
}

/* Adicione isso se o texto biográfico for muito extenso */
.expanded-info {
    max-height: 250px; 
    overflow-y: auto; 
    padding-right: 5px;
}

/* Customizando a barra de rolagem interna para ficar elegante */
.expanded-info::-webkit-scrollbar {
    width: 4px;
}
.expanded-info::-webkit-scrollbar-thumb {
    background: #a4c439;
    border-radius: 10px;
}









/* --- CONTAINER DO PALESTRANTE --- */
.speaker-expand-card {
    position: relative;
    overflow: hidden; 
    border-radius: 12px;
    background: #fff;
    height: 100%;
}

/* Ajuste da imagem para ser a base do quadrado */
.speaker-expand-card .project-image {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 1/1; /* Mantém a foto quadrada */
}

.speaker-expand-card .project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* --- NOVO QUADRADO DE CONTEÚDO (SOBRE A FOTO) --- */
.speaker-expand-card .project-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Ocupa exatamente o espaço da foto */
    background: rgb(8 77 54 / 54%); /* Fundo sólido para leitura perfeita */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px !important;
    text-align: center;
    z-index: 10;
    
    /* Animação: Começa invisível e abaixo */
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none; /* Evita bugar o mouse antes do hover */
}

/* Efeito Hover: Faz o quadrado aparecer */
.speaker-expand-card:hover .project-content {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto; /* Ativa cliques nos links */
}

/* --- ORGANIZAÇÃO DOS TEXTOS --- */
.base-info h3 {
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 700;
    margin-bottom: 5px;
}

.base-info span {
    color: #EEFF69 !important; /* Cor de destaque para o cargo */
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

/* Área da Bio com Scroll Interno Decente */
.expanded-info {
    max-height: 180px; /* Limita a altura para caber dentro da foto */
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 10px;
}

.expanded-info p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* --- BOTÕES SOCIAIS NOVO ESTILO --- */
.speaker-social-links {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.speaker-social-links a {
    color: #fff !important;
    font-size: 20px;
    transition: 0.3s;
}

.speaker-social-links a:hover {
    color: #EEFF69 !important;
    transform: scale(1.1);
}

/* --- BARRA DE ROLAGEM DO QUADRADO --- */
.expanded-info::-webkit-scrollbar {
    width: 4px;
}
.expanded-info::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}
.expanded-info::-webkit-scrollbar-thumb {
    background: #EEFF69;
    border-radius: 10px;
}




/* --- ESTILO DO MODAL DE PALESTRANTES --- */
.speaker-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85); /* Fundo escuro */
    z-index: 99999; /* Garante que fique em cima de tudo */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px); /* Efeito de desfoque no fundo */
}

.speaker-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.speaker-modal-content {
    background: #fff;
    width: 90%;
    max-width: 900px;
    border-radius: 20px;
    position: relative;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    transform: translateY(20px);
    transition: all 0.4s ease;
    max-height: 90vh; /* Evita que estoure a tela */
    overflow-y: auto; /* Rolagem interna se necessário */
}

.speaker-modal-overlay.active .speaker-modal-content {
    transform: translateY(0);
}

/* Botão de Fechar */
.close-modal-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 40px;
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
    line-height: 1;
    transition: 0.3s;
    z-index: 10;
}

.close-modal-btn:hover {
    color: #a4c439; /* Cor do seu tema */
    transform: rotate(90deg);
}

/* Grid Layout */
.modal-body-grid {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* Coluna Esquerda */
.modal-left {
    flex: 0 0 300px;
    text-align: center;
}

.modal-img-wrapper img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.modal-social-custom {
    margin-top: 20px;
    justify-content: center;
    display: flex;
    gap: 15px;
}

.modal-social-custom a {
    background: #f4f4f4;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #333;
    transition: 0.3s;
}

.modal-social-custom a:hover {
    background: #a4c439;
    color: #fff;
}

/* Coluna Direita */
.modal-right {
    flex: 1;
}

.modal-right h3 {
    font-size: 32px;
    color: #053A14;
    margin-bottom: 5px;
    font-weight: 700;
}

.modal-right span {
    font-size: 18px;
    color: #a4c439;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}

.modal-divider {
    height: 2px;
    width: 60px;
    background: #a4c439;
    margin: 20px 0;
}

.modal-bio-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
    text-align: justify;
}
@media (max-width: 768px) {
    .modal-body-grid {
        flex-direction: column;
    }
    .modal-left {
        flex: 1;
        width: 100%;
        margin-bottom: 20px;
    }
    .speaker-modal-content {
        padding: 25px;
        width: 95%;
    }
    .modal-right h3 {
        font-size: 24px;
    }
}

/* Responsividade para Celular */

/* Opcional: Cursor de clique nos cards originais */
.speaker-expand-card {
    cursor: pointer;
}

.mega-menu-wrapper {
    background-color: #a4c439;
}





















/* --- Event Info System (Barra Flutuante) --- */
.event-info-system-area {
    position: relative;
    z-index: 10;
    margin-top: -80px; /* Puxa para cima do banner */
    padding-bottom: 50px;
}

.event-info-wrapper {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    border-bottom: 4px solid var(--theme); /* Detalhe colorido */
}

.info-card {
    display: flex;
    align-items: center;
    gap: 15px;
}

.info-card .icon-box {
    width: 50px;
    height: 50px;
    background: rgba(164, 196, 57, 0.1); /* Cor theme transparente */
    color: var(--theme);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: 0.3s;
}

.info-card:hover .icon-box {
    background: var(--theme);
    color: #fff;
}

.info-card .text-box h5 {
    font-size: 14px;
    color: #666;
    margin-bottom: 2px;
    font-weight: 600;
    text-transform: uppercase;
}

.info-card .text-box p {
    font-size: 18px;
    color: var(--black2);
    font-weight: 700;
    margin: 0;
}
@media (max-width: 991px) {
    .event-info-system-area {
        margin-top: 0; /* Remove sobreposição no mobile */
        padding-top: 30px;
    }
    .event-info-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .info-card {
        width: 100%;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }
    .info-card:last-child {
        border-bottom: none;
    }
}

/* Responsividade para mobile */




/* =========================================
   FIX: Event Info System Area
   ========================================= */

.event-info-system-area {
    position: relative;
    z-index: 2;
    margin-top: -50px; /* Faz o box subir levemente sobre o banner (opcional) */
    padding-bottom: 50px;
}
@media (max-width: 991px) {
    .event-info-system-area {
        margin-top: 0; /* Remove a sobreposição no mobile */
        padding: 30px 0;
    }

    .event-info-system-wrapper {
        flex-direction: column; /* Empilha um embaixo do outro */
        align-items: flex-start;
        padding: 30px;
    }

    .event-info-system-item {
        width: 100%;
        border-right: none !important; /* Remove linha vertical */
        border-bottom: 1px solid #eee; /* Adiciona linha horizontal */
        padding-bottom: 20px;
        padding-right: 0;
    }

    .event-info-system-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}





/* Ajuste fino na seção */
.brand-section {
    background: #f9f9f9; /* Um fundo cinza muito claro ajuda as "pills" brancas a se destacarem */
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Container da Pílula Gigante */
.big-brand-pill {
    background: #ffffff;
    border-radius: 80px; /* Bordas bem redondas */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); /* Sombra flutuante */
    padding: 20px 40px; /* Espaço interno */
    border: 1px solid rgba(0,0,0,0.03);
    max-width: 1200px;
    margin: 0 auto; /* Centraliza na tela */
    overflow: hidden; /* Garante que nada saia da borda redonda */
}

/* CORREÇÃO DO SLIDER TRAVANDO/VOLTANDO */
.brand-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important; /* ISSO É O SEGREDO */
}

/* Estilo das Logos */
.brand-logo {
    max-height: 50px; /* Altura máxima controlada */
    width: auto;
    max-width: 140px; /* Largura máxima para logos muito esticadas */
    object-fit: contain;
    
    /* Efeito PB */
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.3s ease;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

/* Hover na Logo individual */
.brand-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}




/* =========================================
   Countdown Box - EP Agro
   ========================================= */

.countdown-custom-box {
    position: absolute;
    bottom: 8%; /* Ajustado para não colar demais embaixo */
    left: 50%;
    transform: translateX(-50%); /* Centraliza perfeitamente na tela */
    z-index: 99;
    
    /* Glassmorphism Premium */
    background: rgba(8, 77, 54, 0.85); /* Baseado na var(--theme-2) com transparência */
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    
    padding: 12px 30px;

    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    max-width: 900px;
    /* width: 90%;  Responsivo */
}

/* Container dos números */
.countdown-grid {
      display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 0px;
    padding-top: 10px;
}

/* Item individual de tempo */
.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 80px;
}

/* Wrapper do número para dar destaque */
.time-wrapper {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 8px;
    width: 100%;
    text-align: center;
    transition: transform 0.3s ease;
}

.countdown-item:hover .time-wrapper {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
    border-color: var(--theme); /* Detalhe verde ao passar o mouse */
}

/* Tipografia dos Números */
.countdown-item h3 {
    color: var(--white);
    margin: 0;
    font-size: 38px;
    font-weight: 700;
    font-family: "Oswald", sans-serif; /* Fonte mais impactante já importada no seu CSS */
    line-height: 1;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

/* Rótulos (Dias, Hrs...) */
.time-label {
    color: var(--theme); /* Usa o verde claro do tema */
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "Parkinsans", sans-serif;
}

/* Separadores (os dois pontos :) */
.countdown-separator {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 300;
    margin-bottom: 20px; /* Alinha visualmente com os números */
}

/* --- Estilo do Badge Rotativo --- */
.box-badge {
    flex-shrink: 0;
    position: relative;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.03);
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.1);
}

.rotate-text {
    width: 100%;
    height: 100%;
    animation: rotate 15s linear infinite;
}

.rotate-text text {
    fill: var(--white);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
}

.badge-icon {
    position: absolute;
    color: var(--theme); /* Verde destaque */
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 0 10px rgba(153, 165, 55, 0.4));
}
@media (max-width: 991px) {
    .countdown-custom-box {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        bottom: 5%;

        
    }

    .box-badge {
        display: none; /* Oculta o badge em telas menores para limpar a visão */
    }
}
@media (max-width: 575px) {
    .countdown-custom-box {
        width: 95%;
        padding: 15px;
    }
    
    .countdown-grid {
        gap: 5px;
    }

    .countdown-item {
        min-width: 60px;
    }

    .countdown-item h3 {
        font-size: 28px;
    }

    .time-label {
        font-size: 9px;
        letter-spacing: 1px;
    }

    .countdown-separator {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

/* --- Responsividade --- */

/* Tablet e Telas menores */

/* Mobile */


/* --- Estilos da Seção de Contato --- */

.contact-section {
    position: relative;
    background-image: url('../img/contact-bg.jpg'); /* Substitua pelo caminho da sua imagem de trator/campo */
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Efeito parallax opcional */
    z-index: 1;
    overflow: hidden;
}

/* Camada verde escura sobre a imagem */
.contact-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--theme-2dark); /* Verde escuro do tema */
    opacity: 0.85; /* Ajuste para ver mais ou menos da imagem de fundo */
    z-index: -1;
}

/* Tipografia e Textos */
.contact-info-wrapper .sub-title {
    color: var(--theme); /* Verde limão destaque */
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    display: block;
    margin-bottom: 10px;
}

.contact-info-wrapper .section-title {
    font-size: 42px;
    margin-bottom: 20px;
    font-family: "Oswald", sans-serif;
}

.contact-info-wrapper .contact-desc {
    color: #e0e0e0;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 90%;
}

/* Lista de Ícones de Contato */
.contact-details-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-detail-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-detail-item .icon-box {
    width: 60px;
    height: 60px;
    background-color: var(--theme); /* Fundo verde claro */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--white);
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.contact-detail-item:hover .icon-box {
    background-color: var(--white);
    color: var(--theme-2);
    transform: translateY(-5px);
}

.contact-detail-item .text-box h5 {
    color: var(--white);
    font-family: "Oswald", sans-serif;
    margin-bottom: 5px;
    font-size: 20px;
}

.contact-detail-item .text-box p {
    color: #ccc;
    margin: 0;
    font-size: 15px;
}

/* Cartão do Formulário (Direita) */
.contact-form-card {
    background: var(--white);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.contact-form-card h3 {
    color: var(--theme-2); /* Verde escuro */
    font-family: "Oswald", sans-serif;
    margin-bottom: 30px;
    font-size: 28px;
    text-align: center;
}

/* Inputs do Formulário */
.contact-form-card .form-control {
    background-color: #f8f9fa;
    border: 1px solid #eee;
    padding: 15px;
    height: auto;
    border-radius: 8px;
    font-family: "Parkinsans", sans-serif;
}

.contact-form-card .form-control:focus {
    box-shadow: none;
    border-color: var(--theme);
    background-color: #fff;
}

.contact-form-card textarea.form-control {
    resize: none;
}

/* Botão Personalizado para esta seção */
.contact-form-card .theme-btn {
    background-color: var(--theme-2);
    color: var(--white);
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px;
}

.contact-form-card .theme-btn:hover {
    background-color: var(--green);
    color: var(--heading);
}
@media (max-width: 991px) {
    .contact-form-card {
        margin-top: 50px;
        padding: 30px;
    }
    
    .contact-info-wrapper .section-title {
        font-size: 32px;
    }
}

.blob-1 {
    width: 200px;
    height: 200px;
    background: var(--theme);
    top: -20px;
    right: -20px;
    animation: float 6s ease-in-out infinite;
}

.blob-2 {
    width: 150px;
    height: 150px;
    background: var(--theme-2);
    bottom: -20px;
    left: -20px;
    animation: float 8s ease-in-out infinite reverse;
}

/* Cabeçalho falso do App */
.app-header {
    background: #fff;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    color: #000;
}

.instagram-media {
    width: 100% !important;
    height: 100% !important;
    border: none;
    min-height: 480px;
}

/* Animação das bolhas */
@keyframes float {
    0% { transform: translate(0, 0); }
    50% { transform: translate(20px, 30px); }
    100% { transform: translate(0, 0); }
}

/* Mobile Responsivo */




/* --- Seção Instagram App Moderno --- */

/* --- Seção Instagram App Moderno --- */
.instagram-app-section {
    background: linear-gradient(to bottom, #f8f9fa, #fff);
    padding: 80px 0;
    overflow: hidden;
}

.badge-insta {
    background: rgba(8, 77, 54, 0.1);
    color: var(--theme-2);
    padding: 8px 16px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

.highlight-text { color: var(--theme); font-family: "Oswald", sans-serif; }
.app-text-content h2 { font-size: 42px; line-height: 1.2; color: var(--header); }

/* Moldura do Celular */
.phone-frame-wrapper { position: relative; padding: 20px; z-index: 1; }

.phone-screen-glass {
    background: #fff;
    border: 8px solid #000; /* Borda preta do celular */
    border-radius: 40px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    max-width: 380px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    height: 600px; /* Altura fixa para parecer um celular */
}

.blob-bg { position: absolute; border-radius: 50%; filter: blur(50px); z-index: -1; opacity: 0.5; }
.blob-1 { width: 250px; height: 250px; background: var(--theme); top: -40px; right: -40px; }
.blob-2 { width: 200px; height: 200px; background: var(--theme-2); bottom: -40px; left: 0; }

.app-header, .app-footer-bar {
    background: #fff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
}
.app-footer-bar { border-top: 1px solid #eee; border-bottom: none; font-size: 22px; color: #000; }
.app-footer-bar .active { color: var(--theme-2); }
.app-footer-bar .mini-avatar { width: 24px; height: 24px; background-color: #ddd; border-radius: 50%; }

.widget-scroll-area {
    flex-grow: 1;
    background: #fff;
    overflow: hidden;
    position: relative;
}

@keyframes pulse-border {
    0% {
        transform: translate(-50%, -50%) scale(0.95);
        opacity: 0.7;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

/* Responsivo para celular */


/* Suavizar o movimento contínuo */
.brand-slider .swiper-wrapper {
    transition-timing-function: linear !important;
}




/* --- ESTILOS NOVOS ADICIONADOS (IMAGEM 1 e 2) --- */

/* IMAGEM 1: Grid de Temas na Event Info Area */
.event-topics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.topic-item {
    background: rgba(255, 255, 255, 0.1); /* Fundo sutil */
    border-left: 4px solid var(--theme-3); /* Borda Neon */
    padding: 15px;
    border-radius: 0 8px 8px 0;
    color: var(--white);
    font-weight: 600;
    transition: 0.3s;
    display: flex;
    align-items: center;
}

.topic-item i {
    color: var(--theme-3);
    margin-right: 10px;
    font-size: 18px;
}

.topic-item:hover {
    background: var(--theme-2);
    transform: translateX(5px);
}

/* IMAGEM 2: Seção Prêmio (Moderno e Destaque) */
.premio-area {
    background-color: var(--theme-2dark);
    background-image: linear-gradient(45deg, var(--theme-2dark) 0%, var(--header) 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0;

}

/* Efeito de fundo decorativo */
.premio-area::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    background: var(--theme-3);
    filter: blur(150px);
    opacity: 0.15;
    border-radius: 50%;
}

.premio-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 30px;
    border-radius: 20px;
    transition: 0.4s ease;
    height: 100%;
    position: relative;
    z-index: 2;
    backdrop-filter: blur(10px);
}

.premio-card:hover {
    border-color: var(--theme-3);
    box-shadow: 0 10px 40px rgba(230, 247, 103, 0.15); /* Glow neon */
    transform: translateY(-10px);
}

.premio-icon {
    width: 70px;
    height: 70px;
    background: var(--theme-3);
    color: var(--black2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 25px;
    transition: 0.4s;
}

.premio-card:hover .premio-icon {
    transform: rotateY(180deg);
    background: var(--white);
    color: var(--theme-2);
}

.premio-card h4 {
    color: var(--white);
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.premio-card p {
    color: #ccc;
    font-size: 16px;
    line-height: 1.6;
}

.section-title.modern h2 {
    color: var(--white);
}
.section-title.modern span {
    color: var(--theme-3);
}


/* --- ESTILOS CORRIGIDOS (PILLS / TÓPICOS) --- */

/* Configuração do Grid para ocupar toda a área */
.event-topics-grid {
    display: grid;
    /* Cria colunas responsivas que se esticam (mínimo de 250px de largura) */
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); 
    gap: 25px;
    margin-top: 30px;
}

/* Estilo da "Pill" (Estado Normal - Visível) */
.topic-item {
    background-color: #f4f4f4; /* Fundo cinza claro suave */
    border: 1px solid #e0e0e0;
    border-left: 5px solid var(--theme-2); /* Detalhe verde escuro */
    padding: 25px 20px;
    border-radius: 8px;
    
    /* Cores do Texto */
    color: var(--header); /* Texto escuro (Verde Header) para contraste */
    font-weight: 700;
    font-size: 18px;
    
    /* Alinhamento */
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Alinha ícone e texto à esquerda */
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05); /* Sombra leve */
}

/* Ícone no estado normal */
.topic-item i {
    color: var(--theme-2); /* Ícone verde escuro */
    font-size: 24px;
    margin-right: 15px;
    transition: 0.4s;
}

/* --- EFEITO HOVER (Ao passar o mouse) --- */
.topic-item:hover {
    background-color: var(--theme-2); /* Fundo vira Verde Escuro */
    color: var(--white); /* Texto vira Branco */
    transform: translateY(-7px); /* Sobe um pouco */
    border-left-color: var(--bg-1); /* Borda lateral vira Neon */
    box-shadow: 0 15px 30px rgba(8, 77, 54, 0.3);
}

.topic-item:hover i {
    color: var(--bg-1); /* Ícone vira Neon */
    transform: scale(1.1) rotate(10deg);
}

/* Ajuste para garantir que o texto não quebre feio */
.topic-item span {
    line-height: 1.2;
}

/* Seção Prêmio - Garantia de legibilidade (caso tenha ficado branco também) */
.premio-card p {
    color: #ccc !important; /* Cinza claro forçado */
}
.premio-card h4 {
    color: var(--white) !important;
}





/* --- NOVA LOGO FIXA (Sobreposta ao Slider) --- */
.hero-fixed-layer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20; /* Fica acima do slider */
    width: 100%;
    text-align: center;
    pointer-events: none; /* Permite clicar através da área transparente */
}

.hero-fixed-logo {
    max-width: 500px;
    width: 90%; /* Responsivo para mobile */
    height: auto;
    /* Animação de descida única */
    animation: logoDescidaSuave 1.5s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

@keyframes logoDescidaSuave {
    0% {
        opacity: 0;
        transform: translateY(-50px); /* Começa um pouco acima */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* Posição final */
    }
}

/* --- SETAS DE NAVEGAÇÃO ORGÂNICAS --- */
.hero-section-5 .arrow-button {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 5%; /* Distância das laterais */
    z-index: 25;
    pointer-events: none; /* Permite clicar no meio do banner */
    transform: translateY(-50%); /* Centraliza verticalmente exato */
}

.hero-section-5 .arrow-button button {
    pointer-events: auto; /* Reativa o clique nos botões */
    width: 50px;
    height: 50px;
    border-radius: 50%; /* Redondo */
    background: rgba(255, 255, 255, 0.15); /* Fundo vidro translúcido */
    backdrop-filter: blur(5px); /* Efeito de desfoque */
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.4s ease;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.hero-section-5 .arrow-button button:hover {
    background: #a4c439; /* Cor do tema ao passar o mouse */
    border-color: #a4c439;
    transform: scale(1.1); /* Cresce levemente */
    box-shadow: 0 4px 20px rgba(164, 196, 57, 0.4);
}


/* =========================================
   ATUALIZAÇÕES: BANNER, LOGO FIXA E SETAS
   ========================================= */

/* 1. CORREÇÃO DE ALTURA DO BANNER 
   (Impede que o banner diminua ao retirar o conteúdo de dentro) */
.hero-5, .hero-4 {
    min-height: 90vh !important; /* Força a altura para 90% da tela */
    display: flex;
    align-items: center; 
    width: 100%;
}
@media (max-width: 768px) {
    .hero-5, .hero-4 {
        min-height: 500px !important;
    }
}

/* Ajuste de altura para Celular */

/* 2. LOGO FIXA CENTRALIZADA (Sobreposta ao Slider) */
.hero-fixed-layer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    width: 100%;
    text-align: center;
    pointer-events: none; /* Permite clicar no banner através da área transparente */
}

.hero-fixed-logo {
    max-width: 550px;
    width: 90%;
    height: auto;
    /* Animação suave de entrada */
    animation: logoFadeIn 1.5s ease-out forwards;
}
@media (max-width: 768px) {
    .hero-fixed-logo {
        max-width: 250px; 
    }
}

/* Logo menor no celular */

@keyframes logoFadeIn {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* 3. SETAS DE NAVEGAÇÃO (Estilo Orgânico) */
.hero-section-5 .arrow-button {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 40px; /* Afastamento das laterais */
    z-index: 25;
    pointer-events: none;
    transform: translateY(-50%); /* Centralização vertical exata */
}

/* Botões redondos e translúcidos */
.hero-section-5 .arrow-button button {
    pointer-events: auto; /* Reativa o clique no botão */
    width: 60px;
    height: 60px;
    border-radius: 50%;
    
    /* Efeito "Vidro" suave */
    background: rgba(255, 255, 255, 0.05); 
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
    outline: none;
}

/* Hover: Fica verde e aumenta levemente */
.hero-section-5 .arrow-button button:hover {
    background: rgba(164, 196, 57, 0.9); /* Verde do tema */
    color: #fff;
    border-color: transparent;
    transform: scale(1.1); 
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
@media (max-width: 768px) {
    .hero-section-5 .arrow-button {
        padding: 0 15px;
    }
    .hero-section-5 .arrow-button button {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
}

/* Ajuste das setas no celular (menores) */



/* ======================================================
   ATUALIZAÇÕES FINAIS: BANNER, LOGO FIXA E PALETA NOVA
   ====================================================== */

/* --- 1. AJUSTES DE CORES GLOBAIS --- */

/* Forçar títulos a usar o novo Verde Escuro */
h1, h2, h4, h5, h6, .hero_title {
    color: var(--heading) !important;
}

/* Botões Principais (Verde Limão) */
.theme-btn, .btn-rota-custom {
    background-color: var(--theme);
    color: var(--white); /* Texto escuro para contraste */
    font-weight: 700;
    border: none;
}

/* Hover dos Botões (Verde Bandeira) */
.theme-btn:hover, .btn-rota-custom:hover {
    background-color: var(--theme);
    color: var(--green-2); 
}

/* Rodapé e Menus Escuros (Verde Muito Escuro) */
.footer-section-3, 
.footer-bottom-3, 
.header-1.sticky, 
.mean-container .mean-bar {
    background-color: #27401b !important;
    border-color: #3e9745;
}

/* --- 2. HERO BANNER (Correção de Altura e Logo Fixa) --- */

/* Força o banner a manter a altura mesmo sem conteúdo dentro */
.hero-5, .hero-4 {
    min-height: 90vh !important; /* 90% da altura da tela */
    display: flex;
    align-items: center;
    width: 100%;
}

/* Container da Logo Fixa (Sobreposta ao Slider) */
.hero-fixed-layer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    width: 100%;
    text-align: center;
    pointer-events: none; /* Permite clicar através da área */
}

/* A Logo em si */
.hero-fixed-logo {
    max-width: 550px;
    width: 90%;
    height: auto;
    animation: logoFadeIn 1.5s ease-out forwards;
}

@keyframes logoFadeIn {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* --- 3. SETAS DO BANNER (Estilo Orgânico) --- */

/* Container das setas */
.hero-section-5 .arrow-button {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    z-index: 25;
    pointer-events: none;
    transform: translateY(-50%);
}

/* Botões individuais */
.hero-section-5 .arrow-button button {
    pointer-events: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    
    /* Efeito Vidro */
    background: rgba(255, 255, 255, 0.1); 
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Hover nas setas */
.hero-section-5 .arrow-button button:hover {
    background: var(--theme); /* Verde Limão */
    color: var(--heading);    /* Texto Escuro */
    border-color: transparent;
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(158, 213, 0, 0.3);
}
@media (max-width: 768px) {
    /* Altura menor no celular */
    .hero-5, .hero-4 {
        min-height: 500px !important;
    }
    
    /* Logo menor */
    .hero-fixed-logo {
        max-width: 280px;
    }
    
    /* Setas menores e mais próximas da borda */
    .hero-section-5 .arrow-button {
        padding: 0 15px;
    }
    .hero-section-5 .arrow-button button {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
}

/* --- 4. RESPONSIVIDADE (Celular) --- */
/* ========================================
   BOTÃO FLUTUANTE DE INGRESSO
   ======================================== */
.floating-ticket-cta {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Oswald', sans-serif; 
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cta-content {
    background: linear-gradient(135deg, var(--theme-2) 0%, var(--theme) 100%);
    padding: 16px 32px;
    border-radius: 50px;
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 2;
    border: 1px solid rgba(230, 247, 103, 0.3);
    box-shadow: 0 10px 25px rgba(2, 8, 66, 0.3);
    backdrop-filter: blur(5px);
    overflow: hidden;
}

.cta-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent
    );
    transition: 0.5s;
}

.floating-ticket-cta:hover .cta-content::before {
    left: 100%;
}

.cta-content i {
    font-size: 20px;
    color: var(--theme);
}

.cta-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: var(--theme-3);
    border-radius: 50px;
    z-index: 1;
    opacity: 0.6;
    animation: pulse-border 2s infinite;
}

.floating-ticket-cta:hover {
    transform: translateY(-5px) scale(1.02);
}

.floating-ticket-cta:hover .cta-content {
    box-shadow: 0 15px 35px rgba(8, 77, 54, 0.5);
    border-color: var(--theme-3);
}

@keyframes pulse-border {
    0% {
        transform: translate(-50%, -50%) scale(0.95);
        opacity: 0.7;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

@media (max-width: 768px) {
    .floating-ticket-cta {
        bottom: 20px;
        right: 20px;
    }
    
    .cta-content {
        padding: 14px 24px;
        font-size: 16px;
    }
}

/* ========================================
   DATA DO EVENTO NO BANNER
   ======================================== */
.event-date-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
    padding: 20px 30px;
    background: linear-gradient(135deg, rgba(164, 196, 57, 0.15) 0%, rgba(41, 122, 8, 0.15) 100%);
    border-radius: 15px;
    border: 2px solid rgba(164, 196, 57, 0.3);
    backdrop-filter: blur(10px);
    animation: fadeInDown 0.8s ease-out;
}

.date-icon {
    font-size: 40px;
    color: var(--theme);
    animation: pulse 2s ease-in-out infinite;
}

.date-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
}

.date-day {
    font-size: 36px;
    font-weight: 800;
    color: var(--white);
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.date-month {
    font-size: 18px;
    font-weight: 600;
    color: var(--theme);
    font-family: 'Parkinsans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* Responsivo */
@media (max-width: 768px) {
    .event-date-banner {
        padding: 15px 20px;
        gap: 10px;
        margin-bottom: 20px;
    }
    
    .date-icon {
        font-size: 30px;
    }
    
    .date-day {
        font-size: 28px;
    }
    
    .date-month {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .date-day {
        font-size: 24px;
    }
    
    .date-month {
        font-size: 12px;
    }
}


/* --- CORREÇÃO DE POSICIONAMENTO: LOGO E DATA --- */

/* Ajusta o container fixo para permitir clicar nos botões e centralizar itens */
.hero-fixed-layer {
    pointer-events: none; /* Permite clicar no slider atrás, se necessário */
    z-index: 20;
}

/* Garante que a coluna alinhe a logo e a data uma embaixo da outra */
.hero-fixed-layer .col-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Ajustes visuais da Logo */
.hero-fixed-logo {
    margin-bottom: 20px; /* Espaço entre a Logo e a Data */
    pointer-events: auto; /* Permite clicar na logo se tiver link */
}

/* Novo estilo para a Data (agora centralizada) */
.event-date-banner {
    pointer-events: auto;
    margin-bottom: 0 !important; /* Remove margem antiga que empurrava para cima */
    margin-top: 0;
    
    /* Estilo vidro para destacar sobre a imagem de fundo */
    background: rgba(20, 75, 36, 0.85); /* Fundo verde escuro semi-transparente */
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    
    border-radius: 10px;
    padding: 10px 30px;
    
    /* Animação suave */
    animation: fadeInUp 1s ease-out 0.5s forwards; /* Aparece logo depois da logo */
    opacity: 0; /* Começa invisível para animar */
    transform: translateY(20px);
}

/* Animação de entrada da data */
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Ajuste responsivo para celulares */
@media (max-width: 768px) {
    .hero-fixed-logo {
        max-width: 220px; /* Logo menor no celular */
        margin-bottom: 15px;
    }

    .event-date-banner {
        padding: 8px 20px;
    }

    .event-date-banner .date-icon {
        font-size: 24px; /* Ícone menor */
    }

    .event-date-banner .date-day {
        font-size: 20px; /* Texto menor */
    }

    .event-date-banner .date-month {
        font-size: 12px;
    }
}



/* ======================================================
   CORREÇÃO DE SOBREPOSIÇÃO PARA NOTEBOOKS (Ex: 1366x768)
   ====================================================== */
@media (max-height: 800px) and (min-width: 769px) {
    /* 1. Sobe o bloco inteiro (Logo + Data) um pouco mais para o topo */
    .hero-fixed-layer {
        top: 42%; 
    }
    
    /* 2. Reduz levemente o tamanho da logo para ganhar espaço vertical */
    .hero-fixed-logo {
        max-width: 420px; 
        margin-bottom: 12px; /* Aproxima a caixa de data da logo */
    }
    
    /* 3. Empurra a caixa do cronômetro um pouco mais para baixo */
    .countdown-custom-box {
        bottom: 3%; 
    }

    /* 4. Tira um pouco do excesso de respiro da caixa de data */
    .event-date-banner {
        padding: 8px 25px; 
    }
}

/* Prepara o menu original para animações suaves */
#header-sticky {
    transition: all 0.3s ease-in-out;
}

/* Regras aplicadas quando a página é rolada para baixo */
.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999 !important; /* Garante que fique acima de tudo, inclusive modais e banners */
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); /* Sombra elegante para separar do conteúdo */
    animation: menuSlideDown 0.4s ease-out forwards;
}

/* Ajusta as margens dos links para o menu não ficar tão "gordo" ao rolar */
.sticky .header-main .main-menu ul li a {
    padding: 15px 0; /* Diminui o respiro superior e inferior */
}

/* Ajusta o tamanho da logo no menu fixo para poupar espaço */
.sticky .main-logo img {
    max-height: 40px !important;
    transition: 0.3s ease;
}

/* Animação suave de descida */
@keyframes menuSlideDown {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}