/**************/
/* INDEX PAGE */
/**************/

/* SECTION1 */

.section-hero {
  background-image: url(images/home-top-bg-1.jpg);
  background-size: cover;
}

.section-hero .container {
  display: grid;
  grid-template-columns: 55% auto;
}

.section-hero .col1 {
  padding: 16.5rem 0;
}

.section-hero p {
  color: white;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 5.8rem;
}

.section-hero .info {
  font-size: 1.8rem;
  line-height: 3.6rem;
  margin-top: 4.8rem;
  font-weight: normal;
}

/* SECTION 2 */

.section2 {
  background-image: url("images/Inbound-Law-background.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 9.6rem 0;
}

.section2 .container {
  text-align: center;
  max-width: 70rem;
}

.section2 img {
  max-width: 100%;
}

/* SECTION 3 */

.section3 {
  padding: 9.6rem 0;
  background-color: #e1dfdf;
  text-align: center;
}

.box {
  background-color: white;
  padding: 6.4rem 0 4.8rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.box h3 {
  grid-column: 1/4;
}

.box .col1,
.box .col2,
.box .col3 {
  padding: 2.8rem;
}

/* SECTION 4 */

.section4 {
  padding: 9.6rem 0;
  background-color: #136ba0;
  color: #fff;
}

.section4 .container {
  display: grid;
  grid-template-columns: 40% auto;
}

.section4 h2 {
  grid-column: 1/3;
  color: #fff;
}

.section4 .col1 {
  justify-self: center;
  align-self: center;
}

.section4 p {
  margin-top: 3.2rem;
}

/****************/
/* CONTACT PAGE */
/****************/

/* SECTION CONTACT */

.section-contact {
  background-image: url(images/Inbound-Law-bg3-1.jpg);
  background-position: center center;
  background-size: cover;
  padding: 20rem 0;
}

.section-contact h1 {
  font-size: 7rem;
  text-align: center;
  color: #fff;
}

/* SECTION FORM */

.section-form {
  padding: 9.6rem 0;
}

.section-form .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.section-form h2,
.section-form h3 {
  text-align: left;
}

.section-form h2 {
  margin-bottom: 3.6rem;
}

.section-form form {
  margin-top: 4rem;
}

.section-form p {
  margin-bottom: 2.4rem;
}

input {
  border: 1px solid #ccc;
  border-radius: 2px;
  font-family: "Century Gothic";
  padding: 0.5rem;
  width: 35rem;
  font-size: 1.5rem;
}

textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 35rem;
  height: 15rem;
}

input[type="submit"] {
  padding: 1rem 2rem;
}

iframe {
  margin-bottom: 2.5rem;
  width: 100%;
}

.active {
  border-bottom: 6px solid #f5c62a;
}
