@font-face {
  font-family: "byekan";
  src: url("../fonts/BYekan.eot");
  src: url("../fonts/BYekan.woff") format("woff");
  src: url("../fonts/BYekan.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  line-height: 1.6em;
}

/*body {
  background-color: white;
  font-family: sans-serif;
}*/

a {
  outline: none;
  text-decoration: none !important;
}

a:active,
a:focus {
  background: transparent;
}

*:not(i),
*::before:not(i),
*::after:not(i) {
  list-style: none;
  /*font-family: "byekan";*/
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading {
  margin: 0;
  line-height: normal;
  font-weight: normal;
}
address {
  font-style: normal;
  font-weight: normal;
}

img {
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  line-height: normal;
  vertical-align: middle;
}
.overlay {
  color: #fff;
  background-color: inherit;
  position: relative;
  z-index: 1;
}
.overlay::after {
  color: #fff;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8354692218684349) 0%,
    rgba(0, 0, 0, 0.5105392498796393) 24%,
    rgba(0, 0, 0, 0) 100%
  );
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
}

.container {
  max-width: 85%;
}

/*================ START OF NAVBAR ===================*/
.navbar {
    background: #000 url(../gallery/navbar-patter.jpeg) 50% 0;
}
.navbar li .nav-link {
  color: white;
}
.navbar .dropdown-menu {
  text-align: right;
}
.navbar .btn {
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 2px;
}
.navbar .adopt {
        background: #72b52b;
    }
.navbar .donate {
  background: #d55c19;
}
@media screen and (min-width: 992px) {
  .navbar .container {
    position: relative;
    padding-right: 120px !important;
  }
    .SabzkaranContainer {
        max-width: 98%;
        margin-right: auto;
        margin-left: auto;
    }
    .navbar .navbar-brand {
        position: absolute;
        /*top: -0.75rem;*/
        top: -1rem;
        right: 0;
        height: 100%;
        z-index: 100;
    }

  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

@media screen and (max-width: 992px) {
  .navbar .navbar-brand {
    max-width: 4rem;
  }

}
/*================ END OF NAVBAR ===================*/

/*================ START OF LANDING PAGE ===================*/
#landin-page {
  background: url(../gallery/landing-bg.jpeg) center no-repeat;
  background-size: cover;
  color: white;
  padding: 12rem 0 2rem;
}

#landin-page h1 {
  font-size: 3rem;
}

#landin-page h2 {
  font-size: 1rem;
}
/*================ END OF LANDING PAGE ===================*/

/*================ START OF OUR MISSON ===================*/

#mission {
  background-color: #f6f5f2;
  padding: 2rem 0;
}

/*#mission h1::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 5px;
  right: 50%;
  transform: translateX(50%);
  top: -0.25rem;
  background-color: rgba(80, 55, 55, 0.15);
}


#mission h1 {
  position: relative;
  font-size: 1.75rem;
  width: max-content;
  display: block;
  margin: 0 auto 1.25rem;
}

#mission h1::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 5px;
  right: 50%;
  transform: translateX(50%);
  bottom: -0.25rem;
  background-color: rgba(80, 55, 55, 0.15);
}*/
    #mission h2::before/*, .Join h2::before*/ {
        content: "";
        position: absolute;
        width: 100%;
        height: 5px;
        right: 50%;
        transform: translateX(50%);
        top: -0.25rem;
        background-color: rgba(80, 55, 55, 0.15);
    }


    #mission h2{
        position: relative;
        font-size: 1.75rem;
        width: max-content;
        display: block;
        margin: 0 auto 1.25rem;
    }
.Join h2 {
    position: relative;
    font-size: 1.5rem;
    width: max-content;
    display: block;
    margin: 0 auto 1.25rem;
}
.Join h3 {

    font-size: 1.6rem;

}
    #mission h2::after, .Join h2::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 5px;
        right: 50%;
        transform: translateX(50%);
        bottom: -0.25rem;
        background-color: rgba(80, 55, 55, 0.15);
    }
     .h1 {
        font-size: 1.25rem !important;
        margin-bottom: 1.25rem;
    }

#mission h3 {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}

#mission img {
    display: inline ;
    border-radius: 50%;
    margin-bottom: 1rem;
    max-width: 100px;
    height: 100px;
}

#mission p {
    font-size: 1rem;
    /*color: #3f403c;*/
    /*white-space: nowrap;
    overflow: hidden;
    max-width: 120px;*/
}

/*================ END OF OUR MISSON ===================*/

/*================ START OF cards ===================*/
#cards {
  padding: 2rem 0;
}
#cards h1::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 5px;
  right: 50%;
  transform: translateX(50%);
  top: -0.25rem;
  background-color: rgba(80, 55, 55, 0.15);
}

#cards h1 {
  position: relative;
  font-size: 1.75rem;
  width: max-content;
  display: block;
  margin: 1rem auto 2rem;
}

#cards h1::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 5px;
  right: 50%;
  transform: translateX(50%);
  bottom: -0.25rem;
  background-color: rgba(80, 55, 55, 0.15);
}

#cards a span {
  color: #989b97;
}

#cards a p {
  color: white;
  font-size: 1.15rem;
}

#cards a b {
  color: white;
  font-size: 1.35rem;
}

#cards .btn {
  display: block;
  color: white;
  border-radius: 0;
  background-color: #e98300;
  margin-top: 1rem;
  transition: background-color 0.3s;
}

#cards .btn:hover {
  background-color: #fbab1e;
}

#cards .card {
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 7px;
  /*max-height: 25rem;*/
  margin-bottom: 1rem;
}

#cards .image {
  /*height: 25rem;*/
  transition: transform 0.25s;
}

#cards .card:hover .image {
  transform: scale(1.1);
}

#cards .card-body {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  background-color: rgb(0,0,0,.8);
  padding: 1.25;
  transition: padding 0.25s;
  z-index: 100;
}

#cards .bg-tr {
  background-color: transparent;
}

#cards .card:hover .card-body {
  padding-bottom: 2rem;
}
/*================ END OF cards ===================*/

/*================ START OF FORMS ===================*/
#forms {
  background: black;
  color: white;
  padding: 2rem 0 2.5rem;
}

#forms h4 {
  margin-bottom: 1rem;
}

#forms li {
  margin-bottom: 0.75rem;
}

#forms a {
  color: white;
  font-size: 1rem;
}

#forms .log-in {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

#forms .log-in .btn {
  width: max-content;
  display: block;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 1rem;
  background: #d55c19;
  color: white;
  padding: 0.5rem 2rem;
}

#forms button {
  background-color: #d55c19;
  color: white;
  display: block;
  width: 100%;
}
/*================ END OF FORMS ===================*/

/*================ START OF MAIN FOOTER ===================*/
footer {
   border-top:1px solid #dbd9d9;
  padding: 2rem 0;
}

footer span {
  /*font-size: 1.1rem;*/
  display: block;
  margin-bottom: 0.5rem;
}
    footer .fa {
        color: #90e01f;
        font-weight: 600;
    }
footer .icons img {
  width: 2.25rem;
  margin-left: 1rem;
}

footer .links a {
  color: #006ea5;
}

footer .links a:hover {
  text-decoration: underline !important;
}

/*footer p,
footer address {
  color: rgb(78, 78, 78);
}
*/
footer .copyright {
  margin-top: 1.25rem;
}
.ltr {direction:ltr;
}
.form-group {
    margin-bottom: 1rem;
}
.Education, .Join {
    background-color: #e9e9e9;
    padding-top: 30px;
    padding-bottom: 30px;
}
    .Education img {
    height: 150px;
}
#Education img {
    width: 100%;
}
#Education span, .pEducation {
   position: absolute;
    text-align: center !important;   
    color: #fff;
    right: 30%;
    left: 30%;
    margin-top: 4%;
}
    .pEducation
{
    padding: 2%;
    background-color: #000;
    opacity: 0.4;

}
#Education span {
    color: #fff !important;
    padding: 1%;
    z-index:10;
}
/* Start disOrder ImageGallery */
.rowImage {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

    .column .item {
        overflow:hidden;
        cursor: pointer;
        margin-top: 8px;
        vertical-align: middle;
    }
.imgEducation:hover {
    transform: scale(1.3);
    transition: transform 0.25s;
}
        .column .Title {
            position: relative;

            z-index: 1000;
            text-align: center;
            background-color: #000;
            opacity: .8;
            color: #fff !important;
        }
        .column .Title p {

            color: #fff !important;
        }
.border-1 { border:solid 1px #acabab;
}

.amazingslider-wrapper-1 {
    width: 99.99% !important;
}
.footerIcon {
    width: 2.25rem;
    margin-left: 1rem;
}
.pEducation span {
    visibility:hidden;
}

.contentSlider, .backContentSlider {
    position: absolute;
    text-align: center !important;
    color: #fff;
    right: 5%;
    top: 65%;
}

.contentSlider {
    color: #fff;
    padding: 2.5%;
    z-index: 12;
}
.contentSlider h1{
    font-size: 1.8rem;
    margin-bottom:3%;
}

 .backContentSlider {
        z-index: 10;
        color: #fff !important;
        padding: 2%;
        background-color: #000;
        opacity: 0.4;
    }
    .backContentSlider h2, .backContentSlider span {visibility:hidden;
    }
.color-text1 {color:#fff;
}
.header-cart {
    position: relative;
    width: 190px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    left: 60px;
    font-size: 12px;
    display: none;
    z-index: 10;
}
.header-cart ul{
margin:0;
padding:0;
}
.js-show-header-dropdown {
    margin-top: 10px;
    width: 180px;
}
    .js-show-header-dropdown:hover .header-cart {
        display: block !important;
    }
/* Responsive layout - makes a two column-layout instead of four columns */
/*@media(min-height:700px) {
    .contentSlider, .backContentSlider {
        bottom: auto;
        top: 30%;
    }
}*/
@media(min-height:700px) {
    .contentSlider, .backContentSlider {
        bottom: auto;
        top: 50%;
    }
}
@media(min-height:800px) {
    .contentSlider, .backContentSlider {
        bottom: auto;
        top: 30%;
    }
}
@media(min-height:1500px) {
    .contentSlider, .backContentSlider {
        bottom: auto;
        top: 20%;
    }
}

@media(min-height:1600px) {
    .contentSlider, .backContentSlider {
        bottom: auto;
        top: 15%;
    }
}
@media(min-height:3000px) {
    .contentSlider, .backContentSlider {
        bottom: auto;
        top: 10%;
    }
}
@media (max-width: 850px) {
    #Education span {
        font-size: .8rem;
    }
    .contentSlider, .backContentSlider {
        bottom: auto;
        top: 35%;
    }
}
    @media (max-width: 800px) {
        .column {
            flex: 50%;
            max-width: 50%;
        }
    }

    /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
    @media (max-width: 600px) {
        .column {
            flex: 100%;
            max-width: 100%;
        }
    }

    @media (max-width: 500px) {
        .contentSlider, .backContentSlider {
            bottom: auto;
            top: 22%;
        }

        .pEducation {
            padding-top: 4%;
            padding-bottom: 4%;
        }

        #Education span, .pEducation {
            right: 10%;
            left: 10%;
            margin-top: 2%;
        }

        #Education span {
            font-size: .8rem;
        }

        .contentSlider h1 {
            font-size: 1.3rem;
        }
    }

    /* End disOrder ImageGallery */
    /*================ END OF MAIN FOOTER ===================*/
.dropdown-menu .dropdown .nav-link {color: #212529}

@media (min-width:993px){
    .pc_menu{display:block;}
    .mobile_menu{display:none;}
}

@media (max-width:992px){
    .pc_menu{display:none;}
    .mobile_menu{display:block;}
}