@font-face {
  font-family: 'myFont1';
  src: url('../FONT/KozGoPro-ExtraLight.otf') format('woff');
  src: url('../FONT/KozGoPro-Light.otf') format('otf');
  src: url('../FONT/KozGoPro-Medium.otf') format('otf');
  src:url('../FONT/Shabnam-Bold.otf') format(otf);
  src:url('../FONT/Yekan.ttf') format(ttf);
  /* می‌توانید فرمت‌های دیگر مانند ttf و eot را نیز اضافه کنید */
}



/* سبک‌های CSS */

/* Reset کردن مرورگر */
body, h1, ul, li {
margin: 0;
padding: 0;
/* 
list-style: none;
position: relative; */
}

ul li.hover,
ul li:hover {
position: relative;

cursor: default;
}
ul ul {
margin-top: 1px;
visibility: hidden;
position: relative;
}

ul li:hover > ul {
visibility: visible;
}


/* iframe {
width: 100%;
height: 100%;
z-index: 1000;
position: absolute;
top: 0;
left: 0;
} */



a {
text-decoration: none;
color: rgb(15, 165, 1);
}

a:hover {
font-weight: bold;
color: rgb(5, 5, 5);

}


/* هدر */
header {
/* background-color: #333; */
color: #fff;
text-align: center;
padding: 20px;
}

/* منو */
nav {
background-color:rgba(0, 0, 0, 0);
text-align: center;
width: 70%;
 justify-content: center;
}

nav ul {
list-style: none;
padding: 0;
}

nav ul li {
display: inline;
margin: 0 20px;
}

.link-style{
text-decoration: none;
font-size:14px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif ;
padding-left: 13px;
padding-right: 13px;
color: rgb(1, 175, 24);
}

.link-style-f{
text-decoration: none;
font-size:17px;
font-weight:bold;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
padding-left: 13px;
padding-right: 13px;
color: rgb(0, 0, 0);
}


.link-style2{
color: #ffffff;
text-align: left;
text-decoration: none;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
}


.link-style3{
  text-decoration: none;

  font-size:14px;
  font-weight:bold;
  font-family:Arial, Helvetica, sans-serif ;
  padding-left: 13px;
  padding-right: 13px;
  color: rgb(1, 175, 24);
}


.menu-bar{
color: #000000;
background-color:rgba(0, 255, 170, 0.726);
text-decoration: none;
min-height: 79.63px;
text-align: center;
align-items: center;
justify-content: center;
padding-top:25px;
padding-bottom: 25px;
position: relative;
margin-top: 30px;
/* border:5px solid rgba(0, 255, 179, 0.5); */
}



.menu-bar-f{
color: #000000;
background-color:rgb(255, 255, 255);
text-decoration: none;
min-height: 30px;
text-align: center;
align-items: center;
justify-content: center;
padding-top:10px;
padding-bottom: 10px;
position: relative;
direction: rtl;
}


/* بادی */
body {
background-image: url('../IMAGE/backgroundArang/Arang1.jpg'); 
background-size: cover;
background-position: center;
color: #333333;
}

.body-home {
background-image: url('../IMAGE/enviorments/pic3.jpg'); 
background-size: cover;
background-position: center;
color: #333;
margin: 0;
padding: 0;
}

.div-body{
background-image: url('../IMAGE/enviorments/pic3.jpg'); 
background-size: cover;
background-position: center;
color: #333;
}

/* فوتر */
footer {
background-color:rgb(161, 161, 161);;
color: #cfcfcf;
text-align: center;
padding: 0px;
min-height: 200px;
margin: 0;
/* border:7px solid rgba(255, 255, 255, 0.342); */

}



.footer-menu{
padding: 0%;
background-color:#a5a5a5;
color: #333;

}

.footer-title{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color:#ffffff;
text-align:middle;
font-weight: bolder;
font-size:20px;
padding-top: 20px;
padding-bottom: 10px;
}

/* این قسمت بالای منو که  لوگو قرار دارد را شامل میشود  */
.up-menu{
  background-color:rgb(255, 251, 0);
padding-left: 20px;
min-height: 0px;
margin-top: 30px;
max-height: 79.63px;
width: 29%;
justify-content: center;
/* border:6px solid rgb(0, 255, 179); */
}

.up-menu2{
  background-color:rgba(0, 255, 191, 0);
  padding-left: 20px;
  min-height: 0px;
  /* max-height: 80px; */
  /* justify-content: right; */
  margin-top: 30px;
  max-height: 79.63px;
  width: 1%;
  justify-content: center;
  }


.main-logo{
width:220px;
height:auto;
padding-top: 25px;
padding-bottom: 25px;
}


/* منو همبرگری (برای موبایل) */
.menu-icon {
display: none;
cursor: pointer;
margin-top: 10px;
color: aliceblue;
align-items: left;
margin-right: 85%;
width: 1px;
height: auto;
margin-bottom: 10px;
}

.header-item{
  padding: 0%;
  display: flex;
  justify-content:space-around;
  width: 100%;
}



/* موبایلللللللللللللللللللللللللللللللللللللللللللللللللللللل */

@media screen and (max-width: 768px) {
  /* استایل منو همبرگر برای این اندازه */
  .menu-icon {
    display: block;
    
}


.header-item{
  padding: 0%;
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}


.up-menu{
  background-color:rgb(255, 251, 0);
  justify-content: center;
  margin-top: 0;
  max-height: 70px;
  width: 100%;
  }


  .up-menu2{
    display: none;
    }
  
  
  .main-logo{
  width:180px;
  height:auto;
  padding-top: 25px;
  padding-bottom: 25px;
  }

  .menu-bar{
    color: #000000;
    background-color:rgb(0, 247, 255);
    text-decoration: none;
    min-height: 79.63px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-top:5px;
    padding-bottom:12px;
    position: relative;
    margin-top: 0px;
    }


    .link-style-f{
      text-decoration: none;
      font-size:14px;
      font-weight:bold;
      font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
      padding-left: 0px;
      padding-right: 10px;
      color: rgb(53, 53, 53);
      }


nav li.active{
  width: 100%;
}

nav{
  background-color: #00c7acf3;
  height: 50px;
  width: 100%;
  justify-content: center;
}

.menu-bar.active {
  flex-direction: column;
  display: flex;
  text-align: right;
  justify-content: right;
  width: 100%;
  align-items: flex-start;
  min-width:10vh;
  z-index: 1500;
  /* opacity: .8; */
}


.menu-bar{
display: none;
}


nav ul li {
    margin: 10px 0;
    display: block;
    margin-left: 0px;
    padding-left: 10px;
}



}

/* موبایلللللللللللللللللللللللللللللللللللللللللللللللللللللل */





/* اسلایدها */
.mySlides {
display: none;
max-width:100%; /* تنظیم عرض حداکثر به عرض پدر */
max-height: 70vh; /* تنظیم ارتفاع حداکثر به ارتفاع مانیتور */
object-fit: contain; /* حفظ نسبت جذابیت تصاویر */
}

/* اسلایدشو کلی */
.slideshow-container {
position: relative;
max-width:fit-content;
margin: auto;
overflow: hidden; /* برش تصاویری که از حاشیه خارج می‌شوند */
}

/* اضافه کردن انیمیشن به تصاویر */
.fade {
animation-name: fade;
animation-duration: 7s;
}

@keyframes fade {
0% { opacity: 0.4; }
20% { opacity: 1; }
70% { opacity: 1; }
100% { opacity: 0.4; }
}


.mainpage-container {
  /* background-color: aquamarine; */
  /* background-image: url('../IMAGE/pic4.webp'); */
  /* position: relative; */
  /* max-width:100%; */
  margin: auto;
  overflow: hidden; /* برش تصاویری که از حاشیه خارج می‌شوند */
  min-height: 69vh;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: dimgray;
  align-items: center;
  place-items:center;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  justify-content:center;
  
  display: flex;
  padding-top: 0;
  margin-top: 0;
  }


.mainpage-container2 {
background-color: aquamarine;
/* background-image: url('../IMAGE/pic4.webp'); */
/* position: relative; */
max-width:100%;
margin: auto;
overflow: hidden; /* برش تصاویری که از حاشیه خارج می‌شوند */
min-height: 69vh;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
color: dimgray;
align-items: center;
place-items:center;
}


.mainpage-container3 {
flex-wrap: wrap;
align-content: space-between;
margin: auto;
overflow: hidden; /* برش تصاویری که از حاشیه خارج می‌شوند */
min-height: 69vh;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
color: dimgray;
align-items: center;
place-items:center;
margin-left: 0px;
margin-right: 0px;
padding: 0px;
justify-content:center;
display: flex;
padding-top: 0;
margin-top: 0;
}


.mainpage-container4 {
flex-wrap: wrap;
align-content: space-between;
margin: auto;
overflow: hidden; /* برش تصاویری که از حاشیه خارج می‌شوند */
min-height: 58vh;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
color: dimgray;

place-items:center;
margin-left: 0px;
margin-right: 0px;
padding: 0px;
justify-content:center;
display: flex;
padding-top: 0;
margin-top: -0px;
}


.mainpage-container5 {
flex-wrap: wrap;
align-content: space-between;
margin: auto;
overflow: hidden; /* برش تصاویری که از حاشیه خارج می‌شوند */
min-height: 75vh;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
color: dimgray;

place-items:center;
margin-left: 0px;
margin-right: 0px;
padding: 0px;
justify-content:center;
display: flex;
padding-top: 0;
margin-top: -0px;
}

.mainpage-container-home-f {
  /* background-color: aquamarine; */
  /* background-image: url('../IMAGE/pic4.webp'); */
  /* position: relative; */
  /* max-width:100%; */
  margin: auto;
  overflow: hidden; /* برش تصاویری که از حاشیه خارج می‌شوند */
  min-height: 80vh;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: dimgray;
  align-items: center;
  place-items:center;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  justify-content:center;
  display: flex;
  padding-top: 0;
  margin-top: 0;
  width: 100%;
  }

.grid-container {
display: flex;
flex-wrap:wrap;
column-gap: 30px;
row-gap: 5px;
/* padding-left: 10%;
padding-right: 10%; */
padding-top: 10px;
padding-bottom: 10px;
flex-direction: row;
justify-content: center;  
margin-top: -30px;
}


.grid-container-home {
  display: flex;
  flex-wrap:wrap;
  column-gap: 30px;
  row-gap: 5px;
  /* padding-left: 10%;
  padding-right: 10%; */
  padding-top: 10px;
  padding-bottom: 10px;
  flex-direction: row;
  justify-content: center;  
  margin-top: -30px;
  }



.grid-container2 {
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap:wrap;
column-gap: 40px;
row-gap: 20px;
/* padding-left:5%; */
/* padding-right: 5%; */
padding-top: 10px;
padding-bottom: 10px;
}



.grid-container3 {
flex-wrap:wrap;
column-gap: 30px;
row-gap: 5px;
/* padding-left: 10%;
padding-right: 10%; */
padding-top: 10px;
padding-bottom: 10px;
flex-direction: row;
margin-top: 0px;
column-count: 1;
display: flex;
justify-content: center;
align-items: center;
columns: 1;
}

.grid-container3-f {
  flex-wrap:wrap;
  column-gap: 30px;
  row-gap: 5px;
  /* padding-left: 10%;
  padding-right: 10%; */
  padding-top: 10px;
  padding-bottom: 10px;
  flex-direction: row;
  margin-top: 0px;
  column-count: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
  columns: 1;
  position:fixed;
  }

  .grid-container-home-f {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 30px;
    row-gap: 5px;
    /* padding-left: 10%;
    padding-right: 10%; */
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: row;
    justify-content: center;  
    text-align: right;
    /* margin-top: -30px; */
    }


.grid-item {
flex-grow: 1;
background-color: #d60416af;
color: rgb(245, 245, 245);
padding: 20px;
margin: 20px;

border: 0px solid #00ffb300;
height: 220px;
max-width: 400px;
overflow: auto;
min-width: 400px;

font-size: 20px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: lighter;
/* align-items: center; */
text-align: left;
/* column-gap: 20px; */
/* row-gap: 10px; */
justify-content: center;
}

.grid-item-home{
  flex-grow: 1;
  background-color: #d60416af;
  color: rgb(245, 245, 245);
  padding: 20px;
  margin: 20px;
  
  border: 0px solid #00ffb300;
  height: 220px;
  max-width: 400px;
  overflow: auto;
  min-width: 400px;
  
  font-size: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: lighter;
  /* align-items: center; */
  text-align: left;
  /* column-gap: 20px; */
  /* row-gap: 10px; */
  justify-content: center;
  }


.grid-item2 {
flex-grow: 1;
background-color: rgb(165, 165, 165);
text-align: center;
padding: 0px;
margin: 0px;
border: 0px solid #ff0000;
height: 200px;
min-width: 200px;
color: rgb(255, 255, 255);
}




.grid-item-home-f{
  flex-grow: 1;
  background-color: rgba(1, 151, 189, 0.877);
  color: rgb(245, 245, 245);
  padding: 20px;
  margin: 0px;
  margin-left: 250px;
  margin-right: 250px;
  border: px solid #00ffb300;
  height: 220px;
  max-width: 400px;
  overflow: auto;
  min-width: 400px;
  font-size: 14px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: right;
  justify-content: center;

  }


.grid-contact {
flex-grow: 1;
background-color: #05dd46b4;
color: rgb(255, 255, 255);
padding: 20px;
margin: 20px;
margin-top: 0px;
margin-bottom: 0px;
border: 0px solid #00f597;
border-radius: 0px;
height: 400px;
overflow: auto;
min-width: 400px;
font-size: 20px;
font-family:Arial, Helvetica, sans-serif;
font-weight: lighter;
text-align: center;
}

.grid-contact-f {
  flex-grow: 1;
  background-color: rgba(3, 172, 107, 0.706);
  color: rgb(255, 255, 255);
  padding: 20px;
  margin: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0px solid #808080;
  border-radius: 0px;
  height: 550px;
  overflow: auto;
  min-width: 400px;
  font-size: 20px;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: lighter;
  text-align: center;
  direction: rtl;
  }




.social-media-links > a > img {
width: 40px;
height: 40px;
display: inline-block;
opacity: 0.5;
}


.paragraph-footer {
color: rgb(231, 231, 231);
background-color:#7c7c7c;
/* text-align: left; */
padding: 0px;
font-size: 24px;
font-family: Arial, Helvetica, sans-serif;
row-gap: 0px;
}


.menu-bar .dropdown {
position: relative;
display: inline-block;
}

.menu-bar .dropdown-f {
  position: relative;
  display: inline-block;
  }

.menu-bar .dropdown-content {
display: none;
position:absolute;
background-color:  #fad502;
min-width:30vh;
box-shadow: 0px 8px 16px 0px rgba(187, 187, 187, 0.2);
z-index: 1;
font-size: 15px;
text-align: left;
line-height: 8px;
margin-top: 2px;
margin-bottom: 2px;

}


.menu-bar .dropdown-content-f {
display: none;
position:absolute;
background-color:  #fad502;
min-width:30vh;
box-shadow: 0px 8px 16px 0px rgba(187, 187, 187, 0.2);
z-index: 1;
font-size: 15px;
text-align: right;
line-height: 8px;
margin-top: 2px;
margin-bottom: 2px;
direction: rtl;
}


/* نمایش منو کشویی هنگامی که نشانگر موس روی دکمه قرار دارد */
#menu-bar + .dropdown-content {
display: block;
position: absolute;
}


/* نمایش منو کشویی هنگامی که نشانگر موس روی دکمه قرار دارد */
#menu-bar + .dropdown-content-f {
display: block;
position: absolute;
}



.menu-bar .dropdown-content .dropdown-content2 {
display:block;
position:absolute;
background-color:  #d4b503;
width: 25vh;
box-shadow: 0px 8px 16px 0px rgba(187, 187, 187, 0.2);
z-index: 400;
font-size: 14px;
text-align: left;
margin-left:30vh;
transform: translate(-10%, -34px);
line-height: 7px;
margin-top: 2px;
margin-bottom: 2px;
}

.menu-bar .dropdown-content-f .dropdown-content2-f {
display:block;
position:absolute;
background-color:  #d4b503;
width: 25vh;
box-shadow: 0px 8px 16px 0px rgba(187, 187, 187, 0.2);
z-index: 400;
font-size: 14px;
text-align:right;
margin-right:25vh;
transform: translate(-10%, -34px);
line-height: 7px;
margin-top: 2px;
margin-bottom: 2px;
direction: rtl;
}



.menu-bar .dropdown:hover .dropdown-content {
display: block;
}

.menu-bar .dropdown-f:hover .dropdown-content-f {
display: block;
}



.menu-bar .dropdown:hover .dropdown-content:hover  .dropdown-content2 {
display: block;
}

.menu-bar .dropdown-f:hover .dropdown-content-f:hover  .dropdown-content2-f {
display: block;
}

.menu-bar .dropdown-content a {
color: rgb(0, 0, 0);
padding: 12px 16px;
text-decoration: none;
display: block;
}

.menu-bar .dropdown-content-f a {
color: rgb(0, 0, 0);
padding: 12px 16px;
text-decoration: none;
display: block;
}

.menu-bar .dropdown-content a:hover {
background-color: #d4b503;
color: rgb(1, 46, 129);
}

.menu-bar .dropdown-content-f a:hover {
background-color: #d4b503;
color: rgb(1, 46, 129);
}


.menu-bar .dropdown-content .dropdown-content2 a:hover {
background-color: #fad502;
color: rgb(1, 46, 129);
}

.menu-bar .dropdown-content-f .dropdown-content2-f a:hover {
background-color: #fad502;
color: rgb(1, 46, 129);
}


.social-link{
width: 60px; 
height: 60px;
filter: invert(00%);
margin-left: 60px;
margin-right: 60px;
margin-top: 20px;
opacity: .7;
/* scale:.78; */
}




.grid-contactform {
flex-grow: 1;
background-color: #4d4d4da4;
color: rgb(70, 70, 70);
padding: 20px;
margin: 20px;
margin-top: 0px;
margin-bottom: 0px;
border: 10px solid #00ff9d;
border-radius:20px;
width: 500px;

overflow: auto;
min-width: 400px;

font-size: 20px;
font-family:Arial, Helvetica, sans-serif;
font-weight: lighter;
/* align-items: center; */
text-align: left;
/* column-gap: 20px; */
/* row-gap: 10px; */
}

.contactform {
width: 500;
height: auto;
margin: 0 auto;
}



.contactform-group {
margin-bottom: 0px;
color: #ccc;
padding-left: 5px;
}


.label-contactform{

margin-bottom: 0px;
color: #00ce78;
font-size: 15px;
position: relative;
display: inline;
}

.contactform-input{
width: 50%;
height: 25px;
padding: 5px;
border: 0px solid #ccc;
border-radius: 0px;
margin-top: -5px;
width: 60%px;
/* margin-left: 100px; */
margin-right: 20px;
margin-bottom: 10px;
}

textarea {
height: 150px;
}

.contactform-button {
background-color: #000;
color: #fff;
padding: 10px;
border: none;
cursor: pointer;
}

.success {
color: green;
}

.error {
color: red;
}











/* موبایلللللللللللللللللللللللللللللللللللللللللللللللللللللل راست */

/* منو همبرگری (برای موبایل) */
.menu-icon-f {
display:none;
cursor: pointer;
margin-top: 10px;
color: aliceblue;
align-items: right;
margin-right: 10%;
/* filter: invert(100%); */
width: 1px;
height: auto;
/* position: relative; */
/* top: 100%;
left: 0; */
margin-bottom: 10px;
/* direction: rtl; */
direction: rtl;
}


@media screen and (max-width: 768px) {

.menu-icon-f {
    display:block;
 }


 .link-style-f{
  text-align: right;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 17px;
 }


  
 


  
li.dropdown-f{
  max-width: 12vh;
}
  

  
  .menu-bar .dropdown-content-f .dropdown-content2-f {
  display:inline;
  background-color:  #d4b503;
  /* min-width:18vh;
  width: 18vh; */
  box-shadow: 0px 8px 16px 0px rgba(187, 187, 187, 0.2);
  z-index: 400;
  font-size: 14px;
  text-align:right;
  
  line-height: 7px;
  margin-top: -1px;
  margin-bottom: 2px;
  margin-right: 13vh;
  direction: rtl;
  }
  




  
 
  


  
}


/* موبایلللللللللللللللللللللللللللللللللللللللللللللللللللللل راست */