@font-face {
    font-family: 'kodak';
    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;
         
}



/* 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: #1ebba3 !important;
}
.nav-link{
    font-family: 'koodak' !important;
}
.navbar-brand{
    font-family: 'yekan' !important;
}
html, body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

/* End Navbar */
/* 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: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/slider/slider4.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

} */
.caption{
    width: 100%;
    position: absolute;
    top: 40%;
    z-index: 1;
    color: #fff;
}
.caption h1{
    font-family: 'Times New Roman';
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.3rem;
    text-shadow: 0.1rem 0.1rem 0.8rem #000;
    padding-bottom: 1rem;
}
.caption h3{
    font-family: 'Times New Roman';
    font-size: 2rem;
    text-shadow: 0.1rem 0.1rem 0.4rem #000;
    padding-bottom: 1.6rem;
}
.caption .btn-start{
    font-family: 'Times New Roman';
    font-size: 1.2rem;
    border-width: 0.1rem;
    border-radius: 0;
    padding: 0.5rem 1rem;
}
.caption a{
    color: #000;
}



/* End Home */

/* About */
.area{
    margin: 0 auto;
    padding: 5rem 2rem 1rem;
}
.area h2{
    font-size: 2.4rem;
    font-family: 'Times New Roman';

}
.area p{
    font-family: 'Times New Roman';

}
.btn-secondary{
    border-width: 0.1rem;
    border-radius: 0;
    font-size: 1.2rem;
    padding: 0.6rem 1.2rem;
    margin: 1rem;
    color: #fff;
    background-color: #1ebba3;
    border-color: #1ebba3;
}
.btn-secondary:hover{
    background-color: #158f7c;
    border-color:#158f7c ;
}

/* End About */
/* Service */
.jumbotron{
    margin-bottom: 0;
    padding: 2rem 0 3.5rem;
    border-radius: 0;

}
h2.title{
    font-size: 2rem;
    font-weight: 800;
}
.underline{
    width: 20rem;
    height: 0.2rem;
    background-color: #1ebba3;
    margin: 1rem auto 2rem;
}
.service i{
    color: #1ebba3;
}
.service h3{
    font-family: 'Times New Roman';
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 0.4rem;
}
.service p{
    font-family: 'Times New Roman';
    font-size: 1.1rem;
}
/* End Service */
/* Product Group */
/* .group-background{
    position: relative;
    background: url('../images/slider/slider2.jpg');
    background-size: cover;
    background-position: center center;
} */
.fixed-wrap{
    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;
   
}
.group-background .dark{
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    padding: 7rem 2rem;
}
/* End Product Group */
/* teachers */
#teachers img{
    width: 100%;
    border-radius: 50%;
}
blockquote{
    text-align: justify;
    font-family: 'Times New Roman';
    font-size: 1rem;
}
blockquote i{
    color: #1ebba3;
    margin: 1rem;
}
blockquote hr{
    border-bottom: 0.1rem solid #1ebba3 ;
}
/* End teachers */
/* Author */

#author .jumbotron{
    padding: 1rem 0 3rem;
    
   
  

}
.staff .card{
    border-radius: 0;
    box-shadow: 2px 2px 5px #1ebba3;
    margin: 1rem 0;
    margin-top: 3.8rem;

}
.staff .card:hover{
    background-color: #158f7c;
}
.staff .card:hover i,
.staff .card:hover h3,
.staff .card:hover p{
    color: #fff;
}
.card-body .img-fluid{
    margin-top: -75px;
}
.card-body h3{
    font-family: 'Times New Roman';
    font-size: 1.5rem;
    color: #000;
    font-weight: 800;
    
}
.card-body h5{
    font-family: 'Times New Roman';
    font-size: 1rem;
    color: #000;
    font-weight: bolder;
}
.card-body p{
    font-family: 'Times New Roman';
    font-size: 0.9rem;
    text-align: justify;
}
.card-body i{
    color: #000;
    font-size: 1.8rem;
}
.card-body i:hover{
    color: #000 !important;
    font-size: 1.8rem;
}


/* End Author */
/* Gallery */
.carousel-item {
    height: 400px; /* Set your desired height */
  }

  .carousel-item img {
    height: 100%;
    object-fit: cover; /* Ensures the image covers the full area */
  }
  .gallery{
    margin-top: 2rem;
  }
 
 
/* End Gallery */
/* modal form */
.hidden {
    display: none;
}
/* End modal form */
/* Footer */
footer{
    padding: 2rem;
    background-color: #343a40;
    color: #fff;
}
footer img{
    height: 7rem;
    margin: 1.6rem;
}
footer p{
    font-family: 'Times New Roman ';
}
footer i{
    color: #fff;
    font-size: 2rem;
    margin: 1.2rem 0.5 0 0;
    padding: 0.8rem 0.2rem;
}
footer i:hover{
    color: #1ebba3;
    font-size: 2.3rem;
}
.footer-hr {
    width: 100%;
    border-top: 0.2rem solid #f5f6f8;
    margin-top: 3rem;
}
footer p .contact{
    text-decoration: none;
    color: #fff;
}
footer p .contact:hover{
    text-decoration: underline;
}
.company-title{
    color: #1ebba3;
}
.company-title:hover{
    color: #1ebba3;
}
/* End Footer */
@media (max-width: 768px) {
    .caption h1 {
        font-size: 2rem;
        letter-spacing: 0.1rem;
    }

    .caption h3 {
        font-size: 1.2rem;
    }

    .caption .btn-start {
        font-size: 1rem;
        padding: 0.4rem 0.8rem;
    }

    .navbar-brand img {
        width: 50px;
        height: 50px;
    }

    .area h2 {
        font-size: 1.5rem;
    }

    .area p {
        font-size: 1rem;
    }

    .carousel-item {
        height: 250px;
    }
}

