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

body .main-area{
  height: auto;
  overflow: visible;
}

.baskervville-regular-italic {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: italic;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
html,
body {
  scroll-behavior: smooth;
  height: auto;
  overflow-y: auto;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  height: 100%;
  min-height: 100vh;
}
.links {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #3a3a3c;
  font-weight: 400;
  letter-spacing: 2px;
}
.footnote {
  margin: 20px auto;
  max-width: 300px;
  padding-bottom: 20px;
}
.left-column {
  /* .right-column { */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-bottom: 40px;
}
.right-column h5 {
  color: #3a3a3c;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 4px;
}
.left-column {
  width: 50%;
  flex-direction: column;
}
.business-sec {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: center;
  justify-items: center;
  border-top: 2px solid rgb(162, 162, 162);
  border-bottom: 2px solid rgb(162, 162, 162);
}
img {
  max-width: 100%;
  height: auto;
}
.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 30px;
}
.logo-container img{
  object-fit: cover;
}
footer {
  padding: 0.625rem 0;
}
.section {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: black;
  border-bottom: 2px solid #ddd;
  position: relative;
}
.section-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  gap: 60px;
}
.section:nth-child(odd) .section-content {
  flex-direction: row-reverse;
  margin-right: -20px;
}
/* .section:nth-child(odd) .section-right img {
  margin-left: 15px;
} */
.section-content a {
  font-weight: 300;
  font-size: 16px;
  text-decoration: none;
  width: fit-content;
}
.section-content a::after {
  content: "";
  display: block;
  margin-bottom: 5px;
  width: 0;
  height: 2px;
  background: #2c2c2c;
  transition: width 0.3s;
}
.section-content a:hover::after {
  width: 90%;
}
.section-bg {
  background-image: url(../img/countdown-3-1600x900.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-left {
  flex: 0 0 33%;
  height: 100vh;
  order: 1;
}
.section-left img {
  margin-bottom: 1.25rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-right {
  flex: 0 0 56%;
  height: 100%;
  text-align: left;
  box-sizing: border-box;
  overflow-y: auto;
  order: 2;
}

.section-right img {
  text-align: left;
  margin-left: 0;
}
.section-right a {
  text-align: right;
  display: block;
  margin-right: 35px;
}

.section-right hr {
  width: 130px;
  margin: 20px 0;
  opacity: 0.4;
  margin-right: 35px;
}
.section-right p {
  padding: 1rem 2.25rem 1rem 0;
  color: #545455;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  font-size: 20px;
  letter-spacing: 2px;
}
.section-right p span {
  margin-right: 5px;
}
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  line-height: 20px;
  right: 20px;
  background: rgba(69, 69, 69, 0.8);
  color: #fff;
  padding: 12px 15px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 1.25rem;
  display: none;
}
.scroll-to-top.visible {
  display: block;
}
.scroll-to-top:hover {
  background-color: #000;
}
.text-bold {
  font-weight: 600;
}

@media (max-width: 768px) {
  .left-column img{
    max-width: 85% !important;
  }
  .business-sec {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .logo-container {
    margin: 10px;
  }

  img {
    max-width: 100% !important;
    height: auto;
  }

  .container {
    text-align: center;
    display: block;
    padding: 0;
  }
  .left-column {
    margin: 0 auto;
    width: auto;
    border: 0 none;
  }
  .section {
    display: block;
    margin: 50px 0;
    border: 0 none;
    height: auto;
  }
  .section-content {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
  .section-left {
    height: 100%;
  }
  .section-left img {
    margin: 20px 0 0;
  }
  .section-right img{
    margin: 0 auto;
  }
  /* .section-left{
    order: 2;
  }
  .section-right{
    order: 1;
  } */
  .section-left,
  .section-right {
    width: 100%;
    text-align: left;
    padding: 0 15px;
  }
  .section-right p {
    padding: 0;
    text-align: left;
    margin: 20px 0 0;
    font-size: 20px;
  }
  .section-right a{
    margin: 0;
    width: 100%;
  }
  .section:nth-child(odd) .section-right img{
    margin: 0;
    padding: 0;
  }
  .section:nth-child(odd) .section-content {
    flex-direction: column;
    margin-right: 0;
  }
}
