@import url("font.css");
@import url("colors.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font-en);
}
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.line {
  color: black;
  margin: 0 auto;
  width: 90%;
  display: block;
  opacity: 1;
}
/* ----nav---- */
.navbar{
  height: 70px !important;
  border-bottom: 3px solid var(--nudelg-color) !important;
}
.navbar ul li a{
  display: flex;
  align-items: center;
  
  height: 70px;
}
.navbar ul li a:hover:not(.active){
  background-color: var(--nudelg-color);
  


}
.navbar-toggler{
  border: none !important;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:hover {
  border: none !important;
  box-shadow: none !important;

}
.lang-text{
  color: var(--nudeb-color);
}

.logo-img{
  width: 25px;
  height: 25px;
  width: 25px;
  height: 25px; 
}
.animated-fadein{
  opacity: 0;
  animation: fadeIn 2s forwards;
}
.flag {
  width: 24px;
  height: 24px;
}
.active{
  color: var(--nudeg-color) !important;
}
.logo-con{
  width: 210px;
}
.logo-con span{
  color: var(--third-color);
}
/* ----slider---- */
@keyframes fadeIn{
  to{
    opacity: 1;
  }
}
.animated-sidein{
  transform: translatex(-100%);
  animation: sideIn 2.5s forwards;
}
@keyframes sideIn{
  to{
    transform: translatex(0);
  }
}
#btn-slider{
  text-decoration: none;
  color: var(--nudew-color);
  font-weight:300;
}
.c-text{
  color: var(--nudew-color);
  font-size: 0.5rem;
}

.c-img{
  height: 480px;
  object-fit: cover;
}
/* ----services---- */
.service-con {

  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  
  border-radius: 8px;
  padding: 8px 16px;
}
.service-header{
   color: var(--third-color);
}
.imageService {
  display: block;
  margin: 0 auto;
  width: 80px;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.imageService:hover {
  filter: grayscale(100%);
  transform: scale(1.1);
} 
.service-con  .card{
    border-radius: 5px;
  border: none !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
  
}
.card-body p{
  font-size: 0.9rem;
}


/* ----footer---- */
.footer{
  background-color: var(--nudelg-color);
}
.footer .widget-title {
  /* font-size: 1rem; */
  font-weight: 700;
}
footer ul li img,
.address-icon img{
  transition: 0.3s ease;
}
footer ul li img:hover,
.address-icon img:hover
 {
  transform: scale(1.1);
  opacity: 1;
}
footer img{
  width: 22px;
  height: 22px;
}
footer ul li a{
  text-decoration: none;
  margin: 5px;
}
.communication-con{
  width: 165px;
}


.copy-right{
  background-color: var(--nudeg-color);
  height: 30px;
  text-align: center;
  padding: 5px;
}
.copy-right p{
  color: var(--nudew-color);
  font-size: 0.8rem;
}


/* --------------------project page-------------------- */
.project-con img{
  display: block;
  margin: 0 auto;
  width: 150px;
}
.project-con  h1{
  color: var(--third-color);
}
.project-con .card{
  border-radius: 8px;
}
.project-con .card-text{
  font-size: 0.9rem;
}
.project-con .carousel-buttons{
  display: flex;
  justify-content: center;
}

.project-con .carousel-buttons .carousel-btn{
  display: flex;
  margin: 5px;
  color: var(--third-color) ;
  background-color: white;
  border: none;
  transition: transform 0.2s ease;

  

}
.project-con .carousel-btn:hover {
  transform: scale(1.10);
}
.carousel-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  font-size: 32px;
}
/* --------------------about us page-------------------- */
.introduction-con{

  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 8px 16px;
}
.introduction-con img {
    width: 350px;

  }

.introduction-header {
  color: var(--third-color);
}
.introduction-img{
  display: flex;
  justify-content: end;
}
/* --------------------contact us page-------------------- */
.map-container {
  margin: 0 auto;
  width: 80%;
  height: 300px;
  border: 1px solid var(--nudelg-color);
  border-radius: 8px;
  overflow: hidden;
}
.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.table th img{
  width: 25px;
  margin: 10px;
}
.header-contact{
color: var(--third-color);
font-weight: 700;
}
/* --------------------home page responsive-------------------- */
@media (max-width:576px){
  .lang-btn{
    display: none;
  }
  .navbar{
    height: auto !important;
  }
  .navbar ul li a{
    height: 50px;
  }
  .navbar ul li a:hover:not(.active),
  .navbar ul li a span:hover:not(.active){
    color: var(--nudedg-color)!important;
    background-color: var(--nudew-color);
    border-radius: 5px;
  }
  .card{
width: 18rem;
display: block;
margin: 0 auto;
  }
  
}
@media (max-width:992px){
  .lang-btn{
    display: none;
  }
  .navbar{
    height: auto !important;
  }
  .navbar ul li a{
    height: 50px;
  }
  .navbar ul li a:hover:not(.active),
  .navbar ul li a span:hover:not(.active){
    color: var(--nudedg-color)!important;
    background-color: var(--nudew-color);
    border-radius: 5px;
  }
  .c-img{
    height: 280px;
    object-fit: cover;
  }
}
/* --------------------project page responsive-------------------- */
@media screen and (max-width: 768px){
  .project-con .card{
    height: 100%
  }
  .project-con .carousel-buttons .carousel-btn i{
    display: none;
  }
}
/* @media (max-width: 992px) {
  .navbar .links,
  .navbar .action_btn {
    display: none;
  }
  .navbar .toggle_btn {
    display: block;
  }
} */
/* --------------------about us page responsive-------------------- */
@media screen and (max-width: 768px) {
  .heading {
    padding: 0px 20px;
  }
  .heading h1 {
    font-size: 36px;
  }
  .heading p {
    font-size: 17px;
  }
   .introduction-img{
    justify-content: center;
   }
   .introduction-txt{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
   }
}

/* @media (max-width: 992px) {
  .navbar .links,
  .navbar .action_btn {
    display: none;
  }
  .navbar .toggle_btn {
    display: block;
  }
} */
/* --------------------contact us page responsive-------------------- */
@media (max-width: 768px) {
  .map-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .map-container,
  .contact-info {
    max-width: 90%;
  }
  table th img{
  width: 10px;
  margin: 2px;
}
}

/* @media (max-width: 992px) {
  .navbar .links,
  .navbar .action_btn {
    display: none;
  }
  .navbar .toggle_btn {
    display: block;
  }
  .dropdown_menu {
    display: block;
  }
} */
/* @media (max-width: 576px) {
  .dropdown_menu {
    left: 2rem;
    width: unset;
  }
} */
