/* Font Family */
@font-face {
    font-family: 'koodak';
    src: url('../fonts/KoodakBold.eot?#') format('eot'),
    url('../fonts/KoodakBold.ttf') format('truetype'),
    url('../fonts/KoodakBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nazanin';
    src: url('../fonts/Nazanin.eot?#') format('eot'),
    url('../fonts/Nazanin.ttf') format('truetype'),
    url('../fonts/Nazanin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'yekan';
    src: url('../fonts/Yekan.eot?#') format('eot'),
    url('../fonts/Yekan.ttf') format('truetype'),
    url('../fonts/Yekan.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


#en_p {
    font-family:'Times New Roman', Times, serif;
}
/* END Font Family */

/* ======================== Bottons ================================ */
.button {
  padding: 15px 25px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #04AA6D;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.button:hover {background-color: #3e8e41}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
/* btn-secondary */
.btn-secondary {
    font-family: 'yekan';
    border-width: 0.1rem;
    border-radius: 10px;
    font-size: 0.8rem;
    padding: 0.5rem 0.5rem;
    margin: 0.5rem;
    color: black;
    background-color: #ddd;
    border-color: grey;
    transition: 0.3s;
    opacity: 0.4;
}
.btn-secondary:hover {
    background-color: #3e8e41;
    color: white;
    opacity: 1;
}
/* END btn-secondary */

/* smal btn >>>>>>>>>>>>>>>>>>>>>>>>>>*/
.btn-smal {
    border-width: 0.1rem;
    border-radius: 10px;
    font-family: 'nazanin';
    font-size: 1.0rem;
    padding: 0.2rem 0.5rem;
    /* margin: 0.5rem; */
    color: #81ccf8;
    background-color: #f4511e;
    border-color: #f4511e; 
    opacity: 0.5;
    transition: 0.3s;
    }

.btn-smal:hover {
    opacity: 1;
    color: white;
    
}
   
/* >>>>>>>>>>>>>>>*/
/* ======================== END Bottons ================================ */
/* Navbar */
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: rgb(45, 199, 199) !important;
}

.nav-link {
    font-family: 'koodak' !important;
}

.navbar-brand {
    font-family: 'yekan' !important;
}

.navbar-nav {
    font-family: 'yekan';
    font-size: 1.0rm;
    color: gainsboro;
    margin-top: 1rem;
    

}
/* END Navbar======================================= */

.header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #f1f1f1;
}

.header h2 {
  text-align: center;
}

.progress-container {
  width: 100%;
  height: 5px;
  background: #ccc;
}

.progress-bar {
  height: 5px;
  background: #53999e;
  width: 0%;
}

.content {
  padding: 100px 0;
  margin: 50px auto 0 auto;
  width: 80%;
}
/* END progress bar */

/* Home */
.landing {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    
}

.home-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}

.home-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/root/back1.jpg);
    background-size: cover;
    background-position: center center;
}

.caption {
    width: 100%;
    position: absolute;
    top: 40%;
    z-index: 1;
    color: rgb(157, 240, 189);
}

.caption h1 {
    font-family: 'yekan';
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 0.3rem;
    text-shadow: 0 0 5px #FF0000, 0 0 6px #0000FF;
    /* text-shadow: 0.1rem 0.1rem 0.8rem #000; */
    padding-bottom: 1rem;
    
}
.caption h3 {
    font-family: 'koodak';
    font-size: 2rem;
    padding-bottom: 1.6rem;
    text-shadow: 0 0 5px #FF0000, 0 0 6px #0000FF;
}

.caption .btn-start {
    font-family: 'yekan';
    font-size: 1.2rem;
    border-width: 0.1rem;
    border-radius: 0;
    padding: 0.5rem 1rem;
}
/* End Home */

/* About us */
#about .jumbotron {
    padding: 7rem 0 5rem; 
    opacity: 0.95;
    margin: 1rem 0;
    
}
.card {
    border-radius: 20px;
    box-shadow: 10px 10px #168f7d;
    
}
    
.about .card h2 {
font-family: 'yekan';
font-size: 1.8rem;
font-weight: 800;
}
.about .card h3 {
    text-align: right;
    color: #0f9e22;
    font-family: 'yekan';
    font-size: 1.6rem;
    font-weight: 200;
    }

.about .card p {
    font-family: 'nazanin';
    font-size: 1.4rem;
    color: #000;
    text-align: justify;
}

.card-body i {
    color: #25611b7e;
    font-size: 1.5rem;
}
.card-body i:hover {
    color: #4dd335;
    font-size: 1.5rem;
    
} 

/* END About us */

/* Services */
#servicesclass .jumbotron {
    padding: 6rem 0 3.5rem;
    border-radius: 0;   
    
}



.servicesclass .cardservice {
    margin-top: 1rem;
    box-shadow: 2px 2px 5px #168f7d;
    border-radius: 20px;
    min-height: 43rem;
    /* height: 43rem;  
    overflow-y: auto;   */
        
}

.servicesclass .card-title {
    font-family: 'yekan';
    font-size: 1.6rem;
    font-weight: 800;
    color: #000;
}

.servicesclass .cardservice p {
    font-family: 'nazanin';
    font-size: 1.5rem;
    text-align: justify;
    border-radius: 0;   
    
}


.servicesclass1  :hover
  {    
    background-color: #168f7d;
    border-radius: 20px;
      
}
.servicesclass .servicesclass1 :hover h2,
.servicesclass .servicesclass1 :hover .card-title,
.servicesclass .servicesclass1 :hover p,
.servicesclass .servicesclass1 :hover i,
.servicesclass .servicesclass1 :hover ul
 {
    color: #c2eee7;
    
}
.servicesclass .servicesclass1 ul p {
    font-size: 1.1rem;
    color: rgb(71, 72, 78);
}


.service i{
    color: #1148c0d3;
}

.service h3 {
    font-family: yekan;
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 0.4rem;
}

.service p {
    font-family: 'nazanin';
    font-size: 1.4rem;    
}

.servicesclass1 ul {
    font-family: 'nazanin';
    font-size: 1.4rem;
    text-align: right;
        
}


/* END Services =================================================================*/

/* Product Group */
#product-group {
    z-index: 100;
}

.group-backgroun {
    position: relative;
}

.fixed-wrap {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1 !important;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../images/root/back2.jpg);
    background-size: cover;
    background-position: center center;
}

.group-backgroun .dark {
    background-color: rgba(11, 37, 94, 0.712);
    color: #a6d8f0;
    padding: 7rem 2rem;
}

#card-service {
    /* height: 42rem; */
    min-height: 43rem;
    background-color: transparent;
    border-radius: 25px;
    box-shadow: 2px 2px 5px #f1f1f1;
    margin-top: 1rem;
    /* overflow-y: auto;   */
    .header {
        font-family: 'yekan';
        font-size: 5rem;
    }
    .card-title-main {        
        font-family: 'nazanin';
        
    }
    .card-title {
        font-family: 'Times New Roman', Times, serif;
    }
    .card-body {
        font-family: 'nazanin';
    }
    .btn {
        background-color: transparent;
        border-width: 0;
    }
    .p {
        text-align: justify;
    }
}


 
.container1 .card p {
    font-family: 'nazanin';
    font-size: 1.1rem;
    text-align: justify;
}    

.container1 .card h4 {
    font-family: 'yekan';
    font-size: 1.7rem;
    font-weight: 400;
}

.container1 h2 {
    font-family: 'yekan';
    font-size: 1.8rem;
    font-weight: 600;
}
    
    

#product-group-card :hover {
   /* transform: scale(1.01); */
   box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06); 
}

.container1 h3 {
    font-family: 'yekan';
    font-size: 1.5rem;
    text-align: right;
    padding-right: 3rem;

}

.container1 ul {
    list-style-type: none;
}


 

/* End Product Group ===========================================================*/

/* Contact Us*/
#contactus {
    z-index: 100;
}

.contactus {
    position: relative;
}

#contactus .fixed-wrap {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1 !important;
}

#contactus .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../images/root/contactus.jpg);
    background-size: cover;
    background-position: center center;
}

#contactus .dark {
    background-color: rgba(11, 37, 94, 0.712);
    color: #a6d8f0;
    padding: 7rem 2rem;
}

#contactus .card {
    background-color: transparent;
    font-size: 1.2rem;
    box-shadow: 1px 1px 3px blue;
}
#contactus .card h2,
#contactus .card h3,
#contactus .card h4

{
    font-family: 'yekan';
    font-size: 1.5rem;
    font-weight: 600;
}
#contactus .card p,
#contactus .card a {
    font-family: 'nazanin';
    font-size: 1.5rem;
    color: rgb(245, 245, 245);
    text-align: justify;
}
#contactus .card  a:hover  {
    font-size: 1.7rem;
    color: #4dd335;
}

/* END Contanct us */

/* FOOTER */
footer{
    padding: 2rem 0 0;
    background-color: #85a2f08e;
    color: #fff;
}
footer img {
    height: 3rem;
    margin: 0.6rem;
}
footer p {
    font-family: 'yekan';   
}
footer i {
    color: #fff;
    font-size: 1.8rem;
    margin: 1.2rem 0.5rem 0 0;
}
footer i:hover {
    color: #13bba3;
}
 .footer-hr {
    width: 100%;
    border-top: 0.2rem solid #8da6eb;
    margin-top: 3rem;

 }
 .sepanta-title {
    color: #18d1b5;
 }
/* END FOOTER */

/* Fab BTN ======================= منوی بازشونده از پایین سایت*/
.btn-group-fab {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: auto;
}
.btn-group-fab .btn {
    border-radius: 50%;
    color: #fff;
    position: absolute;
    bottom: 0;    
}
.btn-group-fab .btn-main {
    width: 50px;
    height: 50px;
    z-index: 2;
    line-height: 2;
}
.btn-group-fab .btn-sub {
    right: 50%;
    bottom: 2px;
    z-index: 1;
    margin-right: -18px ;
    transition: all 0.6s;
}
.btn-group-fab.active .btn-sub:nth-child(2) {
    bottom: 60px;
}
.btn-group-fab.active .btn-sub:nth-child(3) {
    bottom: 110px;
}
.btn-group-fab.active .btn-sub:nth-child(4) {
    bottom: 160px;
}
/* END Fab BTN */


/*  GO TO UP BTN */

#btn-back-to-top {
position: fixed;
bottom: 20px;
right: 20px;
display: none;
}
/*==============*/

/* PROGRESS BAR **************************/
/* Layout */
#reading-progress {
    position: fixed;
    width: 100%;
    height: 5px;
    z-index: 9999;
    top: 4rem;
    left: 0;
}

#reading-progress-fill {
    height: 5px;
    width: 0;
    border-radius: 20px;
}
/* Theme */
#reading-progress-fill {
    -webkit-transition: width 100ms ease;
    -o-transition: width 100ms ease;
    transition: width 100ms ease;
    background-color: #0f9e22;
}
/* END PROGRESS BAR **************************/

/* Reveal for up scroll show Items */

.reveal{
  position: relative;
  transform: translateY(250px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}
/* END ************** Reveal for up scroll show Items */



/* TEST */


/* END Test */


