main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 476px;
  background: #f3f3f3;
  overflow: hidden;
}

.picture .title-picture {
  width: 1228px;
  height: auto;
  display: block;
}

.main-content {
  height: 500px;
  width: 100%;
  max-width: 1200px;
  padding-top: 50px;
  display: flex;
  flex-direction: row;
}

.left-side {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 40px;
  width: 70%;
}

.right-side {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
  width: 30%;
}

@font-face {
  font-family: "Roboto";
  src: url("assets/fonts/Roboto-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-stretch: 75% 125%;
}

body {
  font-family: "Roboto", sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  background-color: white;
  font-family: "zabars", Arial, Helvetica, sans-serif;
}

header {
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 260px;
  position: relative;
  overflow: visible;
}

header .design-element {
  position: absolute;
  top: 0;
  width: 1200px;
  max-width: 100%;
  height: 10px;
  background: #51baeb;
}

header .logo {
  max-height: 100px;
  margin-top: 50px;
  z-index: 1;
}

.logo-container {
  height: 260px;
  width: 100%;
  display: flex;
  justify-content: center;
}

header .container-row {
  color: white;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 2;
}

header .container-row .box {
  width: 190px;
  height: 102px;
  background: #51b9ea;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

header .container-row .box2 {
  width: 190px;
  height: 102px;
  background: #51b9ea;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-left: 0.3px solid #a5a4a4;
  border-top: none;
  border-bottom: none;
}

footer {
  background: #51b9ea;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 105px !important;
}

.left-foot {
  width: 33%;
  height: 90px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  padding-right: 100px;
}

.right-foot {
  width: 33%;
  height: 90px !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 100px;
}

footer .social-icons {
  width: 33%;
  height: 90px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

footer .social-icons img {
  width: 35px;
  height: 35px;
  transition: transform 0.2s ease;
  cursor: pointer;
  padding-top: 10px;
}

footer .social-icons img:hover {
  transform: scale(1.2);
}

h1 {
  color: black;
  font-family: "Roboto", Sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 34px;
}

h2 {
  font-size: 38px;
  color: #51b9ea;
}

h3 {
  font-size: 30px;
  color: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  hyphens: auto;
  overflow-wrap: break-word;
}

a {
  color: #51b9ea;
  text-decoration: none;
  padding-bottom: 10px;
  font-weight: 540;
}

a:hover {
  color: #3498db;
}

p,
li {
  font-size: 19px;
}

.blue {
  color: #51b9ea;
  font-weight: 550;
  font-size: 19px;
}

.gray {
  color: gray;
}

.calendly-inline-widget {
  width: 100%;
  max-width: 1000px;
  height: 700px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  background: none;
}

.calendly-container {
  display: flex;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  margin: 0 auto;
}

.contact-button {
  display: inline-block;
  margin-top: 50px;
  background-color: #e30613;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  height: 60px;
  width: 220px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-button:hover {
  transform: translateY(-1px) scale(1.01);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.box,
.box2 {
  position: relative;
  background-color: #e30613;
  color: white;
  font-weight: bold;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
}

.box::after,
.box2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #39a5d5;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.box:hover::after,
.box2:hover::after {
  opacity: 1;
}

.icon-container svg {
  width: 20px;
  height: 20px;
  color: #39a5d5;
  margin-bottom: 12px;
}

.icon-container svg[fill="currentColor"] path {
  fill: currentColor;
}

.icon-container svg[stroke="currentColor"] path,
.icon-container svg[stroke="currentColor"] circle {
  stroke: currentColor;
}

.icon-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 19px;
}

.left-foot a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
  font-size: 20px;
  padding-top: 10px;
  cursor: pointer;
}

.left-foot a:hover {
  transform: translateY(-1px) scale(1.01);
}

.icon-facebook {
  width: 30px !important;
  height: 30px !important;
}

@media (max-width: 1200px) {
  header .container-row .box {
    width: 180px;
    height: 102px;
  }

  header .container-row .box2 {
    width: 180px;
    height: 102px;
  }

  .picture {
    width: 100%;
    height: 456px;
  }

  .picture .title-picture {
    width: 1170px;
  }

  .main-content {
    height: 500px;
    max-width: 1200px;
    padding-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .left-side {
    width: 600px;
  }

  .right-side {
    width: 300px;
  }
}

@media (max-width: 1120px) {
  header .container-row .box {
    width: 170px;
    height: 102px;
  }

  header .container-row .box2 {
    width: 170px;
    height: 102px;
  }

  .picture {
    width: 100%;
    height: 426px;
  }

  .picture .title-picture {
    width: 1090px;
  }
}

@media (max-width: 1060px) {
  header .container-row .box {
    width: 160px;
    height: 102px;
  }

  header .container-row .box2 {
    width: 160px;
    height: 102px;
  }

  .picture {
    width: 100%;
    height: 388px;
  }

  .picture .title-picture {
    width: 1000px;
  }

  .main-content {
    height: 550px;
  }

  .left-side {
    width: 550px;
  }

  .right-side {
    width: 300px;
  }

  h1,
  h2 {
    font-size: 34px;
  }
}

@media (max-width: 1015px) {
  header .container-row .box {
    width: 150px;
    height: 102px;
  }

  header .container-row .box2 {
    width: 150px;
    height: 102px;
  }

  .picture {
    width: 100%;
    height: 358px;
  }

  .picture .title-picture {
    width: 920px;
  }

  .left-side {
    width: 530px;
    padding-right: 20px;
  }

  .right-side {
    width: 280px;
    padding-left: 20px;
  }

  h1,
  h2 {
    font-size: 32px;
  }

  .calendly-inline-widget {
    width: 70%;
    max-width: 1000px;
    height: 700px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    background: none;
  }

  .calendly-container {
    display: flex;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}

@media (max-width: 935px) {
  header .container-row .box {
    width: 140px;
    height: 102px;
  }

  header .container-row .box2 {
    width: 140px;
    height: 102px;
  }

  .picture {
    width: 100%;
    height: 338px;
  }

  .picture .title-picture {
    width: 870px;
  }

  .left-side {
    width: 530px;
    padding-right: 10px;
  }

  .right-side {
    width: 280px;
    padding-left: 10px;
  }

  .right-foot {
    display: none;
  }

  h1,
  h2 {
    font-size: 30px;
  }
}

@media (max-width: 875px) {
  header .container-row .box {
    width: 130px;
    height: 102px;
  }

  header .container-row .box2 {
    width: 130px;
    height: 102px;
  }

  .picture {
    width: 100%;
    height: 310px;
  }

  .picture .title-picture {
    width: 800px;
  }

  .main-content {
    height: 580px;
  }

  .left-side {
    width: 480px;
  }

  .right-side {
    width: 280px;
  }

  h1,
  h2 {
    font-size: 28px;
  }
}

@media (max-width: 815px) {
  header .container-row .box {
    width: 120px;
    height: 102px;
  }

  header .container-row .box2 {
    width: 120px;
    height: 102px;
  }

  .picture {
    width: 100%;
    height: 270px;
  }

  .picture .title-picture {
    max-width: 800px;
  }

  .main-content {
    height: 600px;
  }

  .left-side {
    width: 430px;
  }

  .right-side {
    width: 280px;
  }
}

@media (max-width: 768px) {
  header .container-row {
    display: none !important;
  }

  .navbar {
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #51b9ea;
    height: 60px;
    width: 100%;
    position: relative;
  }

  .burger {
    font-size: 30px;
    color: white;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .burger:hover {
    transform: scale(1.1);
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 60px;
    background-color: #51b9ea;
    width: 100%;
    text-align: center;
    flex-direction: column;
    z-index: 10;
  }

  .nav-links.show {
    display: flex;
    animation: fadeIn 0.3s ease;
  }

  .nav-links a {
    display: block;
    color: white;
    padding: 15px;
    text-decoration: none;
    font-size: 18px;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }

  .nav-links a:hover {
    background-color: #39a5d5;
    color: #ffffff;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .main-content {
    height: 800px;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .left-side {
    width: 700px;
  }

  .right-side {
    width: 100%;
    max-width: 700px;
    display: flex;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
  }

  .contact-button {
    margin-top: 10px;
  }

  h2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 730px) {
  .left-side {
    width: 650px;
    padding-right: 20px;
  }
}

@media (max-width: 690px) {
  .left-side {
    width: 600px;
  }

  .calendly-inline-widget {
    width: 80%;
  }
}

@media (max-width: 630px) {
  .main-content {
    height: 880px;
  }

  .left-side {
    width: 550px;
  }

  .left-foot {
    padding-right: 80px;
  }
}

@media (max-width: 580px) {
  .left-side {
    width: 500px;
  }

  .left-foot {
    padding-right: 40px;
  }
}

@media (max-width: 530px) {
  .left-side {
    width: 450px;
  }

  .calendly-inline-widget {
    width: 90%;
  }

  footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .left-foot {
    padding-right: 0px;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
  }
}

@media (max-width: 475px) {
  .main-content {
    height: 925px;
  }

  .left-side {
    width: 400px;
  }
}

@media (max-width: 440px) {
  .main-content {
    height: 1000px;
  }

  .left-side {
    width: 350px;
  }

  h1,
  h2 {
    font-size: 26px;
  }

  h2 {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 400px) {
  .main-content {
    height: 1050px;
  }

  .left-side {
    width: 300px;
  }
}
