@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@font-face{

    font-family: "NorahanFont";
  src: url("//fonts/homa.ttf"),
    url("//fonts/homa-webfont.woff") format("woff"),
    url("//fonts/homa-webfont.woff2") format("woff2");

}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

canvas{
    display:block;
    /* vertical-align:bottom; */
  }

body{
    font-family: 'NorahanFont','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.4;
    
}

a{
    text-decoration: none;
}

/* p{
    margin: 0.75rem 0;
} */

/* Utility Classes */

.dropdown {
    position: relative;
    display: inline-block;
  }

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f4f4f4;
    margin-top: 10px;
    padding: 4px 6px;
    min-width: fit-content;
    overflow: hidden;
    white-space: nowrap;
    left: 0.3vw;
    /* overflow:auto; */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 5;
    border-bottom-right-radius: 5%;
    border-bottom-left-radius: 5%;
    direction: rtl;
  }

  /* Links inside the dropdown */
  .dropdown-content a {
    color: #f4f4f4;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {
      background-color: #ddd; 
    }
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
      display: block; 
    }
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {
      background-color: brown; 
      color: #f4f4f4 !important;
      border-radius: 5px;
    }
.container{
max-width: 1100px;
margin: auto;
padding: 0 2rem;
overflow: hidden;
}
.typewrite{
    color: brown;
}
.text-center{
    text-align: center;
}

.text-primary{
    color: brown;
}
.text-what{
    color: white;
   /* background-color: brown;*/
}

.no-select{
    user-select: none;
}

.bg-light{
    background: #f4f4f4;
    color: #333;
}
.bg-dark{
    background: #333;
    color: #fff;
}
.bg-primary{
    background: brown;
    color: #fff;
}
.l-heading{
    font-size: 4rem;
    margin-bottom: 0.75rem;
    line-height: 1.1;
}
.m-heading{
    font-size: 1rem;
    margin-bottom: 0.75rem;
    line-height: 1.1;
}
.lead{
    font-size: 1.3rem;
    margin-bottom: 2rem;
}
.py-1{ padding: 1.5rem 0; }
.py-2{ padding: 2rem 0; }
.py-3{ padding: 3rem 0; }

.p-1{ padding: 1.5rem; }
.p-2{ padding: 2rem; }
.p-3{ padding: 3rem; }

.btn{
    display: inline-block;
    color: #fff;
    background-color: brown;
    padding: 0.5rem 2rem;
    border: none;
    border-radius: 5px;
}

.btn:hover{
    background: white;
    color: brown;
}

.btn-dark{
    background: #333;
    color: #fff;
}

.list{
    margin: 0.5rem 0;
    list-style: none;
}

.list li{
    padding: 0.5rem 0;
    border-bottom: #444 dotted 1px;
}
/* Navbar */
#navbar{
    display: flex;
    position: sticky;
    top: 0;
    background: #f4f4f4;
    color: #333;
    justify-content: space-between;
    z-index: 4;
    padding: 1rem;
    max-height: 70px;
}

#navbar ul{
    display: flex;
    align-items: center;
    list-style: none;
}

#navbar ul li a{
    color: #333;
    padding: 0.75rem;
    margin: 0 0.25rem;
}

#navbar ul li a:hover{
    background: brown;
    color: #f4f4f4;
    border-radius: 5px;
}

/* Showcase */
#showcase{
    background: #333 url('../img/project_background.jpg')
    no-repeat center center/cover;
    height: 30vh;
    color: #fff;
}

#showcase .showcase-content{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 30vh;
    padding: 0 2rem;
    /* Overlay */
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0, 0.4);
}

/* Section: What We Do */
#what .items {
    display: flex;
    padding: 1rem;
    
}

#what .items .item{
    flex: 1;
    text-align: center;
    padding: 1rem;

}

#what .items .item i {
    background: brown;
    /* color: brown; */
    padding: 1rem;
    border-radius: 50%;
    margin-bottom: 1rem;
}

/* Section: Who We Are */
.who {
	display: flex;
    width: 100%;
    direction: rtl;
}

.who div:first {
    flex:25%;
}
.who-text{
    width: 75%;
    border-bottom: 3px solid brown;
}
/* PROJECTS PICURES */

.who .who-img {
    background: url('../img/projects/post1-ILAM.jpg')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown;
}
.who .who-img2 {
    background: url('../img/projects/post2-damavand.jpg')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown;
}
.who .who-img3 {
    background: url('../img/projects/post3-sanandaj.jpg')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown;
}
.who .who-img4 {
    background: url('../img/projects/post4-shirvan.jpg')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown;
}
.who .who-img5 {
	background: url('../img/projects/post5-tshiren.jpg')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown;
}



.who .who-img7 {
	background: url('../img/projects/post7-sarcheshmeh.jpg')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown;
}

.who .who-no-img {
	background: url('../img/image-not-found.png')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown;
}

.who .who-img8 {
	background: url('../img/projects/post8-shariati.jpg')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown;
}
.who .who-img9 {
	background: url('../img/projects/post9-neyshabour.jpg')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown;
}
.who .who-img11 {
	background: url('../img/projects/post22-karaj.jpg')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown;
}
.who .who-img12 {
	background: url('../img/projects/post12-bandarabbas.png')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown;
}
.who .who-img13 {
	background: url('../img/projects/post13-arak.jpg')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown;
}
.who .who-img14 {
	background: url('../img/projects/post14-BANDAR_IMAM.jpg')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown;
}
.who .who-img15 {
	background: url('../img/projects/post15-almahdi.jpg')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown;
}
.who .who-img16 {
	background: url('../img/projects/post16-jahrom.jpg')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown;
}
.who .who-img17 {
	background: url('../img/projects/post17-almahdi.jpg')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown;
}
.who .who-img18 {
	background: url('../img/projects/post18-hormozgan.jpg')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown;
}
.who .who-img19 {
	background: url('../img/projects/post19-poyesh.png')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown;
}
.who .who-img20 {
	background: url('../img/projects/post20-yazd.jpg')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown;
}
.who .who-img21{
    background: url('../img/projects/post21-qazvin.jpg')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown; 
}
.who .who-img23{
    background: url('../img/projects/post23-islamabad.jpg')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown; 
}
.who .who-img24{
    background: url('../img/projects/post20-yazd.jpg')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown; 
}
.who .who-img25{
    background: url('../img/projects/post24-urmia.jpg')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown; 
}
.who .who-img26{
    background: url('../img/projects/post25-tishreen.jpg')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown; 
}
.who .who-img27{
    background: url('../img/projects/post26-kerman.jpg')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown; 
}
.who .who-img28{
    background: url('../img/projects/post-ilam.jpg')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown; 
}
.who .who-img29{
    background: url('../img/projects/post-arak.jpg')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown; 
}
.who .who-img30{
    background: url('../img/projects/various.jpg')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown; 
}
.who .who-img31{
    background: url('../img/projects/post-tabriz.jpg')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown; 
}
.who .who-img32{
    background: url('../img/projects/meiduk.jpg')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown; 
}
.who .who-img33{
    background: url('../img/projects/post-bahonar.jpg')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown; 
}
.who .who-img34{
    background: url('../img/projects/post-tehran.jpg')
	no-repeat center center/cover;
    width: 25%;
    border-bottom: 3px solid brown; 
}
.who img{
    margin-bottom: 15px;
}


/* Section: Clients */
#clients .items{
    display: flex;
    align-items: center;
}

#clients .items img{
    display: block;
    position: relative;
    margin: auto;
    width: 13rem;
}

.sister-left{
    display: block;
    position: relative;
    right: 50%;
}


/* Section: Contact */
#contact{
    display: flex;
    direction: rtl;
}

#contact .map, #contact .contact-form {
    flex: 1;
    direction: rtl;
}

#contact .contact-form .form-group{
    margin: 0.75rem;
}

#contact .contact-form label{
    display: block;
}

#contact .contact-form input , 
#contact .contact-form textarea{
    width: 100%;
    padding: 0.5rem;
} 

.map-content{
    border:none;
    width: 100%; 
    height: 100%; 
}

/* Social media buttons style */

 /* Style all font awesome icons */
 .social-media {
    padding: 20px;
    font-size: 30px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    color: #f4f4f4 !important;
  }
    
  /* Add a hover effect if you want */
  .fa:hover {
    opacity: 0.7;
    color: #f4f4f4;
  }
  
  /* Set a specific color for each brand */
  
  /* Facebook */
  .fa-linkedin {
    background: #3B5998;
    color: white;
  }

  .fa-linkedin:hover{
      background-color: #3B5998;
      color: brown;
  }
  
  /* Twitter */
  .fa-twitter {
    background: #55ACEE;
    color: white;
  } 

/* back to top button */
  .intro-copy {
    padding: 1em;
    margin: 50vh auto;
    max-width: 15em;
    font-family: Helvetica;
    font-weight: lighter;
    font-size: 2em;
    line-height: 1.2;
    text-align: center;
}
.top-link {
    transition: all 0.25s ease-in-out;
    position: fixed;
    bottom: 0;
    left: 0;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin: 0 0 3em 3em;
    border-radius: 50%;
    padding: 0.25em;
    width: 60px;
    height: 60px;
    background-color: brown;
    z-index: 3;
}
.top-link.show {
    visibility: visible;
    opacity: 1;
}
.top-link.hide {
    visibility: hidden;
    opacity: 0;
}
.top-link svg {
    fill: #f4f4f4;
    width: 24px;
    height: 12px;
}
.top-link:hover {
    background-color: #e8e8e8;
}
.top-link:hover svg {
    fill: #000;
}

/* scroll indicator */

 
  /* The progress container (grey background) */
  .progress-container {
    width: 100%;
    height: 8px;
    background: #f4f4f4;
    position: fixed;
    top: 70px;
    z-index: 1;
  }
  
  /* The progress bar (scroll indicator) */
  .progress-bar {
    height: 8px;
    background: brown;
    width: 0%;
  }
  
  
/* ---- particles.js container ---- */

#particles-js{
    width: 98vw;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 1;
  }

  #showcase-text{

    display: block;
    position: absolute;
    top: 10vh;

  }

  /* Header logo config */
  .header-logo{
    /* margin-top: 5px; */
    height: 100%;

  }

  #shocase-button{
    display: block;
    position: absolute;
    top: 390px;
      z-index: 2;
  }


  
