/*CONTACT*/
header {
  background-color: rgb(21, 21, 20, 0.9);
}
.section_contact {
  background-color: #314d98;
  padding: 8rem 3rem 3rem 3rem;
  min-height: 75vh;
  display: flex;
  justify-content: center;
  align-items: stretch;
  .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    gap: 2rem;
    iframe {
      width: 90%;
      flex-grow: 1;
      min-height: 400px;
      border-radius: 15px;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 35px 35px;
    }
    .contact_info {
      width: 90%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      p {
        font-size: 0.95rem;
        padding-bottom: 0.3rem;
        color: whitesmoke;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        .form_icon {
          margin: 0.4rem;
          width: 1.5rem;
        }
      }
    }
  }
  .right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    .contact {
      width: 90%;
      margin: auto;
      border-radius: 15px;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 35px 35px;
      background-color: rgba(233, 238, 244, 0.7);
      padding: 2rem;
      display: flex;
      flex-direction: column;
    }
  }
  .div_mail {
    height: 100%;
    border-radius: 15px;
    padding: 4%;
    border: solid 2px rgba(15, 91, 223, 0.3);
    h2 {
      margin-bottom: 10px;
    }
  }
  .send_button_div {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
  }
  .send_button {
    background-color: #fbdd23;
    border-radius: 15%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 15px 35px;
    display: flex;
    align-items: center;
    padding: 0.3rem;
    margin: 0 0.3rem;
    border: none;
    border-radius: 5%;
    font-weight: 600;
    font-size: 0.95rem;
  }
  .send_button:hover {
    background-color: #e4ca23;
  }
  .font-bold {
    font-weight: 700;
  }
  .flex {
    display: flex;
    flex-direction: column;
  }
  .mb-3 {
    margin-bottom: 1rem;
  }
  .form-control {
    border: 0.5px solid rgba(15, 91, 223, 0.3);
    border-radius: 5px;
  }
}

/******************************************************************************/
/*SOCIAL-MEDIA*/
.section_social_media {

  width: 100%;
    padding-bottom: 3rem;
    display: flex;
    justify-content: center;
  flex-wrap: wrap;
    h1 {
      font-size: 5rem;
    }
    .all_media_div{
      width: 70%;
     flex-wrap: wrap;
      display: flex;
      justify-content: center;
      align-items: center;
      .social_media_div {
        margin: 1% 3%;
        img {
          width: 3rem;
        }
        iframe {
          margin: auto;
          display: block;
        width: 300px;
          height: 400px;
          border-radius: 5px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 15px 35px;
        }
        img {
          margin: 5px;
          display: block;
        }
         .fb-page {
          width:100%;
         
        } 
      }

    }
  
  }


/******************************************************************************/

@media screen and (max-width: 600px) {
  .section_contact {
    flex-direction: column;
    .left,
    .right {
      width: 100%;
      padding: 0;
      margin-bottom: 3%;
    }
    
}

}
/*************************************************************************/
