@font-face {
  font-family: "Alike";
  src: url("../fonts/Alike/Alike-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Google Sans Flex";
  src: url("../fonts/Google_Sans_Flex/static/GoogleSansFlex_36pt-Regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Google Sans Flex";
  src: url("../fonts/Google_Sans_Flex/static/GoogleSansFlex_36pt-Light.ttf")
    format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Google Sans Flex";
  src: url("../fonts/Google_Sans_Flex/static/GoogleSansFlex_36pt-Medium.ttf")
    format("truetype");
  font-weight: 500;
  font-style: normal;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #f3ffea;
}

a,
a:visited,
a:active {
  color: #3a0726;
  text-decoration: none;
}

h1 {
  text-align: center;
  font-size: 100px;
  color: #3a0726;
}

h2 {
  text-align: center;
  color: #3a0726;
}

.alike-regular {
  font-family: "Alike", serif;
  font-weight: 400;
  font-style: normal;
}

.google-sans-flex-500 {
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;
}

.google-sans-flex-300 {
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;
}

.p-section {
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;
  text-align: center;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
}

.logo img {
  height: 50px;
}

.header nav ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #3a0726;
}

.hero-section {
  padding: 0px 0px 25px 0px;
}

.section2 {
  padding: 25px 100px 25px 100px;
}

.section2 h2 {
  font-size: 30pt;
}

.btnmain {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.btn {
  display: flex;
  padding: 12px 20px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  background-color: #fec5ef;
  color: #3a0726;
  border-radius: 30px;
}

a.btn:hover {
  background-color: #3a0726;
  color: #fec5ef;
}

.table-container {
  display: flex;
  justify-content: center;
  gap: 100px;
  padding: 25px;
}

.column-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-radius: 15px;
  text-align: center;
  background-color: #3a0726;
  color: #f3ffea;
  padding: 20px;
}

.footer {
  background-color: #fec5ef;
  padding: 25px 0px 0px 0px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 20px 40px;
}

.footer-section-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

li {
  list-style: none;
}

.owner {
  display: flex;
  text-align: center;
  justify-content: space-between;
  padding: 40px;
}

.contact-main {
  display: flex;
  gap: 60px;
  padding: 60px 100px;
}

.contact-info {
  flex-grow: 1;
}

.contact-info h1 {
  font-size: 40px;
  text-align: left;
}

.contact-form {
  flex-grow: 1;
}

form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

label {
  font-family: "Google Sans Flex", sans-serif;
  font-weight: 500;
  color: #3a0726;
}

input,
textarea {
  padding: 10px 15px;
  border: 1px solid #3a0726;
  border-radius: 5px;
  background-color: #f3ffea;
  color: #3a0726;
  font-size: 15px;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: #fec5ef;
}

textarea {
  height: 150px;
}

button[type="submit"] {
  padding: 12px 20px;
  background-color: #fec5ef;
  color: #3a0726;
  border: none;
  border-radius: 30px;
  font-size: 15px;
  width: 180px;
}

button[type="submit"]:hover {
  background-color: #3a0726;
  color: #fec5ef;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}

.social-icons img {
  height: 30px;
}

.about-main {
  display: flex;
  gap: 60px;
  padding: 60px 100px;
  align-items: center;
}

.about-text {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 15px;
}

.about-text h1 {
  font-size: 40px;
  text-align: left;
}

.about-text .btn {
  width: 110px;
  text-align: center;
}

.about-image {
  flex-grow: 1;
}

.about-image img {
  width: 100%;
  border-radius: 15px;
}

.services-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 25px;
}

.services-table th,
.services-table td {
  border: 1px solid #3a0726;
  padding: 12px 20px;
  text-align: center;
}

.services-table th {
  background-color: #3a0726;
  color: #f3ffea;
}
