@font-face {
	font-family: "namu";
	src: url("/assets/fonts/namu/namu-1960.eot");
	src: local("namu-1960"),
	  url("/assets/fonts/namu/namu-1960.eot?#iefix") format("embedded-opentype"),
	  url("/assets/fonts/namu/namu-1960.woff2") format("woff2"),
	  url("/assets/fonts/namu/namu-1960.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
  }

  @font-face {
	font-family: "Fixel Display";
	src: url("/assets/fonts/FixelDisplay/FixelDisplay-Regular.ttf");
	src: local("Fixel Display"),
	  url("/assets/fonts/FixelDisplay/FixelDisplay-Regular.eot?#iefix") format("embedded-opentype"),
	  url("/assets/fonts/FixelDisplay/FixelDisplay-Regular.woff2") format("woff2");
	font-style: normal;
	font-display: swap;
    font-weight: 400;
  }

  @font-face {
	font-family: "Fixel Display";
	src: url("/assets/fonts/FixelDisplay/FixelDisplay-Medium.ttf");
	src: local("Fixel Display"),
	  url("/assets/fonts/FixelDisplay/FixelDisplay-Medium.eot?#iefix") format("embedded-opentype"),
	  url("/assets/fonts/FixelDisplay/FixelDisplay-Medium.woff2") format("woff2");
	font-style: normal;
	font-display: swap;
    font-weight: 500;
  }

  @font-face {
	font-family: "Fixel Display";
	src: url("/assets/fonts/FixelDisplay/FixelDisplay-SemiBold.ttf");
	src: local("Fixel Display"),
	  url("/assets/fonts/FixelDisplay/FixelDisplay-SemiBold.eot?#iefix") format("embedded-opentype"),
	  url("/assets/fonts/FixelDisplay/FixelDisplay-SemiBold.woff2") format("woff2");
	font-display: swap;
    font-weight: 600;
  }

  @font-face {
	font-family: "Fixel Display";
	src: url("/assets/fonts/FixelDisplay/FixelDisplay-Regular.ttf");
	src: local("Fixel Display"),
	  url("/assets/fonts/FixelDisplay/FixelDisplay-Bold.eot?#iefix") format("embedded-opentype"),
	  url("/assets/fonts/FixelDisplay/FixelDisplay-Bold.woff2") format("woff2");
	font-display: swap;
    font-weight: 700;
  }

.container{
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
}

main {
	display: block;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
    line-height: 1.15;
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
optgroup,
textarea {
	font-family: "Fixel Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin: 0;
    color: #354C3A;
    /* font-family: Rubik; */
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}


a {
	background-color: transparent;
    text-decoration: none;
}

a:hover{
    opacity: .7;
}
b,
strong {
	font-weight: bold;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[hidden] {
	display: none;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}


embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.hero-section{
    background-image: url(/assets/img/herobg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h1{
    color: #FFF;
    font-size: 52px;
    font-weight: 400;
    line-height: 54px;
    margin: 0;
    font-family: "namu";
}

h2{
    color: #354C3A;
    font-size: 42px;
    font-weight: 400;
    line-height: 42px; /* 100% */
    margin: 0 0 30px;
    font-family: "namu";
}
.hardbg-title{
    font-family: "namu";
}
.flex-row{
    display: flex;
    flex-wrap: wrap;
    gap:6%;
    justify-content: space-between;
    align-items: center;
}

.col2{
    flex-basis: 47%;
}

.facts{
    padding-left: 10px;
    border-left: 3px solid #F0D302;
}

.hero-start{
    padding: 70px 0;
    color:#fff;
}

.button{
    color: #354C3A;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    padding: 12px 30px;
    background: #F0D302;
    display: inline-block;
}

.header-wrap{
    padding: 50px 0 18px 0;
    display: flex;
    justify-content: space-between;
    color: #FFF;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    align-items: center;
}
.header-wrap a{
    color: #FFF;
}
.menu-wrap{
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
}
.btn-head{
    color: #F0D302!important;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    border: 2px solid #F0D302;
    display: inline-flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
}

.hero-start p{
    padding: 15px 0;
}

.section-2col{
    margin: 100px 0;
}

footer{
    background: #272727;
}
.big-text{
    font-size: 21px;
    font-weight: 600;
    line-height: 28px;
    margin: 15px 0 20px;
}
.mw-435 {
    max-width: 435px;
}

/* .col2-img::before{
    content: '';
    border: 2px solid #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -17px;
    left: -17px;
}
.col2-img{
    position: relative;
}
.col2-img img{
    z-index: 1;
    position: relative;
} */

.col2-img{
    position: relative;
}
.col2-img img{
    z-index: 2;
    position: relative;
}

.section-2col .col2-img::before{
    content: '';
    border: 2px solid #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -17px;
    left: -17px;
    z-index: 0;
}
.section-col7{
    background-color: #28352B;
}
.section-col7 p{
    color: #FFF;
    font-size: 21px;
    font-weight: 400;
    line-height: 32px; /* 152.381% */
}
.section-col7 .flex-row{
padding: 45px 0;
padding: 45px 0 60px;
}
.section-col7 .colimg{
    float: left;
}
.coltxt{
    float: right;
    max-width: 770px;
}
.section-features{
    background: #E9EEEA;
    padding: 35px;
}
.section-col-left p{
    font-size: 15px;
    font-weight: 400;
    line-height: 24px; /* 160% */
}
.section-col-left p.special-text{
    font-size: 21px;
    font-weight: 400;
    line-height: 24px; /* 114.286% */
}
.section-col-left .col2-img::before{
    content: '';
    border: 4px solid #EFD403;
    width: 82%;
    height: 86%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
}
.section-col-left{
    margin: 70px 0;
}

.footer-wrap{
    padding: 50px 0 18px 0;
    display: flex;
    justify-content: space-between;
    color: #FFF;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer-wrap a{
    color: #FFF;
}
.footer-cop{
    color: #E7E7E7;
    text-align: right;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px; /* 150% */
    text-transform: uppercase;
}
.footer-social{
    display: flex;
    gap: 20px;
    align-items: center;
}
span.special{
    background: linear-gradient(to top, #efd403 67%, transparent 60%);
}
.section-hardbg{
    background-color:#28352B;
    color:#fff;
    padding-bottom: 20px;
}
.hardbg-title{
    color: #F0D302;
    font-size: 36px;
font-weight: 500;
line-height: 1; /* 123.81% */
}
.hardbg-text p{
    color: #FFF;
    font-size: 14px;
    max-width: 350px;
    line-height: 1.4;
}

.hard-card{
margin-bottom: 25px;
}
.hard-card-yellow{
    color: #EFD403;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px; /* 116.667% */
    padding-left: 10px;
}
.hard-card-txt{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    max-width: 430px;
}
.sw-yellow{
    color: #EFD403;
}
.hard-card-yellow::before{
    content:'•';
    margin-right: 10px;
}
.hardbg-title-2{
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    padding: 70px 0 40px;
}
.hardbg-wrap-2{
    max-width: 450px;
}
.hardbg-text{
    max-width: 425px;
}
.hardbg-col1{
    background-image: url(/assets/img/5bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 216px 0 135px;
    padding-left: 105px;
}
/* .section-hardbg .flex-row{
    align-items: stretch;
} */
.gallery{
    display:flex;
    flex-flow: wrap;
}

.gallery-item{
    flex-grow: 1;
    /* min-width: 390px; */
    background: #eee;
    border:1px solid #fff;
    position: relative;
    max-height: 205px;
    flex-basis: 13em;
    border: 0;
}

.gallery-item:before{
    content: "";
    padding-top: 100%;
    display: block;
}

.gallery-item__image{
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 1s;
}
.gallery-item__image:hover{
    transform: scale(1.2);
    z-index: 2;
    transition: 1s;
}
.gallery-item-2{
max-width: 176px;
}
form input.submittinput{
    background: transparent;
    color: #354C3A;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    border: 2px solid #354C3A;
    border-radius: 0;
    padding: 10px 14px;
    cursor: pointer;
    display: inline-block;
    max-width: 160px;
    align-self: end;
}
.form-wrap{
    margin: 80px 0 70px;
}
form .input-email{
    /* width: 440px; */
    max-width: 100%;
    border: 2px solid #354C3A;
    border-radius: 0;
    padding: 11px 14px;
}
form .input-message{
    max-width: 100%;
    border: 2px solid #354C3A;
    border-radius: 0;
    padding: 11px 14px;
    height: 150px;
}
.form-wrap form{
    display: inline-flex;
    width: 440px;
    margin: 0 auto;
    flex-direction: column;
    gap: 10px;
}

.video-wrap{
    position: relative;
}
.video-wrap::before{
    content: '';
    border: 4px solid #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -17px;
    left: -17px;
    z-index: 0;
}
.hero-section .flex-row{
    gap: 45px;
}
.pc-none{
    display: none;
}
.mob-none{
    display: block;
}
.col3{
    flex-basis: 31%;
}
.section-col3 h3{
    color: var(--Green-10, #354C3A);
font-family: NAMU;
font-size: 42px;
font-weight: 400;
line-height: 42px; /* 100% */
margin: 0;
}
.section-col3 p{
    color: var(--Green-10, #354C3A);
font-family: "Fixel Display";
font-size: 16px;
font-weight: 400;
line-height: 28px; /* 155.556% */
margin: 20px 0 0;
}
.section-col3 ul{
    color: var(--Green-10, #354C3A);
font-family: "Fixel Display";
font-size: 16px;
font-weight: 400;
line-height: 28px; /* 155.556% */
margin: 20px 0 0;
padding-left: 5px;
list-style: none;
}
.section-col3 ul li::before {
    content: '•';
    margin-right: 10px;
}
.sw-red{
    color: #AD3939;
}
.section-col3 .flex-row{
    align-items: end;
    gap: 20px;
}
.section-col3{
    margin-top: 30px;
}
.section-col-left .col2-img{
text-align: center;
}
.section-col-left .col2-img img{
    max-width: 342px;
box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
}

.section-gallery{
    height: 612px;
    background-image: url('/assets/img/imagegroup.webp');
    background-position: center;
}
.section-gallery-content{
    padding: 30px 50px 23px;
    text-align: center;
    max-width: 830px;
    background: rgba(0, 0, 0, 0.70);
    backdrop-filter: blur(5px);
    color: #fff;
    font-family: "Fixel Display";
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin: auto;
}
.section-gallery-content p{
    margin: 0 0 15px;
}
.section-gallery-wrap{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.swiper-slide-card{
    max-width: 670px;
    position: relative;

}
.swiper-slide-content{
    padding: 20px 20px 20px 100px;
    border:2px solid #354C3A;
}
.ss-content-title-txt{
    color: var(--Green-10, #354C3A);
    font-family: "Fixel Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    padding-top: 10px;
}
.ss-content-title-2{
    color: var(--Green-00, #28352B);
    font-family: "Fixel Display";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 116.667% */
}
.ss-content-title{
    color: var(--Green-00, #28352B);
    font-family: "Fixel Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px; /* 131.25% */
}
.swiper-slide-img {
    position: absolute;
    left: -94px;
    top: -48px;
}
.swiper-button-next:after{
    content:url(/assets/img/next.svg)!important;
}
.swiper-button-prev:after{
    content:url(/assets/img/prev.svg)!important;
}
/* .swiper {
    width: 100%;
    height: 100%;
  } */

  .reviews .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
  }
.sw-swiper-nav{
    position: absolute;
    display: block;
    top: 50%;
    width: 100%;
}
.swiper-wrapper{
    height: auto!important;
}
.reviews{
    margin: 100px auto;
}
.reviews .swiper-pagination-bullet{
    background: rgba(53, 76, 58, 0.50);
    height: 10px;
    width: 10px;
}
.reviews .swiper-pagination-bullet-active{
    background-color: #354C3A;
}

.donat-flex{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.section-donation .flex-row{
    gap: 30px;
    justify-content: normal;
    align-items: normal;
    flex-wrap: nowrap;
}
.donat-col1{
    flex-basis: 74%;
}
.donat-flex{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.donat-card{
    background-repeat: no-repeat;
    background-size: cover;
    width: 258px;
    height: 383px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    transition: 1s;
}
.donat-col2 .donat-card{
    width: 266px;
    height: 100%;
    max-height: 800px;
}
.donat-col2{
    flex-basis: 20%;
}
.zap-tree{
    background-image: url(/assets/img/donat/img7.jpeg);
}
.apple-tree{
    background-image: url(/assets/img/donat/img1.jpeg);
}
.red-tree{
    background-image: url(/assets/img/donat/img6.jpeg);
}

.pine-tree{
    background-image: url(/assets/img/donat/img2.jpeg);
}
.willow-tree{
    background-image: url(/assets/img/donat/img3.jpeg);
}
.linden-tree{
    background-image: url(/assets/img/donat/img4.jpeg);
}
.nut-tree{
    background-image: url(/assets/img/donat/img5.jpeg);
}

.dh-title{
    font-size: 32px;
    font-weight: 700;
}
.donat-content{
    background: rgba(0, 0, 0, 0.30);
backdrop-filter: blur(5px);
padding: 10px 20px 20px;
}
.price{
    color: #FFF;
    /* font-family: "namu"; */
    /* font-family: "namu", Arial, sans-serif; */
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px; /* 88.462% */
}
.tree-title{
    color: #FFF;
    font-family: "namu";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 100% */
    padding: 17px 0 6px;
}
.tree-txt{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}
.zap-tree .price{
    color: #FFF;
    font-family: "namu";
font-size: 52px;
font-style: normal;
font-weight: 700;
line-height: 46px; /* 88.462% */

}
.zap-tree .tree-title{
    color: #FFF;
    font-family: "namu";
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 54px; /* 150% */
}
.zap-tree .tree-txt{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}
.tree-title span{
    color: #FFF;
font-family: NAMU;
font-size: 64px;
font-style: normal;
font-weight: 700;
line-height: 54px;
text-transform: uppercase;
}
.section-donation{
    margin: 50px auto 100px;
}
.duc-wrap{
    max-width: 615px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color:#354C3A;
}
.donat-under-content{
    margin-top: 20px;
}
.donat-hide{
    display: none;
}

.dh-btns{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.donat-under-content-mob{
    display: none;
}

@media (min-width:769px){
    .donat-card:hover .donat-hide{
        background-color: #E9EEEA;
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: 1s;
    }
    
}
@media (min-width:1000px){
    .swiper-button-next{
        padding-right: 100px;
    }
    .reviews-wrap{
        max-width: 670px;
        max-width: 970px;
    }
    .reviews .container{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width:999px){
    .swiper-slide-img{
        position: relative;
        max-width: 100px;
        top: 60px;
        left: 20px;
    }
    .swiper-slide-content{
padding: 20px;
    }
    .ss-content-title,
    .ss-content-title-2{
        padding-left: 120px;
    
    }
    .reviews .container{
padding: 0;
    }
    .reviews {
        margin: 0 0 50px;
    }
    .reviews .swiper-slide {
        padding-top: 10px;
    }
}
@media (min-width:1600px){
    .gallery-item{
    flex-basis: 300px;
}
}
@media (min-width: 1600px){
    .gallery-item {
        flex-basis: 380px;
    }
}

@media (min-width:1170px) and (max-width: 1430px){
    .gallery-item {
        flex-basis: 11em;
    }
}

@media (max-width:768px){
   .section-col7 .col2-img::before{
        content: unset;

    }
    .menu-wrap {
        gap: 30px;
        flex-direction: column;
    }
    .footer-wrap{
        flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    }
    .flex-row .col2{
        flex-basis: 100%;
    }
    .gallery-item {
        flex-basis: 50%;
    }
    .section-features .flex-row{
        justify-content: center;
        gap: 40px;
    }
    .section-col-left .col2-img{
        margin-bottom: 30px;
    }
    .form-wrap form {
        flex-direction: column;
        display: flex;
        max-width: 100%;
    }
    form .input-email{
        /* width: 350px; */
        border-right: 2px solid #354C3A;
        width: 100%;
    }
.col2.hardbg-col1{
    padding: 175px 10px 50px;
    background-size: 160%;
}
.section-2col .col2-img{
    margin-top: 30px;
}
.section-2col {
    margin: 50px 0;
}
header a.menu-link{
    display: none;
}
a.menu-link.btn-head{
    display: block;
}
h1{
    font-size: 32px;
    line-height: 1.1;
}
.hero-start {
    padding: 40px 0;
}
.header-wrap{
    padding-top: 25px;
}
.mob-none{
    display: none;
}
.pc-none{
    display: block;
}
.video-wrap.pc-none{
    margin-top: 50px;
}
.hero-start .btn-head{
    width: 100%;
    padding: 13px;
}
.section-col3 .flex-row{
    flex-direction: column;
    align-items: start;
}
.section-hardbg .container{
    background-image: url(/assets/img/5bg.png);
    background-repeat: no-repeat;
    background-size: 145%;
    background-position-y: -63px;
    background-position-x: -65px;
}
.hardbg-col1{
background-image: none;
}
.button{
    width: 100%;
    text-align: center;
    padding: 12px;
}
.hardbg-title-2{
    padding: 0 0 40px;
}
h2{
    font-size: 32px;
    line-height: 1.1;
}
.section-col-left .col2-img::before {
    width: 100%;
}
.section-col-left .col2-img img{
    max-width: 80%;
}
.section-col-left h2 br{
    display: block;
}
.section-gallery .container{
    position: relative;
}
.section-gallery .section-gallery-content{
    background-color: #354C3A;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 30px 20px;
    text-align: left;
}
.donat-col2 .donat-card{
    height: 382px;
}
.donat-flex{
    flex-direction: row;
    flex-wrap: nowrap;
    padding-bottom: 96px;
}
.section-donation .flex-row{
    overflow-y: hidden;
    overflow-x: scroll;
}
.section-donation .container{
    padding: 0 0 0 20px;
}
.donat-under-content{
    display: none;
}
.dh-title{
    display: none;
}
.donat-hide{
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: auto;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    bottom: -118px;
    transition: 1s;
}
.donat-under-content-mob{
    display: flex;
    flex-direction: column;
    gap:10px;
    margin-top: 10px;
    padding: 30px;
    text-align: center;
}
.dh-btns > img{
    display: none;
}
.donat-hide .dtn-ref{
    display: none;
}
.price{
    font-size: 42px;
}
.header-logo img{
    max-width: 85%;
}
.price, .zap-tree .price{
    font-family: Arial, sans-serif;
}
.tree-title span {
    font-size: 43px;
    line-height: 40px;
}
}
.dtn-ref,
.exit-btn{
    cursor: pointer;
}
.donat-pop{
    display: none;
}
.donat-pop.donat-open{
display: block;
}
.footer-cop{
    display: flex;
    justify-content: space-between;
}
footer{
    padding-bottom: 10px;
}

.donat-row{
    max-width: 1170px;
    margin: auto;
    padding: 60px 100px;
    box-shadow: 2px 2px 12px 2px rgba(0,0,0,0.2);
    background-color: #fff;
    display: flex;
    width: 1170px;
    max-width: 100%;
}

.donat-pop-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.donat-pop{
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #002d005c;
}
.donat-row p{
    font-size: 12px;
    line-height: 1.3;
}
.donat-row ul{
    font-size: 12px;
    line-height: 1.3;
}
.donattitle{
    font-weight: 700;
}
.donat-pop-title{
    font-size: 21px;
    font-weight: 700;
}
.donattitle2{
    font-size: 14px;
    font-weight: 500;
}
.donattitle3{
    font-size: 10px;
    font-weight: 500;
}
.btn-pop{
    border:2px solid #354C3A;
    padding: 12px 30px;
    color: #354C3A;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
}
.donat-pop-col1{
    /* max-width: 500px; */
    padding-right: 30px;
    flex-basis: 500px;
}
.donat-pop-col2{
    /* max-width: 400px; */
    padding-left: 60px;
    border-left: 1px solid #354C3A;
    flex-basis: 460px;
}
.pop-btns{
    display: flex;
    gap:30px;
    margin-top: 40px;
}
.pop-btns img{
    max-width: 170px;
}




@media (min-width:951px) and (max-width:1180px){
    .donat-row{
        max-width: 80%;
        padding: 30px 50px;
    }
}
.exit-btn{
    position: absolute;
    right: 30px;
    top:20px;
}
@media (max-width:768px){
.donat-row{
    flex-direction: column;
    /* width: 100%; */
     padding: 0px;
    /* overflow-y: scroll; */
    max-width: 100%;
    position: relative;
}
.donat-pop-col1{
    flex-basis: 100%;
    padding: 20px;
}
.donat-pop-col2{
    flex-basis: 100%;
    padding: 20px;
    border: 0;
}
.donat-pop-wrap{
    max-width: 100%;
    max-height: 100%;
    overflow-y: scroll;
    z-index: 9999;
}
.pop-btns{
    flex-direction: column;
    gap: 10px;
}
.btn-pop{
    width: 100%;
    text-align: center;
}
}