/*

Venue Template

http://www.templatemo.com/tm-522-venue

*/

recaptcha-not-valid {
  border: red 1px solid;
  border-radius: 3px;
}

recaptcha-valid {
  border: green 1px solid;
  border-radius: 3px;
}

body {
  font-family: 'Raleway', 'sans-serif';
  background-color: var(--white);
  color: var(--black);
  font-size: 14px;
  overflow-x:hidden;
}

.highlight{
  padding: 5px 10px;
  border-radius: 15px;
  background-color: var(--clr1);
  color: var(--white);
  display: inline-flex;
  width: fit-content;
  font-size: 12px;
  cursor: default;
  white-space: nowrap;
  flex-shrink: 0;
}

ul.star-rating {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.star-rating li {
  display: inline;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

ul.todo-list{
  list-style: none;
  padding-left: 0px;
}

footer ul {
  list-style: none;
  padding-left: 0px;
}

ul > li > input {
  margin-right: 5px;
}

p {
  font-size: 14px;
  line-height: 24px;
  left: 0.25px;
}

section {
  padding-top: 80px;
  padding-bottom: 50px;
}

img {
  border-radius: 10px;
  max-width: 100%;
  width: auto;
  height: auto;
}

img.shadowbox {
  box-shadow:15px 20px var(--shadow-clr);
}

picture {
  display:block;
  border-radius: 10px;
}
a{
  text-decoration: none;
  color: inherit;
}

p a {
  position: relative;
  border-bottom: 1px solid;
}

p a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 2px solid;
  width: 0%;
  transition: width 0.3s ease;
}

p a:hover::after {
  width: 100%;
}

a.link {
  text-decoration: none;
  padding: 5px;
}
a.link-sm {
  font-size: 1.1rem;
}
a.link-md {
  font-size: 1.3rem;
}
a.link-lg {
  font-size: 1.6rem;
}

a.link::after {
  font-family: FontAwesome;
  font-size: 1rem;
  content: "\f178";
  position: relative;
  left: 5px;
  transition: left 0.5s ease;
}
a.link:hover::after {
  left: 15px;
}

.img-gen .slick-track {
  gap: 0px !important;
}

.img-shine {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.img-shine::before {
  content: "";
  position: absolute;
  top: -200%;
  left: -200%;
  width: 200%;
  height: 200%;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 37.5%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 62.5%);
  transition: left 0.6s ease-in-out, top 0.6s ease-in-out;
}

.img-shine:hover::before {
  left: 200%;
  top: 200%
}

.img-zoom-in {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.img-zoom-in img {
  transition: transform 0.5s ease-in-out;
}

.img-zoom-in:hover img {
  transform: scale(1.2); /* Adjust scale for stronger effect */
}

.img-zoom-out {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.img-zoom-out img {
  transform: scale(1.2);
  transition: transform 0.5s ease-in-out;
}

.img-zoom-out:hover img {
  transform: scale(1);
}

.img-shadow img {
  position: relative;
  display: inline-block;
  overflow: hidden;
  transform-origin: top left;
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  max-width: 100%;
  box-shadow: 0px 0px var(--shadow-clr);
}

.img-shadow:hover img{
  transform: scale(95%);
  box-shadow: 15px 15px var(--shadow-clr);
}

.gallery-nav {
  padding: 5px;
  font-size: 1.1rem;
}

.gallery-nav > a:not(:last-child)::after {
  content: ">";
  padding: 0 15px;
}

.gallery-folders {
  padding: 0 5px;
  padding-bottom: 15px;
}

.gallery-folders .folder {
  display: flex;
  align-items: center;
  background: aliceblue;
  padding: 10px;
  border-radius: 15px;
  gap: 15px;
  cursor: pointer;
}

#success-banner {
  text-align: center;
  background: #18c96e;
  z-index: 1000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  padding: 20px;
  animation: hideAnimation 0s ease-in 5s;
  animation-fill-mode: forwards;
}

@keyframes hideAnimation {
  to {
    z-index: -1000;
    top: -100px;
  }
}

#success-banner > p {
  color: var(--white);
  margin: 1rem;
  font-weight: bold;
  font-size: 1.4rem;
}

#success-block {
  text-align: center;
  background: #18c96e;
  z-index: 1000;
  margin: auto;
  padding: 20px;
}

#success-block > p {
  color: var(--white);
  margin: 1rem;
  font-weight: bold;
  font-size: 1.4rem;
}

#failed {
  text-align: center;
  background: #d11a1a;
  z-index: 1000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  padding: 20px;
  animation: hideAnimation 0s ease-in 5s;
  animation-fill-mode: forwards;
}

#failed > p {
  color: var(--white);
  margin: 1rem;
  font-weight: bold;
  font-size: 1.4rem;
}

.error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.input-error {
  border-color: red;
  color: red
}


.section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.section-heading span {
  font-size: 17px;
  display: block;
  margin: 0px;
  color: #2c343b;
}

.section-heading h2 {
  margin-bottom: 0px;
  margin-top: 14px;
  font-size: 23px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.5px;
}


.blue-button a {
  display: inline-block;
  background-color: var(--clr1);
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
  padding: 10px 16px;
  text-decoration: none;
  border: 2px solid var(--clr1);
  transition: all 0.5s;
}

.blue-button a:hover {
  background-color: transparent;
  color: var(--clr1);
}


/* Header Style */

#header {
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, #17252a 100%);
  position: absolute;
  width:100%;
  z-index: 100;
  padding: 0 25px;
}

#header .nav-column {
  display: flex;
  align-items: center;
  gap: 5px;
}

#header .nav-title {
  text-decoration: none;
  color: inherit;
  padding: 5px 0
}

#header .nav-title img,
#header .nav-socials img,
#header .nav-title svg,
#header .nav-socials svg {
  max-height: 80px;
}

#header .logo-brand {
  font-size: 2rem;
}

#header svg {
  fill: var(--txt-color);
}

.sticky {
  position: fixed;
  top: 0;
  width:max-content;
}
@media (min-width:768px) {

  #nav-mobile,
  .nav-toggle {
    display: none;
  }

  .primary-nav {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .primary-nav > ul {
    display: flex;
    padding: 15px 0;
  }
  .primary-nav > ul > li {
    margin: 0 ;
    font-weight:500;
    font-size: 1.1rem;
    position: relative;
  }
  .primary-nav > ul > li > a {
    margin-left: 15px;
    padding: 0 10px 5px 0;
  }
  .primary-nav > ul > li:first-child > a {
    margin-left:0;
  }

  .primary-nav > ul > li > a {
    position: relative;
  }

  .primary-nav > ul > li > a::before  {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: var(--nav-color2);
    transition: width 0.3s ease-in-out;
  }

  .primary-nav > ul > li:hover > a::before,
  .primary-nav > ul > li.active > a::before {
    width: 100%;
  }
  /* First Submenu */
  .primary-nav ul > li.has-children > ul {
    position: absolute;
    min-width: 150px;
    transition: transform  0.3s ease;
    transform-origin: top;
    transform: scaleY(0);
    background-color: var(--nav-color2);
    left: 15px;
  }
  .primary-nav ul > li.has-children > ul:has(li>a>svg) {
      min-width: 0;
  }
  .primary-nav ul > li.has-children:hover > ul {
    transform: scaleY(1);
  }

  /* Second Submenu */
  .primary-nav ul > li.has-children > ul li.has-children > ul {
    left: 100%;
    top:0;
    color:var(--nav-color1);
    transform: scaleY(0);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .primary-nav ul > li.has-children > ul > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .primary-nav ul > li.has-children > ul li.has-children:hover > ul {
    transform: scaleY(1);
    opacity: 1;
  }

  .primary-nav li.has-children > ul li {
    background-color: var(--nav-color2);
    padding: 0;
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  .primary-nav li.has-children > ul li > a {
    padding: 10px 35px 10px 10px;
    width: 100%;
  }

  .primary-nav li.has-children > ul li:has(a>svg) {
    padding: 10px;
  }

  .primary-nav li.has-children > ul li:hover {
    background-color: var(--nav-color1);
    color: var(--nav-color2);
  }

  .primary-nav li.has-children > a::after {
    font-family: FontAwesome;
    font-weight: 300;
    content: '\f107';
    vertical-align: middle;
    display: inline-block;
    transform: rotate(-90deg);
    transition: transform 0.3s ease;
    margin-left: 10px;
  }

  .primary-nav li.has-children li.has-children::after {
    font-size: unset;
    position: unset;
  }

  .primary-nav li.has-children:hover > a::after {
    transform: rotate(0deg);
  }

  .primary-nav a {
    color:inherit;
    text-decoration: none;
  }

  .nav-socials {
    height: 100%;
    display: flex;
    align-items: center;
    gap:5px;
  }

  .nav-buttons {
    gap: 5px;
  }

}
.icon {
  font-family: FontAwesome;
}

section.banner {
  padding: 200px 0px 100px;
  width: 100%;
  height: 30%;
  background: linear-gradient(rgba(23, 37, 42, 0.36), rgba(23, 37, 42, 0.36)), 
              var(--bg-image);
  background-size: cover;
  background-position: var(--bg-position);
  background-repeat: no-repeat;
}

.banner.large {
  height: 85vh;
}

.banner .container {
  height: 100%;
}

.banner .banner-caption .line-dec {
  width: 80px;
  height: 3px;
  background-color: var(--clr1);
}

.banner .banner-caption h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 42px;
  letter-spacing: 0.5px;
  color: var(--light)
}

.banner .banner-caption p {
  font-size: 22px;
  letter-spacing: 0.5px;
}

.banner .banner-caption .blue-button {
  margin-top: 30px;
}

.banner .submit-form {
  border-bottom: 5px solid var(--clr1);
  background-color: var(--white);
  padding: 15px;
}

.no-border .fui-group {
  border: none !important;
  padding: 0 !important;
}

.fui-i .btn {
  margin-left: 8px;
}

.formie-turnstile-placeholder {
  margin-top: 1rem;
}

.submit-form .first-item {
  border-right: 1px solid #ddd;
}

.submit-form .second-item {
  border-right: 1px solid #ddd;
}

.submit-form .third-item {
  border-right: 1px solid #ddd;
}

.submit-form select {
  width: 100%;
  height: 50px;
  border: none;
  background-color: transparent;
  font-size: 15px;
  color: #9a9a9a;
  outline: none;
  padding: 0px 10px;
  display: inline-block;
}

.submit-form input {
  width: 100%;
  height: 50px;
  border: none;
  background-color: transparent;
  font-size: 15px;
  color: #9a9a9a;
  outline: none;
  padding: 0px 10px;
  display: inline-block;
  box-shadow: none;
}

.submit-form input:focus{
  border-width: 0px;
  outline:0; /* I have also tried outline:none */
  -webkit-appearance:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.submit-form button {
  width: 100%;
  height: 50px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  border-radius: 0px;
  background-color: var(--clr1);
  font-size: 17px;
  letter-spacing: 0.5px;
  color: var(--white);
  font-weight: 600;
  border: 2px solid var(--clr1);
  transition: all 0.5s;
}

.submit-form button:hover {
  background-color: transparent;
  color: var(--clr1);
}

.popular-item .thumb {
  position: relative;
}

.popular-item .thumb img {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  border-radius: 5px;
}

.popular-item .overlay-content {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.popular-item .overlay-content .highlight {
  color: white;
  border-radius: 10px;
  padding: 10px 15px;
  white-space: nowrap;
}

.popular-item .content-overlay:not(:has(> ul)) {
  justify-content: flex-end!important;
}


.popular-item .thumb .down-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding:10px;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.popular-item .thumb .down-content .time-line {
  display: flex;
  gap: 10px; 
  i {
    padding-right: 5px;
  }
}

.popular-item .thumb .down-content p {
  margin:0;
  color: inherit
}

.popular-item .thumb .down-content h4 {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 5px;
  color: inherit
}

.popular-item .thumb .down-content h5 {
  font-size: 16px;
  font-weight: 500;
}

.popular-item .thumb .down-content span {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
  display: block;
}


.popular-item .thumb .plus-button a {
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  transition: all 0.5s;
  padding: 5px 10px;
  text-decoration: none;
}

section.featured-places {
  margin-top: 80px;
  padding-bottom: 80px;
  background-color: #f4f4f4;
}

.featured-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.featured-item .down-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.featured-item .to-bottom {
    margin-top: auto;
}

.featured-item .thumb {
  position: relative;
  z-index: 1;
}

.featured-item .thumb img {
  width: 100%;
  overflow: hidden;
}

.featured-item img, .featured-item picture {
  border-radius: 10px 10px 0 0;
}

.featured-item .thumb .overlay-content {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.featured-item .thumb .overlay-content div span {
  float:right;
  margin-left:5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.featured-item .thumb .overlay-content li {
  margin-right: 3px;
}

.featured-item .thumb .overlay-content .highlight {
  color: white;
  border-radius: 10px;
  padding: 10px 15px;
  white-space: nowrap;
}


.featured-item .down-content {
  background-color: var(--white);
  box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
  padding: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.featured-item .down-content .title-line {
  color: var(--dark);
  display: flex;
  justify-content: space-between;
}

.featured-item .down-content .time-line {
  color: var(--dark);
  display: flex;
  justify-content: flex-start;
  gap:15px;
  width: 100%;
  padding-top:5px;
  i {
    padding-right: 5px;
  }
}

.featured-item .down-content .intro-line {
  font-size: 16px;
  width: 100%;
  border-top: solid 1px #ddd;
  margin-top: 15px;
  padding-top: 5px;
}

.featured-item .down-content .filter-line {
  font-size: 13px;
  color: var(--clr1);
  width: 100%;
  padding-top: 5px;
}

.featured-item .down-content h4 {
  margin-top: 0px;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 5px;
}

.featured-item .down-content .price {
  font-size: 16px;
  max-width: 25%;
  font-weight: 500;
}

.featured-item .down-content .tag {
  margin: 15px 0;
  border-left: solid 1px #ddd;
  padding: 5px 15px;
}
.featured-item .down-content .tag:first-of-type {
  border-left: none;
  padding-left:0;
}

.featured-item .down-content .text-button {
  text-align: center;
  border-top: 1px solid #ddd;
}

.featured-item .down-content .first-button {
  border-right: 1px solid #ddd;
}

.featured-item .down-content .text-button a {
  font-size: 12px;
  text-transform: uppercase;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  transition: all 0.5s;
  padding: 15px 0;
  margin-bottom: -20px;
}

.featured-item .down-content .text-button a:hover {
  color: var(--clr1);
}

.stars {
  display: flex;
  gap: 3px;
  color: darkgray;
}

.gold {
  color:gold;
}


.service-item .down-content {
  padding: 20px 0px;
  margin-bottom: -70px;
}

.service-item .down-content .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.service-item .down-content .text-button {
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #ddd;
  margin: 0px -5px;
}

.service-item .down-content .text-button .button {
  font-size: 12px;
  text-transform: uppercase;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  transition: all 0.5s;
  cursor: pointer
}

.service-item .down-content .text-button .button:hover {
  color: var(--clr1);
}


.service-item {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 50px 30px;
}

.service-item .icon img {
  max-width: 100%;
}

.service-item h4 {
  font-size: 19px;
  font-weight: 600;
  color: #232323;
  margin-top: 30px;
  margin-bottom: 15px;
}

.left-content h4 {
  font-size:  19px;
  font-weight:  600;
  color:  #232323;
  margin-top: 0px;
  margin-bottom:  25px;
}

.left-content .blue-button {
  margin-top: 25px;
}

.down-services {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding-top: 60px;
}

.accordion li {
  position: relative;
  overflow: hidden;
}
.accordion li a {
  border: 1px solid #ddd;
}

.accordion li span {
  display: block;
  transform-origin: top;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, opacity 0.2s ease-out, padding-top 0.3s ease, padding-bottom 0.3s ease;
  margin: 0px;
  border: 0px solid #ddd;
  padding: 0 20px;
  max-height: 0;
}

.accordion a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.5px;
  color: #232323;
  user-select: none;
  padding: 15px 20px;
  text-decoration: none;
}
.accordion a:after {
  width: 15px;
  height: 15px;
  background-color: #ddd;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  content: " ";
  top: 22.5px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion li.active a:after {
  background-color: var(--active-dot);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion li.active span {
  opacity: 1;
  border: 1px solid #ddd;
  padding: 20px;
  max-height: fit-content;
}


.video-container  {
  margin-top: 80px;
  position: relative;
  width: 100%;
  height: 560px;
  overflow: hidden;
  z-index: 1;
}

.video-container video,
.video-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

.video-container .video-overlay {
  z-index: 9999;
  background: rgba(0,0,0,0.7);
  width: 100%;
}

.video-container .video-content {
  z-index: 99999;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.video-container .video-content .inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}

.video-container .video-content .inner span {
  font-size: 17px;
  display: block;
  margin: 0px;
  color: var(--white);
}

.video-container .video-content .inner h2 {
  margin-bottom: 0px;
  margin-top: 14px;
  font-size: 23px;
  font-weight: 500;
  color: var(--white);
  letter-spacing: 0.5px;
}

.video-container .video-content .inner a {
  margin-top: 30px;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 56px;
  color: var(--white);
  background-color: var(--white-trans);
  font-size: 18px;
  border: 3px solid var(--white);
  border-radius: 50%;
}

figure.table {
  width: fit-content ;
  display: inline-flex;
  margin:10px;
}

figure.table tr {
  background-color: transparent;
}

figure.table tr:nth-child(even) {
  background-color: var(--light-trans)
}

figure.table td,figure.table th {
  padding: 5px;
}

figure.table th {
  background-color: var(--light);
  
}

.table-item .item-first-row {
  display: flex;
  align-items: baseline;
  font-size: 20px;
  gap: 5px;
}

.table-item .item-second-row {
  display: flex;
  justify-content: space-between;
}

.item-name {
  white-space: nowrap;
}

.table-item .item-price {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
  width:100%;
}

.table-item .item-price::before {
  content: "";
  width: 100%;
  border-bottom: 1px dotted;
  margin-right: 5px;
}

.table-item .item-info{
  font-size: 14px;
  font-style: italic;
}

.table-item .item-meta > span {
  border-right: 1px solid;
  padding: 0 5px;
}

.table-item .item-meta > span:last-child {
  border-right: none;
}

.text-item {
  text-align: center;
  background-color: var(--bg2);
  border-radius: 10px;
  padding: 0px 0px 40px 0px;
  color: var(--txt2);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.text-item .top-content {
  background-color: var(--bg1);
  padding: 30px;
  margin-bottom: 15px;
  border-radius: 10px 10px 0 0;
  color: var(--txt1);
}

.text-item .top-content .time-line {
  display: flex;
  justify-content: center;
  gap: 10px;
  i {
    margin-right: 5px;
  }
}

.text-item .top-content h4 {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin: 0px;
  margin-bottom: 0px;
}

.text-item .top-content h1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.text-item ul {
  margin: 40px 0px;
}

.text-item ul li {
  margin: 25px 0px;
}

.text-item ul.star-rating li {
  margin: 0px;
}

.text-item ul {
  margin: 0px;
}

.text-item ul li a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.5s;
}

.text-item .overlay-content {
  display: flex;
  margin: 15px;
  justify-content: space-between;
}

.text-item .down-content {
  margin:15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.down-content .to-bottom {
  margin-top: auto;
}

.text-item .down-content ul,
.text-item .down-content ol {
  text-align: left;
}

.overlay-content:not(:has(> ul)) {
  justify-content: flex-end!important;
}

section.contact .section-heading {
  margin-top: 60px;
  margin-bottom: 30px;
}

.wrapper {
  text-align: center;
}

/* popup button */
.popup-btn {
  display: inline-block;
  background-color: var(--clr1);
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
  padding: 10px 16px;
  text-decoration: none;
  border: 2px solid var(--clr1);
  transition: all 0.5s;
}
.popup-btn:hover {
  background-color: transparent;
  color: var(--clr1);
}

/* popup */
.popup {
  background-color: var(--black-trans);
  overflow: auto;
  position: fixed;
  z-index: 1000;
  padding-top: 10%;
  padding-bottom: 10%;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.popup.hidden {
  display: none;
}

.popup.shown {
  display: block;
}

.popup-content .section-heading {
  text-align: left;
  margin-top: 0px!important;
}
.popup-content .section-heading h2 {
  margin-top: 10px;
}

.popup-content .left-content {
  padding: 30px;
}

.popup-content .left-content input {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 13px;
  color: #aaa;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 100%;
  margin-bottom: 25px;
}

.popup-content .left-content textarea {
  border-radius: 0px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  color: #aaa;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  min-height: 140px;
  height: 160px;
  max-height: 180px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}

.popup-content .left-content button {
  display: inline-block;
  background-color: var(--clr1);
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
  padding: 10px 16px;
  text-decoration: none;
  border-radius: 0px;
  border: 2px solid var(--clr1);
  transition: all 0.5s;
}

.popup-content .left-content button:hover {
  background-color: transparent;
  color: var(--clr1);
}

.popup-content .right-content {
  padding: 30px 30px 65px 30px;
  color: var(--white);
}

.popup-content .right-content p {
  margin-bottom: 50px;
}

.popup-content .right-content ul li span {
  font-size: 13px;
  color: var(--white);
  font-weight: 600;
  letter-spacing: 0.3px;
  width: 80px;
  display: inline-block;
}

.popup-content .right-content ul li a {
  font-size: 13px;
  color: var(--white);
  letter-spacing: 0.5px;
  text-decoration: none;
}

.popup-content .right-content ul li {
  margin: 10px 0px;
}

/* popup Content */
.popup-content {
  position: relative;
  top: 0px;
  width: 60%;
  margin: 0 auto;
  background-color: var(--white);
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  border-radius: 15px;
  .row {
    border-radius: 15px;
    overflow: hidden;
  }
}
.popup-animated-in {
  animation: totop-in .3s ease;
}
.popup-animated-out {
  animation: totop-out .3s ease forwards;
}
.popup-content .close {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 60px;
  height: 60px;
  z-index: 9999;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  background-color: var(--white);
  color: var(--clr1);
  border-radius: 50%;
  opacity: 1;
  transition: 0.3s ease;
}

.popup-content .close:hover {
  background-color: var(--white);
  color: var(--clr1);
  cursor: pointer;
}

/* Keyframes */
@keyframes totop-in {
  0% {
    top: 600px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }  
}

@keyframes totop-out {
  0% {
    top: 0px;
    opacity: 1;
  }
  100% {
    top: -100%;
    opacity: 0;
  }  
}



footer {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #ddd;
}

footer .container {
  padding-bottom: 10px;
}

footer .footer-heading h4 {
  font-size: 21px;
  color: #232323;
  letter-spacing: 0.5px;
  margin-top: 15px;
  margin-bottom: 40px;
}


footer .about-veno .logo {
  margin-bottom: 40px;
}

footer .about-veno ul li a {
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  background-color: #cdcdcd;
  border-radius: 50%;
  font-size: 15px;
  color: var(--white);
  margin-right: 3px;
  transition: all 0.5s;
}

footer .about-veno p {
  margin-bottom: 25px;
}

footer .about-veno ul li a:hover {
  background-color: var(--clr1);
}

footer .useful-links ul li {
  margin-bottom: 12px;
}

footer .useful-links ul li a {
  font-size: 15px;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.5s;
}

footer .useful-links ul li a:hover {
  color: var(--clr1);
}

footer .useful-links ul li i {
  color: var(--clr1);
  font-size: 6px;
  position: relative;
  top: -3px;
  margin-right: 8px;
}

footer .contact-info p {
  margin-bottom: 25px;
}

footer .contact-info ul li {
  margin: 10px 0px;
}

footer .contact-info ul li span {
  font-size: 13px;
  color: #7a7a7a;
  font-weight: 600;
  letter-spacing: 0.3px;
  width: 80px;
  display: inline-block;
}

footer .contact-info ul li a {
  font-size: 13px;
  color: var(--clr1);
  letter-spacing: 0.5px;
  text-decoration: none;
}

footer ul.social-icons {
  display:flex;
}

.sub-footer {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background-color: #eeeeee;
  font-size: 15px;
  color: #7a7a7a
}

.sub-footer a {
  text-decoration: underline;
}

.richtext-media {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.richtext-media > .text { order: 1; }
.richtext-media > picture { order: 2; }

.richtext-media.img-first > picture { order: 1; }
.richtext-media.img-first > .text { order: 2; }

.richtext-box {
  padding: 20px 20px 20px 40px;
  border-radius: 5px;
}

.structure-section .above-title {
  display:flex;
  gap:5px;
}

.structure-section .breadcrumb {
  font-style: italic;
  color: var(--dark);
  margin: 10px 0 0 0;
  font-size: 1.1rem;
}

.structure-section .highlight {
  color: white;
  border-radius: 10px;
  padding: 10px 15px;
  white-space: nowrap;
}

.structure-section h2 {
  font-size: 2.3rem;
  font-weight: 700;
}

.structure-section .under-title {
  display: flex;
  align-items: center;
  gap: 25px;
  color: darkgray
}

.structure-section .filters {
  display: flex;
  gap: 5px;
}

.structure-section .filter {
  padding: 0 10px;
}

.structure-section .filter.filter-border {
  border-left: 1px solid;
}

.structure-section .filter.pos-1 {
  padding-left: 0;
}

.structure-section .filter.filter-border.pos-1 {
  padding-left: 25px
}

.structure-section .stars {
  font-size:1.1rem;
}

.structure-section .specs {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 1rem;;
}

.structure-section .price {
  font-size: 2rem;
}

.structure-section .specs i {
  margin-right: 0.8rem;
}

.structure-section .intro {
  font-size: 1.3rem;
  margin-bottom: 2rem;
}

@media (max-width:992px) {

  section.banner {
    padding: 130px 30px;
  }

  .banner.large {
    height: 100vh;
  }

  .banner .banner-caption h1 {
    font-size: 30px;
  }

  .banner .banner-caption p {
    font-size: 18px;
  }

  .submit-form input {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
  }

  .submit-form select {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
  }

  .featured-item {
    margin-bottom: 30px;
  }

  .featured-item .down-content .first-button {
    border-right: none;
  }

  .service-item {
    margin-bottom: 30px;
  }

  .down-services .left-content {
    margin-bottom: 60px;
  }

  .video-container .video-content {
    padding: 0 30px;
    text-align: center;
  }

  .text-item {
    margin-bottom: 30px;
  }

  .popup-content {
    width: 90%;
  }
  .popup-content .close {
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
  }

  footer .useful-links {
    margin-top: 60px;
  }

  footer .contact-info {
    margin-top: 60px;
  }

  .primary-nav > ul > li {
    margin: 15px 25px ;
    font-weight:500;
    font-size: 20px;
    position: relative;
    
  }
}

@media (max-width:768px) {
  #nav-desktop {
    display: none;
  }

  .navImage {
    display: block;
    z-index: 2;
    position: fixed;
    left: 50px;
    top: 5px;
    width: fit-content;
  }

  .navMenu {
    display: block;
    position: fixed;
    background-color: var(--nav-color1);
    right:0;
    top:0;
    height: 100vh;
    max-width: 0%;
    width: 100%;
    transition: max-width 0.3s ease-in;
    overflow: hidden;
    padding: 0;
    color: var(--dark);
  }
  .open .navMenu {
    max-width: 100%;
  }

  .nav-toggle {
    position: fixed;
    top: 5px;
    right: 50px;
    height: 70px;
    width: 70px;
    border: none;
    border-radius: 5px;
    background: var(--clr1);
    cursor: pointer;
    font-family: "FontAwesome";
    font-size: 30px;
    display:flex;
    align-items: center;
  }

  .nav-toggle::before,
  .nav-toggle::after {
    transition: color 0.3s ease, opacity 0.3s ease;
    position: absolute;
    left:0;
    right:0;
  }
  .nav-toggle::before {
    content: "\f0c9";
    color:var(--txt-color);
  }
  .nav-toggle::after {
    content: "\f00d";
    color:var(--clr1);
    opacity: 0;
  }
  .nav-toggle.toggled::before {
    color:var(--clr1);
  }
  .nav-toggle.toggled::after {
    color:var(--txt-color);
    opacity: 1;
  }

  .nav-toggle.toggled i {
    color: var(--clr1);
  }

  .nav-socials {
    position: absolute;
    bottom:0;
    width: 100%;
    display: flex;
    gap: 5px;
    justify-content: center;
    padding-bottom: 15px;
  }

  .nav-socials svg {
    fill: var(--dark)!important;
    height: 50px;
    width: auto;
  }

  .nav-buttons {
    display: flex;
    gap: 5px;
    padding: 15px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .primary-nav:first-child {
    border-top: 80px solid;
  }

  .primary-nav > ul {
    flex-direction: column;
    padding:0;
  }
  .primary-nav > ul > li {
    margin: 0;
    padding: 0;
    font-size: 30px;
  }
  
  .primary-nav li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
  }

  .primary-nav > ul > li > a {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 10px 25px;
  }

  .primary-nav li.has-children > a::after {
    font-family: FontAwesome;
    font-size: 1.25rem;
    font-weight: 300;
    content: '\f107';
    transform: rotate(-90deg);
    transition: transform 0.3s ease
  }

  .primary-nav li.has-children > ul {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
    padding: 0 35px;
    font-size: 20px;
  }

  .primary-nav li.has-children.open > ul {
    height: 100%;
    opacity: 1;
    padding: 15px 35px;
  }

  .primary-nav li.has-children.open > a::after {
    transform: rotate(0deg);
  }

  .richtext-media {
    flex-direction: column;
    align-items: stretch;
  }

  .richtext-media > picture {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .richtext-media > picture { order: 1; }
  .richtext-media > .text { order: 2; }
}