
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i');

.header{
    background: url(images/g1.webp);
 
    
    padding: 20px;
    color: white;
    
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    background-color: rgba(0, 0, 0, 0.973);  
    z-index:17;
}

.form1{
    background-color: #77766f;
    padding: 20px;
    border-radius: 20px;
}
 

.form2{
    background-color: #f5f251;
    padding: 20px;
    border-radius: 20px;
}
 

.card{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
 

.nav-link{
    font-family: 'Noto Sans', sans-serif;
    line-height: 1.80857;
    font-weight: 600;
}

.but1{
    justify-content: center;
    align-items: center;
    text-align: center;
    display: block;
}

.carousel-item {
    position: relative;
  }
  
  /* .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(43, 26, 26, 0.692);  
    
  } */

  .header_name{
    color: #333;
    font-size: 30px;
    font-family: 'Noto Sans', sans-serif;
    line-height: 1.80857;
    font-weight: 400;
  }
 
 .image1{
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
 }

  .marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  
  .marquee span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 10s linear infinite;
  }
  
  @keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
  }


  .marks{
    font-size: 60px;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;

  }

  .card{
    border-color: #ed254e;
  }

  .icons{
    font-size: 50px;
    text-align: center;
    padding: 30px;
    color: #ed254e;
  }

  .our_works{
    background-color: #ff5151;
  }


  .high-details {
    display: flex;
    justify-content: start;
    align-items: center;
}

 

.high-details span img.location-icon {
    width: 20px;
}

.high-details p {
    padding-left: 15px;
    margin: 12px;
    font-size: 16px;
}

.gallery{
    background-color: #f1a66a;
}

.container .contact-form {
    width: 53%;
    margin-left: 2%;
    float: left;
  }
  .container .contact-form .title {
    font-size: 2.5em;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #242424;
    margin: 5% 8%;
  }
  .container .contact-form .subtitle {
    font-size: 1.2em;
    font-weight: 400;
    margin: 0 4% 5% 8%;
  }
  .container .contact-form input,
  .container .contact-form textarea {
    width: 330px;
    padding: 3%;
    margin: 2% 8%;
    color: #242424;
    border: 1px solid #B7B7B7;
  }
  .container .contact-form input::placeholder,
  .container .contact-form textarea::placeholder {
    color: #242424;
  }
  .container .contact-form .btn-send {
    background: #A383C9;
    width: 180px;
    height: 60px;
    color: #FFFFFF;
    font-weight: 700;
    margin: 2% 8%;
    border: none;
  }
  
  .title{
    font-family: 'Noto Sans', sans-serif;
  }

  .location-image {
    border: 8px solid #b18e4e61;
    border-radius: 25px;
    padding: 5px;
}

.footer{
    background-color: #f1a66a;
    padding: 20px;
}



.blurred-img {
    filter: blur(6px);
    transition: filter 0.3s ease;
  }
