@font-face{
  font-family: lfont;
  src: url(Fonts/BNarm.woff);
}
@font-face{
  font-family: praghfont;
  src: url(Fonts/BHoma.woff);
}
@font-face{
  font-family: tanha;
  src: url(Fonts/Tanha.woff);
}
@font-face{
  font-family: h2f;
  src: url(Fonts/BElham.woff);
}
@font-face {
  font-family: conf;
  src: url(Fonts/BRoya.woff);
}

html , body {
  height: 100%;
  width: 100%;
  
}

*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
p{margin: 0;
}
a{
  text-decoration: none;
}
/* header */
header{
  display: flex;
  width: 100%;
  background-color: #6b6b6b;
  height: 5%;
  align-items: center;

}
.navbar{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.subnav {
  float: left;
  overflow: hidden;
}

.subnav .subnavbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  font-family: Tanha;
}

.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: rgb(95, 179, 40);
  border-radius: 10px;
  transition: 1s;
  
}

.subnav-content {
  display: none;
  position: fixed;
  left: 0;
  background-color: rgb(92, 161, 35);
  width: 100%;
  z-index: 1;
}

.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}

.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

.subnav:hover .subnav-content {
  display: block;
}
.mobile-container {
  display: none;
  width: 100%;
  margin: auto;
  color: white;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #16002b;
  position: relative;
}

.topnav #myLinks {
  display: none;
  position: fixed;
  background-color: #16002b;
  width: 100%;
  height: 100%;
  text-align: center;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  border: white;
  border: white;
  border-width: 1px;
  border-style: solid;
}

.topnav a.icon {
  background: #16002b;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transition: 1s;
  
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}
.active {
  font-family: Tanha;
  color: white;
}
/* End */ 



.btn{
  font-family: Tanha;
}
.head2 p{
  color: rgb(255, 255, 255);
  font-weight: 600;
  margin: 1rem;
}
.maindiv{
  width: 100%;
  
}
.ldiv1 p{
  margin-bottom: 2rem; font-weight: 500;font-size: large;font-family: praghfont;
}
.ldiv1 h2{margin-bottom: 2rem;font-family: Tanha;}
.ldiv0{
  width: 100%;margin: 8%;
}
.div1{
  padding: 3%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-image: url(backg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.ldiv1{
  width: 50%;
  padding: 1%;
  margin-bottom: 5rem;
}
.ldiv1 p, h2, h4{
  color: rgb(0, 0, 0);
}

.sepidbtn{
  font-family: lfont;
  padding: 10px;
  border-radius: 8px;
  font-size: large;
  background-color: #93b027;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  border-width: 4px;
  border-style: double;
  transition: 1s ;
}
.sepidbtn:hover{
  padding: 10px;
  border-radius: 8px;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
  border-style: double;
}
.dashtbtn{
  font-family: lfont;
  padding: 10px;
  border-radius: 8px;
  font-size: large;
  background-color: #0086e6;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  border-width: 4px;
  border-style: double;
  transition: 1s ;
}
.dashtbtn:hover{
  padding: 10px;
  border-radius: 8px;
  background-color: #000000;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  border-style: double;
}
.div2{
  background-image: url("sdiv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.div3{
  background-color: #f3f8f1;
  width: 100%;
}
.sepidics img{
  width: 50%;
}
#seppara{
    width: 44%;
    font-family: Tanha;
  }
.div4{
  
  background-color: #c9e8ff;
  width: 100%;
}
.div5{
  width: 100%;
  height: 36rem;
  background: url("map.png") no-repeat 50%;
  background-color: #555;
  color: #fff;
}
.div5 img{
  height: 36rem
}
.right{
  float: right;
  
}
.right.slide{
  opacity: 0;
  transition: all 1s;
}
.slide.reveal{
  opacity: 1;

}






.moshdiv{
  width: 100%;background-color: #93b027;display: flex;align-items: center;justify-content: space-evenly;height: 5rem;
}

.moshdiv a{
  margin: 1.5rem;
  font-weight: 600;
  color: white;
  transition: color 0.5s;
}
.moshdiv a:hover{
  color: #222222;
}
.div6{
  text-align: center;
  width: 100%;
}
.div6 p{
  width: 20%;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-weight: 600;
}

.div7{
  text-align: center;
  width: 100%;
}
.div7 p{
  font-weight: 700;
  text-align: right;
  margin: 1rem;
}
.div7 a{
  color: black;
  transition: color 0.3s;
}
.div7 a:hover{
  color: gray;
  
}
.lbtn{
  font-family: Tanha;
  margin: 4rem;
  border-radius: 999px;
  padding: 10px 30px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border: none;
  background: linear-gradient(17deg, #93b027  0%, #93b027  47%, #93b027  100%);
  position: relative;
  transform-style: preserve-3d; 
}
.lbtn::before{
  content: "";
  position: absolute; 
  inset: -1px;
  background: inherit;
  filter: blur(20px);
  transform: translate3d(15px,15px,-1px);
  border-radius: inherit;
  pointer-events: none;
}

/* Footer */

footer{
  width: 100%;
  background-color: rgb(189, 189, 189);
}
footer h5{
  margin-bottom: 1.5rem;
}


.telico{
  background: url(./icons/telegram.png);
}
.youtubeico{
  background: url(./icons/youtube.png);
}
.gmailico{
  background: url(./icons/gmail.png);
}
.instaico{
  background: url(./icons/insta.png);
}
.aparatico{
  background: url(./icons/aparat.png);
}
.icona{
  margin: 1rem;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: black;
  background-size: cover;
  transition: background-color 0.5s;
}

.icona:hover {
  background-color: rgb(146, 1, 146);  
}
/* End */




@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;600;700&display=swap');


.blog-card {
  height: 370px;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.inner-part {
  position: absolute;
  display: flex;
  height: 360px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
}


#tap-1:checked ~ .inner-part .img-1,
#tap-2:checked ~ .inner-part .img-2 {
  opacity: 1;
  transition-delay: 0.2s;
}
.content {
  width: 50px;
  height: 50px;
  margin-left: 50px;
  opacity: 0;
  transition: 0.6s;
}

#tap-1:checked ~ .inner-part .content-1,
#tap-2:checked ~ .inner-part .content-2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  margin-left: 0;
  z-index: 100;
  transition-delay: 0.3s;
}
.content span {
  display: block;
  color: #7b7992;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
}
.sliders {
  z-index: 12;
}
.sliders .tap {
  position: relative;
  height: 10px;
  width: 50px;
  background: #d9d9d9;
  border-radius: 5px;
  display: inline-flex;
  margin: 0 3px;
  cursor: pointer;
}
.sliders .tap:hover {
  background: #ccc;
}
.sliders .tap::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: -100%;
  background: linear-gradient(147deg, #9a9eff 0%, #2d11ff 74%);
  border-radius: 10px;
  transform: scaleX(0);
  transition: transform 0.6s;
  transform-origin: left;
}
input {
  display: none;
}
#tap-1:checked ~ .sliders .tap-1::before,
#tap-2:checked ~ .sliders .tap-2::before {
  transform: scaleX(1);
  width: 100%;
}




img {
  max-width: 100%;
}

#imgTap:checked ~ .inner-part {
  padding: 0;
  transition: 0.1s ease-in;
}
.inner-part .img {
  height: 260px;
  width: 260px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 20px;
}

#imgTap:checked ~ .inner-part .img {
  height: 370px;
  width: 850px;
  z-index: 99;
  margin-top: 10px;
  transition: 0.3s 0.2s ease-in;
}
.img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
  opacity: 0;
  transition: 0.6s;
}

#imgTap:checked ~ .sliders {
  display: none;
}

#imgTap:checked ~ .inner-part .content {
  display: none;
}
/* Responsive */

.content p{
  font-size: large;
}
.sepidics p{
  font-size: large;
}

/* div 2 cards */
@import url('https://fonts.googleapis.com/css?family=Raleway:200');
.wrapper {
  display: flex;
  top: 10%;
  left: 40%;
  width: 90%;
  height: 500px;
  perspective: 900px;
}
.container {
  top: 0%;
  width: 100%;
  height: 100%;
  transition: .5s all ease;
  
  perspective: 900px;
  box-shadow: 0px 20px 50px #555;
  animation: entry 1s linear 1;
}
.city{
  width: 100%;
}
#c2 {
  width: 20%;
  background: linear-gradient(to bottom, #62418b 30%, #7b88d1 100%);
  box-shadow: 0px 20px 100px #555;
}
.container:hover {
  cursor: pointer;
  transform: rotate(0deg) scale(1) translateY(10px);
  transition: .5s all ease;
  z-index: 400;
}
.image {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 45%;
}

#i2 {
  background: linear-gradient(to bottom, #8ca824    30%, #93b027    100%);
}
span {
  position: absolute;
  top: 0%;
  left: 55%;
  border-radius: 100%;
  background-color: #fff;
  z-index: 10;
}
.sun {
  position: absolute;
  top: 50%;
  height: 50%;
  left: 0%;
  width: 100%;
}
.sun1 {
  width: 50px;
  height: 50px;
  box-shadow: 0px 0px 10px #fff;
}
.st5,
.st7 {
  fill: #fff;
}
#sh2 {
  opacity: 0.5;
}
#sh3 {
  opacity: 0.3;
}
.st6 {
  fill: #59476f;
}
.st10 {
  fill: #c5a7e5;
  stroke: #222;
}
.st11 {
  stroke: #212121;
  opacity: 0.5;
}

.st3 {
  fill: #fff;
  opacity: 0.3;
}
.story {
  position: absolute;
  top: 45%;
  left: 0%;
  height: 55%;
  width: 100%;
  background: linear-gradient(to bottom, #eba65b 0%, #d99267 40%);
  z-index: 30;
}
#s2 {
  background: linear-gradient(to bottom, #93b027    30%, #6a801b  100%);
}
.info {
  position: absolute;
  top: 10%;
}
.info h3 {
  text-align: center;
  text-shadow: 0px 0px 10px #eee;
  color: #eee;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
.page h4 {
  color: #111;
  position: absolute;
  top: 30%;
  left: 30%;
  letter-spacing: 2px;
}
.info h1 {
  color: #111;
  position: fixed;
  top: 0%;
  left: 30%;
  letter-spacing: 2px;
}
.info p {
  font-size: 14px;
  color: #fff;
  padding: 0px 20px 20px 20px;
  line-height: 150%;
  text-align: justify;
  text-align-last: center;
  letter-spacing: -0.5px;
}
@keyframes simple {
  50% {
    transform: translateX(10px);
    opacity: 0.5;
  }
  100% {
    transform: translateX(10px);
    opacity: 0;
  }
}
@keyframes simple1 {
  50% {
    transform: translateX(-10px);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-10px);
    opacity: 0;
  }
}
@keyframes entry {
  0% {
    top: -20%;
    opacity: 0.1;
  }
  100% {
    top: 0%;
  }
}

.carddiv{
  width: 100%;display: flex;flex-direction: column;
}
.cardmobile{display: none;}
.moshdiv div{
  display: none;
}
.cusmobdiv{
  display: none;
}
/* mobile */




.mobilewrapp{
  font-family: Tanha;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  display: none;
}
.mobwrappdiv{
  color: white;
  width: 48%;
  background-color: #819d18 ;
  text-align: center;
  padding: 5px;
  margin: 1%;
  border: solid white 1px;
}
.cusdiv{
  width: 100%;display: flex;align-items: center;justify-content: space-around;
}
@media screen and (max-width: 600px) {
  .div1{
    background-image: url(mbackg.jpg);
    background-size: cover;
  }
  .navbar{
    display: none;
  }
  .mobile-container{
    display: block;
  }
  .ldiv0{
    margin: 0;
    margin-top: 6rem;
    height: 100%;
  }
  .ldiv1{
    width: 100%;

  }
  .ldiv1 h2{
    margin-top: 10rem;
    
  }
  .ldiv1 p{
    margin-top: 4rem;
    margin-bottom:4rem;
    font-weight: 0;
    font-size: medium;
  }
  .dashtbtn{
    height: 55px;
    font-size: 14px;
    padding: 8px;
    width: 49%;
  }
  .sepidbtn{
    height: 55px;
    font-size: 14px;
    padding: 8px;
    width: 49%;
  }
  .mobilewrapp{
    display: flex;
  }
  .wrapper{
    display: none;
  }
  #seppara{
    width: 95%;
  }
  .div5{
    height: 20rem  ;
  }
  .div5 img{
    height: 20rem;
  }
  .icona{
    height: 48px;
  }
  .seicon{
    width: 40%;
    margin: 1rem;
  }
  .sepidics{
    flex-wrap: wrap;
  }
  .content {flex-wrap: wrap;}
  .slidimg{width: 40%;margin: 1rem;}
  .carddiv{display: none;}
  .cardmobile{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;}
  .right.slide{
    transform: none;
  }
  .moshdiv a{display: none;}
  .moshdiv div{
    width: 100%;
    display: flex;
  justify-content: center;}
  .btnmosh{
    width: 48%;
    margin: 2px;
    padding: 1px;
    border-radius: 10px;
    border: solid white;
    font-family: Tanha;
    color: white;
    background-color: #93b027;
  }
  .cusdiv{
    display: none;
  }
  .cusmobdiv{
    width: 99%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cusmobdiv p{
    color: #93b027;
    padding: 3px;
    margin: 6px 3px;
    width: 45%;
    border: solid #93b027 1px;
    border-radius: 10px;
  }
  .cusmobdiv p:hover{
    color: #ffffff;
    background-color: #93b027;
  }
}