* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: centurygothic;
  src: url(../font/centurygothic.ttf);
}
@font-face {
  font-family: centurygothicbold;
  src: url(../font/centurygothic_bold.ttf);
}
.centuryGothicFont {
  font-family: centurygothic;
}

.centuryGothicBoldFont {
  font-family: centurygothicbold;
}

.carouselContainer {
  height: 100vh;
  overflow: hidden;
}

.slide {
  position: relative;
  width: 100%;
  min-width: 100vw;
  height: 100vh;
  padding-top: 60px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Sliders {
  width: 100%;
  height: calc(100vh - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Sliders.slidingTransition {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.slideText {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.619);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: scroll;
  min-height: 500px;
  margin: 10px;
  border-radius: 10px;
  height: 85%;
  max-height: 90%;
  gap: 40px;
}

.slideText ol {
  padding: 10px 20px;
}

.slideText ul li {
  list-style-type: none;
  padding: 0 10px;
  font-size: 1rem;
}

.slideText p {
  margin: 5px 0 0;
  font-weight: 500;
  padding: 5px 0;
  font-size: 16px;
  text-align: justify;
}

.slideText img {
  width: 100%;
  max-height: 250px;
  padding: 5px 0;
}

.slideText a {
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
  color: rgb(1, 163, 217);
}

.slideText a:hover,
.slideText a:focus {
  color: rgb(6, 201, 255);
}

.slideText a:active {
  color: #ccc;
}

.slideImg {
  width: 100%;
  height: 100%;
}

.slideImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#contactImage {
  -o-object-fit: fill;
  object-fit: fill;
}

.sliderVideo video {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.btnCopyNumber {
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btnCopyNumber button {
  border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px;
  border: none;
  background-color: rgb(255, 255, 255);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.btnCopyNumber:hover {
  background-color: rgb(166, 166, 166);
}

.btnCopyNumber button img {
  width: 15px;
  padding: 0;
  margin: 0;
}

.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 1px 4px rgba(146, 161, 176, 0.15);
  box-shadow: 0 1px 4px rgba(146, 161, 176, 0.15);
  z-index: 4;
  height: 60px;
}

.nav-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inside-nav-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  background-color: black;
}

.navbar .nav-container li {
  list-style: none;
}

.nav-container {
  display: block;
  position: relative;
  height: 60px;
}

.nav-container .checkbox {
  position: absolute;
  height: 26px;
  width: 32px;
  top: 18px;
  z-index: 3;
  left: 13px;
  opacity: 0;
  cursor: pointer;
}

.nav-container .hamburger-lines {
  display: block;
  height: 26px;
  width: 32px;
  position: absolute;
  left: 13px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-container .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: white;
}

.nav-container .hamburger-lines .line1 {
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.navbar .menu-items {
  z-index: 3;
  position: absolute;
  background-color: black;
  -webkit-box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0);
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0);
  height: calc(100vh - 60px);
  width: 100%;
  -webkit-transform: translate(-150%);
  -ms-transform: translate(-150%);
  transform: translate(-150%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 60px;
}

.navbar .menu-items li {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.logo {
  position: absolute;
  width: 330px;
  right: 5px;
  color: #e1e4e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo h1 {
  font-size: 1rem;
}

.logo img {
  width: 40px;
}

.logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-container input[type=checkbox]:checked ~ .menu-items {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.nav-container input[type=checkbox]:checked ~ .hamburger-lines .line1 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-container input[type=checkbox]:checked ~ .hamburger-lines .line2 {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}

.nav-container input[type=checkbox]:checked ~ .hamburger-lines .line3 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

#buttons button {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  margin: 0 10px;
  border: none;
  background-color: rgba(255, 255, 255, 0.537254902);
}

#buttons button img {
  width: 40px;
  height: 60px;
}

.rightArrow {
  right: 0;
  top: calc(50% - 60px);
  background-color: transparent;
}

.leftArrow {
  left: 0;
  top: calc(50% - 60px);
  background-color: transparent;
}

.desktop-menu-items {
  display: none;
}

.navbar .nav-container a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.7rem 0.7rem 0.3rem;
}

@media screen and (min-width: 1150px) {
  .slide {
    background-color: black;
  }
  .slide .slideText {
    background-color: rgb(0, 0, 0);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    position: relative;
    width: 50%;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0;
    overflow: scroll;
    max-height: none;
    padding: 40px;
    margin: auto 0;
  }
  .slideText img {
    max-height: 250px;
  }
  
  .slideImg {
    width: 50%;
  }
  .nav-container .hamburger-lines {
    display: none;
  }
  .checkbox {
    display: none;
  }
  .desktop-menu-items {
    display: inline-block !important;
    z-index: 0;
    color: antiquewhite;
    position: absolute;
    width: 75%;
    right: 10px;
  }
  .desktop-menu-items li {
    margin: 0 2.5px;
    display: inline;
    float: right;
    padding: 5px 0;
  }
  .logo {
    left: 5px;
  }
  .menu-items {
    display: none !important;
  }
  .desktop-menu-items li:hover {
    cursor: pointer;
    background-color: rgba(153, 151, 151, 0.319);
  }
  .desktop-menu-items li.hover-active {
    background-color: rgba(153, 151, 151, 0.319);
  }
  .active-highlight {
    opacity: 1 !important;
  }
  .highlighted-section {
    opacity: 0;
    background-color: rgb(255, 255, 255);
    width: 95%;
    height: 5px;
    border-radius: 100px;
    margin: auto;
  }
  .desktop-menu-items li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

}
button {
  pointer-events: all !important;
}

.slideText::-webkit-scrollbar {
  background: transparent;
  width: 8px;
}

.slideText::-webkit-scrollbar:vertical {
  width: 5px;
}

.slideText::-webkit-scrollbar-button:increment {
  display: none;
}

.slideText::-webkit-scrollbar:horizontal {
  display: none;
}

.slideText::-webkit-scrollbar-thumb {
  background: var(--var1);
  border-radius: 4px;
}

.slideText::-webkit-scrollbar-track {
  border-radius: 10px;
}

@property --var1 {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
.slideText {
  transition: --var1 0.4s;
}

.slideText:hover {
  --var1: #acacac;
}

.footer {
  background-color: black;
}

footer {
  margin-top: auto;
}

.copyright {
  color: white;
  padding: 10px;
}

.copyright p,
.copyright h3 {
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.3333733333;
  color: rgba(255, 255, 255, 0.3607843137);
}

#emailPhone {
  padding-top: 30px;
}

