* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  font-family: 'Poppins', sans-serif;


}
nav {
  background-color: rgb(51, 51, 51);

}

.contact{
  margin-top: 88px;
  padding: 100px 0;
  background-image: url(../images/contact.jpg);
}

.contact h2{
  color: #ffffff;
}



.contact .container{
  background-color: rgba(58, 58, 58, 0.795);
  padding: 50px;
  backdrop-filter: blur(10px);
  border-radius: 20px;
  max-width: 1600px;
}

address{
  font-size: 14px;
}


address i{
  margin-bottom: 20px;
}

a{
  text-decoration: none;
  color: #212121;
  font-weight: bolder;
}


.contact .col-lg-6{
  width: 49%;
  position: relative;
}

.buttomUK{
  position: relative;
}


.flagImage{
  position: absolute;
  top: 15px;
  right: 15px;
}














.contact-form {
  padding: 20px;
  border-radius: 10px;
  width: 80%;
  margin: auto;
  background-color: #9b9b9b;
  margin-top: 60px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.733);
}

.contact-form h2 {
  text-align: center;
  margin-bottom: 10px;
  color: #2c3e50;
}

.contact-form .form-group {
  margin-bottom: 10px;
}

.contact-form .form-control {
  width: calc(100% - 20px);
  padding: 8px;
  border: 1px solid #2c3e50;
  border-radius: 5px;
  font-size: 14px;
}

.btnWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.contact-form .btn {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}

.contact-form .btn-primary {
  background-color: #2a2a2b;
}

.contact-form .btn-linkedin {
  background-color: #0077b5;
}

.contact-form .btn-whatsapp {
  background-color: #25d366;
}

.contact-form .btn:hover {
  opacity: 0.9;
}


@media (max-width: 1229px){
  address{
    font-size: 13px;
  }
  
}

@media (max-width: 1199px){
  address{
    font-size: 10px;
  }
  
}

@media (max-width: 767px) {
  .contact-form .form-control {
    width: 100%;
  }

  .contact .col-lg-6{
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }

  .contact-form {
    border-radius: 10px;
    width: 100%;
    margin: auto;
    background-color: #9b9b9b;
    margin-top: 60px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.733);
  }

  .contact-form .btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .contact-form .btn i {
    margin-right: 0;
  }

  .contact-form .form-control {
    width: 100%;
  }

  .btnWrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
  }

  address{
    font-size: 15px;
  }
  

}









/* footer */
footer {
  background-color: #212121;
  color: #ffffff;
}
/* end of footer */
