/************ Template Info ***************
Template Name: Ecology & Environment
Author:
Support:
Version: 1.0
************ Template Info ***************/
/************ TABLE OF CONTENTS ***************
01 Default CSS
02 Preloader CSS
03 Button CSS
05 OffCanvas CSS
06 Footer CSS
07 Topbar CSS
08 Breadcrumb CSS
09 Hero CSS
10 Camping CSS
11 Contact CSS
12 Blog CSS
13 Event CSS
14 Partners CSS
15 Contact Us CSS
16 Testimonial CSS
17 Completed Project CSS
18 What We Do CSS
19 Volunteer CSS
20 Why Us CSS
21 Service CSS
22 Dust Recycling CSS
23 Faq CSS
24 About Us CSS
25 Latest Work CSS
26 News Letter CSS
27 Company Achievements CSS
28 Services We Offer CSS
29 Work Process CSS
30 Make Donate CSS
31 Donate Us CSS
32 We Are Friends CSS
33 Details Content CSS
34 Details Sidebar CSS
35 Camping Donation CSS
36 Donations CSS
37 Blog Standard CSS
38 GDPR Sectio CSS
************ TABLE OF CONTENTS ***************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&amp;display=swap');

:root {
  --default-font                  : "DM Sans", sans-serif;
  --accent-font                   : "Rajdhani", sans-serif;
  --font-family-1                 : "Dancing Script", cursive;
  --font-family-2                 : "Noto Serif", serif;
  --font-family-3                 : "Roboto", sans-serif;
  --theme-color                   : #85BF18;
  --theme-shade-color             : #99EF68;
  --theme-color-2                 : #FFE175;
  --theme-color-3                 : #004540;
  --theme-green-gr                : #22826c;
  --theme-green-gr-rgb            : 34, 130, 108;
  --theme-green-gr-2              : #1d7460;
  --theme-green-gr-2-rgb          : 29, 116, 96;
  --theme-base                    : #006940;
  --theme-base-rgb                : 0, 105, 64;
  --theme-black                   : #1e3226;
  --theme-black-rgb               : 30, 50, 38;
  --theme-primary                 : #fdc400;
  --theme-primary-rgb             : 253, 196, 0;
  --theme-orange                  : #FFA500;
  --theme-orange-hover            : #f16520;
  --theme-orange-hover-rgb        : 241, 101, 32;
  --theme-gray                    : #bac3bd;
  --theme-gray-rgb                : 115, 124, 118;
  --theme-green-ekor              : #20c997;
  --theme-green-ekor-2            : #28a745;
  --theme-color-bezova            : #f8f7f0;
  --theme-color-bezova-ls         : #efeac5;
  --theme-color-bezova-rgb        : 248, 247, 240; 
  --border-1px                    : 1px solid #d9d9d9;
  --border-2px                    : 2px solid #d9d9d9;
  --shadow                        : 0px 4px 55px 0px #4baf4726;
  --scrool-color                  : #4baf47;
  --heading-color                 : #0e0e0e;
  --border                        : #d9d9d9;
  --transition                    : all 0.4s ease-in-out;
  --primary-color				  : #03221B;
  --secondary-color			      : #FAFAFA;
  --secondary-color-2			  : #ebebeb;
  --text-color				      : #727272;
  --text-shadow                   : 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.1);
  --accent-color				  : #8EC73D;
  --accent-secondary-color	      : #F9900A;
  --divider-color				  : #03221B1A;
  --dark-divider-color		      : #FFFFFF25;
  --span                          : rgb(136, 136, 136);
  --title-color                   : #15161C;
  --body-color                    : #868681;
  --gray-color                    : #383838;
  --warning-color                 : #FFB539;
  --success-color                 : #28a745;
  --error-color                   : #dc3545;
  --light-color                   : #f5f5f5;
  --dark-color                    : #15161C;
  --white-color                   : #fff;
  --white-color-rgb               : 255, 255, 255;
  --black-color                   : #000;
  --hr-color                      : #000;
  --icon-font                     : "Font Awesome 6 Pro";
  --body-fz                       : 16px;
  }
 
/* 01 Default CSS */

html {
  scroll-behavior: smooth;
}

html,
body {
  scroll-behavior: smooth !important;
  overflow-x: hidden;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #c1c1c1;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: #222;
  outline: none;
}

html::-webkit-scrollbar-thumb:active,
body::-webkit-scrollbar-thumb:active {
  background: var(--theme-color-2);
}

body {
  color: var(--body-color);
  font-size: var(--body-fz);
  font-family: var(--default-font);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
/*  background-color: var(--white-color);*/
  
}

img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

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

ul {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

li {
  list-style: none;
}

button,
.btn {
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

button:active,
button:hover,
button:focus,
.btn:active,
.btn:hover,
.btn:focus {
  outline: 0;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  color: var(--title-color);
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

.btn:hover,
.btn:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--accent-font);
  color: var(--primary-color);
  font-weight: 600;
  margin: 0;
  line-height: 1.1em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  /*font-size: 48px;
  line-height: 1.3;*/

  
  font-size: 48px;
  font-weight: 700;
  /*line-height: 80px;*/
  line-height: 1.3;

}

h2 {
  font-size: 36px;
  line-height: 1.3;
}

h3 {
  font-size: 28px;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
  /*line-height: 1.2;*/
  font-weight: 600;

}

h5 {
  font-size: 20px;
  line-height: 1.2;
}

h6 {
  font-size: 16px;
  line-height: 1.2;
}

hr {
  margin: 20px 0;
  border-color: var(--hr-color);
}

ol {
  list-style: decimal;
}

p:last-child {
  margin-bottom: 0;
}
.sub-bg {
  background-color: var(--light-color);
}


.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}



/* Form */
label {
  color: var(--gray-color);
  cursor: pointer;
  font-size: var(--body-fz);
  font-weight: 400;
}

*::-moz-selection {
  background: var(--theme-color);
  color: #fff;
  text-shadow: none;
}

::selection {
  background: var(--theme-color);
  color: var(--white-color);
  text-shadow: none;
}

/* Placeholder */
::placeholder {
  color: var(--body-color);
  font-size: var(--body-fz);
  opacity: 1;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: var(--border);
}

::-webkit-scrollbar-thumb {
  background-color: var(--scrool-color);
  border-radius: 8px;
  border: 1px solid transparent;
  background-clip: content-box;
}


/*::selection {
  color: var(--white);
  background-color: var(--scrool-color);
}*/


/* Button */

.btn-default {
  position: relative;
  display: inline-block;
  background: var(--theme-color-3);
  /*background: var(--accent-secondary-color);*/
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-transform: capitalize;
  color: var(--white-color);
  border: none;
  padding: 17px 50px 17px 20px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  z-index: 0;
}

.btn-default:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.btn-default:hover{
	background: transparent;
	color: var(--white-color);
}

.btn-default::before{
	content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url('../images/kontaktni-formular/arrow-white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translate(-20px, -50%);
    transition: all 0.4s ease-in-out;
}

.btn-default:hover::before{
	transform: translate(-17px, -50%);
}

.btn-default::after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
	right: 0;
    width: 0;
    height: 106%;
    background: var(--accent-secondary-color);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.btn-default:hover:after{
	width: 100%;
    transform: skew(0deg);
    left: 0;
}

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

.btn-default.btn-highlighted:hover::before{
	filter: brightness(1) invert(1);
}

.btn-default.btn-highlighted::after{
	background: var(--accent-secondary-color);
}

.btn-theme {
  color: #fff;
  border-color: var(--theme-color);
  background: var(--theme-color);
}

.btn-theme:hover {
  background: var(--theme-color);
  color: #fff;
  border-color: var(--theme-color);
}

.btn-rounded {
  border-radius: 100% !important;
}

.btn-square {
  border-radius: 0 !important;
}

/* Bg Color */
.bg-gray {
  background: var(--gray-color);
}

.bg-white {
  background: #fff;
}

.bg-cream {
  background: #f8f7f0;
}

.bg-black {
  background: #000;
}

.bg-theme {
  background: var(--theme-color);
}

.bg-dark {
  background-color: var(--dark-color) !important;
}

.bg-off-white {
  background-color: #f7f7f7;
}

.bg-off-white-2 {
  background-color: #f1f8ff;
}

.bg-off-green {
  background-color: #eff9f5;
}
 
.bg-blue {
  background-color: #4c87ff !important;
}

.bg-yellow {
  background-color: #fea116 !important;
}

.bg-pink {
  background-color: #fc4557 !important;
}

.bg-egg-blue {
  background-color: #1cb5a3 !important;
}

.bg-purple {
  background-color: #5851a7 !important;
}

/* Text Color */
.gray-color {
  background: var(--gray-color);
}

.white-color {
  color: #fff;
}

.black-color {
  color: #000;
}

.theme-color {
  color: var(--theme-color);
}

/* Others Common Css Here :) */
.table-row {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

.overflow-x-clip {
  overflow-x: clip;
}

.overflow-y-clip {
  overflow-y: clip;
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 0 0 0 rgba(255, 255, 255, 0.5);
  }

  40% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 255, 255, 0.5);
  }

  80% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: inherit;
  line-height: inherit;
}

.common-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 20px;
  color: var(--span);
  text-shadow: var(--text-shadow);
}

@media (min-width: 768px) and (max-width: 991px) {
  .common-subtitle {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 14px;
  }
}

@media (max-width: 767px) {
  .common-subtitle {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 14px;
  }
}

.common-subtitle.style-color-white {
  color: var(--white-color);
}

.common-subtitle.style-color-2 {
  color: var(--theme-color-2);
}

.common-subtitle.style-color-3 {
  color: var(--theme-color-3);
}

.common-subtitle.m-b-0 {
  margin-bottom: 0;
}

.common-title {
  text-align: center;
  margin-bottom: 30px;
  text-shadow: var(--text-shadow);
}

@media (min-width: 768px) and (max-width: 991px) {
  .common-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .common-title {
    margin-bottom: 20px;
  }
}

.common-title h2 {
  font-weight: 600;
  font-size: 52px;
  line-height: 60px;
  color: var(--theme-green-gr-2);
  margin-bottom: 0 !important;
}

.common-title h3 {
  color: var(--theme-orange-hover);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .common-title h2 {
    font-size: 44px;
    line-height: 1.2;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .common-title h2 {
    font-size: 42px;
    line-height: 1.2;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .common-title h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .common-title h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}

.common-title.style-color-white h2 {
  color: var(--white-color);
}

.common-title.style-color-light h2 {
  color: var(--light-color);
}

.common-title.style-color-2 h2 {
  color: var(--theme-color-2);
}

.common-title.style-color-3 h2 {
  color: var(--theme-color-3);
}

.common-title.m-b-0 {
  margin-bottom: 0;
}


@media (min-width: 1400px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1392px;
  }
}


.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 30px;
	position: relative;
    /*padding-right: 15px;
    padding-left: 15px;*/
	z-index: 1;
}



.auto-container {
  position: static;
  max-width: var(--container-width);
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.row {
  --bs-gutter-x: 30px;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}


.cb-cursor:before{
	background: var(--accent-secondary-color);
}


/*====================================================================
    Components
====================================================================*/
/* 02 Preloader CSS */

#loading {
  background-color: var(--white-color);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999999;
  margin-top: 0px;
  top: 0px;
}
#loading #loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25%;
  transform: translate(-50%, -50%);
}
#loading .loading-icon .loading-logo {
  width: 150px;
  height: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #loading #loading-center-absolute {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #loading #loading-center-absolute {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #loading #loading-center-absolute {
    width: 45%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #loading #loading-center-absolute {
    width: 50%;
  }
}
@media (max-width: 575px) {
  #loading #loading-center-absolute {
    width: 60%;
  }
}



/* 03 Button CSS */
.e-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  color: var(--theme-color-3);
  padding: 16px 25px;
  background: var(--theme-color-2);
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

@media (min-width: 1400px) and (max-width: 1700px) {
  .e-primary-btn {
    font-size: 16px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .e-primary-btn {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .e-primary-btn {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .e-primary-btn {
    font-size: 16px;
    line-height: 20px;
    gap: 8px;
    padding: 5px 5px 5px 20px;
  }
}

@media (max-width: 767px) {
  .e-primary-btn {
    font-size: 16px;
    line-height: 20px;
    gap: 8px;
    padding: 5px 5px 5px 20px;
  }
}

.e-primary-btn:before {
  content: "";
  position: absolute;
  left: -110%;
  top: 50%;
  width: 200%;
  height: 200%;
  background: var(--theme-color-3);
  z-index: -1;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 200px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.e-primary-btn.has-icon {
  padding: 5px 5px 5px 25px;
  gap: 15px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .e-primary-btn.has-icon {
    gap: 10px;
  }
}

.e-primary-btn .icon-wrap {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  background: var(--theme-color-3);
  color: var(--white-color);
  border-radius: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

@media (max-width: 1399px) {
  .e-primary-btn .icon-wrap {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .e-primary-btn .icon-wrap {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .e-primary-btn .icon-wrap {
    font-size: 15px;
  }
}

.e-primary-btn .icon-wrap .icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 15px;
  overflow: hidden;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .e-primary-btn .icon-wrap .icon {
    width: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .e-primary-btn .icon-wrap .icon {
    width: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .e-primary-btn .icon-wrap .icon {
    width: 10px;
  }
}

@media (max-width: 767px) {
  .e-primary-btn .icon-wrap .icon {
    width: 10px;
  }
}

.e-primary-btn .icon-wrap .icon i {
  flex: none;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.e-primary-btn.is-hover-white:before {
  background: var(--white-color);
}

.e-primary-btn.is-hover-white:hover {
  color: var(--theme-color-3);
}

.e-primary-btn.is-hover-white:hover .icon-wrap {
  background: var(--theme-color-2);
  color: var(--theme-color-3);
}

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

.e-primary-btn:hover:before {
  left: -10%;
  transform: translateX(0%) translateY(-50%);
}

.e-primary-btn:hover .icon-wrap {
  background: var(--white-color);
  color: var(--theme-color-3);
}

.e-primary-btn:hover .icon-wrap .icon i {
  transform: translateX(100%);
}

.e-primary-btn.has-small .icon-wrap {
  width: 34px;
  height: 34px;
}

@media (max-width: 991px) {
  .e-primary-btn.has-small .icon-wrap {
    width: 40px;
    height: 40px;
  }
}

/* 05 OffCanvas Css */
.off-canvas-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.off-canvas-sidebar.active {
  visibility: visible;
  opacity: 1;
}

.off-canvas-sidebar .off-canvas-sidebar-close {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--theme-color-3);
  color: var(--white-color);
  font-size: 20px;
  border-radius: 0 0 4px 0;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.off-canvas-sidebar .off-canvas-sidebar-close i {
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.off-canvas-sidebar .off-canvas-sidebar-close:hover {
  background: var(--error-color);
}

.off-canvas-sidebar .off-canvas-sidebar-close:hover i {
  transform: rotate(180deg);
}

.off-canvas-sidebar .off-canvas-logo img {
  width: 100%;
  max-width: 165px;
}

.off-canvas-sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 20;
  cursor: pointer;
}

.off-canvas-sidebar-body {
  position: fixed;
  right: -100%;
  top: 0;
  width: 400px;
  background: #fff;
  z-index: 30;
  padding: 24px;
  padding-top: 70px;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media (max-width: 767px) {
  .off-canvas-sidebar-body {
    max-width: 100%;
  }
}

.off-canvas-sidebar-body.active {
  right: 0;
  visibility: visible;
  opacity: 1;
  z-index: 99999;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}

.off-canvas-sidebar-body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.off-canvas-sidebar-body::-webkit-scrollbar-track {
  background: #c1c1c1;
}

.off-canvas-sidebar-body::-webkit-scrollbar-thumb {
  background-color: #222;
  outline: none;
}

.off-canvas-sidebar-body::-webkit-scrollbar-thumb:active {
  background: var(--theme-color-2);
}

.off-canvas-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--body-color);
}

.off-canvas-thumb img {
  width: 100%;
  border-radius: 10px;
}

.off-canvas-contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.off-canvas-contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.off-canvas-contact-item:hover .icon {
  color: var(--theme-color-3);
  background: var(--theme-color-2);
}

.off-canvas-contact-item .icon {
  width: 50px;
  height: 50px;
  background: var(--theme-color-3);
  color: var(--white-color);
  font-size: 20px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.off-canvas-contact-item .text h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: var(--title-color);
  margin-bottom: 4px;
}

.off-canvas-contact-item .text p {
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 28px;
  color: var(--body-color);
}

.off-canvas-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.off-canvas-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--white-color);
  background: var(--theme-color-3);
  border-radius: 50px;
}

.off-canvas-social-links a:hover {
  color: var(--theme-color-3);
  background: var(--theme-color-2);
}

.off-canvas-menubar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.off-canvas-menubar.active {
  visibility: visible;
  opacity: 1;
}

.off-canvas-menubar .off-canvas-head {
  padding: 0 0 0 24px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
}

.off-canvas-menubar .off-canvas-menubar-close {
  padding: 20px 30px 20px 30px;
  border-left: 1px solid #E5E5E5;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.off-canvas-menubar .off-canvas-menubar-close i {
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.off-canvas-menubar .off-canvas-menubar-close:hover {
  color: var(--white-color);
  background: var(--error-color);
}

.off-canvas-menubar .off-canvas-menubar-close:hover i {
  transform: rotate(180deg);
}

.off-canvas-menubar .off-canvas-logo img {
  width: 100%;
  max-width: 165px;
}

.off-canvas-menubar-body {
  position: fixed;
  left: -100%;
  top: 0;
  width: 400px;
  background: #fff;
  z-index: 30;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media (max-width: 767px) {
  .off-canvas-menubar-body {
    max-width: 100%;
  }
}

.off-canvas-menubar-body.active {
  left: 0;
  visibility: visible;
  opacity: 1;
  z-index: 99999;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}

.off-canvas-menubar-body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.off-canvas-menubar-body::-webkit-scrollbar-track {
  background: #c1c1c1;
}

.off-canvas-menubar-body::-webkit-scrollbar-thumb {
  background-color: #222;
  outline: none;
}

.off-canvas-menubar-body::-webkit-scrollbar-thumb:active {
  background: var(--theme-color-2);
}

.off-canvas-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  text-align: left;
  padding: 20px 30px 40px;
}

.off-canvas-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.off-canvas-menu ul li {
  display: block;
  border-bottom: 1px solid #fdedf1;
}

.off-canvas-menu ul li a:hover {
  color: var(--theme-color-3);
  background: var(--theme-color-2);
}

.off-canvas-menu .has-dropdown .sub-menu li.active a {
    color: var(--theme-gray);
    /*background-color: #F8F7F0;*/
}

.off-canvas-menu .has-dropdown .sub-menu li.active a:hover {
    color: var(--theme-gray);
    background-color: #F8F7F0;
}

.off-canvas-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  /*text-transform: capitalize;*/
  color: var(--title-color);
  padding-left: 0;
}

.off-canvas-menu ul .has-dropdown>a:after {
  content: "\f078";
  font-family: var(--icon-font);
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all .3s linear 0s;
}

.off-canvas-menu ul .has-dropdown.active>a {
  color: var(--theme-color-3);
}

.off-canvas-menu ul .has-dropdown.active>a:after {
  transform: translateY(-50%) rotate(180deg);
}

.off-canvas-menu ul .has-dropdown li {
  padding-left: 20px;
}

/*.off-canvas-menu ul .has-dropdown li:first-child {
  border-top: 1px solid #fdedf1;
}*/

.off-canvas-menu ul .has-dropdown li:last-child {
  border-bottom: 0;
}

.off-canvas-menu ul .has-dropdown li a {
  font-size: 14px;
  padding: 10px 0;
}

.off-canvas-menu ul .has-dropdown .sub-menu {
  display: none;
}

.off-canvas-menubar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 20;
  cursor: pointer;
}

/* 06 Footer Css */
.footer-section {
  background-color: var(--theme-color-3);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size:cover;
  overflow: hidden;
  position: relative;
  background-position: center center;
  padding: 100px 0 0;  
  
}

.footer-bottom-layout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 24px 3px 3px;
  background-color: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  overflow: hidden;
  gap: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-bottom-layout {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .footer-bottom-layout {
    flex-direction: column;
    gap: 10px;
    position: relative;
    overflow: visible;
    padding: 15px 30px;
  }
}

.footer-bottom-layout .top-btn {
  border-radius: 100px;
  gap: 5px;
  padding: 14px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-bottom-layout .top-btn {
    padding: 8px 14px;
  }
}

@media (max-width: 767px) {
  .footer-bottom-layout .top-btn {
    position: absolute;
    padding: 8px 14px;
    bottom: -60px;
  }
}

.footer-bottom-layout .footer-copyright {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #F8F7F0;
}

.footer-bottom-layout .footer-bottom-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.footer-bottom-layout .footer-bottom-menu ul li {
  display: inline-flex;
  align-items: center;
}

.footer-bottom-layout .footer-bottom-menu ul li:first-child:before {
  margin-left: 0;
}

.footer-bottom-layout .footer-bottom-menu ul li:before {
  content: "";
  width: 1px;
  height: 20px;
  display: inline-flex;
  margin: 0 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-bottom-layout .footer-bottom-menu ul li:before {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .footer-bottom-layout .footer-bottom-menu ul li:before {
    margin: 0 10px;
  }
}

.footer-bottom-layout .footer-bottom-menu ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #F8F7F0;
}

.footer-bottom-layout .footer-bottom-menu ul li a:hover {
  color: var(--theme-color-2);
}

.footer-widget .w-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: var(--white-color);
  margin-bottom: 32px;
}

@media (max-width: 1399px) {
  .footer-widget .w-title {
    font-size: 20px;
  }
}

.footer-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget ul li {
  display: block;
  margin-bottom: 10px;
}

.footer-widget ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1399px) {
  .footer-widget ul li a {
    font-size: 16px;
  }
}

.footer-widget ul li a:after {
  content: "\e09f";
  font-family: var(--icon-font);
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  margin-left: 5px;
  line-height: 1;
}

.footer-widget ul li a:hover {
  color: var(--theme-color-2);
}

.footer-widget ul li a:hover:after {
  margin-left: 0;
  opacity: 1;
}

.about-widget .footer-logo {
  margin-bottom: 0px;
}

.about-widget .footer-logo img {
  max-width: 165px;
}

.about-widget .text p {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 15px;
}

@media (max-width: 1399px) {
  .about-widget .text p {
    font-size: 16px;
  }
}

.about-widget .info p {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 4px;
}

@media (max-width: 1399px) {
  .about-widget .info p {
    font-size: 16px;
  }
}

.about-widget .info p span {
  color: var(--theme-color-2);
}

.about-widget .social-links {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
}

.about-widget .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
}

.about-widget .social-links a:hover {
  color: var(--theme-color-3);
  background: var(--theme-color-2);
}

.subscribe-form .input-wrap {
  margin-bottom: 15px;
}

.subscribe-form .input-wrap input {
  width: 100%;
  height: 66px;
  background: rgba(0, 69, 64, 0.65);
  border: 2px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
  border-radius: 53px;
  padding: 10px 24px;
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  color: var(--white-color);
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.subscribe-form .input-wrap input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.subscribe-form .input-wrap input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.subscribe-form .input-wrap input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.subscribe-form .input-wrap input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.subscribe-form .input-wrap input:focus {
  border-color: var(--theme-color-2);
}

.subscribe-form .input-wrap input:focus::-webkit-input-placeholder {
  color: transparent;
}

.subscribe-form .input-wrap input:focus:-moz-placeholder {
  color: transparent;
}

.subscribe-form .input-wrap input:focus::-moz-placeholder {
  color: transparent;
}

.subscribe-form .input-wrap input:focus:-ms-input-placeholder {
  color: transparent;
}

.subscribe-form .input-button button {
  border: 0;
}

.subscribe-form .input-checkbox {
  margin-top: 20px;
}

.subscribe-form .input-checkbox input {
  display: none;
}

.subscribe-form .input-checkbox input:checked+label .check-mark {
  background: var(--theme-color-2);
}

.subscribe-form .input-checkbox input:checked+label .check-mark:after {
  opacity: 1;
}

.subscribe-form .input-checkbox label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
}

.subscribe-form .input-checkbox label .check-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--theme-color-2);
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 3px;
}

.subscribe-form .input-checkbox label .check-mark:after {
  content: "\f00c";
  font-family: var(--icon-font);
  font-size: 12px;
  font-weight: 700;
  color: var(--theme-color-3);
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.subscribe-form-2 .input-wrap {
  margin-bottom: 15px;
}

.subscribe-form-2 .input-wrap input {
  width: 100%;
  height: 66px;
  background: rgba(0, 69, 64, 0.65);
  border: 2px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
  border-radius: 53px;
  padding: 10px 24px;
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  color: var(--white-color);
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.subscribe-form-2 .input-wrap input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.subscribe-form-2 .input-wrap input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.subscribe-form-2 .input-wrap input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.subscribe-form-2 .input-wrap input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.subscribe-form-2 .input-wrap input:focus {
  border-color: var(--theme-color-2);
}

.subscribe-form-2 .input-wrap input:focus::-webkit-input-placeholder {
  color: transparent;
}

.subscribe-form-2 .input-wrap input:focus:-moz-placeholder {
  color: transparent;
}

.subscribe-form-2 .input-wrap input:focus::-moz-placeholder {
  color: transparent;
}

.subscribe-form-2 .input-wrap input:focus:-ms-input-placeholder {
  color: transparent;
}

.subscribe-form-2 .policy-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
}

.subscribe-form-2 .policy-wrap .input-button button {
  border: 0;
}

.subscribe-form-2 .policy-wrap .input-checkbox {
  margin-bottom: 0;
}

.subscribe-form-2 .policy-wrap .input-checkbox input {
  display: none;
}

.subscribe-form-2 .policy-wrap .input-checkbox input:checked+label .check-mark {
  background: var(--theme-color-2);
}

.subscribe-form-2 .policy-wrap .input-checkbox input:checked+label .check-mark:after {
  opacity: 1;
}

.subscribe-form-2 .policy-wrap .input-checkbox label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
}

.subscribe-form-2 .policy-wrap .input-checkbox label .check-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--theme-color-2);
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 3px;
}

.subscribe-form-2 .policy-wrap .input-checkbox label .check-mark:after {
  content: "\f00c";
  font-family: var(--icon-font);
  font-size: 12px;
  font-weight: 700;
  color: var(--theme-color-3);
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.footer-section-2 .footer-widget .w-title {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 0;
}

.footer-section-2 .footer-bottom {
  border-radius: 12px;
  background-color: var(--theme-color-2);
  margin: 0 50px;
  padding: 18px 0;
}

@media (max-width: 1700px) {
  .footer-section-2 .footer-bottom {
    margin: 0 20px;
  }
}

.footer-section-2 .footer-bottom .footer-bottom-layout {
  display: flex;
  justify-content: space-between;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.footer-section-2 .footer-bottom .footer-bottom-layout .footer-copyright {
  color: var(--theme-color-3);
}

.footer-section-2 .footer-bottom .footer-bottom-layout .footer-bottom-menu ul li a {
  color: var(--theme-color-3);
}

.footer-section-2 .footer-bottom .footer-bottom-layout .footer-bottom-menu ul li a:hover {
  color: var(--theme-orange-hover);
}

.footer-section-2 .footer-bottom .footer-bottom-layout .footer-bottom-menu ul li:before {
  width: 0;
  margin: 0;
}



.get-in-touch {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.get-in-touch .footer-address,
.get-in-touch .email,
.get-in-touch .phone {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
}

@media (max-width: 1399px) {

  .get-in-touch .footer-address,
  .get-in-touch .email,
  .get-in-touch .phone {
    gap: 8px;
  }
}

.get-in-touch .footer-address .icon,
.get-in-touch .email .icon,
.get-in-touch .phone .icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1399px) {

  .get-in-touch .footer-address .icon,
  .get-in-touch .email .icon,
  .get-in-touch .phone .icon {
    width: 40px;
    height: 40px;
  }
}

.get-in-touch .footer-address .icon i,
.get-in-touch .email .icon i,
.get-in-touch .phone .icon i {
  color: var(--theme-color-2);
  font-size: 20px;
}

@media (max-width: 1399px) {

  .get-in-touch .footer-address .icon i,
  .get-in-touch .email .icon i,
  .get-in-touch .phone .icon i {
    font-size: 16px;
  }
}

.get-in-touch .text h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: var(--white-color);
  margin-bottom: 4px;
}

.get-in-touch .text p {
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
}

.footer-section-3 {
  padding: 80px 70px 86px 80px;
  border-radius: 16px;
}

@media (max-width: 1399px) {
  .footer-section-3 {
    padding: 40px 20px;
  }
}



.footer-bottom-3 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 0;
}

@media (max-width: 767px) {
  .footer-bottom-3 {
    padding: 20px 0;
  }
}

.footer-bottom-3 .footer-bottom-layout-2 {
  align-items: center;
  border-radius: 100px;
  overflow: hidden;
  gap: 20px;
  display: flex;
  background: transparent;
  padding: 0;
  border: none;
  justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-bottom-3 .footer-bottom-layout-2 {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .footer-bottom-3 .footer-bottom-layout-2 {
    flex-direction: column;
    gap: 10px;
    position: relative;
    overflow: visible;
    padding: 15px 30px;
  }
}

.footer-bottom-3 .footer-bottom-layout-2 .footer-copyright {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--white-color);
}

.footer-bottom-3 .footer-bottom-layout-2 .footer-bottom-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.footer-bottom-3 .footer-bottom-layout-2 .footer-bottom-menu ul li {
  display: inline-flex;
  align-items: center;
}

.footer-bottom-3 .footer-bottom-layout-2 .footer-bottom-menu ul li:first-child:before {
  margin-left: 0;
  width: 0;
}

.footer-bottom-3 .footer-bottom-layout-2 .footer-bottom-menu ul li:before {
  content: "";
  display: inline-flex;
  margin: 0 20px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0.5;
  width: 2px;
  height: 14px;
}


.footer-bottom-3 .footer-bottom-layout-2 .footer-bottom-menu ul li a:after {
  content: "\e09f";
  font-family: var(--icon-font);
  display: inline-block;
  margin-left: 8px;
  opacity: 0;
  transform: translateX(8px);
  transition: all 0.3s linear 0s;

  /*transition:
    transform 0.3s linear 0s,
    opacity 0.3s linear 0s;*/
  line-height: 1;
}

.footer-bottom-3 .footer-bottom-layout-2 .footer-bottom-menu ul li a:hover:after {
  opacity: 1;
  transform: translateX(0);
}

/*    transform 0.3s ease,
    opacity 0.3s ease;*/


@media (min-width: 768px) and (max-width: 991px) {
  .footer-bottom-3 .footer-bottom-layout-2 .footer-bottom-menu ul li:before {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .footer-bottom-3 .footer-bottom-layout-2 .footer-bottom-menu ul li:before {
    margin: 0 10px;
  }
}

.footer-bottom-3 .footer-bottom-layout-2 .footer-bottom-menu ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--white-color);
}

.footer-bottom-3 .footer-bottom-layout-2 .footer-bottom-menu ul li a:hover {
  color: var(--theme-color-2);
}

.adjusted-width {
  width: 20%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .adjusted-width {
    width: 33.33333333%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .adjusted-width {
    width: 41.66666667%;
  }
}

@media (max-width: 767px) {
  .adjusted-width {
    width: 100%;
  }
}



/*====================================================================
    Template
====================================================================*/
/* 07 Topbar Css */
.top-bar {
  background: var(--theme-color-3);
  padding-top: 6px;
  padding-bottom: 6px;
}

.top-bar-content {
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex-wrap: wrap;
}

.top-bar-content .text-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

@media (max-width: 767px) {
  .top-bar-content .text-wrap {
    align-items: flex-start;
  }
}

.top-btn {
  padding: 7px 10px;
  border-radius: 6px;
}

.top-btn-2 {
  background: #85BF18;
  color: var(--white-color);
}


/* 08 Breadcrumb Css */
.breadcrumb-section {
  padding-left: 85px;
  padding-right: 85px;
}

@media (min-width: 1400px) and (max-width: 1700px) {
  .breadcrumb-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .breadcrumb-section {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-section {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-section {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .breadcrumb-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.breadcrumb-thumb {
  overflow: hidden;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
  margin-left: -15px;
  border-radius: 0 10px 10px 0;
  position: relative;
}

@media (min-width: 1400px) and (max-width: 1700px) {
  .breadcrumb-thumb {
    margin-left: -10px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .breadcrumb-thumb {
    margin-left: -10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-thumb {
    margin-left: -8px;
  }
}

.breadcrumb-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.breadcrumb-thumb .video-play-btn {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--light-color);
  padding: 23px 21px;
  border-radius: 100%;
  border: 1px solid var(--light-color);
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  background: rgba(255, 255, 255, 0.015);
  backdrop-filter: blur(28px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  animation: animate-pulse 3s linear infinite;
}

.breadcrumb-thumb .video-play-btn:hover {
  color: var(--theme-color-3);
  background: var(--theme-color-2);
  border-color: var(--theme-color-2);
}

.breadcrumb-content {
  background-color: var(--theme-color-3);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  z-index: 1;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  margin-right: -15px;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}

@media (min-width: 1400px) and (max-width: 1800px) {
  .breadcrumb-content {
    margin-right: -10px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .breadcrumb-content {
    margin-right: -10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-content {
    margin-right: -8px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-content {
    margin-right: 0;
    padding: 60px 20px;
    clip-path: none;
    border-radius: 10px;
  }
}

@media (max-width: 767px) {
  .breadcrumb-content {
    margin-right: 0;
    padding: 60px 20px;
    clip-path: none;
    border-radius: 10px;
  }
}

.breadcrumb-content .shape-1 {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  z-index: -1;
}

.breadcrumb-content:before {
  content: "";
  height: 100%;
    width: 40px;
  background: var(--theme-color-2);
  position: absolute;
  right: 0;
  top: 0;
  transform: skewX(-5deg);
}

@media (min-width: 1400px) and (max-width: 1700px) {
  .breadcrumb-content:before {
    width: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .breadcrumb-content:before {
    width: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-content:before {
    width: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-content:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .breadcrumb-content:before {
    display: none;
  }
}

.breadcrumb-nav ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-nav ul {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-nav ul {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .breadcrumb-nav ul {
    margin-bottom: 10px;
  }
}

.breadcrumb-nav ul li {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #F8F7F0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-nav ul li {
    font-size: 16px;
    line-height: 1.2;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-nav ul li {
    font-size: 16px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .breadcrumb-nav ul li {
    font-size: 16px;
    line-height: 1.2;
  }
}

.breadcrumb-nav ul li:after {
  content: "\f178";
  font-family: var(--icon-font);
  font-weight: 400;
  margin-right: 8px;
  margin-left: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-nav ul li:after {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-nav ul li:after {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .breadcrumb-nav ul li:after {
    font-size: 14px;
  }
}

.breadcrumb-nav ul li:last-child:after {
  display: none;
}

.breadcrumb-nav ul li a {
  color: #F8F7F0;
}

.breadcrumb-nav ul li a:hover {
  color: var(--theme-color-2);
}

.breadcrumb-title h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 60px;
  color: #FFFFFF;
  margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-title h2 {
    font-size: 36px;
    line-height: 1.2;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-title h2 {
    font-size: 32px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .breadcrumb-title h2 {
    font-size: 32px;
    line-height: 1.2;
  }
}

/* 09 Hero Css */
.hero-side {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
  padding-top: 344px;
  padding-bottom: 244px;
}

.hero-side::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(0,0,0,0.25),
      rgba(0,0,0,0.3)
    );
  z-index: -1;
}

@media (min-width: 1400px) and (max-width: 1700px) {
  .hero-side {
    padding-top: 230px;
    padding-bottom: 170px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-side {
    padding-top: 230px;
    padding-bottom: 170px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-side {
    padding-top: 260px;
    padding-bottom: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-side {
    padding-top: 260px;
    padding-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .hero-side {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

.hero-side .group-shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-side .group-shape-1 img {
  width: 100%;
  height: 100%;
}

.hero-side .s-shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  pointer-events: none;
}

@media (max-width: 767px) {
  .hero-side .s-shape-1 {
    height: 20px;
  }
}

.hero-side .s-shape-1 img {
  width: 100%;
}

.hero-content-1 .subtitle {
  padding: 9px 15px;
  gap: 10px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  color: #ffffff;
}


@media (min-width: 768px) and (max-width: 991px) {
  .hero-content-1 .subtitle {
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .hero-content-1 .subtitle {
    margin-bottom: 10px;
  }
}

.hero-content-1 .subtitle span {
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  color: var(--light-color);
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-content-1 .subtitle span {
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .hero-content-1 .subtitle span {
    line-height: 20px;
  }
}

.hero-content-1 .title {
  max-width: 774px;
  width: 100%;
  margin-bottom: 16px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-content-1 .title {
    max-width: 674px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-content-1 .title {
    max-width: 474px;
  }
}

@media (max-width: 767px) {
  .hero-content-1 .title {
    max-width: 324px;
  }
}

.hero-content-1 .title h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 56px;
  line-height: 62px;
  color: var(--light-color);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-content-1 .title h1 {
    font-size: 44px;
    line-height: 1.1;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-content-1 .title h1 {
    font-size: 38px;
    line-height: 1.2;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-content-1 .title h1 {
    font-size: 38px;
    line-height: 1.1;
    margin-bottom: 14px;
  }
}

@media (max-width: 767px) {
  .hero-content-1 .title h1 {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 14px;
  }
}

.hero-content-1 .title span {
  color: var(--theme-color-2);
}

.hero-content-1 .text {
  max-width: 550px;
  width: 100%;
  margin-bottom: 32px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-content-1 .text {
    max-width: 520px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-content-1 .text {
    max-width: 420px;
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .hero-content-1 .text {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.hero-content-1 .text p {
  font-size: 18px;
  line-height: 30px;
  color: var(--light-color);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-content-1 .text p {
    line-height: 1.5;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-content-1 .text p {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .hero-content-1 .text p {
    font-size: 16px;
    line-height: 1.3;
  }
}

.hero-content-1 .join-us {
  display: flex;
  align-items: center;
  gap: 28px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-content-1 .join-us {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .hero-content-1 .join-us {
    flex-direction: column;
    align-items: start;
    gap: 14px;
  }
}

.hero-content-1 .join-us .e-primary-btn {
  background: rgba(255, 255, 255, 0.18);
  border: 1.5px solid rgba(248, 247, 240, 0.6);
  backdrop-filter: blur(9.2px);
  color: var(--white-color);
}

.hero-content-1 .join-us .e-primary-btn:before {
  background: var(--theme-color-2);
}

.hero-content-1 .join-us .e-primary-btn .icon-wrap {
  background: var(--theme-color-2);
  color: var(--theme-color-3);
}

.hero-content-1 .join-us .e-primary-btn:hover {
  border: 1.5px solid var(--theme-color-2);
  color: var(--theme-color-3);
}

.hero-content-1 .join-us .e-primary-btn:hover .icon-wrap {
  background: var(--theme-color-3);
  color: var(--white-color);
}

.hero-content-1 .join-us .author-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-content-1 .join-us .author-wrap {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .hero-content-1 .join-us .author-wrap {
    gap: 10px;
  }
}

.hero-content-1 .join-us .author-wrap img {
  max-width: 118px;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-content-1 .join-us .author-wrap img {
    max-width: 90px;
  }
}

@media (max-width: 767px) {
  .hero-content-1 .join-us .author-wrap img {
    max-width: 90px;
  }
}

.hero-content-1 .join-us .author-wrap .author-info h5 {
  font-weight: 600;
  font-size: 20px;
  color: var(--light-color);
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-content-1 .join-us .author-wrap .author-info h5 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .hero-content-1 .join-us .author-wrap .author-info h5 {
    font-size: 18px;
  }
}

.hero-content-1 .join-us .author-wrap .author-info p {
  line-height: 22px;
  color: var(--light-color);
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-content-1 .join-us .author-wrap .author-info p {
    font-weight: 300;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .hero-content-1 .join-us .author-wrap .author-info p {
    font-weight: 300;
    line-height: 1;
  }
}

.hero-slider-active-1 {
  position: relative;
  z-index: 1;
}

.hero-slider-active-1 .hero-slider-pagination-1 {
  position: absolute;
  left: auto;
  right: 90px;
  bottom: 50px;
  z-index: 99;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8.5px);
  border-radius: 100px;
  width: auto;
  padding: 10px 16px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-slider-active-1 .hero-slider-pagination-1 {
    right: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-active-1 .hero-slider-pagination-1 {
    right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-slider-active-1 .hero-slider-pagination-1 {
    right: 30px;
  }
}

@media (max-width: 767px) {
  .hero-slider-active-1 .hero-slider-pagination-1 {
    left: 20px;
    right: auto;
    bottom: 20px;
  }
}

.hero-slider-active-1 .hero-slider-pagination-1 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid transparent;
  margin: 0;
  opacity: 1;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.hero-slider-active-1 .hero-slider-pagination-1 .swiper-pagination-bullet:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #868681;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%), radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.413) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), #FFFFFF;
}

.hero-slider-active-1 .hero-slider-pagination-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.47);
  border: 1px solid #F8F7F0;
  backdrop-filter: blur(4.75px);
}

.hero-slider-active-1 .hero-slider-pagination-1 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%), radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.413) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), #004540;
}

.hero-slider-active-1 .hero-slider-social {
  position: absolute;
  right: 90px;
  bottom: 50%;
  z-index: 99;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  transform: translateY(50%);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-slider-active-1 .hero-slider-social {
    right: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-active-1 .hero-slider-social {
    right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-slider-active-1 .hero-slider-social {
    right: 30px;
  }
}

@media (max-width: 767px) {
  .hero-slider-active-1 .hero-slider-social {
    display: none;
  }
}

.hero-slider-active-1 .hero-slider-social .text {
  transform: rotate(-180deg);
  width: auto;
  font-size: 18px;
  line-height: 167%;
  color: #FFFFFF;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.hero-slider-active-1 .hero-slider-social .social-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.hero-slider-active-1 .hero-slider-social .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: var(--theme-color-3);
  background: rgba(255, 255, 255, 0.33);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8.5px);
}

.hero-slider-active-1 .hero-slider-social .social-links a:hover {
  background: var(--theme-color-2);
  color: var(--theme-color-3);
}




/* =========================================
   LARGE DESKTOP
========================================= */

/*@media (min-width: 1600px) {
  .hero-slide-2 {
    padding-top: 520px;
    padding-bottom: 220px;
  }
}

/* =========================================
   DESKTOP
========================================= */

/*@media (min-width: 1200px) and (max-width: 1599px) {
  .hero-slide-2 {
    padding-top: 400px;
    padding-bottom: 160px;
  }
}

/* =========================================
   NOTEBOOK
========================================= */

/*@media (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-2 {
    padding-top: 320px;
    padding-bottom: 120px;
  }
}

/* =========================================
   TABLET
========================================= */

/*@media (min-width: 768px) and (max-width: 991px) {
  .hero-slide-2 {
    padding-top: 240px;
    padding-bottom: 100px;
    background-position: center center;
  }
}

/* =========================================
   MOBILE
========================================= */

/*@media (max-width: 767px) {
  .hero-slide-2 {
    padding-top: 180px;
    padding-bottom: 120px;
    background-position: 62% center;
  }
}

/*** kdyby zmizel text ***/
/*.hero-slide-2 > * {
  position: relative;
  z-index: 2;
}*/

/* 10 Camping Css */
.our-camping-section {
  background-color: #f8f7f0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.our-camping-section-3 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.our-camping-section-3 .shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 1700px) {
  .our-camping-section-3 .shape img {
    width: 80%;
  }
}

.our-camping-section-3 .icon-1 {
  position: absolute;
  top: 18%;
  right: 6%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .our-camping-section-3 .icon-1 {
    top: 10%;
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .our-camping-section-3 .icon-1 {
    top: 10%;
    right: 0;
  }
}

@media (max-width: 767px) {
  .our-camping-section-3 .icon-1 {
    top: 8%;
    right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .our-camping-section-3 .icon-1 img {
    width: 70%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .our-camping-section-3 .icon-1 img {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .our-camping-section-3 .icon-1 img {
    width: 60%;
  }
}

.camping-card {
  background-color: var(--white-color);
  border-radius: 10px;
  box-shadow: 0 4px 56.5px rgba(0, 0, 0, 0.06);
  padding: 10px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.camping-card.active .thumb a img,
.camping-card:hover .thumb a img {
  transform: scale(1.1);
}

.camping-card.active .content .donation-wrap,
.camping-card:hover .content .donation-wrap {
  background: var(--theme-color-3);
}

.camping-card.active .content .donation-wrap .d-top p,
.camping-card:hover .content .donation-wrap .d-top p {
  color: var(--theme-color-2);
}

.camping-card.active .content .donation-wrap .progress,
.camping-card:hover .content .donation-wrap .progress {
  background: rgba(255, 225, 117, 0.1);
}

.camping-card.active .content .donation-wrap .progress .progress-bar,
.camping-card:hover .content .donation-wrap .progress .progress-bar {
  background: var(--theme-color-2);
}

.camping-card.active .content .donation-wrap .fund p,
.camping-card:hover .content .donation-wrap .fund p {
  color: var(--white-color);
}

.camping-card.active .content .donation-wrap .fund p span,
.camping-card:hover .content .donation-wrap .fund p span {
  color: var(--theme-color-2);
}

.camping-card.active .content .donation-wrap .fund-souradnice p span,
.camping-card:hover .content .donation-wrap .fund-souradnice p span {
  color: var(--theme-color-2);
}

.camping-card.active .content .donation-wrap .fund-souradnice p,
.camping-card:hover .content .donation-wrap .fund-souradnice p {
  color: var(--white-color);
}

.camping-card.active .content .donation-wrap .d-bottom .d-btn,
.camping-card:hover .content .donation-wrap .d-bottom .d-btn {
  color: var(--theme-color-3);
}

.camping-card.active .content .donation-wrap .d-bottom .d-btn:before,
.camping-card:hover .content .donation-wrap .d-bottom .d-btn:before {
  background: var(--theme-color-2);
  left: -10%;
  transform: translateX(0%) translateY(-50%);
}

.camping-card.active .content .donation-wrap .d-bottom .d-btn .icon-wrap,
.camping-card:hover .content .donation-wrap .d-bottom .d-btn .icon-wrap {
  background: var(--theme-color-3);
  color: var(--theme-color-2);
}

.camping-card.active .content .donation-wrap .d-bottom .d-wishlist,
.camping-card:hover .content .donation-wrap .d-bottom .d-wishlist {
  color: var(--theme-color-2);
  border-color: rgba(255, 225, 117, 0.1);
}

.camping-card .thumb {
  position: relative;
  overflow: hidden;
}

.camping-card .thumb>a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.camping-card .thumb img {
  width: 100%;
  border-radius: 10px;
}

.camping-card .thumb .category {
  position: absolute;
  top: 20px;
  left: 20px;
}

.camping-card .thumb .category a {
  display: inline-block;
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.01);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 4px 11px rgba(255, 255, 255, 0.4), inset -1px -4px 23.1px rgba(0, 24, 25, 0.28);
  backdrop-filter: blur(23.9px);
  border-radius: 53px;
  color: var(--white-color);
}

.camping-card .thumb .category a:hover {
  color: var(--theme-color-3);
  background: var(--white-color);
}

.camping-card .content .content-top {
  padding: 20px;
}

.camping-card .content .date {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  gap: 10px;
  background: #f8f7f0;
  border: 2px solid var(--white-color);
  box-shadow: 0 6px 30px rgba(0, 69, 64, 0.09);
  border-radius: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  color: #868681;
}

.camping-card .content .date img {
  width: 18px;
  height: 18px;
}

@media (max-width: 767px) {
  .camping-card .content .date span {
    font-size: 16px;
  }
}

.camping-card .content .title h3 {
  font-weight: 600;
  font-size: 23px;
  line-height: 36px;
  color: var(--theme-color-3);
  margin-bottom: 5px;
  text-shadow: var(--text-shadow);
}

@media (min-width: 768px) and (max-width: 991px) {
  .camping-card .content .title h3 {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .camping-card .content .title h3 {
    line-height: 1.4;
    font-size: 20px;
  }
}

.camping-card .content .title h3 a {
  color: var(--theme-color-3);
}

.camping-card .content .text p {
  font-size: 17px;
  line-height: 28px;
}

.camping-card .content .donation-wrap {
  padding: 16px 20px 25px;
  background-color: #f8f7f0;
  border-radius: 8px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.camping-card .content .donation-wrap .d-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
}

.camping-card .content .donation-wrap .d-top p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--theme-color-3);
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-shadow: var(--text-shadow);
}

.camping-card .content .donation-wrap .progress {
  background: rgba(0, 69, 64, 0.1);
  height: 8px;
  border-radius: 100px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.camping-card .content .donation-wrap .progress .progress-bar {
  background: var(--theme-color-3);
  border-radius: 100px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.camping-card .content .donation-wrap .fund {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 24px;
  gap: 20px;
}

.camping-card .content .donation-wrap .fund p {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #868681;
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.camping-card .content .donation-wrap .fund p span {
  color: var(--theme-color-3);
  font-weight: 600;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}


.camping-card .content .donation-wrap .fund-souradnice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 24px;
  gap: 20px;
}

.camping-card .content .donation-wrap .fund-souradnice p {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #868681;
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.camping-card .content .donation-wrap .fund-souradnice p span {
  color: var(--theme-color-3);
  font-weight: 600;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.camping-card .content .donation-wrap .d-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.camping-card .content .donation-wrap .d-bottom .d-btn {
  color: var(--theme-color-2);
  background: var(--theme-color-3);
}

.camping-card .content .donation-wrap .d-bottom .d-btn:before {
  background: var(--theme-color-3);
}

.camping-card .content .donation-wrap .d-bottom .d-btn .icon-wrap {
  background: var(--theme-color-2);
  color: var(--theme-color-3);
}

.camping-card .content .donation-wrap .d-bottom .d-wishlist {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1.5px solid rgba(0, 24, 25, 0.1);
  border-radius: 10px;
  padding: 10px;
  background: none;
  color: var(--theme-color-3);
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.01em;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}


/* 11 Camping Css */
.contact-info-section {
  position: relative;
  margin-left: 60px;
  margin-right: 60px;
  z-index: 1;
}

.contact-info-layout {
  background: var(--theme-color-2);
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: -45px;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .contact-info-layout {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-info-layout {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .contact-info-layout {
    grid-template-columns: 1fr;
    overflow: hidden;
  }
}

.contact-info {
  padding: 30px;
  border-radius: 12px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.contact-info .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.contact-info .icon-wrap .icon-shape {
  flex: 1;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 69, 64, 0) 0%, var(--theme-color-3) 100%);
}

.contact-info .icon-wrap .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: var(--theme-color-3);
  background: rgba(0, 69, 64, 0.1);
  flex: none;
}

.contact-info h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  color: var(--theme-color-3);
  margin-bottom: 10px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-info h3 {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-info h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .contact-info h3 {
    font-size: 18px;
  }
}

.contact-info p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: var(--theme-color-3);
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-info p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .contact-info p {
    font-size: 16px;
  }
}

.contact-info.active {
  background: var(--theme-color-3);
  transform: translateY(-20px);
  box-shadow: 0 33px 50.3px -27px rgba(0, 69, 64, 0.3);
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-info.active {
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .contact-info.active {
    transform: translateY(0);
  }
}

.contact-info.active .icon-wrap .icon-shape {
  background: linear-gradient(90deg, rgba(0, 69, 64, 0) 0%, var(--theme-color-2) 100%);
}

.contact-info.active .icon-wrap .icon {
  color: var(--theme-color-2);
  background: rgba(255, 225, 117, 0.1);
}

.contact-info.active h3 {
  color: var(--white-color);
}

.contact-info.active p {
  color: var(--white-color);
}

.contact-form-wrap {
  background: #f8f7f0;
  border-radius: 24px;
  padding: 40px 50px 50px;
  text-align: center;
}

.contact-form-wrap h3 {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  color: #010a15;
  margin-bottom: 7px;
}

.contact-form-wrap p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #868681;
  margin-bottom: 32px;
}

.contact-form-wrap .input-wrap input {
  background: #ffffff;
}

.contact-form-wrap .input-wrap input:focus {
  background: #ffffff;
}

.contact-form-wrap .input-wrap textarea {
  background: #ffffff;
}

.contact-form-wrap .input-wrap textarea:focus {
  background: #ffffff;
}

.contact-form-wrap .select-wrap select {
  background: #ffffff;
}

.contact-form-wrap .select-wrap select:focus {
  background: #ffffff;
}

.contact-section {
  position: relative;
  z-index: 1;
}

.contact-section .c-shape-1 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}

.contact-section .c-shape-2 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}

.google-map .container-fluid{
	padding: 0;
}

.google-map-iframe,
.google-map-iframe iframe{
	height: 600px;
	width: 100%;
}

.google-map-iframe iframe{
	filter: grayscale(1);
	transition: all 0.4s ease-in-out;
}

.google-map-iframe iframe:hover{
	filter: grayscale(0);
}
/***** moje mapa *****/
.contact-map {
  width: 100%;
  height: 550px;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
}

.map-section {
  margin-bottom: 0px;
}

/* 15 Contact Us Css */
.contact-us {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  padding-top: 20px;
  overflow-x: clip;
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-us {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .contact-us {
    padding: 40px 0;
  }
}

.contact-us .shape-6 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.contact-us .shape-7 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.contact-form {
  max-width: 580px;
  width: 100%;
  background-color: var(--theme-color-3);
  padding: 60px;
  border: 2px solid var(--light-color);
  border-radius: 10px;
  margin: -40px 0 0 auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-form {
    margin: 0 auto 0;
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .contact-form {
    margin: 0 auto 0;
    padding: 30px;
  }
}

.contact-form .form-content {
  position: relative;
  z-index: 1;
}

.contact-form .form-content-top h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  color: var(--light-color);
  margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-form .form-content-top h3 {
    font-size: 28px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .contact-form .form-content-top h3 {
    font-size: 22px;
    line-height: 1.4;
  }
}

.contact-form .form-content-top h3 span {
  color: var(--theme-color-2);
}

.contact-form .form-content-top p {
  max-width: 357px;
  width: 100%;
  font-size: 17px;
  line-height: 28px;
  color: var(--light-color);
  opacity: 0.9;
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-form .form-content-top p {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .contact-form .form-content-top p {
    font-size: 16px;
    line-height: 1.4;
  }
}

.contact-form input,
.contact-form textarea {
  background: rgba(248, 247, 240, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 14px 20px;
  resize: none;
  width: 100%;
  font-size: 17px;
  line-height: 28px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: var(--white-color);
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  color: #f8f7f0;
}

.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
  color: #f8f7f0;
}

.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: #f8f7f0;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  color: #f8f7f0;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border: 2px solid var(--theme-color-2);
}

.contact-form input:focus::-webkit-input-placeholder,
.contact-form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.contact-form input:focus:-moz-placeholder,
.contact-form textarea:focus:-moz-placeholder {
  color: transparent;
}

.contact-form input:focus::-moz-placeholder,
.contact-form textarea:focus::-moz-placeholder {
  color: transparent;
}

.contact-form input:focus:-ms-input-placeholder,
.contact-form textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.contact-form textarea {
  height: 120px;
}

.contact-form button {
  border: none;
}

.contact-form .shape {
  position: absolute;
  top: -220px;
  right: -210px;
  z-index: -1;
  pointer-events: none;
}

.form-message.success {
  margin-bottom: 0;
  color: var(--white-color);
  margin-top: 10px;
}

.form-message.error {
  margin-bottom: 0;
  color: red;
  margin-top: 10px;
}

.contact-us-2 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  margin: 0 85px;
  padding: 120px 0;
  border-radius: 20px;
  background-attachment: fixed;
}

@media (max-width: 1700px) {
  .contact-us-2 {
    margin: 0 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-us-2 {
    padding: 100px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-us-2 {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .contact-us-2 {
    padding: 80px 0;
    margin: 0;
    border-radius: 0;
  }
}

.contact-us-2 .icon img {
  display: inline-block;
  position: absolute;
  top: 27%;
  right: 41.5%;
  transform: rotate(120deg);
  z-index: -1;
}

@media (min-width: 1400px) and (max-width: 1700px) {
  .contact-us-2 .icon img {
    right: 43.5%;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .contact-us-2 .icon img {
    right: 53%;
  }
}

.contact-form-2 {
  max-width: 550px;
  width: 100%;
  padding: 50px;
  border: 2px solid var(--light-color);
  border-radius: 10px;
  margin-left: auto;
  margin-top: 0;
  background: rgba(0, 69, 64, 0.2);
  box-shadow: 4px 4px 0 #ffe175;
  backdrop-filter: blur(10px);
}

@media (min-width: 1400px) and (max-width: 1700px) {
  .contact-form-2 {
    margin: 0 60px 0 auto;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .contact-form-2 {
    margin: 0 60px 0 auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-form-2 {
    margin: 0 40px 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-form-2 {
    padding: 40px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .contact-form-2 {
    padding: 30px;
    margin: 0 auto;
  }
}

.contact-form-2 .form-content {
  position: relative;
  z-index: 1;
}

.contact-form-2 h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  color: var(--light-color);
  margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-form-2 h3 {
    font-size: 28px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .contact-form-2 h3 {
    font-size: 22px;
    line-height: 1.4;
  }
}

.contact-form-2 h3 span {
  color: var(--theme-color-2);
}

.contact-form-2 p {
  max-width: 357px;
  width: 100%;
  font-size: 17px;
  line-height: 28px;
  color: var(--light-color);
  opacity: 0.9;
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-form-2 p {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .contact-form-2 p {
    font-size: 16px;
    line-height: 1.4;
  }
}

.contact-form-2 input,
.contact-form-2 textarea {
  background: #f8f7f0;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 14px 20px;
  resize: none;
  font-size: 17px;
  line-height: 28px;
}

.contact-form-2 input::-webkit-input-placeholder,
.contact-form-2 textarea::-webkit-input-placeholder {
  color: var(--body-color);
}

@media (max-width: 991px) {

  .contact-form-2 input::-webkit-input-placeholder,
  .contact-form-2 textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
}

.contact-form-2 input:-moz-placeholder,
.contact-form-2 textarea:-moz-placeholder {
  color: var(--body-color);
}

@media (max-width: 991px) {

  .contact-form-2 input:-moz-placeholder,
  .contact-form-2 textarea:-moz-placeholder {
    font-size: 16px;
  }
}

.contact-form-2 input::-moz-placeholder,
.contact-form-2 textarea::-moz-placeholder {
  color: var(--body-color);
}

@media (max-width: 991px) {

  .contact-form-2 input::-moz-placeholder,
  .contact-form-2 textarea::-moz-placeholder {
    font-size: 16px;
  }
}

.contact-form-2 input:-ms-input-placeholder,
.contact-form-2 textarea:-ms-input-placeholder {
  color: var(--body-color);
}

@media (max-width: 991px) {

  .contact-form-2 input:-ms-input-placeholder,
  .contact-form-2 textarea:-ms-input-placeholder {
    font-size: 16px;
  }
}

.contact-form-2 input:focus,
.contact-form-2 textarea:focus {
  background: #f8f7f0;
  border-color: var(--theme-color-3);
}

.contact-form-2 input:focus::-webkit-input-placeholder,
.contact-form-2 textarea:focus::-webkit-input-placeholder {
  color: var(--theme-color-3);
}

.contact-form-2 input:focus:-moz-placeholder,
.contact-form-2 textarea:focus:-moz-placeholder {
  color: var(--theme-color-3);
}

.contact-form-2 input:focus::-moz-placeholder,
.contact-form-2 textarea:focus::-moz-placeholder {
  color: var(--theme-color-3);
}

.contact-form-2 input:focus:-ms-input-placeholder,
.contact-form-2 textarea:focus:-ms-input-placeholder {
  color: var(--theme-color-3);
}

.contact-form-2 button {
  border: none;
}


/* 17 Completed project Css */
.completed-project-top {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  padding-bottom: 360px;
  padding-top: 120px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .completed-project-top {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .completed-project-top {
    padding-top: 80px;
    padding-bottom: 300px;
  }
}

.completed-project-top .shape-8 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.completed-project-top .shape-9 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.completed-project-bottom {
  margin-top: -360px;
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .completed-project-bottom {
    margin-top: -260px;
  }
}

.project-card {
  overflow: hidden;
  border-radius: 10px;
}

.project-card.active .thumb a img,
.project-card:hover .thumb a img {
  transform: scale(1.1);
}

.project-card.active .thumb .content,
.project-card:hover .thumb .content {
  padding-bottom: 100px;
}

@media (max-width: 767px) {

  .project-card.active .thumb .content,
  .project-card:hover .thumb .content {
    padding-bottom: 80px;
  }
}

.project-card.active .thumb .content h5,
.project-card:hover .thumb .content h5 {
  color: var(--theme-color-2);
}

.project-card.active .thumb .content .details-btn,
.project-card:hover .thumb .content .details-btn {
  bottom: 20px;
}

.project-card .thumb {
  position: relative;
  overflow: hidden;
}

.project-card .thumb>a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.project-card .thumb>a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 24, 25, 0) 38.69%, rgba(0, 24, 25, 0.6) 66.87%, #001819 100%);
  z-index: 2;
}

.project-card .thumb img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.project-card .thumb .tag {
  position: absolute;
  top: 20px;
  left: 20px;
}

.project-card .thumb .tag p {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 4px 11px rgba(255, 255, 255, 0.4), inset -1px -4px 23.1px rgba(0, 24, 25, 0.28);
  backdrop-filter: blur(23.9px);
  border-radius: 53px;
}

.project-card .thumb .number {
  position: absolute;
  top: 20px;
  right: 20px;
}

.project-card .thumb .number a {
  display: inline-block;
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.01);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 4px 11px rgba(255, 255, 255, 0.4), inset -1px -4px 23.1px rgba(0, 24, 25, 0.28);
  backdrop-filter: blur(23.9px);
  border-radius: 53px;
  color: var(--white-color);
}

.project-card .thumb .number a:hover {
  color: var(--theme-color-3);
  background: var(--white-color);
}

.project-card .thumb .content {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 90%;
  transform: translateX(5.5%);
  padding: 14px 23px 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 8px;
  height: auto;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 10;
}

@media (max-width: 767px) {
  .project-card .thumb .content {
    padding: 12px 10px;
  }
}

.project-card .thumb .content:hover {
  cursor: pointer;
}

.project-card .thumb .content h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: var(--light-color);
  margin-bottom: 8px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .project-card .thumb .content h5 {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .project-card .thumb .content h5 {
    font-size: 20px;
    line-height: 1.2;
  }
}

.project-card .thumb .content p {
  color: var(--light-color);
  margin-bottom: 0;
}

.project-card .thumb .content .details-btn {
  position: absolute;
  bottom: -100px;
  transition: all 0.3s;
}

.project-card .thumb .content .join-us {
  margin-top: 15px;
}

.project-card .thumb .content .join-us a {
  padding: 5px 5px 5px 17px;
  gap: 10px;
}

.project-card .thumb .content .join-us a .icon-wrap {
  width: 34px;
  height: 34px;
}

.project-card.style-service .thumb .content {
  position: absolute;
  padding: 14px 23px 20px;
  bottom: 20px;
  left: 0;
  width: 100%;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.7),
    rgba(0,0,0,0.3),
    transparent
  );
  backdrop-filter: blur(2px);
}

.project-card.style-service .thumb img {
  transition: transform 0.5s ease;
}

.project-card.style-service:hover .thumb img {
  transform: scale(1.05);
}

.project-card.style-service {
  transition: all 0.35s ease;
}

.project-card.style-service:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.project-card.style-service:hover h5 {
  color: #20c997;
}

.project-card.style-service h5 {
  font-weight: 700;
}

.project-card.style-service p {
  opacity: 0.9;
}

.project-card.style-service img {
  transition: transform 0.6s ease;
}

.project-card.style-service:hover img {
  transform: scale(1.08);
}

.project-card.style-service .content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  color: #fff;
}

.project-card.style-service .thumb {
  position: relative;
  overflow: hidden;
}

.project-card.style-service .thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.65), transparent 60%);
  z-index: 1;
}



.project-card.style-service .thumb .content .join-us {
  position: absolute;
  bottom: -100px;
  margin-top: 0;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.project-card.style-service:hover .thumb .content {
  padding-bottom: 82px;
}

@media (max-width: 767px) {
  .project-card.style-service:hover .thumb .content {
    padding-bottom: 80px;
  }
}

.project-card.style-service:hover .thumb .content .join-us {
  bottom: 20px;
}

.project-card.style-2 .thumb .tag {
  left: auto;
  right: 20px;
}

.project-card.style-2 .thumb .content {
  max-width: 414px;
}

.completed-project-slider-active .project-card .thumb>a {
  display: block;
  width: 100%;
  height: 500px;
}

@media (max-width: 767px) {
  .completed-project-slider-active .project-card .thumb>a {
    height: 400px;
  }
}

.completed-project-slider-active .project-card .thumb img {
  width: 100%;
  height: 100%;
}

.completed-project-slider-active .swiper-slide-active .project-card .thumb a img {
  transform: scale(1.1);
}

.completed-project-slider-active .swiper-slide-active .project-card .thumb .content {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .completed-project-slider-active .swiper-slide-active .project-card .thumb .content {
    padding-bottom: 80px;
  }
}

.completed-project-slider-active .swiper-slide-active .project-card .thumb .content h5 {
  color: var(--theme-color-2);
}

.completed-project-slider-active .swiper-slide-active .project-card .thumb .content .details-btn {
  bottom: 20px;
  transition: all 0.3s;
}

.completed-project-slider-active .completed-project-pagination {
  height: 5px;
  border-radius: 10px;
  margin-top: 60px;
  background: rgba(0, 69, 64, 0.5);
  display: flex;
}

@media (max-width: 767px) {
  .completed-project-slider-active .completed-project-pagination {
    margin-top: 30px;
  }
}

.completed-project-slider-active .completed-project-pagination .swiper-pagination-bullet {
  flex: 1;
  border-radius: 10px;
  height: 100%;
  opacity: 1;
  background: none;
  margin: 0;
}

.completed-project-slider-active .completed-project-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--theme-color-3);
}

.project-card-2 {
  border-radius: 10px;
}

.project-card-2.active .thumb a img,
.project-card-2:hover .thumb a img {
  transform: scale(1.1);
}

.project-card-2.active .thumb .details-btn-2,
.project-card-2:hover .thumb .details-btn-2 {
  right: 20px;
  transition: all 0.3s;
}

.project-card-2.active .thumb .content,
.project-card-2:hover .thumb .content {
  padding-bottom: 20px;
}

.project-card-2.active .thumb .content h5,
.project-card-2:hover .thumb .content h5 {
  color: var(--theme-color-2);
}

.project-card-2.active .thumb .content .details-btn,
.project-card-2:hover .thumb .content .details-btn {
  bottom: 20px;
  transition: all 0.3s;
}

.project-card-2 .thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.project-card-2 .thumb>a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.project-card-2 .thumb>a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 24, 25, 0) 38.69%, rgba(0, 24, 25, 0.6) 66.87%, #001819 100%);
  z-index: 2;
}

.project-card-2 .thumb img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.project-card-2 .thumb .tag {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}

.project-card-2 .thumb .tag p {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 4px 11px rgba(255, 255, 255, 0.4), inset -1px -4px 23.1px rgba(0, 24, 25, 0.28);
  backdrop-filter: blur(23.9px);
  border-radius: 53px;
}

.project-card-2 .thumb .number {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.project-card-2 .thumb .number a {
  display: inline-block;
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.01);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 4px 11px rgba(255, 255, 255, 0.4), inset -1px -4px 23.1px rgba(0, 24, 25, 0.28);
  backdrop-filter: blur(23.9px);
  border-radius: 53px;
  color: var(--white-color);
}

.project-card-2 .thumb .number a:hover {
  color: var(--theme-color-3);
  background: var(--white-color);
}

.project-card-2 .thumb .content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: 394px;
  width: 90%;
  padding: 14px 23px 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 8px;
  height: auto;
  overflow: hidden;
  z-index: 10;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

@media (max-width: 767px) {
  .project-card-2 .thumb .content {
    padding: 12px 10px;
  }
}

.project-card-2 .thumb .content:hover {
  cursor: pointer;
}

.project-card-2 .thumb .content h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: var(--light-color);
  margin-bottom: 8px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .project-card-2 .thumb .content h5 {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .project-card-2 .thumb .content h5 {
    font-size: 20px;
    line-height: 1.2;
  }
}

.project-card-2 .thumb .content p {
  color: var(--light-color);
  margin-bottom: 0;
}

.project-card-2 .thumb .content .details-btn {
  position: absolute;
  bottom: -100px;
  transition: all 0.3s;
}

.project-card-2 .thumb .content .join-us {
  margin-top: 15px;
}

.project-card-2 .thumb .content .join-us a {
  padding: 5px 5px 5px 17px;
  gap: 10px;
}

.project-card-2 .thumb .content .join-us a .icon-wrap {
  width: 34px;
  height: 34px;
}

.project-card-2.style-service .thumb .content {
  padding: 14px 23px 20px;
}

.project-card-2.style-service .thumb .content .join-us {
  display: none !important;
}

.project-card-2.style-service:hover .thumb .content .join-us {
  display: inline-block !important;
}

.project-card-2.style-2 .thumb .tag {
  left: auto;
  right: 20px;
}

.project-card-2.style-2 .thumb .content {
  max-width: 414px;
}

.completed-project-slider-active-2 .project-card-2 .thumb>a {
  display: block;
  width: 100%;
  height: 550px;
}

@media (max-width: 767px) {
  .completed-project-slider-active-2 .project-card-2 .thumb>a {
    height: 400px;
  }
}

.completed-project-slider-active-2 .project-card-2 .thumb .details-btn-2 {
  transition: all 0.3s linear 0.3s;
}

.completed-project-slider-active-2 .project-card-2 .thumb img {
  width: 100%;
  height: 100%;
}

.completed-project-slider-active-2 .swiper-slide-active .project-card-2 .thumb a img {
  transform: scale(1.1);
}

.completed-project-slider-active-2 .swiper-slide-active .project-card-2 .thumb .details-btn-2 {
  right: 20px;
}

.completed-project-slider-active-2 .swiper-slide-active .project-card-2 .thumb .content {
  padding-bottom: 20px;
}

.completed-project-slider-active-2 .swiper-slide-active .project-card-2 .thumb .content h5 {
  color: var(--theme-color-2);
}

.completed-project-slider-active-2 .completed-project-pagination-2 {
  height: 5px;
  border-radius: 10px;
  margin-top: 60px;
  background: rgba(0, 69, 64, 0.5);
  display: flex;
}

@media (max-width: 767px) {
  .completed-project-slider-active-2 .completed-project-pagination-2 {
    margin-top: 30px;
  }
}

.completed-project-slider-active-2 .completed-project-pagination-2 .swiper-pagination-bullet {
  flex: 1;
  border-radius: 10px;
  height: 100%;
  opacity: 1;
  background: none;
  margin: 0;
}

.completed-project-slider-active-2 .completed-project-pagination-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--theme-color-3);
}

.details-btn-2 {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: var(--theme-color-3);
  color: var(--theme-color-2);
  transform: rotate(-45deg);
  padding: 12px 20px;
  border: 1.5px solid var(--theme-color-2);
  border-radius: 53px;
  transition: all 0.3s;
  position: absolute;
  top: 20px;
  right: -60px;
}

.project-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.project-pagination ul li {
  display: inline-block;
  margin-right: 10px;
}

.project-pagination ul li:last-child {
  margin-right: 0;
}

.project-pagination ul li.active a {
  color: var(--theme-color-2);
  background: var(--theme-color-3);
}

.project-pagination ul li:hover a {
  color: var(--theme-color-2);
  background: var(--theme-color-3);
}

.project-pagination ul li.icon a {
  border: 2px solid rgba(0, 69, 64, 0.1);
  background: transparent;
}

.project-pagination ul li.icon a:hover {
  color: var(--theme-color-2);
  background: var(--theme-color-3);
  border-color: var(--theme-color-3);
}

.project-pagination ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #868681;
  background: #f8f7f0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.completed-project-2 {
  position: relative;
}

.completed-project-2 .shape-1 {
  position: absolute;
  top: -60%;
  left: 0;
  width: fit-content;
  z-index: -1;
}

.completed-project-2 .shape-2 {
  position: absolute;
  top: 25%;
  width: fit-content;
  right: 0;
  z-index: -1;
}

/* 18 What we do Css */
.what-we-do-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.what-we-do-section .shape-10 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.what-we-do-section .shape-11 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.section-top-2 {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-top-2 {
    flex-direction: column;
    align-items: start;
    gap: 20px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .section-top-2 {
    flex-direction: column;
    align-items: start;
    gap: 20px;
    margin-bottom: 40px;
  }
}

.section-top-2 .left {
  max-width: 662px;
  width: 100%;
}

.section-top-2 .left .common-subtitle span {
  color: var(--theme-color-2);
}

.section-top-2 .left .common-title {
  margin-bottom: 0;
}

.section-top-2 .left .common-title h2 {
  color: var(--light-color);
  margin-bottom: 0;
}

.section-top-2 .right {
  max-width: 434px;
  width: 100%;
}

.section-top-2 .right p {
  color: var(--light-color);
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .section-top-2 .right p {
    margin-bottom: 14px;
  }
}

.section-top-2 .right .service-btn {
  gap: 8px;
  padding: 0;
  background: transparent;
  color: var(--theme-color-2);
}

.section-top-2 .right .service-btn:before {
  background: transparent;
}

.section-top-2 .right .service-btn:hover {
  text-decoration: underline;
}

.section-top-2 .right .service-btn .icon-wrap {
  width: auto;
  height: auto;
  color: var(--theme-color-2);
  background: transparent;
}

.section-top-2 .right .service-btn .icon-wrap:hover {
  background: transparent;
}

.section-top-3 {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .section-top-3 {
    flex-direction: column;
    align-items: start;
    gap: 20px;
    margin-bottom: 40px;
  }
}

.section-top-3 .left {
  max-width: 575px;
  width: 100%;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .section-top-3 .left {
    max-width: 500px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-top-3 .left {
    max-width: 500px;
  }
}

.section-top-3 .left .common-subtitle {
  margin-bottom: 20px;
}

.section-top-3 .left .common-subtitle span {
  color: var(--theme-color-2);
}

.section-top-3 .left .common-title {
  margin-bottom: 0;
}

.section-top-3 .left .common-title h2 {
  color: var(--light-color);
  margin-bottom: 0;
}

.section-top-3 .right {
  max-width: 402px;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-top-3 .right {
    max-width: 300px;
  }
}

.section-top-3 .right p {
  color: var(--light-color);
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}

.section-top-3 .right .service-btn {
  gap: 8px;
  padding: 0;
  background: transparent;
  color: var(--theme-color-2);
}

.section-top-3 .right .service-btn:before {
  background: transparent;
}

.section-top-3 .right .service-btn:hover {
  text-decoration: underline;
}

.section-top-3 .right .service-btn .icon-wrap {
  width: auto;
  height: auto;
  color: var(--theme-color-2);
  background: transparent;
}

.section-top-3 .right .service-btn .icon-wrap:hover {
  background: transparent;
}

.what-we-do-section-2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  margin: 80px 85px 0;
  padding: 100px 0 120px 0;
  background-color: var(--theme-color-3);
}

@media (max-width: 1700px) {
  .what-we-do-section-2 {
    margin: 80px 20px 0;
  }
}

@media (min-width: 1400px) and (max-width: 1700px) {
  .what-we-do-section-2 {
    padding: 100px 40px 120px 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .what-we-do-section-2 {
    padding: 80px 40px 100px 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .what-we-do-section-2 {
    padding: 80px 20px 100px 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .what-we-do-section-2 {
    padding: 80px 20px 100px 20px;
  }
}

@media (max-width: 767px) {
  .what-we-do-section-2 {
    padding: 80px 10px 80px 10px;
    margin: 80px 15px 0;
  }
}

.what-we-do-section-2 .shape {
  position: absolute;
  top: 0;
  right: 12%;
  z-index: -1;
}

.what-we-do-section-2 .we-do-card {
  overflow: hidden;
  background-color: var(--white-color);
  border-radius: 10px;
}

.what-we-do-section-2 .we-do-card:hover .card-content i {
  color: var(--theme-color-3);
}

.what-we-do-section-2 .we-do-card:hover .card-content i span {
  color: var(--theme-color-2);
}

.what-we-do-section-2 .we-do-card:hover .card-thumb img {
  overflow: hidden;
  transform: scale(1.1);
}

.what-we-do-section-2 .we-do-card .card-content {
  padding: 30px;
}

.what-we-do-section-2 .we-do-card .card-content i {
  color: var(--theme-color-2);
  font-size: 40px;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.what-we-do-section-2 .we-do-card .card-content i span {
  font-size: 14px;
  color: var(--theme-color-3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.what-we-do-section-2 .we-do-card .card-content h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: var(--theme-color-3);
  margin-bottom: 20px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .what-we-do-section-2 .we-do-card .card-content h5 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .what-we-do-section-2 .we-do-card .card-content h5 {
    font-size: 20px;
  }
}

.what-we-do-section-2 .we-do-card .card-thumb {
  position: relative;
}

.what-we-do-section-2 .we-do-card .card-thumb img {
  border-radius: 10px;
}

.what-we-do-section-2 .we-do-card .card-thumb .circled-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: var(--body-color);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F8F7F0;
  border-radius: 100%;
  border: 2px solid var(--white-color);
  position: absolute;
  top: 0;
  right: 30px;
}

.what-we-do-section-2 .we-do-card .card-thumb .circled-btn p {
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.what-we-do-section-2 .we-do-card .card-thumb .circled-btn .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: var(--theme-color-2);
  font-size: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.what-we-do-section-2 .we-do-card .card-thumb .circled-btn:hover {
  color: var(--theme-color-2);
  background-color: var(--theme-color-3);
  border: 2px solid var(--theme-color-2);
}

.what-we-do-section-2 .we-do-card .card-thumb .circled-btn:hover p {
  opacity: 0;
}

.what-we-do-section-2 .we-do-card .card-thumb .circled-btn:hover .icon {
  opacity: 1;
  visibility: visible;
}

.whatwedo-slider-active {
  margin-right: -280px;
}

@media (min-width: 1400px) and (max-width: 1700px) {
  .whatwedo-slider-active {
    margin-right: -75px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .whatwedo-slider-active {
    margin-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .whatwedo-slider-active {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .whatwedo-slider-active {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .whatwedo-slider-active {
    margin-right: 0;
  }
}

.whatwedo-slider-active .whatwedo-slider-bottom {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 60px;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .whatwedo-slider-active .whatwedo-slider-bottom {
    margin-top: 40px;
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .whatwedo-slider-active .whatwedo-slider-bottom {
    margin-top: 40px;
    gap: 40px;
  }
}

.whatwedo-slider-active .whatwedo-slider-bottom .whatwedo-navigation {
  display: flex;
  align-items: center;
  gap: 10px;
}

.whatwedo-slider-active .whatwedo-slider-bottom .whatwedo-pagination-wrap {
  width: 100%;
}

@media (max-width: 767px) {
  .whatwedo-slider-active .whatwedo-slider-bottom .whatwedo-pagination-wrap {
    display: none;
  }
}

.whatwedo-slider-active .whatwedo-button-prev,
.whatwedo-slider-active .whatwedo-button-next {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2.35px);
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.whatwedo-slider-active .whatwedo-button-prev:hover,
.whatwedo-slider-active .whatwedo-button-next:hover {
  color: var(--theme-color-3);
  background: var(--theme-color-2);
  border-color: var(--theme-color-2);
}

.whatwedo-slider-active .whatwedo-pagination {
  height: 5px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  width: calc(100% - 280px);
}

@media (min-width: 1400px) and (max-width: 1700px) {
  .whatwedo-slider-active .whatwedo-pagination {
    width: calc(100% - 75px);
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .whatwedo-slider-active .whatwedo-pagination {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .whatwedo-slider-active .whatwedo-pagination {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .whatwedo-slider-active .whatwedo-pagination {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .whatwedo-slider-active .whatwedo-pagination {
    margin-top: 30px;
    width: 100%;
  }
}

.whatwedo-slider-active .whatwedo-pagination .swiper-pagination-bullet {
  flex: 1;
  border-radius: 10px;
  height: 100%;
  opacity: 1;
  background: none;
  margin: 0;
}

.whatwedo-slider-active .whatwedo-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--theme-color-2);
}

/* 20 Why Us Css */
.why-us-section {
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .why-us-section {
    background-size: contain;
  }
}

.why-us-section .left {
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .why-us-section .left {
    width: 76%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .why-us-section .left {
    width: 96%;
  }
}

.why-us-section .thumb {
  height: auto;
  position: relative;
}

.why-us-section .thumb .thumb-1 {
  position: relative;
  margin-bottom: 250px;
  text-align: end;
  z-index: 1;
}

@media (max-width: 767px) {
  .why-us-section .thumb .thumb-1 {
    width: 50%;
    margin: 0 60px 120px auto;
  }
}

.why-us-section .thumb .thumb-1>img {
  border-radius: 10px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .why-us-section .thumb .thumb-1>img {
    width: 60%;
  }
}

.why-us-section .thumb .thumb-1 .s-shape-1 {
  position: absolute;
  top: 60px;
  right: -16px;
  z-index: -1;
}

@media (max-width: 767px) {
  .why-us-section .thumb .thumb-1 .s-shape-1 {
    width: 70%;
    top: 40px;
  }
}

.why-us-section .thumb .thumb-2 {
  position: absolute;
  top: 40%;
  left: -16px;
  z-index: 2;
}


@media (min-width: 1200px) and (max-width: 1399px) {
  .why-us-section .thumb .thumb-2 {
    left: 32px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .why-us-section .thumb .thumb-2 {
    left: 66px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .why-us-section .thumb .thumb-2 {
    left: 20px;
  }
}

@media (max-width: 767px) {
  .why-us-section .thumb .thumb-2 {
    width: 42%;
    left: 8px;
  }
}

.why-us-section .thumb .thumb-2 img {
  border-radius: 10px;
  border: 5px solid var(--white-color);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .why-us-section .thumb .thumb-2 img {
    width: 70%;
  }
}

.why-us-section .thumb .thumb-3 {
  position: absolute;
  bottom: -225px;
  right: 10px;
  z-index: 2;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .why-us-section .thumb .thumb-3 {
    bottom: -168px;
    right: 20px;
    text-align: end;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .why-us-section .thumb .thumb-3 {
    bottom: -225px;
    right: -30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .why-us-section .thumb .thumb-3 {
    bottom: -225px;
    right: -30px;
  }
}

@media (max-width: 767px) {
  .why-us-section .thumb .thumb-3 {
    bottom: -122px;
    right: 38px;
    text-align: end;
    width: 44%;
  }
}

.why-us-section .thumb .thumb-3 img {
  border-radius: 10px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .why-us-section .thumb .thumb-3 img {
    width: 75%;
  }
}

.why-us-section .thumb .thumb-3 .shape-wrapped-thumb {
  position: relative;
}

.why-us-section .thumb .thumb-3 .shape-wrapped-thumb .s-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.why-us-section .thumb .thumb-3 .shape-wrapped-thumb .s-shape-2 {
  position: absolute;
  bottom: -25px;
  left: -35px;
  z-index: -1;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .why-us-section .thumb .thumb-3 .shape-wrapped-thumb .s-shape-2 {
    bottom: -24px;
    left: 34px;
  }
}

@media (min-width: 1400px) {
  .why-us-content {
    padding-left: 20px;
  }
}

.why-us-content .text {
    margin-top: 50px;
    font-size: 18px;
    font-weight: 400;
}

.why-us-content .common-subtitle span {
  color: var(--span);
}

.why-us-content .annual-donation-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 767px) {
  .why-us-content .annual-donation-wrap {
    flex-direction: column;
    align-items: start;
    gap: 14px;
  }
}

.why-us-content .annual-donation-wrap .annual-donation {
  display: flex;
  align-items: center;
  gap: 15px;
}

.why-us-content .annual-donation-wrap .annual-donation img {
  width: 60px;
  height: 60px;
  padding: 17px 15px;
  border-radius: 100%;
  border: 2px solid rgba(0, 69, 64, 0.1);
}

@media (min-width: 768px) and (max-width: 991px) {
  .why-us-content .annual-donation-wrap .annual-donation img {
    width: 50px;
    height: 50px;
    padding: 12px 10px;
  }
}

@media (max-width: 767px) {
  .why-us-content .annual-donation-wrap .annual-donation img {
    width: 40px;
    height: 40px;
    padding: 10px 8px;
  }
}

.why-us-content .annual-donation-wrap .annual-donation p {
  margin-bottom: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .why-us-content .annual-donation-wrap .annual-donation p {
    margin-bottom: 0;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .why-us-content .annual-donation-wrap .annual-donation p {
    line-height: 1;
    margin-bottom: 0;
  }
}

.why-us-content .annual-donation-wrap .annual-donation h5 {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .why-us-content .annual-donation-wrap .annual-donation h5 {
    font-size: 18px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .why-us-content .annual-donation-wrap .annual-donation h5 {
    line-height: 1.2;
    font-size: 18px;
  }
}

.why-us-content .annual-donation-wrap .video-btn {
  border: 1px solid rgba(0, 69, 64, 0.15);
  background: var(--white-color);
  max-height: 60px;
}

.why-us-content .annual-donation-wrap .video-btn .icon-wrap .icon {
  width: 12px;
  color: var(--theme-color-2);
}

@media (min-width: 768px) and (max-width: 991px) {
  .why-us-content .annual-donation-wrap .video-btn .icon-wrap .icon {
    width: 8px;
  }
}

@media (max-width: 767px) {
  .why-us-content .annual-donation-wrap .video-btn .icon-wrap .icon {
    width: 7px;
  }
}

.why-us-content .annual-donation-wrap .video-btn:hover .icon-wrap .icon {
  color: var(--theme-color-3);
}

.services {
  display: flex;
  align-items: center;
  gap: 70px;
  margin-top: 20px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .services {
    flex-direction: column;
    align-items: start;
    margin-bottom: 30px;
    gap: 15px;
  }
}

.services .service-left,
.services .service-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.services .service {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ikona */
.services .service i {
  flex-shrink: 0;
  /* zabrání deformaci */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(var(--theme-base-rgb), .10);
  color: var(--theme-color-3);
  font-size: 14px;
  margin-top: 2px;

  /* jemné doladění */
}

/* text */
.services .service p {
  margin: 0;
  padding: 0;
  color: var(--theme-green-gr);
  font-size: 17px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .services {
    flex-direction: column;
    align-items: start;
    margin-bottom: 30px;
    gap: 15px;
  }
}

.services .service-left,
.services .service-right {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

/* řádek */
.services .service {
  display: flex;
  align-items: flex-start;
  /* důležité */
  gap: 12px;
}

.services .service:hover {
  transform: translateX(5px);
  transition: 0.3s ease;
}


.why-us-section-2 {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}

.why-us-section-2 .c-shape-1 {
  position: absolute;
  right: -30%;
  bottom: -50%;
  z-index: -1;
}

.why-us-section-2 .why-us-section-2-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 722px;
  z-index: -1;
  display: flex;
  justify-content: space-between;
  border-radius: 0 0 100px 100px;
  overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .why-us-section-2 .why-us-section-2-bg {
    border-radius: 0 0 50px 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .why-us-section-2 .why-us-section-2-bg {
    border-radius: 0 0 50px 50px;
  }
}

@media (max-width: 767px) {
  .why-us-section-2 .why-us-section-2-bg {
    display: none;
  }
}

.why-us-section-2 .why-us-section-2-bg .left-img {
  width: 100%;
  max-width: 654px;
  height: 100%;
}

.why-us-section-2 .why-us-section-2-bg .left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-us-section-2 .why-us-section-2-bg .right-img {
  width: 100%;
  max-width: 654px;
  height: 100%;
}

.why-us-section-2 .why-us-section-2-bg .right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-us-section-2 .thumb {
  height: auto;
  position: relative;
}

.thumb img {
  transition: transform 0.4s ease;
}

/*.thumb:hover img {
  transform: scale(1.05);
}*/

@media (min-width: 992px) and (max-width: 1199px) {
  .why-us-section-2 .thumb {
    margin: 0 90px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .why-us-section-2 .thumb {
    margin: 0 14px;
  }
}

@media (max-width: 768px) {
  .why-us-section-2 .row {
    flex-direction: column;
  }
}

.why-us-section-2 .thumb .thumb-1 {
  position: relative;
  margin-bottom: 250px;
  text-align: end;
  z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .why-us-section-2 .thumb .thumb-1 {
    margin-bottom: 280px;
  }
}

@media (max-width: 767px) {
  .why-us-section-2 .thumb .thumb-1 {
    width: 50%;
    margin: 0 70px 140px auto;
  }
}

.why-us-section-2 .thumb .thumb-1>img {
  border-radius: 10px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .why-us-section-2 .thumb .thumb-1>img {
    width: 60%;
  }
}

.why-us-section-2 .thumb .thumb-1 .s-shape {
  position: absolute;
  top: 50px;
  left: 35%;
  z-index: -1;
}

.why-us-section-2 .thumb .thumb-2 {
  position: absolute;
  top: 48%;
  left: -20px;
  z-index: 2;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .why-us-section-2 .thumb .thumb-2 {
    left: 42px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .why-us-section-2 .thumb .thumb-2 {
    left: 66px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .why-us-section-2 .thumb .thumb-2 {
    left: 20px;
  }
}

@media (max-width: 767px) {
  .why-us-section-2 .thumb .thumb-2 {
    width: 42%;
    left: 0;
  }
}

.why-us-section-2 .thumb .thumb-2 img {
  border-radius: 10px;
  border: 5px solid var(--white-color);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .why-us-section-2 .thumb .thumb-2 img {
    width: 70%;
  }
}

.why-us-section-2 .thumb .thumb-2.style-2 {
  top: 60%;
  left: 45px;
}

.why-us-section-2 .thumb .thumb-2.style-2 .experience-shape {
  position: absolute;
  bottom: 80px;
  right: -160px;
  z-index: 3;
  transform: rotate(15deg);
  background: rgba(255, 255, 255, 0.85);
  border: 2px solid #ffffff;
  box-shadow: 0 21px 40px 13px rgba(133, 191, 24, 0.08);
  backdrop-filter: blur(7.7px);
}

.why-us-section-2 .thumb .thumb-3 {
  position: absolute;
  bottom: -235px;
  right: 4px;
  z-index: 2;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .why-us-section-2 .thumb .thumb-3 {
    bottom: -170px;
    right: 10px;
    text-align: end;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .why-us-section-2 .thumb .thumb-3 {
    bottom: -225px;
    right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .why-us-section-2 .thumb .thumb-3 {
    bottom: -225px;
    right: -30px;
  }
}

@media (max-width: 767px) {
  .why-us-section-2 .thumb .thumb-3 {
    bottom: -128px;
    right: 38px;
    text-align: end;
    width: 44%;
  }
}

.why-us-section-2 .thumb .thumb-3 img {
  border-radius: 10px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .why-us-section-2 .thumb .thumb-3 img {
    width: 75%;
  }
}

.why-us-section-2 .thumb .thumb-3 .shape-wrapped-thumb {
  position: relative;
}

.why-us-section-2 .thumb .thumb-3 .shape-wrapped-thumb .experience-shape {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 20px 25px;
  border: 4px solid var(--white-color);
  background-color: var(--theme-color-2);
  border-radius: 12px;
  position: absolute;
  top: -70px;
  left: -190px;
  z-index: 3;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .why-us-section-2 .thumb .thumb-3 .shape-wrapped-thumb .experience-shape {
    gap: 10px;
    left: -70px;
    padding: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .why-us-section-2 .thumb .thumb-3 .shape-wrapped-thumb .experience-shape {
    gap: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .why-us-section-2 .thumb .thumb-3 .shape-wrapped-thumb .experience-shape {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .why-us-section-2 .thumb .thumb-3 .shape-wrapped-thumb .experience-shape {
    left: -100px;
    padding: 15px;
    gap: 10px;
  }
}

.why-us-section-2 .thumb .thumb-3 .shape-wrapped-thumb .experience-shape h3 {
  font-weight: 700;
  font-size: 62px;
  line-height: 86%;
  color: var(--theme-color-3);
  margin-bottom: 0;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .why-us-section-2 .thumb .thumb-3 .shape-wrapped-thumb .experience-shape h3 {
    font-size: 52px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .why-us-section-2 .thumb .thumb-3 .shape-wrapped-thumb .experience-shape h3 {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .why-us-section-2 .thumb .thumb-3 .shape-wrapped-thumb .experience-shape h3 {
    font-size: 40px;
  }
}

.why-us-section-2 .thumb .thumb-3 .shape-wrapped-thumb .experience-shape p {
  max-width: 92px;
  width: 100%;
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  color: var(--theme-color-3);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .why-us-section-2 .thumb .thumb-3 .shape-wrapped-thumb .experience-shape p {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .why-us-section-2 .thumb .thumb-3 .shape-wrapped-thumb .experience-shape p {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .why-us-section-2 .thumb .thumb-3 .shape-wrapped-thumb .experience-shape p {
    font-size: 16px;
    line-height: 1.2;
  }
}

.why-us-section-2 .company-achievements {
  margin-bottom: -160px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .why-us-section-2 .company-achievements {
    margin-bottom: -140px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .why-us-section-2 .company-achievements {
    margin-bottom: -120px;
  }
}

@media (max-width: 767px) {
  .why-us-section-2 .company-achievements {
    margin-bottom: 0;
  }
}

.experience-shape {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 20px 25px;
  border: 4px solid var(--white-color);
  background-color: var(--theme-color-2);
  border-radius: 12px;
}

.experience-shape h3 {
  font-weight: 700;
  font-size: 62px;
  line-height: 86%;
  color: var(--theme-color-3);
  margin-bottom: 0;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .experience-shape h3 {
    font-size: 52px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .experience-shape h3 {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .experience-shape h3 {
    font-size: 40px;
  }
}

.experience-shape p {
  max-width: 92px;
  width: 100%;
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  color: var(--theme-color-3);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .experience-shape p {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .experience-shape p {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .experience-shape p {
    font-size: 16px;
    line-height: 1.2;
  }
}

.shape-wrapped-thumb .experience-shape {
  position: absolute;
  top: -70px;
  left: -190px;
  z-index: 3;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .shape-wrapped-thumb .experience-shape {
    gap: 10px;
    left: -70px;
    padding: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .shape-wrapped-thumb .experience-shape {
    gap: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .shape-wrapped-thumb .experience-shape {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .shape-wrapped-thumb .experience-shape {
    gap: 10px;
  }
}


/* 21 Service Css */
.service-card {
  background-color: #f8f7f0;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  height: 270px;
  z-index: 1;
  overflow: hidden;
}

.service-card:hover {
  background-color: var(--white-color);
  box-shadow: 0 35px 41.5px -16px rgba(0, 69, 64, 0.08);
  transition: all 0.3s;
}

.service-card:hover .service-top i,
.service-card:hover .service-top .circled-heading {
  background-color: var(--theme-color-3);
  border: 2px solid var(--theme-color-3);
  color: var(--theme-color-2);
  transition: all 0.3s;
}

.service-card:hover .number {
  background: #004540 !important;
}

.service-card:hover .number span {
  color: #ffe175 !important;
}

.service-card .service-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.service-card .service-top h4 {
  max-width: 118px;
  width: 100%;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: var(--theme-color-3);
  margin-bottom: 0;
  text-shadow: var(--text-shadow);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .service-card .service-top h4 {
    font-size: 24px;
    line-height: 1.4;
  }
}

@media (max-width: 991px) {
  .service-card .service-top h4 {
    font-size: 22px;
    line-height: 1.3;
  }
}

.service-card .service-top .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #f8f7f0;
  border: 2px solid var(--theme-color-2);
  border-radius: 100%;
  box-shadow: 0 15px 32.2px -9px rgba(0, 24, 25, 0.2);
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.service-card .service-top .number span {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #868681;
}

.service-card .service-top i,
.service-card .service-top .circled-heading {
  width: 70px;
  height: 70px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 15px;
  background-color: var(--white-color);
  border-radius: 100%;
  border: 2px solid var(--theme-color-3);
  box-shadow: 0 15px 32.2px -9px rgba(0, 24, 25, 0.2);
}

@media (min-width: 992px) and (max-width: 1199px) {

  .service-card .service-top i,
  .service-card .service-top .circled-heading {
    font-size: 24px;
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 991px) {

  .service-card .service-top i,
  .service-card .service-top .circled-heading {
    font-size: 20px;
    width: 50px;
    height: 50px;
  }
}

.service-card .service-content p {
  width: 80%;
  /*padding-bottom: 10px;*/
}

.service-card .i-shape {
  color: rgba(134, 134, 129, 0.05);
  font-size: 110px;
  position: absolute;
  z-index: -1;
  bottom: -70px;
  left: 55%;
}

.services-section {
  position: relative;
  z-index: 1;
}

.services-section .c-shape-1 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}

.services-section .c-shape-2 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}

.process-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.process-section .c-shape-1 {
  position: absolute;
  z-index: -1;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}

.section-top-9 {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.section-top-9 .common-subtitle span {
  color: var(--body-color);
}

.section-top-9 .common-title {
  margin-bottom: 0;
}

.section-top-9 .common-title h2 {
  color: var(--theme-color-3);
}


/* 24 About Us Css */
.shape-wrapped-thumb-1 {
  position: relative;
  z-index: 1;
  margin-bottom: 140px;
}


@media (min-width: 992px) and (max-width: 1199px) {
  .shape-wrapped-thumb-1 {
    margin: 0 200px 180px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .shape-wrapped-thumb-1 {
    margin: 0 20px 180px;
  }
}

@media (max-width: 767px) {
  .shape-wrapped-thumb-1 {
    margin: 0 0 240px;
  }
}

.shape-wrapped-thumb-1>img {
  border-radius: 10px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .shape-wrapped-thumb-1>img {
    width: 70%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .shape-wrapped-thumb-1>img {
    width: 80%;
  }
}

.shape-wrapped-thumb-1 .experience-shape-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 20px 25px;
  background-color: var(--theme-color-2);
  border-radius: 12px;
  position: absolute;
  top: 84px;
  right: 50px;
  z-index: 2;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .shape-wrapped-thumb-1 .experience-shape-2 {
    gap: 10px;
    right: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .shape-wrapped-thumb-1 .experience-shape-2 {
    gap: 10px;
    right: -80px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .shape-wrapped-thumb-1 .experience-shape-2 {
    gap: 10px;
    right: 70px;
  }
}

@media (max-width: 767px) {
  .shape-wrapped-thumb-1 .experience-shape-2 {
    gap: 10px;
    top: -8%;
    transform: translateX(50%);
    right: 50%;
  }
}

.shape-wrapped-thumb-1 .experience-shape-2 h3 {
  line-height: 86%;
  margin-bottom: 0;
  color: transparent;
  -webkit-text-stroke: 1px var(--theme-color-3);
  font-style: normal;
  font-weight: 600;
  font-size: 70px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .shape-wrapped-thumb-1 .experience-shape-2 h3 {
    font-size: 52px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .shape-wrapped-thumb-1 .experience-shape-2 h3 {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .shape-wrapped-thumb-1 .experience-shape-2 h3 {
    font-size: 40px;
  }
}

.shape-wrapped-thumb-1 .experience-shape-2 p {
  max-width: 92px;
  width: 100%;
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  color: var(--theme-color-3);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .shape-wrapped-thumb-1 .experience-shape-2 p {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .shape-wrapped-thumb-1 .experience-shape-2 p {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .shape-wrapped-thumb-1 .experience-shape-2 p {
    font-size: 16px;
    line-height: 1.2;
  }
}

.shape-wrapped-thumb-1 .award-shape {
  position: absolute;
  bottom: 140px;
  left: -60px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 20px 30px;
  border-radius: 6px;
  background-color: var(--theme-color-3);
  z-index: 2;
}

.shape-wrapped-thumb-1 .award-shape img {
  max-width: 36px;
  width: 100%;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .shape-wrapped-thumb-1 .award-shape img {
    max-width: 28px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .shape-wrapped-thumb-1 .award-shape img {
    max-width: 28px;
  }
}

@media (max-width: 767px) {
  .shape-wrapped-thumb-1 .award-shape img {
    max-width: 28px;
  }
}

@media (min-width: 1400px) and (max-width: 1700px) {
  .shape-wrapped-thumb-1 .award-shape {
    left: -20px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .shape-wrapped-thumb-1 .award-shape {
    gap: 12px;
    left: -40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .shape-wrapped-thumb-1 .award-shape {
    gap: 12px;
    left: -40px;
  }
}

@media (max-width: 767px) {
  .shape-wrapped-thumb-1 .award-shape {
    gap: 12px;
    left: 15%;
    bottom: -34%;
  }
}

.shape-wrapped-thumb-1 .award-shape p {
  color: var(--white-color);
  max-width: 140px;
  width: 100%;
}

.shape-wrapped-thumb-1 .box-shape {
  position: absolute;
  bottom: -32px;
  left: -16px;
  z-index: -1;
}

.positioned-shape {
  position: absolute;
  top: 45%;
  right: 70px;
  border-radius: 150px 150px 12px 12px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .positioned-shape {
    right: -20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .positioned-shape {
    right: -60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .positioned-shape {
    right: 50px;
  }
}

@media (max-width: 767px) {
  .positioned-shape {
    right: 6%;
    width: 88%;
  }
}

.positioned-shape .shape-wrapped-thumb-2 {
  position: relative;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .positioned-shape .shape-wrapped-thumb-2 {
    width: 85%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .positioned-shape .shape-wrapped-thumb-2 {
    width: 100%;
  }
}

.positioned-shape .shape-wrapped-thumb-2 .video-thumb {
  position: relative;
  width: fit-content;
}

.positioned-shape .shape-wrapped-thumb-2 .video-thumb img {
  width: 100%;
  border-radius: 150px 150px 12px 12px;
  border: 4px solid var(--white-color);
}

.positioned-shape .shape-wrapped-thumb-2 .video-thumb .video-play-btn {
  width: 80px;
  height: 80px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--light-color);
  padding: 23px 21px;
  border-radius: 100%;
  border: 1px solid var(--light-color);
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  background: rgba(255, 255, 255, 0.015);
  backdrop-filter: blur(13px);
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  animation: animate-pulse 3s linear infinite;
}

.positioned-shape .shape-wrapped-thumb-2 .video-thumb .video-play-btn:hover {
  color: var(--theme-color-3);
  background: var(--theme-color-2);
  border-color: var(--theme-color-2);
}

.positioned-shape .shape-wrapped-thumb-2 .vector-shape {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.positioned-shape .shape-wrapped-thumb-2 .vector-shape img {
  width: 100%;
}

.about-us-content .text {
  margin-bottom: 20px;
}

.about-us-content .annual-donation-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 767px) {
  .about-us-content .annual-donation-wrap {
    flex-direction: column;
    align-items: start;
    gap: 14px;
  }
}

.about-us-content .annual-donation-wrap .annual-donation {
  display: flex;
  align-items: center;
  gap: 15px;
}

.about-us-content .annual-donation-wrap .annual-donation p {
  margin-bottom: 5px;
}

.about-us-content .annual-donation-wrap .annual-donation h5 {
  margin-bottom: 0;
}

.about-us-content .annual-donation-wrap .annual-donation img {
  padding: 17px 15px;
  border-radius: 100%;
  border: 2px solid rgba(0, 69, 64, 0.1);
}

.shape-wrapped-thumb-1 img {
  transition: transform 0.4s ease;
}

/*.shape-wrapped-thumb-1:hover img {
  transform: scale(1.05);
}*/


.c-tabs-wrapper .nav-tabs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  border: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .c-tabs-wrapper .nav-tabs {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .c-tabs-wrapper .nav-tabs {
    margin-bottom: 20px;
  }
}

.c-tabs-wrapper .nav-tabs .nav-item .nav-link {
  background-color: var(--white-color);
  color: var(--body-color);
  border: 1.5px solid transparent;
  padding: 14px 28px;
  font-weight: 600;
  border-radius: 53px;
  line-height: 24px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

@media (max-width: 767px) {
  .c-tabs-wrapper .nav-tabs .nav-item .nav-link {
    padding: 4px 8px;
  }
}

.c-tabs-wrapper .nav-tabs .nav-item .nav-link.active,
.c-tabs-wrapper .nav-tabs .nav-item .nav-link:hover {
  background-color: #F8F7F0;
  color: var(--theme-color-3);
  border: 1.5px solid var(--theme-color-2);
  box-shadow: 0 6px 15.9px -3px rgba(0, 69, 64, 0.11);
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.c-tabs-wrapper .tab-content {
  outline: none;
}

.benefits {
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .benefits {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .benefits {
    margin-bottom: 24px;
  }
}

.benefits ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.benefits ul li {
  position: relative;
  padding-left: 36px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .benefits ul li {
    padding-left: 30px;
    line-height: 1.4;
  }
}

.benefits ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 6px 10px -3px rgba(0, 69, 64, 0.11);
}

.benefits ul li::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  background: radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%), radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.413) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), #004540;
}



.rating-wrap .star-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .rating-wrap .star-rating {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .rating-wrap .star-rating {
    margin-bottom: 0;
  }
}

.rating-wrap .stars {
  display: flex;
  align-items: center;
  gap: 2px;
}

.rating-wrap .stars i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color-2);
  width: 20px;
  height: 20px;
  background-color: var(--theme-color-3);
}

.shape-wrapped-thumb-2 {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .shape-wrapped-thumb-2 {
    margin: 0 90px 80px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .shape-wrapped-thumb-2 {
    margin: 0 60px 60px;
  }
}

@media (max-width: 767px) {
  .shape-wrapped-thumb-2 {
    margin: 0 0 40px;
  }
}

.shape-wrapped-thumb-2 .thumb-wrapper {
  display: flex;
  align-items: center;
}

.shape-wrapped-thumb-2 .thumb-wrapper img:first-child {
  border: 4px solid var(--white-color);
  border-radius: 10px;
  width: 42%;
}

.shape-wrapped-thumb-2 .thumb-wrapper img:last-child {
  width: 58%;
}

.shape-wrapped-thumb-2 .positioned-thumb {
  margin: -50px 0 0 25px;
  width: 88%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .shape-wrapped-thumb-2 .positioned-thumb {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .shape-wrapped-thumb-2 .positioned-thumb {
    margin: -40px 0 0 25px;
  }
}

.shape-wrapped-thumb-2 .positioned-thumb>img {
  border: 4px solid var(--white-color);
  border-radius: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .shape-wrapped-thumb-2 .positioned-thumb>img {
    width: 100%;
  }
}

.shape-wrapped-thumb-2 .shape-1 {
  position: absolute;
  left: -50px;
  top: 45%;
  z-index: -1;
}

@media (max-width: 767px) {
  .shape-wrapped-thumb-2 .shape-1 {
    left: 0;
    top: 58%;
  }
}

.shape-wrapped-thumb-2 .shape-2 {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.section-top-5 {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-top-5 {
    flex-direction: column;
    margin-bottom: 50px;
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .section-top-5 {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 50px;
  }
}

.section-top-5 .left {
  max-width: 780px;
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-top-5 .left {
    max-width: 600px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-top-5 .left {
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  .section-top-5 .left {
    max-width: 100%;
  }
}

.section-top-5 .left .common-subtitle span {
  color: var(--theme-color-3);
}

.section-top-5 .left .common-title {
  margin-bottom: 0;
}

.section-top-5 .left .common-title h2 {
  color: var(--theme-color-3);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-top-5 .left .common-title h2 {
    font-size: 32px;
  }
}

.section-top-5 .right {
  max-width: 440px;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-top-5 .right {
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  .section-top-5 .right {
    max-width: 100%;
  }
}

.section-top-5 .right h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--theme-color-3);
  margin-bottom: 16px;
}

.section-top-5 .right p {
  margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-top-5 .right p {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .section-top-5 .right p {
    margin-bottom: 30px;
  }
}

.about-us-section-2 {
  padding-bottom: 300px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .about-us-section-2 {
    padding-bottom: 460px;
  }
}

@media (max-width: 767px) {
  .about-us-section-2 {
    padding-bottom: 80px;
  }
}

.about-us-section-2 .thumb {
  position: relative;
  margin-top: -28px;
  border-radius: 12px;
  z-index: -1;
}

@media (min-width: 768px) and (max-width: 991px) {
  .about-us-section-2 .thumb {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .about-us-section-2 .thumb {
    margin-top: 0;
  }
}

.about-us-section-2 .thumb img {
  border-radius: 12px;
}

@media (max-width: 767px) {
  .about-us-section-2 .thumb img {
    margin-bottom: 50px;
  }
}

.about-us-section-3 {
  background-position: bottom right, bottom left 30%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

@media (max-width: 1399px) {
  .about-us-section-3 {
    background-position: bottom right, bottom left 0;
  }
}

@media (min-width: 1400px) and (max-width: 1700px) {
  .about-us-section-3 {
    background-size: 60%;
  }
}

@media (max-width: 1399px) {
  .about-us-section-3 {
    background-size: 50%;
  }
}

@media (max-width: 767px) {
  .about-us-section-3 {
    background-size: 100%, 0;
  }
}

.about-us-section-3 .adjusted-margin {
  margin-left: 32%;
}

@media (min-width: 1400px) and (max-width: 1700px) {
  .about-us-section-3 .adjusted-margin {
    margin-left: 26%;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .about-us-section-3 .adjusted-margin {
    margin-left: 5%;
  }
}

@media (max-width: 1199px) {
  .about-us-section-3 .adjusted-margin {
    margin-left: 0;
  }
}

.about-us-section-3 .adjusted-margin .adjusted-padding {
  padding: 185px 50px 230px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .about-us-section-3 .adjusted-margin .adjusted-padding {
    padding: 140px 20px 180px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-us-section-3 .adjusted-margin .adjusted-padding {
    padding: 100px 200px 160px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about-us-section-3 .adjusted-margin .adjusted-padding {
    padding: 100px 80px 150px;
  }
}

@media (max-width: 767px) {
  .about-us-section-3 .adjusted-margin .adjusted-padding {
    padding: 80px 0 80px;
  }
}

.about-us-section-3 .tab-content .year {
  margin-bottom: 8px;
}

.about-us-section-3 .tab-content .year h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: var(--theme-color-3);
  margin-bottom: 0;
}

.about-us-section-3 .tab-content .reward {
  margin-bottom: 10px;
}

.about-us-section-3 .tab-content .reward h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: var(--theme-color-3);
  margin-bottom: 0;
}

.about-us-section-3 .tab-content .text {
  margin-bottom: 34px;
}


/* 26 News Letter Css */
.news-letter {
  margin: 0 50px -300px;
  padding: 50px 0 370px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}

@media (max-width: 1399px) {
  .news-letter {
    margin: 0 0 -300px;
  }
}

.news-letter-content {
  max-width: 560px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: relative;
}

.news-letter-content .shape {
  position: absolute;
  bottom: -80px;
  left: -250px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .news-letter-content .shape {
    bottom: -73px;
    left: -170px;
    width: 30%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .news-letter-content .shape {
    bottom: -73px;
    left: -95px;
    width: 25%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-letter-content .shape {
    bottom: -73px;
    left: -40px;
    width: 20%;
  }
}

@media (max-width: 767px) {
  .news-letter-content .shape {
    bottom: -72px;
    left: 20px;
    width: 25%;
  }
}

.section-top-12 {
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-top-12 .common-title h2 img {
    width: 32px;
  }
}

@media (max-width: 767px) {
  .section-top-12 .common-title h2 img {
    width: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .form-2 {
    width: 80%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-2 {
    width: 70%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .form-2 {
    width: 80%;
    margin: 0 auto;
  }
}

.form-2 input {
  background: var(--white-color);
  border: 1px solid rgba(0, 69, 64, 0.2);
  border-radius: 53px;
  resize: none;
  padding: 18px 22px;
}

.form-2 input:focus {
  background: var(--white-color);
  border: 1px solid var(--theme-color-2);
}

.form-2 input::placeholder {
  font-size: 17px;
  line-height: 28px;
  color: var(--body-color);
  opacity: 0.8;
}

.form-2 button {
  border: none;
}

/* 27 Company Achievements Css */
.company-achievements {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 767px) {
  .company-achievements {
    grid-template-columns: repeat(2, 1fr);
  }
}

.company-achievements .achievement {
  text-align: center;
}


.company-achievements .achievement h6 {
  text-align: center;
  color: var(--span);


}

.company-achievements .achievement i,
.company-achievements .achievement .circled-heading {
  display: flex;
  align-items: center;
  background-color: var(--white-color);
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 30px;
  width: 70px;
  height: 70px;
  padding: 17px 15px;
  border: 2px solid var(--theme-color-2);
  border-radius: 100%;
  box-shadow: 0 15px 32.2px -9px rgba(0, 24, 25, 0.2);
}


/*.company-achievements:hover .achievement i {
  background-color: var(--theme-color-3);
  border: 2px solid var(--theme-color-3);
  color: var(--theme-color-2);
  transition: all 0.3s;
}*/


/*.company-achievements:hover .achievement .circled-heading*/
.company-achievements .achievement:hover i {
  background-color: var(--theme-color-3);
  border: 2px solid var(--theme-color-3);
  color: var(--theme-color-2);
  transition: all 0.3s;
}

/*.service-card:hover .service-top i,
.service-card:hover .service-top .circled-heading {
  background-color: var(--theme-color-3);
  border: 2px solid var(--theme-color-3);
  color: var(--theme-color-2);
  transition: all 0.3s;
}*/


@media (min-width: 992px) and (max-width: 1199px) {
  .company-achievements .achievement i {
    font-size: 24px;
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .company-achievements .achievement i {
    font-size: 20px;
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .company-achievements .achievement i {
    font-size: 20px;
    width: 50px;
    height: 50px;
  }
}

.company-achievements .achievement h2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  color: var(--theme-color-3);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .company-achievements .achievement h2 {
    font-size: 42px;
    line-height: 1;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .company-achievements .achievement h2 {
    font-size: 30px;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .company-achievements .achievement h2 {
    font-size: 30px;
    line-height: 1;
  }
}

.company-achievements .achievement p {
  font-size: 18px;
  line-height: 26px;
  color: var(--theme-color-3);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .company-achievements .achievement p {
    line-height: 1;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .company-achievements .achievement p {
    font-size: 16px;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .company-achievements .achievement p {
    font-size: 16px;
    line-height: 1;
  }
}

.company-achievements .achievement-2 i {
  box-shadow: 0 15px 32.2px -9px rgba(0, 24, 25, 0.2);
}

/* 32 We Are Friends Css */
.we-are-friends-section .common-subtitle {
  margin-bottom: 20px;
}

.we-are-friends-section .common-title {
  margin-bottom: 20px;
}

.we-are-friends-section .text {
  max-width: 550px;
  width: 100%;
  margin-bottom: 30px;
}

.we-are-friends-section .blog-btn {
  margin-bottom: 50px;
}

.friends-left {
  position: sticky;
  top: 20px;
}

.friends-left .shape {
  position: absolute;
  bottom: -30%;
  left: 40%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .friends-left .shape {
    bottom: 10%;
    width: 5%;
    left: 30%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .friends-left .shape {
    bottom: 10%;
    width: 6%;
    left: 40%;
  }
}

@media (max-width: 767px) {
  .friends-left .shape {
    bottom: 10%;
    width: 10%;
    left: 70%;
  }
}

.friends-card {
  background: #F8F7F0;
  border-radius: 10px;
  padding: 10px;
  position: sticky;
  top: 20px;
}

.friends-card:hover .details-btn-3 {
  right: 10px;
  transition: all 0.3s;
}

.friends-card .author-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  width: 100%;
  height: 100%;
}

.friends-card .author-details .author-info h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: var(--theme-color-3);
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .friends-card .author-details .author-info h5 {
    font-size: 20px;
  }
}

.friends-card .author-details .author-info p {
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 16px;
}

.friends-card .author-details .author-info .description p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: var(--body-color);
}

.friends-card .author-details .socials {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.friends-card .author-details .socials .social-links {
  display: flex;
  gap: 10px;
  transition: all 0.3s;
}

.friends-card .author-details .socials .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: var(--white-color);
  color: var(--body-color);
}

.friends-card .author-details .socials .social-links a:hover {
  background: var(--theme-color-2);
  color: var(--theme-color-3);
}

.friends-card .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
}

.friends-card .thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(109.34deg, rgba(255, 225, 117, 0) 64.88%, #FFE175 100%);
}

.friends-card .thumb .category {
  position: absolute;
  right: 0;
  bottom: 0;
}

.friends-card .thumb img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.details-btn-3 {
  box-shadow: -7px 9px 31.3px #FFE175;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: var(--theme-color-2);
  color: var(--theme-color-3);
  transform: rotate(-45deg);
  padding: 12px 20px;
  border-radius: 53px;
  transition: all 0.3s;
  position: absolute;
  top: 10px;
  right: -60px;
}

/* 33 Details Content Css */
.services-details-section {
  position: relative;
  z-index: 1;
  margin-bottom: -169px;
}

.services-details-section .d-shape-1 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}

.details-content .thumb-wrap {
  border-radius: 10px;
}

.details-content .thumb-wrap img {
  border-radius: 10px;
}

.detail-info-wrap {
  background: #f8f7f0;
  border-radius: 10px;
}

.detail-info-contents {
  padding: 30px;
}

.thumb-wrap {
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.thumb-wrap {
  border-radius: 10px;
}

.count-down-date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 19px;
  background: #f8f7f0;
  border: 1px solid rgba(0, 69, 64, 0.15);
  box-shadow: 0 6px 30px rgba(0, 69, 64, 0.09);
  border-radius: 10px;
}

.count-down-date i {
  font-size: 18px;
  color: var(--body-color);
}

.count-down-date p {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  color: var(--body-color);
  margin-bottom: 0;
}

.details-title h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  color: var(--theme-green-gr-2);
  margin-bottom: 0;
}

.details-title h3 {
  color: var(--theme-green-gr-2);
  text-shadow: var(--text-shadow);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .details-title h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .details-title h2 {
    font-size: 32px;
    line-height: 1.2;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .details-title h2 {
    font-size: 26px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .details-title h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}

.details-subtitle h4 {
  display: flex;
  align-items: center;
  gap: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 28px;
  color: var(--theme-color-3);
  margin-bottom: 0;
}

.details-subtitle h4 span img {
  width: 40px;
}

.details-title-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .details-title-2 {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}

.details-title-2 h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  color: #004540;
  margin-bottom: 0;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .details-title-2 h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .details-title-2 h2 {
    font-size: 32px;
    line-height: 1.2;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .details-title-2 h2 {
    font-size: 26px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .details-title-2 h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}

.detail-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #868681;
}

.detail-text p b {
  font-weight: 600;
}


.banner-slide-wrap {
  display: block;
}

.banner-slide-wrap .thumb {
  position: relative;
  width: 100%;
}

.banner-slide-wrap .thumb img {
  width: 100%;
  border-radius: 12px;
}

.banner-slide-wrap .thumb .play-btn {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  color: var(--white-color);
  padding: 25px 20px;
  border-radius: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  animation: animate-pulse 3s linear infinite;
}

.banner-slide-wrap .thumb .play-btn:hover {
  color: var(--theme-color-3);
  background: var(--theme-color-2);
  border-color: var(--theme-color-2);
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner-slide-wrap .thumb .play-btn {
    width: 60px;
    height: 60px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .banner-slide-wrap .thumb .play-btn {
    width: 60px;
    height: 60px;
    font-size: 16px;
  }
}

.gallery-slider-active {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.gallery-slider-active .gallery-pagination {
  height: 5px;
  border-radius: 10px;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  z-index: 10;
}

.gallery-slider-active .gallery-pagination .swiper-pagination-bullet {
  width: 100px;
  max-width: 100px;
  border-radius: 10px;
  height: 100%;
  opacity: 1;
  background: #F8F7F0;
  margin: 0;
}

.gallery-slider-active .gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--theme-color-2);
}

.testimonial-wrap {
  text-align: center;
}

.testimonial-wrap .icon {
  width: 80px;
  height: 80px;
  background: #ffe175;
  border: 2px solid rgba(0, 69, 64, 0.1);
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.testimonial-wrap .review {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #868681;
  margin-bottom: 16px;
}

.testimonial-wrap .author h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #004540;
  margin-bottom: 5px;
}

.testimonial-wrap .author p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #868681;
}

.d-cta-wrap {
  position: relative;
  z-index: 1;
  padding: 19px 50px 19px 60px;
  background: #f8f7f0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.d-cta-wrap .content-wrap {
  max-width: 427px;
}

.d-cta-wrap .content-wrap .common-title h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  color: #004540;
  margin-bottom: 30px !important;
}

.d-cta-wrap .thumb-wrap {
  width: 100%;
}

.d-cta-wrap .d-shape-1 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}

.view-project-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}



.view-project-wrap .previous-project {
  /*background: #1c2a25;*/
  /*border: 1px solid #2a3d36;
  /*color: #eaeaea;*/
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
  transition: 0.3s;
  

}

.view-project-wrap .previous-project:hover {
  /*background: #22332c;
  border-color: #3e5a50;*/
  transform: translateX(6px);
}



.previous-project,
.next-project {
  max-width: 820px;
  width: 100%;
  background: #f8f7f0;
  border-radius: 87px;
  padding: 10px 50px 10px 10px;
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  gap: 32px;
}


.previous-project .project-thumb-wrap,
.next-project .project-thumb-wrap {
  width: 80px;
  height: 80px;
  background: transparent;
  /*background: #383838;*/
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 100px;
}

.previous-project .project-thumb-wrap img,
.next-project .project-thumb-wrap img {
  border-radius: 100px;
  width: 100%;
}

.previous-project .project-content-wrap .view-project-btn,
.next-project .project-content-wrap .view-project-btn {
  margin-bottom: 15px;
}

.previous-project .project-content-wrap .view-project-btn a,
.next-project .project-content-wrap .view-project-btn a {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--body-color);
}

.previous-project .project-content-wrap .view-project-btn a .icon-1,
.next-project .project-content-wrap .view-project-btn a .icon-1 {
  transform: rotate(225deg);
}

.previous-project .project-content-wrap .view-project-btn a .icon-2,
.next-project .project-content-wrap .view-project-btn a .icon-2 {
  transform: rotate(315deg);
}

.previous-project .project-content-wrap .project-title,
.next-project .project-content-wrap .project-title {
  margin-bottom: 5px;
}

.previous-project .project-content-wrap .project-title h5,
.next-project .project-content-wrap .project-title h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #020231;
  margin-bottom: 0;
}

.previous-project .project-content-wrap .published-date p,
.next-project .project-content-wrap .published-date p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--body-color);
  margin-bottom: 0;
}

.comment-section .comments {
  padding: 50px 0;
  border-top: 1px solid rgba(0, 69, 64, 0.1);
  border-bottom: 1px solid rgba(0, 69, 64, 0.1);
}

.comment-section .comments .comment-wrap {
  display: flex;
  gap: 30px;
}

@media (max-width: 767px) {
  .comment-section .comments .comment-wrap {
    flex-direction: column;
  }
}

.comment-section .comments .comment-wrap .thumb {
  max-width: 100px;
  width: 100%;
  height: 100px;
  border-radius: 100%;
}

.comment-section .comments .comment-wrap .thumb img {
  width: 100%;
  border-radius: 100%;
}

.comment-section .comments .comment-wrap .info .name {
  margin-bottom: 6px;
}

.comment-section .comments .comment-wrap .info .name p {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #15161c;
  margin-bottom: 0;
}

.comment-section .comments .comment-wrap .info .date {
  margin-bottom: 14px;
}

.comment-section .comments .comment-wrap .info .date p {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #737373;
  margin-bottom: 0;
}

.comment-section .comments .comment-wrap .info .text {
  margin-bottom: 14px;
}

.comment-section .comments .comment-wrap .info .text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #737373;
  margin-bottom: 0;
}

.comment-section .comments .comment-wrap .info .reply-btn {
  padding: 6px 14px;
  background: #f8f7f0;
  color: var(--theme-color-3);
  border-radius: 88px;
  cursor: pointer;
}

.comment-section .comments .comment-wrap .info .reply-btn:hover {
  background: var(--theme-color-3);
  color: var(--theme-color-2);
}

.comment-section .leave-comment form .info-input {
  display: flex;
  gap: 20px;
}

@media (max-width: 767px) {
  .comment-section .leave-comment form .info-input {
    flex-direction: column;
  }
}

.comment-section .leave-comment form input,
.comment-section .leave-comment form textarea {
  background: #f8f7f0;
  border: 2px solid #f8f7f0;
  border-radius: 10px;
  padding: 14px 20px;
  resize: none;
}

.comment-section .leave-comment form input:focus,
.comment-section .leave-comment form textarea:focus {
  border: 2px solid rgba(0, 69, 64, 0.8);
}

.comment-section .leave-comment form input:focus::placeholder,
.comment-section .leave-comment form textarea:focus::placeholder {
  color: var(--theme-color-3);
}

.comment-section .leave-comment form input::placeholder,
.comment-section .leave-comment form textarea::placeholder {
  font-size: 17px;
  line-height: 28px;
  color: var(--body-color);
}

@media (max-width: 991px) {

  .comment-section .leave-comment form input::placeholder,
  .comment-section .leave-comment form textarea::placeholder {
    font-size: 16px;
  }
}

.comment-section .leave-comment form button {
  border: none;
}

.make-donate .icon-wrap {
  width: 100%;
  position: relative;
  border-radius: 10px;
}

.make-donate .icon-wrap input {
  width: 100%;
  border: none;
  padding: 26px 40px 26px 26px;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  text-align: right;
  color: var(--theme-color-3);
  background: #ffffff;
  box-shadow: 0 35px 41.5px -16px rgba(0, 69, 64, 0.12);
  border-radius: 10px;
}

.make-donate .icon-wrap i {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  font-size: 32px;
  color: var(--theme-color-3);
  background: #f8f7f0;
  border: 2px solid var(--theme-color-2);
  box-shadow: 0 15px 32.2px -9px rgba(0, 24, 25, 0.2);
}

@media (max-width: 767px) {
  .make-donate .icon-wrap i {
    top: 4px;
    left: 4px;
  }
}

.make-donate .icon-wrap:hover {
  background: var(--theme-color-2);
}

.make-donate .icon-wrap:hover i {
  border: 2px solid var(--white-color);
}

/* 34 Details Sidebar Css */
.details-layout-wrap {
  display: flex;
  gap: 60px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .details-layout-wrap {
    flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .details-layout-wrap {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .details-layout-wrap {
    flex-direction: column;
  }
}

.details-layout-wrap .details-content {
  flex: 1;
  width: 100%;
  max-width: 922px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .details-layout-wrap .details-content {
    max-width: 670px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .details-layout-wrap .details-content {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .details-layout-wrap .details-content {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .details-layout-wrap .details-content {
    max-width: 100%;
  }
}

.detail-sidebar {
  flex: none;
  max-width: 380px;
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .detail-sidebar {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-sidebar {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .detail-sidebar {
    max-width: 100%;
  }
}

.detail-sidebar .detail-sidebar-inner {
  position: sticky;
  top: 100px;
}

.detail-sidebar .s-widget-wrap {
  background: #f8f7f0;
  border-radius: 10px;
  padding: 30px 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
  transition: 0.3s;
}

.detail-sidebar .s-widget-wrap i {
  color: var(--theme-green-gr-2);
}

.detail-sidebar .s-widget-wrap .item:hover {
  /*background: #22332c;
  border-color: #3e5a50;*/
  transform: translateX(6px);
}

@media (max-width: 767px) {
  .detail-sidebar .s-widget-wrap {
    padding: 20px;
  }
}

.detail-sidebar .s-widget-wrap .w-title h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #004540;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.detail-sidebar .s-widget-wrap .w-title .bar-wrap {
  position: relative;
  z-index: 1;
  margin: 10px 0 30px;
}

.detail-sidebar .s-widget-wrap .w-title .bar-wrap .bar-1 {
  border-bottom: 2px solid rgba(0, 69, 64, 0.1);
}

.detail-sidebar .s-widget-wrap .w-title .bar-wrap .bar-2 {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 69, 64, 0) 0%, #004540 100%);
}

.detail-sidebar .s-widget-wrap .socials {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.detail-sidebar .s-widget-wrap .socials .social-links {
  display: flex;
  gap: 10px;
  transition: all 0.3s;
}

.detail-sidebar .s-widget-wrap .socials .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: var(--white-color);
  color: var(--body-color);
}

.detail-sidebar .s-widget-wrap .socials .social-links a:hover {
  background: var(--theme-color-2);
  color: var(--theme-color-3);
}

.detail-sidebar .s-widget-wrap .project-info-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.detail-sidebar .s-widget-wrap .project-info-wrap .project-text {
  margin-bottom: 24px;
}

.detail-sidebar .s-widget-wrap .project-info-wrap .project-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: var(--body-color);
  margin-bottom: 0;
}

.detail-sidebar .s-widget-wrap .project-info-wrap .project-info {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 69, 64, 0.1);
  display: flex;
  align-items: center;
  gap: 20px;
}

.detail-sidebar .s-widget-wrap .project-info-wrap .project-info:hover {
  cursor: pointer;
}

.detail-sidebar .s-widget-wrap .project-info-wrap .project-info:hover .icon {
  color: var(--theme-color-2);
  background: var(--theme-color-3);
}

.detail-sidebar .s-widget-wrap .project-info-wrap .project-info .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  font-size: 26px;
  color: var(--theme-color-3);
  background: var(--white-color);
}

.detail-sidebar .s-widget-wrap .project-info-wrap .project-info .key-value .key {
  margin-bottom: 6px;
}

.detail-sidebar .s-widget-wrap .project-info-wrap .project-info .key-value .key p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--body-color);
  margin-bottom: 0;
}

.detail-sidebar .s-widget-wrap .project-info-wrap .project-info .key-value .value h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #004540;
  margin-bottom: 0;
}

.detail-sidebar .s-widget-wrap .project-info-wrap .project-info-last {
  padding: 0;
  border: none;
}

.detail-sidebar .s-widget-wrap .organizer-info-wrap .thumb {
  max-width: 100px;
  width: 100%;
  height: 100px;
  margin: 0 auto 10px;
  border-radius: 100%;
  border: 6px solid var(--white-color);
}

.detail-sidebar .s-widget-wrap .organizer-info-wrap .thumb img {
  width: 100%;
  border-radius: 100%;
}

.detail-sidebar .s-widget-wrap .organizer-info-wrap .name h3 {
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: var(--theme-color-3);
  margin-bottom: 0;
}

.detail-sidebar .s-widget-wrap .organizer-info-wrap .text {
  margin-bottom: 24px;
}

.detail-sidebar .s-widget-wrap .organizer-info-wrap .text p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: var(--theme-color-3);
  margin-bottom: 0;
}

.detail-sidebar .s-widget-wrap .organizer-info-wrap .divider {
  width: 100%;
  margin-bottom: 24px;
  height: 2px;
  background: rgba(0, 69, 64, 0.1);
}

.detail-sidebar .s-widget-wrap .organizer-info-wrap .date,
.detail-sidebar .s-widget-wrap .organizer-info-wrap .location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.detail-sidebar .s-widget-wrap .organizer-info-wrap .date i,
.detail-sidebar .s-widget-wrap .organizer-info-wrap .location i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  padding: 7px;
  background: var(--white-color);
  border: 1px solid rgba(0, 69, 64, 0.15);
}

.detail-sidebar .s-widget-wrap .organizer-info-wrap .date p,
.detail-sidebar .s-widget-wrap .organizer-info-wrap .location p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: var(--body-color);
  margin-bottom: 0;
}

.detail-sidebar .s-widget-wrap .recent-campaigns .campaign {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid rgba(0, 69, 64, 0.1);
}

.detail-sidebar .s-widget-wrap .recent-campaigns .campaign .thumb {
  max-width: 97px;
  height: 97px;
  width: 100%;
  border-radius: 100%;
}

.detail-sidebar .s-widget-wrap .recent-campaigns .campaign .thumb img {
  width: 100%;
  border-radius: 100%;
}

.detail-sidebar .s-widget-wrap .recent-campaigns .campaign .date {
  margin-bottom: 4px;
}

.detail-sidebar .s-widget-wrap .recent-campaigns .campaign .date p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #6f7174;
  margin-bottom: 0;
}

.detail-sidebar .s-widget-wrap .recent-campaigns .campaign .name h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #121213;
  margin-bottom: 0;
}

.detail-sidebar .s-widget-wrap .recent-campaigns .campaign-last {
  padding: 0;
  margin: 0;
  border: none;
}

.detail-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.detail-list ul li {
  margin-bottom: 10px;
}

.detail-list ul li:last-child {
  margin-bottom: 0;
}

.detail-list ul li a {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #868681;
  background: #ffffff;
  border-radius: 4px;
  padding: 10px 5px 10px 20px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.detail-list ul li a:hover {
  color: var(--white-color);
  background: var(--theme-color-3);
}

.detail-list ul li a:hover .icon {
  color: var(--theme-color-3);
  background: var(--theme-color-2);
}

.detail-list ul li a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--body-color);
  width: 30px;
  height: 30px;
  background: #f8f7f0;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.detail-contact .icon-info-wrap {
  margin-top: -20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 10px;
}

.detail-contact .icon-info-wrap .icon-wrap {
  position: relative;
  z-index: 1;
  height: 30px;
  margin-bottom: 10px;
  display: inline-block;
}

.detail-contact .icon-info-wrap .icon-wrap .icon {
  margin-top: -30px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.21);
  border: 1.5px solid #ffe175;
  backdrop-filter: blur(4.7px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.detail-contact .icon-info-wrap .icon-wrap .bar-wrap .bar-1 {
  position: absolute;
  left: 40px;
  width: 130px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 117, 0) 0%, #ffe175 100%);
  margin-left: -20px;
}

@media (max-width: 767px) {
  .detail-contact .icon-info-wrap .icon-wrap .bar-wrap .bar-1 {
    width: 60px;
  }
}

.detail-contact .icon-info-wrap .icon-wrap .bar-wrap .bar-2 {
  position: absolute;
  right: 40px;
  width: 130px;
  height: 2px;
  background: linear-gradient(90deg, #ffe175 0%, rgba(255, 255, 117, 0) 100%);
  margin-right: -20px;
}

@media (max-width: 767px) {
  .detail-contact .icon-info-wrap .icon-wrap .bar-wrap .bar-2 {
    width: 60px;
  }
}

.detail-contact .icon-info-wrap .info {
  text-align: center;
}

.detail-contact .icon-info-wrap .info h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 0;
}

.detail-contact .icon-info-wrap .info h3 a {
  color: #004540;
}

.detail-contact .icon-info-wrap .info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #868681;
}

/* 35 Camping Donation Css */
.choose-currency-2 {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .choose-currency-2 {
    flex-wrap: wrap;
  }
}

.choose-currency-2 p {
  font-style: normal;
  font-weight: 500;
  color: var(--theme-color-3);
  margin-bottom: 0;
}

.choose-currency-2 .amount {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  background: rgba(248, 247, 240, 0.1);
  border-radius: 88px;
  font-style: normal;
  font-weight: 600;
  color: var(--theme-color-3);
  cursor: pointer;
  border: none;
}

.choose-currency-2 .amount.active,
.choose-currency-2 .amount:hover {
  background: var(--theme-color-3);
  color: var(--theme-color-2);
}

.choose-currency-2 .custom-amount {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border: 2px solid rgba(0, 69, 64, 0.1);
  border-radius: 88px;
  font-style: normal;
  font-weight: 600;
  color: var(--theme-color-3);
  cursor: pointer;
  background: transparent;
}

.choose-currency-2 .custom-amount i {
  color: var(--theme-color-3);
}

.choose-currency-2 .custom-amount p {
  color: var(--theme-color-2);
}

.choose-currency-2 .custom-amount:hover {
  border: 2px solid var(--theme-color-3);
}

.thank-you-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: var(--body-color);
  margin-bottom: 0;
}

.payment-method-form {
  padding-top: 40px;
  border-top: 1px solid rgba(0, 69, 64, 0.1);
}

.payment-method-form .payment-title {
  margin-bottom: 20px;
}

.payment-method-form .payment-title h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  color: var(--theme-color-3);
  margin-bottom: 0;
}

.payment-method-form .select-payment-method {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.payment-method-form .select-payment-method .method {
  display: flex;
  align-items: center;
  gap: 4px;
}

.payment-method-form .select-payment-method .method input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  background-color: var(--theme-color-3);
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}

.payment-method-form .select-payment-method .method input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  width: 6px;
  height: 10px;
  border: solid var(--theme-color-2);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.payment-method-form .select-payment-method .method label {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: var(--body-color);
}

.payment-method-form form h5 {
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: var(--theme-color-3);
}

.payment-method-form form .info-input {
  display: flex;
  gap: 20px;
}

.payment-method-form form input,
.payment-method-form form textarea {
  background: var(--white-color);
  border: 2px solid var(--white-color);
  border-radius: 10px;
  padding: 14px 20px;
  resize: none;
}

.payment-method-form form input:focus,
.payment-method-form form textarea:focus {
  background: var(--white-color);
  border: 2px solid rgba(0, 69, 64, 0.8);
}

.payment-method-form form input:focus::placeholder,
.payment-method-form form textarea:focus::placeholder {
  color: var(--theme-color-3);
}

.payment-method-form form input::placeholder,
.payment-method-form form textarea::placeholder {
  font-size: 17px;
  line-height: 28px;
  color: var(--body-color);
}

@media (max-width: 991px) {

  .payment-method-form form input::placeholder,
  .payment-method-form form textarea::placeholder {
    font-size: 16px;
  }
}

.payment-method-form form button {
  border: none;
}

.payment-method-form form .form-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.payment-method-form form .form-bottom p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: var(--body-color);
  margin-bottom: 0;
}

.payment-method-form form .impact-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: var(--body-color);
  margin-bottom: 0;
}

.payment-method-form form .impact-text p span {
  font-weight: 600;
}

.divider-2 {
  width: 100%;
  background: rgba(0, 69, 64, 0.1);
  height: 1px;
}

.sponsor-info-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
}

.sponsor-info-wrap .thumb {
  max-width: 100px;
  width: 100%;
  height: 100px;
  border-radius: 100%;
  border: 6px solid var(--white-color);
}

.sponsor-info-wrap .thumb img {
  width: 100%;
  border-radius: 100%;
}

.sponsor-info-wrap .name h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: var(--theme-color-3);
  margin-bottom: 0;
}

.sponsor-info-wrap .designation {
  margin-bottom: 10px;
}

.sponsor-info-wrap .designation p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--body-color);
  margin-bottom: 0;
}

.sponsor-info-wrap .view-profile-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: var(--body-color);
  background: var(--white-color);
  border-radius: 6px;
  padding: 4px 12px;
  border: 1px solid var(--theme-color-2);
}

.sponsor-info-wrap .view-profile-btn:hover {
  background-color: var(--theme-color-2);
  color: var(--theme-color-3);
}

.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.sidebar-gallery .thumb {
  border-radius: 6px;
}

.sidebar-gallery .thumb img {
  border-radius: 6px;
}

/* 36 Donations Css */
.notice {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  background: #f8f7f0;
  border: 1px solid rgba(0, 69, 64, 0.15);
  box-shadow: 0 6px 30px rgba(0, 69, 64, 0.09);
  border-radius: 10px;
}

.notice p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--body-color);
}

.notice p span {
  color: var(--theme-color-3);
}

.services-details-section-2 {
  position: relative;
  z-index: 1;
  margin-bottom: -160px;
}

.services-details-section-2 .d-shape-1 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}

/* 37 Blog Standard Css */
.search-bar {
  position: relative;
  margin-bottom: 10px;
}

.search-bar input {
  width: 100%;
  height: 50px;
  padding: 14px;
  border: 0;
  border-radius: 4px;
}

.search-bar input::-webkit-input-placeholder {
  font-weight: 500;
  color: var(--body-color);
}

.search-bar input:-moz-placeholder {
  font-weight: 500;
  color: var(--body-color);
}

.search-bar input::-moz-placeholder {
  font-weight: 500;
  color: var(--body-color);
}

.search-bar input:-ms-input-placeholder {
  font-weight: 500;
  color: var(--body-color);
}

.search-bar i {
  position: absolute;
  top: 7px;
  right: 7px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 16px;
  background: #f8f7f0;
  padding: 11px;
}

.categories button {
  padding: 0 12px;
  border: 1px solid rgba(0, 69, 64, 0.1);
  border-radius: 88px;
  background: transparent;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 28px;
  color: var(--body-color);
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.categories button:hover {
  background: var(--theme-color-2);
  color: var(--theme-color-3);
  border-color: var(--theme-color-2);
}

.blog-card-4 {
  background-color: #f8f7f0;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 4px 56.5px rgba(0, 0, 0, 0.06);
  z-index: 1;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.blog-card-4:hover {
  background-color: var(--white-color);
  box-shadow: 0 35px 41.5px -16px rgba(0, 69, 64, 0.08);
}

.blog-card-4:hover .content .content-bottom .read-more-btn {
  border: 2px solid var(--theme-color-2);
}

.blog-card-4:hover .content .content-bottom .read-more-btn::before {
  left: -10%;
  transform: translateX(0%) translateY(-50%);
}

.blog-card-4 .thumb {
  position: relative;
}

.blog-card-4 .thumb>a {
  display: block;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.blog-card-4 .thumb>a img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.blog-card-4 .thumb .category {
  position: absolute;
  top: 20px;
  left: 20px;
}

.blog-card-4 .thumb .category a {
  display: inline-block;
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.01);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 4px 11px rgba(255, 255, 255, 0.4), inset -1px -4px 23.1px rgba(0, 24, 25, 0.28);
  backdrop-filter: blur(23.9px);
  border-radius: 53px;
  color: var(--white-color);
}

.blog-card-4 .thumb .category a:hover {
  color: var(--theme-color-3);
  background: var(--white-color);
}

.blog-card-4 .content {
  padding: 24px 102px 26px 30px;
}

.blog-card-4 .content .blog-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}

.blog-card-4 .content .blog-info p {
  color: var(--body-color);
  margin-bottom: 0;
}

.blog-card-4 .content .blog-info .publisher-info,
.blog-card-4 .content .blog-info .date,
.blog-card-4 .content .blog-info .comment,
.blog-card-4 .content .blog-info .view {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-card-4 .content .blog-info .publisher-info img,
.blog-card-4 .content .blog-info .date img,
.blog-card-4 .content .blog-info .comment img,
.blog-card-4 .content .blog-info .view img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.blog-card-4 .content .title h3 {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  color: var(--theme-color-3);
  margin-bottom: 12px;
}

.blog-card-4 .content .title h3 a {
  color: var(--theme-color-3);
}

.blog-card-4 .content .text p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: var(--body-color);
  margin-bottom: 24px;
}

.blog-card-4 .content .read-more-btn {
  color: var(--theme-color-3);
  background-color: transparent;
  border: 2px solid rgba(0, 69, 64, 0.1);
}

.blog-card-4 .content .read-more-btn:hover {
  color: var(--white-color);
}

.blog-card-5 .thumb {
  margin-bottom: 24px;
}

.blog-card-5 .thumb>a {
  border-radius: 10px;
}

.blog-card-5 .thumb>a img {
  width: 100%;
  border-radius: 10px;
}

.blog-card-5 .content .blog-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}

.blog-card-5 .content .blog-info p {
  color: var(--body-color);
  margin-bottom: 0;
}

.blog-card-5 .content .blog-info .publisher-info,
.blog-card-5 .content .blog-info .date,
.blog-card-5 .content .blog-info .comment,
.blog-card-5 .content .blog-info .view {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-card-5 .content .blog-info .publisher-info img,
.blog-card-5 .content .blog-info .date img,
.blog-card-5 .content .blog-info .comment img,
.blog-card-5 .content .blog-info .view img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.blog-card-5 .content .title h3 {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  color: var(--theme-color-3);
  margin-bottom: 24px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-card-5 .content .title h3 {
    font-size: 19px;
    line-height: 1.4;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-5 .content .title h3 {
    font-size: 19px;
    line-height: 1.4;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-card-5 .content .title h3 {
    font-size: 18px;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .blog-card-5 .content .title h3 {
    font-size: 18px;
    line-height: 1.4;
  }
}

.blog-card-5 .content .title h3 a {
  color: var(--theme-color-3);
}

.blog-card-5 .content .text p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: var(--body-color);
  margin-bottom: 24px;
}

.detail-thumb-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 24px;
}

.detail-thumb-wrap img {
  border-radius: 10px;
}

.blog-tags {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
}

.blog-tags .tag-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-tags .tag-wrap p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: var(--theme-color-3);
  margin-bottom: 0;
}

.blog-tags .tag-wrap .tags {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-tags .tag-wrap .tags button {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  color: var(--body-color);
  padding: 7px 12px;
  background: #f8f7f0;
  border: 1px solid var(--white-color);
  box-shadow: 0 6px 30px rgba(0, 69, 64, 0.09);
  border-radius: 10px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.blog-tags .tag-wrap .tags button:hover {
  background: var(--theme-color-3);
  color: var(--theme-color-2);
  border-color: var(--theme-color-3);
}

.blog-tags .socials {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.blog-tags .socials .social-links {
  display: flex;
  gap: 10px;
  transition: all 0.3s;
}

.blog-tags .socials .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #f8f7f0;
  color: var(--body-color);
}

.blog-tags .socials .social-links a:hover {
  background: var(--theme-color-3);
  color: var(--theme-color-2);
}

/*# sourceMappingURL=main.css.map */


/* 38 GDPR CSS */
.gdpr-text {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  line-height: 1.7;
  font-size: 16px;
  color: #333;
  text-align: justify;
  hyphens: auto;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .gdpr-text {
    text-align: start;
  }
}

/* hlavní nadpis */
.gdpr-text h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--theme-green-gr-2);
}

/* firma */
.gdpr-text h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
  color: var(--theme-black)
}

/* sekce */
.gdpr-text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
  color: var(--theme-black);
}

/* odstavce */
.gdpr-text p {
  margin-bottom: 12px;
}

/* seznamy */
.gdpr-text ul {
  list-style: none;
  padding-left: 0;
  margin: 10px 0 20px 0;
}


.gdpr-text li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.gdpr-text h3+p {
  font-weight: 500;
}

.gdpr-text ul li {
  position: relative;
  padding-left: 16px;
}

.gdpr-text ul li::before {
  content: "–";
  position: absolute;
  left: 0;
}

.gdpr-text p,
.gdpr-text li {
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}


.gdpr-text a {
  color: var(--theme-base);
  /* tvoje zelená */
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

.gdpr-text a:hover {
  color: #000;
  border-bottom-color: var(--theme-base);
}

.gdpr-text a[target="_blank"]::after {
  content: " ↗";
  font-size: 0.8em;
}

/*** Scroll To Top style ***/
/*.scroll-top {
  position: fixed;
  right: 15px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: var(--theme-base);
  font-size: 20px;
  line-height: 56px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  display: none;
  cursor: pointer;
  transform: rotate(0deg);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 999999999;
}

/*.scroll-top span {}*/

/*.scroll-top:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  z-index: -1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}



.scroll-top:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}



.scroll-top:hover {
  color: #ffffff;
  background-color: var(--theme-black);
  border-color: var(--theme-black);
}

/*** Scroll To Top style New ***/

.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--border);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  right: 25px;
  bottom: 35px;
  height: 50px;
  width: 50px;
  transition: var(--transition);
}
.scroll-up::after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "\f30c";
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  color: var(--theme-green-ekor-2);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: var(--transition);
}
.scroll-up svg path {
  fill: none;
}
.scroll-up svg.scroll-circle path {
  stroke: var(--theme-green-ekor-2);
  stroke-width: 4px;
  box-sizing: border-box;
  transition: var(--transition);
}

.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


/* search button */

.search-button .search-toggler {
  all: unset;
    /* 💣 zruší všechny default styly */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 70px;
  height: 40px;
}

.search-button .search-toggler span {
  font-size: 25px;
  color: var(--theme-color-3);
  transition: all 0.3s ease;
}

.search-button .search-toggler:hover span {
  color: var(--theme-orange);
  transform: scale(1.1);
}

.search-button {
  position: relative;
  padding-left: 15px;
}

.search-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 25px;
  background: rgba(0, 0, 0, 0.2);
}


.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}

.search-popup .overlay-layer {
  position: absolute;
  left: 100px;
  top: 100px;
  right: 100px;
  bottom: 100px;
}

.search-popup .close-search {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
  background-image: url(../images/icon/icon-cross.png);
  width: 40px;
  height: 40px;
  z-index: 5;
  transition: all 500ms ease;
}

.search-popup .search-form {
  position: relative;
  padding: 0 15px 0;
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 100px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  z-index: 10;
}

.search-popup.popup-visible .search-form {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: all 500ms ease 500ms;
  -moz-transition: all 900ms ease 500ms;
  -webkit-transition: all 900ms ease 500ms;
  -ms-transition: all 900ms ease 500ms;
  -o-transition: all 900ms ease 500ms;
}

.search-popup .search-form .form-group {
  margin-bottom: 30px;
}

.search-popup .search-form fieldset {
  position: relative;
  border-radius: 12px;
}

.search-popup .search-form fieldset input[type="search"] {
  position: relative;
  height: 70px;
  padding: 20px 250px 20px 30px;
  background: #ffffff;
  line-height: 30px;
  font-size: 24px;
  color: #233145;
  border-radius: 7px;
}

.search-popup .search-form fieldset input[type="submit"] {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  text-align: center;
  width: 220px;
  height: 70px;
  padding: 20px 10px 20px 10px;
  color: #ffffff !important;
  line-height: 30px;
  font-size: 20px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0 7px 7px 0;
  background: var(--theme-base);
}

.search-popup .search-form fieldset input[type="submit"]:hover {
  transform: translateY(0);
}

.search-popup h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-align: center;
}

.search-popup .recent-searches {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

.search-popup .recent-searches li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.search-popup .recent-searches li a {
  display: block;
  line-height: 24px;
  border: 1px solid #ffffff;
  padding: 7px 15px;
  color: #ffffff;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.search-popup .recent-searches li a:hover {
  border-color: var(--theme-base);
  background-color: var(--theme-base);
}

@media (max-width: 768px) {
  .search-button,
  .header-contact-btn {
    display: none;
  }
}

.map-wrapper {
  max-height: 0;
  overflow: hidden;
  opacity: 0;

  transition: all 0.5s ease;
  border-radius: 12px;
  margin-top: 15px;
}

.map-wrapper iframe {
  width: 100%;
  height: 250px;
  border: none;
  border-radius: 12px;
}

/* aktivní stav */
.map-wrapper.active {
  max-height: 300px;
  opacity: 1;
}

.service-item .content {
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.75),
    rgba(0,0,0,0.2),
    transparent
  );
}


/************************************/
/*** 	31. Contact Us Page css	  ***/
/************************************/

.kontakt-info-box{
	padding: 100px 0 20px;
}

.kontakt-info-item{
	position: relative;
	background-color: var(--secondary-color-2);
	border-radius: 20px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 30px;
	overflow: hidden;
}

.kontakt-info-item::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--theme-green-ekor-2);
	border-radius: 500px 500px 0 0;
    height: 0;
    width: 100%;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.kontakt-info-item:hover::before{
	height: 100%;
	border-radius: 0;
}

.kontakt-info-item .icon-box,
.kontakt-info-content{
	position: relative;
	z-index: 1;
}

.kontakt-info-item .icon-box{
	height: 50px;
	width: 50px;
	background-color: var(--theme-green-ekor-2);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
    transition: all 0.5s ease-in-out;
}

.kontakt-info-item:hover .icon-box{
	background: var(--white-color);
}

.kontakt-info-item .icon-box img{
	width: 100%;
	max-width: 28px;
	transition: all 0.5s ease-in-out;
}

.kontakt-info-item:hover .icon-box img{
	filter: brightness(0) invert(0);
}

.kontakt-info-content h3{
	font-size: 22px;
	margin-bottom: 10px;
	transition: all 0.4s ease-in-out;
    text-shadow: var(--text-shadow);
}

.kontakt-info-content p{
	margin: 0;
	transition: all 0.4s ease-in-out;
}

.kontakt-info-content p a{
	color: inherit;
}

.kontakt-info-item:hover .kontakt-info-content h3,
.kontakt-info-item:hover .kontakt-info-content p{
	color: var(--white-color);
}

.page-kontakt-us{
  position: relative;
  /*padding: 50px 0 50px;*/
}

.kontakt-us-box{
	display: flex;
	flex-wrap: wrap;
	border-radius: 20px;
	overflow: hidden;
    /*box-shadow: 0 25px 50px rgba(0,0,0,0.45);*/
}

.kontakt-us-image,
.kontakt-us-box .kontakt-form{
	width: 50%;
}

.kontakt-us-image figure{
	display: block;
	height: 100%;
}

.kontakt-us-image img{
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1.11;
	object-fit: cover;
}

.kontakt-us-box .kontakt-form{
	align-content: center;
}

.kontakt-form{
	background-color: var(--secondary-color);
	padding: 60px;
}

.kontakt-form .form-control{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	color: var(--text-color);
	background: var(--white-color);
	border: 1px solid var(--divider-color);
	border-radius: 10px;
	padding: 17px 20px;
	box-shadow: none;
	outline: none;
}

.kontakt-form .form-control::placeholder{
	color: var(--text-color);
}

.google-map .container-fluid{
	padding: 0;
}

.google-map-iframe,
.google-map-iframe iframe{
	height: 600px;
	width: 100%;
}

.google-map-iframe iframe{
	filter: grayscale(1);
	transition: all 0.4s ease-in-out;
}

.google-map-iframe iframe:hover{
	filter: grayscale(0);
}


.section-row{
	margin-bottom: 80px;
}

.section-row .kontakt-section-title{
	margin-bottom: 0;
}

.kontakt-section-title{
	margin-bottom: 40px;
}

.kontakt-section-title h3{
	display: inline-block;
	position: relative;
	font-size: 16px;
    font-weight: 600;
	line-height: 1.5em;
	letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--span);
	background: url('../images/kontaktni-formular/icon-sub-heading.svg') no-repeat;
	background-position: left center;
	background-size: 24px auto;
	padding-left: 34px;
    margin-bottom: 15px;
    text-shadow: var(--text-shadow);
}

.kontakt-section-title h1{
	font-size: 75px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
	cursor: none;
}

.kontakt-section-title h2{
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 0;
	cursor: none;
    color: var(--theme-color-3);
    text-shadow: var(--text-shadow);


}

.kontakt-section-title p{
	margin-top: 20px;
	margin-bottom: 0;
}

.kontakt-section-title-content p{
	margin: 0;
}

.section-btn{
	text-align: right;
}

.section-content-btn .section-btn{
	text-align: left;
	margin-top: 30px;
}

/************************************/
/*** 	 34. Responsive css 	  ***/
/************************************/

@media only screen and (max-width: 991px){

	.btn-default{
		padding: 15px 40px 15px 15px;
	}

	.btn-default::before{
		width: 18px;
		height: 18px;
		transform: translate(-15px, -50%);
	}

	.btn-default:hover::before{
		transform: translate(-12px, -50%);
	}

	.responsive-menu,
    .navbar-toggle{
        display: block;
    }

	.header-btn{
		display: none;
	}

	.section-row{
		margin-bottom: 40px;
	}

	.kontakt-section-title{
		margin-bottom: 30px;
	}

	.kontakt-section-title h3{
		font-size: 14px;
		background-size: 22px auto;
		padding-left: 30px;
		margin-bottom: 10px;
	}

	.kontakt-section-title h1{
		font-size: 55px;
	}

	.kontakt-section-title h2{
		font-size: 36px;
	}

	.kontakt-section-title p{
		margin-top: 10px;
	}

	.kontakt-section-title-content{
		margin-top: 15px;
	}

	.kontakt-info-box{
		padding: 50px 0 0;
	}

	.kontakt-info-item{
		padding: 20px;
	}

	.kontakt-info-item .icon-box{
		margin-bottom: 20px;
	}

	.kontakt-info-content h3{
		font-size: 20px;
	}

	.page-kontakt-us{
		padding: 20px 0 50px;
	}

	.kontakt-us-image,
	.kontakt-us-box .kontakt-form{
		width: 100%;
	}

	.kontakt-form{
		padding: 40px;
	}
	
	.kontakt-us-image figure,
	.kontakt-us-image img{
		height: auto;
	}
	
	.kontakt-us-image img{
		aspect-ratio: 1 / 0.8;
	}

	.kontakt-form .form-control{
		padding: 12px 16px;
	}
	
	.google-map-iframe, .google-map-iframe iframe{
		height: 450px;
	}

	.error-page{
		padding: 50px 0;
	}
	
	.error-page-image{
		margin-bottom: 20px;
	}

	.error-page-image img{
		max-width: 80%;
	}
}

@media only screen and (max-width: 767px){

	.section-row{
		margin-bottom: 30px;
	}

	.kontakt-section-title h1{
		font-size: 30px;
	}

	.kontakt-section-title h2{
		font-size: 18px;
	}

	.kontakt-section-title p{
        margin-top: 10px;
    }

	.kontakt-section-title-content{
        margin-top: 10px;
    }

	.kontakt-form{
        padding: 20px;
    }

	.google-map-iframe,
	.google-map-iframe iframe{
		height: 350px;
	}
}


/* =========================================
   FORM SUCCESS TOAST
========================================= */

.form-toast {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 24px;
  min-width: 340px;
  border-radius: 22px;
  background: #ffffff;
  border:
    1px solid rgba(0,69,64,0.08);
  box-shadow:
    0 24px 60px rgba(0,0,0,0.14);
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition:
    all 0.35s ease;
}


/* active */

.form-toast.show {
  opacity: 1;
  visibility: visible;
  transform:
    translateY(0);
}

/* icon */

.form-toast-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    rgba(0,69,64,0.08);
}

.form-toast-icon i {
  font-size: 24px;
  color: #004540;
}

/* text */

.form-toast-content h5 {
  font-size: 18px;
  font-weight: 700;
  color: #004540;
  margin-bottom: 4px;
}

.form-toast-content p {
  font-size: 15px;
  color: #6b7280;
  margin-bottom: 0;
}

/* mobile */

@media (max-width: 767px) {

  .form-toast {
    right: 14px;
    left: 14px;
    bottom: 14px;
    min-width: auto;
    padding: 18px;
  }
}


/***** Kompostarna CSS *****/

.kompostarna-common-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .kompostarna-common-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .kompostarna-common-title {
    margin-bottom: 20px;
  }
}

.kompostarna-common-title h2 {
  /*font-weight: 00;*/
  font-size: 22px;
  line-height: 30px;
  color: var(--theme-green-gr-2);
  margin-bottom: 0 !important;
}

.kompostarna-common-title h3 {
  color: var(--theme-orange-hover);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .kompostarna-common-title h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .kompostarna-common-title h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .kompostarna-common-title h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .kompostarna-common-title h2 {
    font-size: 19px;
    line-height: 1.5;
  }
}

.project-card.kompostarna {
  box-shadow: 0 0 0 1px rgba(32,201,151,0.25),
              0 10px 30px rgba(32,201,151,0.2);
}

.kompostarna-content .text {
  margin-bottom: 20px;
}

.kompostarna-content .annual-donation-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 767px) {
  .kompostarna-content .annual-donation-wrap {
    flex-direction: column;
    align-items: start;
    gap: 14px;
  }
}

.kompostarna-content .annual-donation-wrap .annual-donation {
  display: flex;
  align-items: center;
  gap: 15px;
}

.kompostarna-content .annual-donation-wrap .annual-donation p {
  margin-bottom: 5px;
}

.kompostarna-content .annual-donation-wrap .annual-donation h5 {
  margin-bottom: 0;
}

.kompostarna-content .annual-donation-wrap .annual-donation img {
  padding: 17px 15px;
  border-radius: 100%;
  border: 2px solid rgba(0, 69, 64, 0.1);
}

.kompostarna-c-tabs-wrapper .separace-tab-content {
  outline: none;
}

.kompostarna-benefits {
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .kompostarna-benefits {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .kompostarna-benefits {
    margin-bottom: 24px;
  }
}

.kompostarna-benefits ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.kompostarna-benefits ul li {
  position: relative;
  padding-left: 36px;
  display: flex;
  align-items: center;
  color: var(--theme-green-gr);
  font-weight: 600;
}

@media (max-width: 767px) {
  .kompostarna-benefits ul li {
    padding-left: 30px;
    line-height: 1.4;
  }
}

.kompostarna-benefits ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 6px 10px -3px rgba(0, 69, 64, 0.11);
}

.kompostarna-benefits ul li::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  background: radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%), radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.413) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), #004540;
}


/***** Kontejnerka CSS *****/

.kontejnerka-common-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .kontejnerka-common-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .kontejnerka-common-title {
    margin-bottom: 20px;
  }
}

.kontejnerka-common-title h2 {
  /*font-weight: 00;*/
  font-size: 22px;
  line-height: 30px;
  color: var(--theme-green-gr-2);
  margin-bottom: 0 !important;
}

.kontejnerka-common-title h3 {
  color: var(--theme-orange-hover);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .kontejnerka-common-title h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .kontejnerka-common-title h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .kontejnerka-common-title h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .kontejnerka-common-title h2 {
    font-size: 19px;
    line-height: 1.5;
  }
}

.project-card.kontejnerka {
  box-shadow: 0 0 0 1px rgba(32,201,151,0.25),
              0 10px 30px rgba(32,201,151,0.2);
}

.kontejnerka-content .text {
  margin-bottom: 20px;
}

.kontejnerka-content .annual-donation-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 767px) {
  .kontejnerka-content .annual-donation-wrap {
    flex-direction: column;
    align-items: start;
    gap: 14px;
  }
}

.kontejnerka-content .annual-donation-wrap .annual-donation {
  display: flex;
  align-items: center;
  gap: 15px;
}

.kontejnerka-content .annual-donation-wrap .annual-donation p {
  margin-bottom: 5px;
}

.kontejnerka-content .annual-donation-wrap .annual-donation h5 {
  margin-bottom: 0;
}

.kontejnerka-content .annual-donation-wrap .annual-donation img {
  padding: 17px 15px;
  border-radius: 100%;
  border: 2px solid rgba(0, 69, 64, 0.1);
}

.kontejnerka-c-tabs-wrapper .separace-tab-content {
  outline: none;
}

.kontejnerka-benefits {
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .kontejnerka-benefits {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .kontejnerka-benefits {
    margin-bottom: 24px;
  }
}

.kontejnerka-benefits ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.kontejnerka-benefits ul li {
  position: relative;
  padding-left: 36px;
  display: flex;
  align-items: center;
  color: var(--theme-green-gr);
  font-weight: 600;
}

@media (max-width: 767px) {
  .kontejnerka-benefits ul li {
    padding-left: 30px;
    line-height: 1.4;
  }
}

.kontejnerka-benefits ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 6px 10px -3px rgba(0, 69, 64, 0.11);
}

.kontejnerka-benefits ul li::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  background: radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%), radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.413) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), #004540;
}


/**** animace obrázku ****/

.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
  
@keyframes ring-animation {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.ring-animation {
  animation: ring-animation 1.5s ease-in-out infinite;
}



/* =========================================
   OUR INFO SECTION - RESPONSIVE
========================================= */

.our-info {
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: clamp(40px, 5vw, 65px) 0;
}

/* INPUT */
.our-info__input {
  position: relative;
  width: 100%;
}

.our-info__input input {
  width: 100%;
  height: 64px;
  padding: 18px 65px;
  border-radius: 8px;
  font-size: 16px;
}

/* LEFT ICON */
.our-info__input-envelope {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(18px, 2vw, 24px);
  color: #8e8e8e;
  pointer-events: none;
}

/* RIGHT ICON */
.our-info__input-plane {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(18px, 2vw, 22px);
  color: var(--theme-green-ekor-2);
  cursor: pointer;
  transition: 0.3s ease;
}

.our-info__input-plane:hover {
  transform: translateY(-50%) scale(1.12);
}

/* SOCIAL ICONS */
.our-info__social-icon {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.our-info__social-icon a {
  width: clamp(46px, 5vw, 60px);
  height: clamp(46px, 5vw, 60px);
  line-height: clamp(46px, 5vw, 60px);
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  color: var(--white-color);
  font-size: clamp(16px, 2vw, 22px);
  border: 1px solid var(--white-color);
  margin-left: 0;
  flex-shrink: 0;
}

.our-info__social-icon a:hover {
  background-color: var(--white-color);
  color: var(--theme-green-ekor-2);
  transform: translateY(-3px);
}

/* LOGO */
.our-info .footer-logo {
  margin-bottom: 0;
  max-width: 100%;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

  .our-info {
    text-align: center;
  }

  .our-info__social-icon {
    justify-content: center;
    margin-top: 25px;
  }

  .our-info__input {
    margin-bottom: 25px;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

  .our-info {
    padding: 40px 0;
  }

  .our-info__input input {
    height: 58px;
    padding: 16px 55px;
    font-size: 15px;
  }

  .our-info__input-envelope {
    left: 16px;
    font-size: 18px;
  }

  .our-info__input-plane {
    right: 16px;
    font-size: 18px;
  }

  .our-info__social-icon {
    gap: 10px;
  }
}

.bor {
  border: 1px solid var(--border);
}

.bor-top {
  border-top: 1px solid var(--border);
}

.bor-left {
  border-left: 1px solid var(--border);
}

.bor-bottom {
  border-bottom: 1px solid var(--border);
}

.bor-right {
  border-right: 1px solid var(--border);
}

.border-none {
  border: none !important;
}

.text-justify {
  text-align: justify;
}

.image img {
  width: 100%;
}

.scrool-color {
  color: var(--theme-green-ekor-2) !important;
}

.cas-color {
  color: var(--theme-orange-hover) !important;
}

.primary-bg {
  background-color: var(--theme-green-ekor-2) !important;
}


/***** NOVÝ VZHLED *****/

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.google-map iframe {
  width: 100%;
  height: 650px;
  margin-bottom: -10px;
}

/* zelený footer */
.footer-widget ul li.active a, 
.footer-widget ul li.active a:hover {
  color: var(--body-color);  /* nebo jiná barva */
}
/* světlý footer */

.footer {
  padding-top: 70px;
}


.footer__item ul li.active a, 
.footer__item ul li.active a:hover {
  color: var(--body-color);
}


/* ================================
   FOOTER ICON HOVER ANIMATION
================================ */

.footer__item ul li a i,
.footer__hours-title i,
.footer__hours-title span {
  transition: all 0.25s ease;
  position: relative;
}

/* hover na celý link */
.footer__item ul li a:hover i,
.footer__hours-title:hover i,
.footer__hours-title:hover span {
  transform: translateX(5px) scale(1.15);
  color: var(--scrool-color);
}

.footer__item ul li a, 
.footer__item ul li span,
.footer__hours-title i, 
.footer__hours-title span {
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--theme-color-3);
  font-weight: 500;
}

.footer__item ul li a:hover,
.footer__item ul li span:hover,
.footer__hours-title i:hover, 
.footer__hours-title span:hover {
    transform: translateX(2px);
    color: var(--scrool-color);
}

.footer__item ul li a[href^="tel"] {
    /*color: var(--white-color);*/
    font-weight: 600;
}

/***** Záloha*****/

/* ================================
   FOOTER ICON HOVER ANIMATION
================================ */

/*.footer__item ul li a i {
  transition: all 0.25s ease;
  position: relative;
}

/* hover na celý link */
/*.footer__item ul li a:hover i {
    transform: translateX(5px) scale(1.15);
    color: #79c879;
    text-shadow: 0 0 8px rgba(93, 187, 99, 0.45);
}

.footer__item ul li a{
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.footer__item ul li a:hover {
    transform: translateX(4px);
    color: var(--primary-color);
}

/***** Konec Zálohy*****/

.footer__item-title {
  margin-bottom: 30px;
}
.footer__item-title h4 {
  font-size: 22px;
  line-height: 10px;
  color: var(--theme-color-3);
 
}
.footer__item-title-line {
  width: 33px;
  height: 2px;
  background-color: var(--theme-green-ekor-2);
  margin-right: 5px;
  display: inline-block;
  color: var(--span);
}
.footer__item-title-line2 {
  width: 0;
  height: 2px;
  background-color: var(--theme-green-ekor-2);
  transition: var(--transition);
  display: inline-block;
  color: var(--span);
}
.footer__item p {
  color: var(--theme-color-3);
}
.footer__item ul li p {
  color: var(--body-color);
  margin-left: 25px;
}
/*.footer__item ul li a i {
  font-size: 16px;
}*/
.footer__item-map-popup {
  margin-top: 30px;
  font-weight: 500;
  font-size: 14px;
  color: var(--theme-green-ekor-2);
}
.footer__item-map-popup:hover {
  color: var(--theme-green-ekor-2);
}
.footer__item:hover .footer__item-title-line2 {
  width: 89px;
}
.footer__copyright {
  text-align: center;
  padding: 30px 0;
  background-color: var(--theme-green-gr-2);
  color: var(--white-color);
}
.footer__copyright p {
  color: var(--white-color);
}
.footer__copyright a {
  color: var(--white-color);
}

footer__item-map-popup {
  margin-top: 30px;
  font-weight: 500;
  font-size: 14px;
  color: var(--theme-green-ekor-2);
}
.footer__item-map-popup:hover {
  color: var(--theme-green-ekor-2);
}


.footer__hours-title {
    display: flex;
    align-items: center;
    /*gap: 8px;*/
    color: var(--primary-color);
    margin-bottom: 10px;
}
.footer__hours-item {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-left: 8px;
}
.footer__hours-item strong {
    min-width: 85px;
    color: var(--theme-color-3);
}


/***** ORIGINÁL PRO ZELENÉ POZADÍ *****/

/*.get-in-touch-otevreni {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.get-in-touch-otevreni .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.get-in-touch-otevreni .cas {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 0;
}

@media (max-width: 1399px) {
  .get-in-touch-otereni .cas {
    gap: 8px;
  }
}

.get-in-touch-otevreni .cas .icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1399px) {
  .get-in-touch-otevreni .cas .icon {
    width: 40px;
    height: 40px;
  }
}

.get-in-touch-otevreni .cas .icon i {
  color: var(--theme-color-2);
  font-size: 20px;
}

@media (max-width: 1399px) {
  .get-in-touch-otevreni .cas .icon i {
    font-size: 16px;
  }
}

.get-in-touch-otevreni .text h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: var(--white-color);
  margin-bottom: 4px;
}

.get-in-touch-otevreni .text p {
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1399px) {
  .get-in-touch-otevreni .cas {
    gap: 10px;
    align-items: flex-start;
  }

  .get-in-touch-otevreni .icon {
    width: 36px;
    height: 36px;
    margin-top: 2px;
  }

  .get-in-touch-otevreni .icon i {
    font-size: 14px;
  }

  .get-in-touch-otevreni .text h6 {
    font-size: 14px;
    line-height: 18px;
  }

  .get-in-touch-otevreni .text p {
    font-size: 14px;
    line-height: 22px;
  }
}


@media (max-width: 991px) {
  .get-in-touch-otevreni .cas {
    gap: 10px;
    align-items: flex-start;
  }

  .get-in-touch-otevreni .icon {
    width: 36px;
    height: 36px;
    margin-top: 2px;
  }

  .get-in-touch-otevreni .icon i {
    font-size: 14px;
  }

  .get-in-touch-otevreni .text h6 {
    font-size: 14px;
    line-height: 18px;
  }

  .get-in-touch-otevreni .text p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .get-in-touch-otevreni .cas {
    gap: 10px;
    align-items: flex-start;
  }

  .get-in-touch-otevreni .icon {
    width: 36px;
    height: 36px;
    margin-top: 2px;
  }

  .get-in-touch-otevreni .icon i {
    font-size: 14px;
  }

  .get-in-touch-otevreni .text h6 {
    font-size: 14px;
    line-height: 18px;
  }

  .get-in-touch-otevreni .text p {
    font-size: 14px;
    line-height: 22px;
  }
}


@media (max-width: 576px) {
  .get-in-touch-otevreni .cas {
    gap: 10px;
    align-items: flex-start;
  }

  .get-in-touch-otevreni .icon {
    width: 36px;
    height: 36px;
    margin-top: 2px;
  }

  .get-in-touch-otevreni .icon i {
    font-size: 14px;
  }

  .get-in-touch-otevreni .text h6 {
    font-size: 14px;
    line-height: 18px;
  }

  .get-in-touch-otevreni .text p {
    font-size: 14px;
    line-height: 22px;
  }
}*/

/*****
    BANER SLIDER  
*****/

.banner-ekor {
  overflow-x: hidden;
  position: relative;
}
.banner-ekor__content {
  padding-top: 335px;
  padding-bottom: 339px;
  text-align: center;
  position: relative;
}
.banner-ekor__content h4 {
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 38px;
}
.banner-ekor__content h1 {
  color: var(--white-color);
}
.banner-ekor__content span {
  color: var(--theme-color-2);
}

/**************.banner-ekor-2__content {
    min-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 0;
}**********/

/*.banner-ekor-2__content {
 min-height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}*/

.banner-ekor-2 {
  position: relative;
}
.banner-ekor-2__content {
  padding: 130px;
  text-align: center;
  position: relative;
}

.banner-ekor-2__content h4 {
  font-weight: 600;
  color: var(--theme-color-2);
  margin-bottom: 40px;
  letter-spacing: 3px;
  font-size: 36px;
}
.banner-ekor-2__content .ikona span {
  font-weight: 600;
  color: var(--theme-color-2);
  margin-bottom: 40px;
  font-size: 36px;
}
.banner-ekor-2__content .ikona img {
  font-size: 36px;
  margin-bottom: 18px;
  padding-right: 10px;
  width: 45px;
  height: 45px;
}

.banner-ekor-2__content h1 {
  color: var(--white-color);
  font-size: 50px;
  line-height: 60px;
 }

.banner-ekor-2__content .btn-one-white {
  border-radius: 100px;
  overflow: hidden;
}
.banner-ekor-2__content .btn-one-white::before {
  border-radius: 100px;
}

.banner-ekor .banner-ekor-2__slider .slide-bg:before {
  background: rgba(0, 0, 0, 0.2509803922);
}
.banner-ekor__slider .slide-bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #4baf47 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
.banner-ekor__slider .slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*transform: scale(4);*/
  -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;
}
/*.banner-ekor__slider .swiper-slide-active .slide-bg {
  /*-webkit-transform: scale(1.12);*/
  /*-moz-transform: scale(1.12);
  /*transform: scale(1.12);*/
/*}*/

/*.banner-ekor-2 .swiper-slide {
    min-height: 200px;
}*/

.banner-ekor-2 .swiper-slide {
    min-height: 850px;
    display: flex;
    align-items: center;
}


.banner-ekor-2__arry-btn {
  width: 60px;
  position: absolute;
  top: 50%;
  right: 65px;
  transform: translateY(-50%);
  z-index: 2;
}
.banner-ekor-2__arry-btn button {
  background-color: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  transform: translateX(30px);
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.banner-ekor-2__arry-btn button:hover {
  background-color: var(--theme-green-gr);
  border: 1px solid var(--theme-green-gr);
}
.banner-ekor-2__arry-btn .arry-next {
  transition: all 0.6s ease-in-out;
}
.banner-ekor-2:hover .banner-ekor-2__arry-btn button {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.arry-btn button {
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  border-radius: 50%;
  border: 1px solid var(--border);
  color: var(--border);
  transition: var(--transition);
}
.arry-btn button:hover {
  background-color: var(--theme-green-gr);
  color: var(--white-color);
  border: 1px solid var(--theme-green-gr);
}
.arry-btn .active {
  background-color: var(--theme-green-gr);
  color: var(--white-color);
  border: 1px solid var(--theme-green-gr);
}

.arry-prev {
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid var(--border);
  color: var(--border);
  transition: var(--transition);
}
.arry-prev:hover {
  background-color: var(--theme-green-gr);
  color: var(--white-color);
  border: 1px solid var(--theme-green-gr);
}

.arry-next {
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border-radius: 50%;
  transition: var(--transition);
  background-color: var(--theme-green-gr);
  color: var(--white-color);
  border: 1px solid var(--theme-green-gr);
}

.image-arry {
  width: 86px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  border: 1px solid var(--white-color);
  line-height: 90px;
}
.image-arry i {
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  font-size: 22px;
  color: var(--white-color);
  display: inline-block;
}

.banner-ekor-2 .ekor-slider-pagination-1 {
  position: absolute;
  left: auto;
  right: 90px;
  bottom: 50px;
  z-index: 99;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8.5px);
  border-radius: 100px;
  width: auto;
  padding: 10px 16px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-ekor-2 .ekor-slider-pagination-1 {
    right: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-ekor-2 .ekor-slider-pagination-1 {
    right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner-ekor-2 .ekor-slider-pagination-1 {
    right: 30px;
  }
}

@media (max-width: 767px) {
  .banner-ekor-2 .ekor-slider-pagination-1 {
    left: 20px;
    right: auto;
    bottom: 20px;
  }
}

.banner-ekor-2 .ekor-slider-pagination-1 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid transparent;
  margin: 0;
  opacity: 1;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.banner-ekor-2 .ekor-slider-pagination-1 .swiper-pagination-bullet:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #868681;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%), radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.413) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), #FFFFFF;
}

.banner-ekor-2 .ekor-slider-pagination-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.47);
  border: 1px solid #F8F7F0;
  backdrop-filter: blur(4.75px);
}

.banner-ekor-2 .ekor-slider-pagination-1 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%), radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.413) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), #004540;
}







@-webkit-keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.animation__rotate {
  animation: rotate 40s linear infinite;
}

@keyframes bobble {
  0% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(-20px) scale(1.1);
  }
}
.bobble__animation {
  animation: bobble 4s ease-in-out infinite alternate;
}

@keyframes fall {
  0% {
    transform: translateY(-10%);
    opacity: 0;
  }
  25% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(150%);
    opacity: 0;
  }
}
.fall__animation {
  animation: fall 10s linear infinite;
}

@keyframes fallAndRotate {
  0% {
    transform: translateY(-10%) rotate(0deg);
    opacity: 0;
  }
  25% {
    opacity: 0.8;
    transform: translateY(-5%) rotate(45deg);
  }
  50% {
    opacity: 1;
    transform: translateY(0%) rotate(90deg);
  }
  75% {
    opacity: 0.8;
    transform: translateY(-5%) rotate(45deg);
  }
  100% {
    transform: translateY(150%) rotate(180deg);
    opacity: 0;
  }
}
.animation__fallAndRotate {
  animation: fallAndRotate 10s linear infinite;
}

@keyframes sway {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}
.sway__animation {
  animation: sway 2s linear infinite alternate;
}

@keyframes sway_Y {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
.sway_Y__animation {
  animation: sway_Y 2s linear infinite alternate;
}

@keyframes ring-animation {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.ring-animation {
  animation: ring-animation 1.5s ease-in-out infinite;
}

@media (max-width: 1290px) {
  .header-one__info .menu-btn {
    display: none;
  }
  .header-one__info {
    width: 232px;
  }
}
@media (max-width: 1200px) {
  .header-wrapper .logo-menu {
    max-width: 137px;
  }
  .header-wrapper .main-menu .btn-wrapper {
    margin-left: 0px;
  }
  .header-wrapper .main-menu li a {
    font-size: 16px;
    padding: 20px 5px;
  }
  .header-section {
    padding: 10px 0;
  }
  .menu-btn-wrapper {
    display: none;
  }
  .header-wrapper .logo-menu {
    padding: 0 0;
  }
  
  .main-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    display: inline !important;
    left: 0;
    z-index: 999;
    padding: 15px 15px;
    background: var(--white-color);
    transition: var(--transition) !important;
    transform-origin: top;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .main-menu:not(.active) {
    display: none !important;
    transition: var(--transition);
  }
  .main-menu li {
    width: 100%;
  }
  .main-menu li:not(:last-child) {
    border-bottom: 1px solid var(--border);
    margin-right: 0 !important;
  }
  .main-menu li a {
    display: block;
    padding: 14px 0;
  }
  .main-menu .btn-wrapper {
    margin-top: 15px;
  }
  .main-menu .btn-wrapper .cmn--btn-3 {
    margin-top: 14px;
  }
  .main-menu .active a {
    color: var(--black-color);
  }
   .header-wrapper .main-menu li .sub-menu {
    background: var(--white-color);
    position: relative;
    transform: translateY(2px);
  }
  .header-wrapper .main-menu li .sub-menu li a {
    color: var(--heading-color);
    padding: 10px 20px;
  }
  .menu-btn a {
    margin-left: 0 !important;
    margin-top: 30px;
    padding: 15px 30px;
    width: 180px !important;
  }
  .header-ekor-2 .header-top {
    display: none !important;
  }
  .header-ekor-2 .header-bar span {
    background-color: var(--white-color) !important;
  }
  .header-ekor-2 a {
    color: var(--heading-color) !important;
  }
}
@media (max-width: 1199px) {
  .banner__scroll-text {
    display: none;
  }
  .banner__content {
    margin-top: 65px;
    margin-bottom: 130px;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  
  .banner-ekor-2 .swiper-slide {
      min-height: 400px;
  }
  .banner-ekor-2__content h1 {
      font-size: 42px;
      line-height: 52px;
  }
  .banner-ekor__arry-prev {
    left: 30px;
  }
  .banner-ekor__arry-next {
    right: 30px;
  }
  .banner-ekor-2__content {
    padding: 130px 0 !important;
  }
  .banner-ekor-2__content h1 {
    font-size: 42px;
    line-height: 52px;
  }
  .banner-ekor-2__content .ikona span {
    font-size: 30px;
    margin-bottom: 0;
  }
  .banner-ekor-2__content .ikona img {
    width: 39px;
    height: 39px;  
    margin-top: 5px;
  }
  .our-info {
    text-align: center;
  }
  .event__content {
    padding-left: 0;    
  }
}


@media (max-width: 767px) {
  .banner-ekor-2 .swiper-slide {
      height: 400px;
  }
  .banner-ekor-2__content {
      padding: 40px 0;
  }
  .banner-ekor-2__content h1 {
      font-size: 32px;
      line-height: 42px;
  }
  .banner-ekor-2__content h1 br {
      display: none;
  }
  .banner__scroll-text {
    display: none;
  }
  .banner-ekor-2__arry-btn {
    display: none;
  }
  .banner__content {
    margin-top: 65px;
  }
  .banner__content-con img {
    display: none;
  }
  .banner__content-con p {
    margin-left: 0;
  }
  .banner__content h1 {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 50px;
  }
  .banner-ekor__content {
    padding-top: 235px;
    padding-bottom: 239px;
  }
  /*.banner-ekor__content h1 {
    font-size: 40px;
    line-height: 60px;
  }*/
  .banner-ekor-2__content h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
    .banner-ekor-2__content .ikona span {
    font-size: 25px;
    margin-bottom: 0;
  }
  .banner-ekor-2__content .ikona img {
    width: 35px;
    height: 35px;  
    margin-top: 5px;
  }
   .section-header h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
  }
  .pt-130 {
    padding-top: 65px;
  }
  .pb-130 {
    padding-bottom: 65px;
  }
}

@media (max-width: 575px) {
  .banner-ekor-2 .swiper-slide {
      height: 400px;
  }
  .banner-ekor-2__arry-btn {
    display: none;
  }
  .banner-ekor-2__content {
    padding: 100px 0 !important;
  }
}

@media (max-width: 424px) {
    .banner {
    padding-top: 30px;
  }
   .banner-ekor-2 .swiper-slide {
      height: 400px;
  }
  .banner__content h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .banner__content h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .banner__image-text {
    display: none;
  }
  .banner-ekor__arry-prev {
    left: 30px;
    display: none;
  }
  .banner-ekor__arry-next {
    right: 30px;
    display: none;
  }
  .banner-ekor__content h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .banner-ekor__content h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
  }
}
