#contact{
  padding: 40px 0;
  color:#d01147;
  background-color: #f2d1d7;
  min-height: 70vh;
}

.row{
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
}

.contact-left,
.contact-right{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-left: 0;
}

.contact-left .title{
  margin-left: 0;
  text-align: center;
}

.contact-right form{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 900px;
}

.contact-left p{
  margin-top: 10px;

  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.contact-left .contact-text{
  margin-top: -20px;

  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.contact-left p i{
  color:#0552A4;
  margin-right: 5px;
  font-size: 20px;
}

.social-icons{
  margin: 25px;
}

.social-icons a{
  text-decoration: none;
  font-size: 30px;
  margin-right: 15px;
  color:#0552A4;
  display: inline-block;
  transition: color 0.5s, transform 0.5s;
}

.social-icons a:hover{
  color: #529eef;
  transform: translateY(-5px);
}

.btn.btn2{
  background-color: #fff4f6;
  color: #d01147;
  font-weight: 500;

  vertical-align: middle;
  border: solid;
  border-width: 2px;
  border-color: #d01147;
  padding: 12px 18px;

  border-radius: 10px;

  cursor: pointer;
  transition: background-color 0.5s, color 0.5s, border 0.5s;
}
.btn.btn2:hover{
  background-color: #d01147;

  color: #f2d1d7;
  font-weight: 500;

}
.btn.btn2:active{
  opacity: 0.5;
}


.btn.btn2:active{
  opacity:.4;
}

.contact-right form{
  width: 100%;
}

form input, form textarea{
  width: 100%;
  border: 0;
  outline: none;
  background: #2c2415;
  padding: 15px;
  margin: 15px 0;
  color: white;
  font-size: 15px;
  border-radius: 6px;
}

form .btn2{
  padding: 14px 60px;
  font-size: 18px;
  margin-top: 1px;
  cursor: pointer;
}

form .btn2:active{
  opacity:.4;
}

.copyright{
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  padding: 20px 0;
  background: #262626;
}

.contact-right img{
  margin-top: 20px;
  margin-right: 1px;
  width: 300px;
}
