/* header */
.connet-container {
  height: 400px;
  background-image: url("../assets/cnt.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.connet-childern {
  display: grid;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  padding-left: 100px;
  color: rgb(255, 255, 255);
}

.connet-childern h1{
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 10px;
}
.connet-childern p{
  font-size: 25px;
  font-weight: 500;
  margin-top:15px;
}

.contact-form {
  padding: 50px 15px;
  background-color: #EDF5F2;
  font-size: 16px;
}
.content {
  padding-left: 90px;
  width: 100%;
}
span {
  color: red;
}
.kindly {
  font-weight: bolder;
}
.inputforms {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.sales {
  color: rgb(247, 5, 5);
  cursor: pointer;
  font-weight: bold;
  margin-left: 4px;
}
.sales:hover {
  color: rgb(245, 105, 58);
}
.submit-btn {
  margin-top: 10px;
  background: #1DA098;
  border: none;
  color: white;
  width: 90px;
  height: 40px;
  font-size: 15px;
}

.formpattern input {
  border: 1px solid rgb(224, 215, 215);
  outline: 0;
  margin-top: 3px;
  padding: 10px 0px 10px 10px;
}
.formpattern select {
  border: 1px solid rgb(224, 215, 215);
  outline: 0;

  appearance: none;
  color: gray;
}
.comment input {
  border: 1px solid rgb(224, 215, 215);
  outline: 0;
  padding: 10px 0px 30px 20px;
}
.txt {
  display: flex;
}
.selected {
  color: rgb(224, 215, 215);
}
option {
  background-color: black;
  color: rgb(224, 215, 215);
}
/* Original styles here... */


.link {
  color: rgb(125, 123, 123);
  display: flex;
  align-items: center;
  cursor: pointer;
}

a {
  text-decoration: none;
}
.location {
  height: 350px;
  margin: 90px;
  background: #ffffff;
}
.location-head {
  color: #002448;
  height: 100px;
  padding-top: 10px;
}
.location-content {
  display: flex;
  gap: 40px;
}
.btn-1 {
  border: none;
  color: grey;
  background-color: inherit;
  padding: 14px 28px;
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
}
.btn-1:hover {
  background: #dcdada;
  color: black;
}
.us-content {
  width: 200px;
  height: 200px;
  padding-top: 20px;
}
.content-part {
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-head {
  letter-spacing: 10px;
  font-size: 26px;
}
.form-group label {
  font-size: 15px;
}

.btn-contact,btn-contact:hover,.btn-contact:active{
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  /* Adjust styles for smaller screens */
  .connet-childern {
    padding-top: 150px;
    padding-left: 20px;
  }

  .form {
    padding: 10px;
  }

  .content {
    margin-left: 10px;
    width: 90%;
  }
}
@media (max-width: 500px) {
  .connet-childern {
    font-size: 34px;
    padding-top: 150px;
    padding-left: 20px;
  }
  .text-head{
    letter-spacing: 5px;
    font-size: 25px;
    margin-left: -100px;
  }
  .txt{
    margin-left: -100px;
  }
  .sales{
    font-size: 15px;
  }
  .formpattern{
    margin-left: -100px;
  }
}
@media (max-width: 350px) {
  .connet-childern {
    font-size: 24px;
    padding-top: 150px;
    padding-left: 20px;
  }
  .text-head{
    letter-spacing: 5px;
    font-size: 15px;
    margin-left: -100px;
  }
  .txt{
    margin-left: -100px;
  }
  .sales{
    font-size: 15px;
  }
  .formpattern{
    margin-left: -90px;
  }
  .comment{
    margin-left: -100px;
  }
  .submit-btn{
    margin-left: -80px;
  }
  .location{
    margin-top: 10px;
    margin-left: 5px;
  }
  .location-content{
   margin-top: -48px;
   margin-left: 6px;
  }
 .content-part{
  font-size: 12px;
  margin-left: 40px;  
 }
 .sales{
  font-size: 10px;
 }
}
@media (max-width: 992px) {
  .img-fluid {
    height: 100%;
    width: 110%;
  }
}
@media (max-width: 765px) {
  .img-fluid {
    height: 100%;
    width: 105%;
  }
}

@media (max-width: 576px) {
  .head-title {
    font-size: 20px;
  }
  .head_color {
    font-size: 29px;
  }
  .card-container .card {
    width: 95%;
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }
  .img-fluid {
    width: 105%;
  }
  .logo {
    margin-left: -70px;
  }
  .navbar-toggler {
    margin-left: -10px;
  }
}

@media (max-width: 350px) {
  .awds-img {
    margin-left: 10px;
    width: 100%;
  }
  .img-fluid {
    height: 120%;
  }
  .head-title {
    font-size: 18px;
  }
  .logo {
    margin-left: -70px;
  }
  .navbar-toggler {
    margin-left: -190px;
  }
}
@media (max-width: 330px) {
  .img-fluid {
    width: 120%;
    height: 110%;
  }

  .footer-laste-heading h6 {
    font-size: 12px;
  }
  .fa {
    font-size: 13px;
  }
  .social-icon-footer {
    display: flex;
    gap: 10px;
  }
  .btn-home {
    margin-top: 30px;
    color: #f68a39;
    border: 1px solid #f68a39;
    background-color: transparent;
    width: 40%;
    height: 2rem;
  }
  .card-body {
    padding: 19px 10px;
    height: 9rem;
    background-color: #2a2a2a;
    color: white;
  }
  .logo {
    margin-left: -70px;
  }
  .navbar-toggler {
    margin-left: -220px;
  }
  .head-parts{
    display: flex;
    gap: 25px;
    font-size: 18px;
  
  }
  .dropbtn-industry:hover{
    color: orangered;
  
  }
.searchbar{
  font-size: 18px;
}

 
}

