/*slideshow styles*/
.slideshow-container {
  display: block;
  position: relative;
  width: 45vw;
  height: 35vw;
  min-width: 500px;
  overflow: hidden;
  float: right;
  margin: 0 0 30px 60px;
}

.float-left {
  float: left;
  margin: 0 40px 20px 0;
}

.slideshow-image.active {
  opacity: 1;
}

.image-scaled {
  width: 600px;
  height: 416px;
}

.image-scaled-height {
  height: 660px;
  width: 590px;
}

.mobile-images {
  display: none;
}

.desktop-images {
  display: flex;
}

/*Wrappers and spacers*/
.internal-elements-wrapper-1 {
  width: 90%;
}

.internal-elements-wrapper-2 {
  align-items: center;
}

.spacer-1 {
  width: 100%;
  height: 78px;
}

.spacer-2 {
  width: 100%;
  height: 50px;
}

.logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  align-self: start;
  margin-left: 40px;
}

.image-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  min-width: 430px;
  float: right;
  justify-content: center;
}
.image-title-wrapper a {
  color: inherit;
  text-decoration: underline;
}

@media (min-width: 800px) and (max-width: 1000px) {
  .internal-elements-wrapper-1 {
    flex-direction: column;
    align-content: center;
  }
  .internal-elements-wrapper-2 {
    align-self: unset;
    max-width: 600px;
  }
  .logo-wrapper {
    align-self: center;
    margin-left: 0px;
    margin-bottom: 10px;
  }
}
/*Hero image styles*/
.hero-image-spacer {
  height: 100vh;
  width: 100%;
}

.hero-image-container {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  height: 100vh;
  width: 100%;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-image-dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.35);
}

.hero-text-container {
  z-index: 3;
  position: absolute;
  top: 50vh;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero-text-container h1 {
  font-size: 40px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.hero-text-container p {
  font-family: "Tinos", serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #e0e0e0;
  font-size: 25px;
}

/*Global styles*/
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  background: url("../images/main_bg.webp");
  background: #181818;
  background-repeat: repeat;
  background-size: auto;
}

body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181818;
  opacity: 0.9;
  z-index: -1;
}

main {
  min-height: 100vh;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
h2 {
  margin: 10px 0;
  text-align: center;
  font-family: "Joan", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 34px;
  color: red;
  width: fit-content;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

h3 {
  text-align: left;
  font-family: "Joan", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: red;
  margin: 20px;
}

p {
  /* margin: 20px; */
  text-align: justify;
  font-family: "Joan", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  hyphens: auto;
  -webkit-hyphens: auto;
  color: #dbd8d8;
  /* width: 40vw;
  max-width: 500px; */
}

a {
  text-decoration: none;
}

section {
  margin: 0 auto;
  display: flex;
  /* flex-direction: row; */
  flex-direction: column;
  padding: 20px;
  align-items: center;
}

li b {
  color: red;
  font-weight: normal;
}

.fd-row {
  display: flex;
  flex-direction: row;
}

.jc-sb {
  justify-content: space-between;
}

.cover {
  object-fit: cover;
}

.svg-aligner {
  display: flex;
  align-self: auto;
}

.subtitle {
  display: flex;
}
.subtitle p {
  font-size: 24px;
}

.s2 {
  padding-left: 45vw;
}

.desktop-text {
  display: block !important;
}

.mobile-text {
  display: none !important;
}

.hide-on-desktop {
  display: none;
}

.hide-on-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.share-html {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.captcha {
  width: 300px;
  height: 100px;
}

.margin-z-a {
  margin: 0 auto;
}

.float-none {
  float: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hello-text {
  font-size: 40px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.85);
}

/*Mobile styles*/
/* @media (max-width: 800px){} */
@media (max-width: 1000px) {
  section {
    flex-direction: column;
  }
  p {
    font-size: 17px;
  }
  .share-html {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }
  .desktop-text {
    display: none !important;
  }
  .mobile-text {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }
  h2 {
    text-align: center;
  }
  .s2 {
    padding: 0;
  }
  .subtitle {
    align-self: center;
  }
  /*Wrappers and spacers*/
  .internal-elements-wrapper-1 {
    display: flex;
    flex-direction: column;
    align-content: center;
    width: 100%;
  }
  .internal-elements-wrapper-2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-self: center;
    max-width: 750px;
  }
  .spacer-1 {
    width: 100%;
    height: 0;
  }
  .image-title-wrapper {
    max-height: 500px;
    align-self: center;
    min-width: 100%;
  }
  .logo-wrapper {
    margin-bottom: 20px;
    align-self: center;
  }
  /*slideshow styles*/
  .slideshow-container {
    width: 600px;
    align-self: center;
    margin: 0;
    max-width: 700px;
    height: 500px;
    float: none;
  }
}
@media (min-width: 450px) and (max-width: 600px) {
  .slideshow-container {
    height: 470px;
  }
}
.slideshow-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: contain;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

@media (min-width: 0px) and (max-width: 620px) {
  .hero-text-container {
    top: 40vh;
  }
  /*Wrappers and spacers*/
  .image-title-wrapper {
    min-width: 100%;
    max-height: none;
  }
  .mobile-images {
    display: flex;
  }
  .desktop-images {
    display: none;
  }
  .slideshow-container {
    min-width: 100vw;
    position: relative;
    max-width: 100vw;
  }
  .slideshow-container .slideshow-image {
    object-fit: cover;
    border-radius: 0px;
  }
  .svg-aligner {
    align-self: center;
  }
  .logo-wrapper {
    margin: 0;
    margin-bottom: 20px;
  }
  .subtitle {
    width: 100%;
  }
  .hide-on-mobile {
    display: none;
  }
  .hide-on-desktop {
    display: flex;
  }
}
.hero-image {
  object-fit: cover;
}

/*Desktop styles*/
.logo {
  display: flex;
  font-size: 24px;
  justify-content: center;
  font-style: italic;
  padding: 0 40px 0 20px;
  transition: font-size 0.3s ease;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  width: 100vw;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.75);
  font-family: "URW Antiqua W01 Extra Narrow";
  padding: 10px 30px 10px 20px;
  min-height: 70px;
  max-width: 100%;
  transition: transform 0.3s ease-out;
}

.navbar.navbar-hidden {
  transform: translateY(-100%);
}

.navbar a {
  align-self: center;
  color: white;
  text-decoration: none;
}

.navbar li {
  font-size: 19px;
  display: flex;
  padding: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex-shrink: 1;
  min-width: 0;
  transition: font-size 0.3s ease, padding 0.3s ease;
}

.nav-links {
  display: flex;
  flex-direction: row;
  list-style: none;
  color: #fff;
  padding-inline-start: 0px;
  margin: 0;
}

.logo-line-1 {
  color: red;
  display: block;
}

.logo-line-2 {
  color: red;
  display: block;
  margin-left: 55px;
}

.decorative-line {
  align-self: center;
  padding: 0 20px;
}

.burger-menu-icon {
  display: none;
}

body {
  padding-top: 70px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .navbar li {
    font-size: 20px;
  }
  .logo {
    font-size: 23px;
    padding: 0 10px;
  }
}
@media (min-width: 850px) and (max-width: 1000px) {
  .navbar li {
    font-size: 17px;
    padding: 5px;
  }
  .logo {
    font-size: 23px;
    padding: 0 10px;
  }
  .decorative-line {
    padding: 0 10px;
  }
}
/*Mobile styles*/
@media (max-width: 850px) {
  .logo {
    font-size: 23px;
  }
  .nav-links {
    display: none;
  }
  .navbar {
    justify-content: space-between;
    background-color: #1C1B1B;
    padding: 20px;
    font-family: "URW Antiqua W01 Extra Narrow";
    font-size: 29px;
    font-style: italic;
  }
  .navbar a {
    text-decoration: none;
    color: red;
  }
  .decorative-line {
    display: none;
    align-self: center;
  }
  .burger-menu-icon {
    display: inline;
    align-self: center;
  }
  .burger-menu-icon #menu_checkbox {
    display: none;
  }
  .burger-menu-icon label {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .burger-menu-icon label div {
    position: relative;
    top: 0;
    height: 8px;
    background-color: #fff;
    margin-bottom: 5px;
    transition: 0.1s ease transform, 0.1s ease top, 0.1s ease width, 0.3s ease right;
    border-radius: 2px;
  }
  .burger-menu-icon label div:first-child {
    transform-origin: 0;
  }
  .burger-menu-icon label div:last-child {
    margin-bottom: 0;
    transform-origin: 40px;
  }
  .burger-menu-icon label div:nth-child(2) {
    right: 0;
    width: 40px;
  }
  .burger-menu-icon #menu_checkbox:checked + label:before {
    background-color: transparent;
  }
  .burger-menu-icon #menu_checkbox:checked + label div:first-child {
    top: -4px;
    left: 5px;
    transform: rotateZ(45deg);
  }
  .burger-menu-icon #menu_checkbox:checked + label div:last-child {
    top: 4px;
    right: 1px;
    transform: rotateZ(45deg);
  }
  .burger-menu-icon #menu_checkbox:checked + label div:nth-child(2) {
    width: 48px;
    top: 0;
    right: 2px;
    transform: rotateZ(-45deg);
  }
}
.overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 45vw;
  min-width: fit-content;
  height: 100vh;
  background-color: rgb(28, 27, 27);
  z-index: 99;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.5s ease-out, opacity 0.5s ease, visibility 0.5s ease;
}

.overlay-menu.active {
  transform: translateX(0);
  display: flex;
  opacity: 1;
  visibility: visible;
  flex-direction: column;
  align-items: flex-start;
}

.overlay-menu .overlay-links {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding-top: 100px;
}

.overlay-menu .overlay-links li {
  font-family: "URW Antiqua W01 Extra Narrow";
  font-size: 23px;
  color: white;
  padding: 20px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  box-sizing: border-box;
}

.overlay-menu .overlay-links li:last-child {
  border-bottom: none;
}

.overlay-menu .overlay-links li a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.overlay-menu .overlay-links li a:hover {
  color: #cccccc;
}

@media (min-width: 850px) {
  .overlay-menu.overlay-menu.active {
    display: none;
  }
}
.our-services-section {
  display: flex;
  justify-content: left;
}
.our-services-section ul {
  padding-inline-start: 35px;
  list-style: disc;
  color: #8B0000;
  width: 400px;
}
.our-services-section li {
  font-size: 16px;
  padding: 5px 0;
  cursor: pointer;
}
.our-services-section li p {
  color: #dbd8d8;
}
.our-services-section li a {
  color: inherit;
  display: inline-block;
  transform: scale(1);
  transform-origin: left center;
  transition: transform 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}
.our-services-section li:hover p {
  color: red;
}
.our-services-section li:hover a {
  transform: scale(1.1);
}

.service-selection {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  position: relative;
  height: 60px;
  overflow: hidden;
}

.hide-on-desktop.services {
  display: none;
}

.hide-on-mobile.services {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1000px) and (max-width: 1150px) {
  .service-list {
    display: flex;
  }
  .service-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding-inline-start: 25px;
    align-items: center;
    justify-content: space-between;
  }
  .service-list li {
    width: 46%;
  }
  .service-list li p {
    font-size: 17px;
  }
}
/* @media (min-width:1000px) and (max-width: 1150px){
    .service-list{
        display: flex;
        flex-direction: column;

        .image-title-wrapper{
            float: inline-end;
        }
    }
} */
@media (min-width: 0px) and (max-width: 460px) {
  .our-services-section ul {
    width: fit-content;
  }
  .our-services-section ul p {
    font-size: 18px;
  }
  .our-services-section ul li {
    width: 300px;
  }
}
@media (max-width: 1150px) {
  .hide-on-mobile.services {
    display: none;
  }
  .no-marg {
    margin: unset;
  }
  .hide-on-desktop.services {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }
}
@media (min-width: 1000px) and (max-width: 1150px) {
  .reduced {
    min-width: 300px;
    width: 95%;
    height: 33vw;
  }
}
@media (max-width: 1000px) {
  .service-list {
    display: flex;
    flex-direction: column;
  }
}
footer {
  background-color: #1c1b1b;
  color: white;
  display: flex;
  flex-direction: column;
}
footer .footer-content {
  display: flex;
  padding: 20px;
  flex-wrap: wrap;
  gap: 160px;
}
footer .footer-content .footer-section {
  max-width: 400px;
}
footer .footer-content .footer-section h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
footer .footer-content .footer-section p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.6;
  color: #e0e0e0;
}
footer .footer-content .footer-section a {
  color: white;
  text-decoration: none;
}
footer .footer-content .footer-section a:hover {
  text-decoration: underline;
  color: #ccc;
}
footer .legal-bar {
  background-color: #111;
  padding: 20px;
  text-align: center;
  border-top: 1px solid #333;
}
footer .legal-bar p {
  font-size: 14px;
  color: #888;
  margin: 5px 0;
  line-height: 1.5;
}
footer .legal-bar a {
  color: #888;
  text-decoration: none;
}
footer .legal-bar a:hover {
  color: white;
}
@media (max-width: 768px) {
  footer .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
}

@font-face {
  font-family: "URW Antiqua W01 Extra Narrow";
  src: url("../fonts/fonnts.com-urwantiqua-reg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Joan";
  src: url("../fonts/Joan-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tinos";
  src: url("../fonts/Tinos-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tinos";
  src: url("../fonts/Tinos-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*# sourceMappingURL=main.css.map */
