

:root { 
    --ploming-base: #C18D51; 
    --ploming-base-rgb: 198, 155, 123; 
    --ploming-primary: #082545; 
} 

.main-footer { 
     position: relative; 
    padding: 60px 0; 
    background-color: var(--ploming-primary, #004DA1); 
    overflow: hidden;
    display: block;
} 

.main-footer .main-footer--two { 
    padding-top: 165px; 
    padding-bottom: 0;
} 

.main-footer .main-footer--four { 
    padding: 55px 0 0 0;
} 

*,:after,:before { 
    box-sizing: border-box;
} 

.main-footer .main-footer__bg { 
    position: absolute; 
    top: 0; 
    right: 0; 
    width: 45.62%; 
    height: 100%; 
    background-repeat: no-repeat; 
    background-position: center; 
    background-size: cover;
} 

@media (max-width: 1799px){ 
    .main-footer .main-footer__bg { 
    width: 45%;
  } 
}     

@media (max-width: 1599px){ 
    .main-footer .main-footer__bg { 
    width: 44%;
  } 
}     

.main-footer .main-footer--two .main-footer__bg  { 
    width: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    background-repeat: no-repeat; 
    background-position: top; 
    background-size: cover; 
    opacity: 0.2; 
    mix-blend-mode: overlay;
} 

.main-footer .main-footer--four .main-footer__bg  { 
    width: 100%; 
    mix-blend-mode: screen;
} 

.main-footer .container { 
    --bs-gutter-x: 1.5rem; 
    --bs-gutter-y: 0; 
    width: 100%; 
    padding-right: calc(var(--bs-gutter-x) * .5); 
    padding-left: calc(var(--bs-gutter-x) * .5); 
    margin-right: auto; 
    margin-left: auto;
} 

@media (min-width: 576px){ 
    .main-footer .container { 
    max-width: 540px;
  } 
}     

@media (min-width: 768px){ 
    .main-footer .container { 
    max-width: 720px;
  } 
}     

@media (min-width: 992px){ 
    .main-footer .container { 
    max-width: 960px;
  } 
}     

@media (min-width: 1200px){ 
    .main-footer .container { 
    max-width: 1140px;
  } 
}     

@media (min-width: 1400px){ 
    .main-footer .container { 
    max-width: 1320px;
  } 
}     

.main-footer .container { 
    padding-left: 15px; 
    padding-right: 15px;
} 

@media (min-width: 1200px){ 
    .main-footer .container { 
    max-width: 1200px;
  } 
}     

.main-footer .container { 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px; 
    margin-right: auto; 
    margin-left: auto;
} 

.main-footer .container  { 
    position: relative; 
    z-index: 2;
} 

.main-footer .row { 
    --bs-gutter-x: 1.5rem; 
    --bs-gutter-y: 0; 
    display: flex; 
    flex-wrap: wrap; 
    margin-top: calc(-1 * var(--bs-gutter-y)); 
    margin-right: calc(-.5 * var(--bs-gutter-x)); 
    margin-left: calc(-.5 * var(--bs-gutter-x));
} 

.main-footer .row { 
    --bs-gutter-x: 30px;
} 

.main-footer .gutter-y-40 { 
    --bs-gutter-y: 40px;
} 

.main-footer .row { 
    display: -ms-flexbox; 
    display: flex; 
    -ms-flex-wrap: wrap; 
    flex-wrap: wrap; 
    margin-right: -15px; 
    margin-left: -15px;
} 

.main-footer--four .main-footer__info  { 
    margin-top: 60px; 
    padding: 30px 0; 
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    gap: 60px 40px; 
    border-top: 1px solid RGBA(var(--ploming-text-gray-rgb, 140, 160, 182), 0.3); 
    border-bottom: 1px solid RGBA(var(--ploming-text-gray-rgb, 140, 160, 182), 0.3);
} 

.main-footer__bottom { 
    position: relative; 
    margin-top: 67px; 
    padding-top: 24px;
} 

.main-footer--two .main-footer__bottom  { 
    position: relative; 
    margin-top: 60px; 
    padding: 34px 0;
} 

.main-footer--four .main-footer__bottom  { 
    margin: 0; 
    padding: 40px 0;
} 

.main-footer__bottom:after { 
    content: ""; 
    width: calc(100% - 47px); 
    height: 1px; 
    position: absolute; 
    top: 0; 
    left: 0; 
    background-color: RGBA(var(--ploming-white2-rgb, 236, 240, 245), 0.25);
} 

.main-footer--two .main-footer__bottom::after { 
    width: 100%; 
    background-color: RGBA(var(--ploming-text-gray-rgb, 140, 160, 182), 0.3);
} 

.main-footer--four .main-footer__bottom::after { 
    display: none;
} 

.main-footer .row > *  { 
    flex-shrink: 0; 
    width: 100%; 
    max-width: 100%; 
    padding-right: calc(var(--bs-gutter-x) * .5); 
    padding-left: calc(var(--bs-gutter-x) * .5); 
    margin-top: var(--bs-gutter-y);
} 

@media (min-width: 576px){ 
    .main-footer .col-sm-7 { 
    flex: 0 0 auto; 
    width: 58.33333333%;
  } 
}     

@media (min-width: 992px){ 
    .main-footer .col-lg-5 { 
    flex: 0 0 auto; 
    width: 41.66666667%;
  } 
}     

@media (min-width: 1200px){ 
    .main-footer .col-xl-4 { 
    flex: 0 0 auto; 
    width: 33.33333333%;
  } 
}     

.main-footer .animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both;
} 

.main-footer .fadeInUp { 
    -webkit-animation-name: fadeInUp; 
    animation-name: fadeInUp;
} 

.main-footer .col-lg-5,.main-footer .col-sm-7,.main-footer .col-xl-4 { 
    position: relative; 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px;
} 

@media (min-width: 576px){ 
    .main-footer .col-sm-7 { 
    -ms-flex: 0 0 58.333333%; 
    flex: 0 0 58.333333%; 
    max-width: 58.333333%;
  } 
}     

@media (min-width: 992px){ 
    .main-footer .col-lg-5 { 
    -ms-flex: 0 0 41.666667%; 
    flex: 0 0 41.666667%; 
    max-width: 41.666667%;
  } 
}     

@media (min-width: 1200px){ 
    .main-footer .col-xl-4 { 
    -ms-flex: 0 0 33.333333%; 
    flex: 0 0 33.333333%; 
    max-width: 33.333333%;
  } 
}     

@media (min-width: 576px){ 
    .main-footer .col-sm-6 { 
    flex: 0 0 auto; 
    width: 50%;
  } 
}     

@media (min-width: 768px){ 
    .main-footer .col-md-4 { 
    flex: 0 0 auto; 
    width: 33.33333333%;
  } 
}     

@media (min-width: 992px){ 
    .main-footer .col-lg-4 { 
    flex: 0 0 auto; 
    width: 33.33333333%;
  } 
}     

.main-footer .col-lg-4,.main-footer .col-md-4,.main-footer .col-sm-6,.main-footer .col-xl-4 { 
    position: relative; 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px;
} 

@media (min-width: 576px){ 
    .main-footer .col-sm-6 { 
    -ms-flex: 0 0 50%; 
    flex: 0 0 50%; 
    max-width: 50%;
  } 
}     

@media (min-width: 768px){ 
    .main-footer .col-md-4 { 
    -ms-flex: 0 0 33.333333%; 
    flex: 0 0 33.333333%; 
    max-width: 33.333333%;
  } 
}     

@media (min-width: 992px){ 
    .main-footer .col-lg-4 { 
    -ms-flex: 0 0 33.333333%; 
    flex: 0 0 33.333333%; 
    max-width: 33.333333%;
  } 
}     

.main-footer .col-md-4,.main-footer .col-sm-6,.main-footer .col-xl-4 { 
    position: relative; 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px;
} 

.main-footer ul { 
    padding-left: 2rem;
} 

.main-footer ul { 
    margin-top: 0; 
    margin-bottom: 1rem;
} 

.main-footer .list-unstyled { 
    padding-left: 0; 
    list-style: none;
} 

.main-footer .company-info { 
    margin: 0; 
    display: flex; 
    align-items: center; 
    gap: 35px 40px;
} 

.main-footer--four .company-info  { 
    flex-wrap: wrap;
} 

.main-footer--two .main-footer__bottom__inner  { 
    text-align: center;
} 

.main-footer--four .main-footer__bottom__inner  { 
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    gap: 40px;
} 

.footer-widget--about { 
    margin-left: 21px; 
    padding: 57px 40px; 
    background-color: var(--ploming-white, #fff);
} 

.main-footer--two .footer-widget--about  { 
    margin: 0; 
    padding: 0; 
    background-color: transparent;
} 

.main-footer--four .footer-widget--about  { 
    width: 100%; 
    margin: 0; 
    padding: 0; 
    background-color: transparent;
} 

.footer-widget__links-two { 
    margin-left: -11px; 
    padding-right: 30px;
} 

.main-footer--two .footer-widget--links  { 
    margin-top: 50px;
} 

.main-footer--four .footer-widget__links-two  { 
    margin: 0; 
    padding-left: 16px;
} 

.main-footer--two .footer-widget--gallery  { 
    margin-top: 50px;
} 

.main-footer--four .footer-widget--gallery  { 
    margin: 0;
} 

.main-footer .company-info li  { 
    display: flex; 
    align-items: center; 
    gap: 10px;
} 

.main-footer p { 
    margin-top: 0; 
    margin-bottom: 1rem;
} 

.main-footer .main-footer__copyright { 
    margin: 0; 
    font-weight: 500; 
    color: var(--ploming-text-gray, #8CA0B6);
} 

.main-footer .social-links--square { 
    display: flex; 
    flex-wrap: wrap; 
    gap: 12px;
} 

.main-footer--four .social-links  { 
    gap: 10px;
} 

.main-footer h2 { 
    margin-top: 0; 
    margin-bottom: .5rem; 
    font-weight: 500; 
    line-height: 1.2; 
    color: var(--bs-heading-color);
} 

.main-footer h2 { 
    font-size: calc(1.325rem + .9vw);
} 

@media (min-width: 1200px){ 
    .main-footer h2 { 
    font-size: 2rem;
  } 
}     

.main-footer h2 { 
    font-family: var(--ploming-font, "Outfit", sans-serif); 
    font-weight: 700; 
    color: var(--ploming-primary, #004DA1);
} 

.main-footer h2 { 
    margin-top: 0; 
    margin-bottom: .5rem;
} 

.main-footer h2 { 
    margin-bottom: .5rem; 
    font-weight: 500; 
    line-height: 1.2;
} 

.main-footer h2 { 
    font-size: 2rem;
} 

.main-footer .footer-widget__title { 
    position: relative; 
    font-size: 20px; 
    color: var(--ploming-white, #fff); 
    text-transform: capitalize; 
    line-height: normal; 
    margin-bottom: 12px;
} 

.main-footer--four .footer-widget__title  { 
    margin-bottom: 36px;
} 

.main-footer--four .footer-widget__title::after { 
    content: ""; 
    position: absolute; 
    left: 0; 
    bottom: -14px; 
    width: 80px; 
    height: 2px; 
    background: linear-gradient(90deg, #C69B7B 0%, rgba(198, 155, 123, 0) 95%);
} 

.main-footer .footer-widget__about-text { 
    font-weight: 500; 
    margin-bottom: 22px;
} 

.main-footer--two .footer-widget .footer-widget__about-text  { 
    color: var(--ploming-text-gray, #8CA0B6); 
    margin-bottom: 32px;
} 

.main-footer a { 
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1)); 
    text-decoration: underline;
} 

.main-footer a { 
    color: var(--ploming-base, #01C3ED); 
    transition: all 400ms ease;
} 

.main-footer a { 
    color: #007bff; 
    text-decoration: none; 
    background-color: transparent;
} 

.main-footer .ploming-btn { 
    position: relative; 
    overflow: hidden; 
    z-index: 1; 
    display: inline-flex; 
    justify-content: center; 
    align-items: center; 
    vertical-align: middle; 
    -webkit-appearance: none; 
    border: none; 
    outline: none !important; 
    background: linear-gradient(321deg, #CEBB4F, #D2AC47, #D2A12C, #AE8625); 
    font-family: var(--ploming-font, "Outfit", sans-serif); 
    text-align: center; 
    font-size: 15px; 
    color: var(--ploming-white, #fff); 
    font-weight: 600; 
    line-height: normal; 
    padding: 16.5px 20.75px; 
    transition: all 500ms ease; 
    text-transform: uppercase;
} 

.main-footer .ploming-btn--secondary { 
    padding: 19px 24.15px; 
    font-size: 16px;
} 

.main-footer a, .main-footer a:visited { 
    text-decoration: none;
} 

.main-footer--four .footer-widget--about .ploming-btn  { 
        padding: 17.5px 20px;
    font-size: 14px;
    border-radius: 10px;
} 

.main-footer a:hover { 
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
} 

.main-footer a,.main-footer a:hover,.main-footer a:visited { 
    text-decoration: none;
} 

.main-footer a:hover { 
    color: #0056b3; 
    text-decoration: underline;
} 

.main-footer--four .footer-widget--about .ploming-btn:hover { 
    color: var(--ploming-primary, #004DA1);
} 

.footer-widget__links { 
    margin: 0;
} 

.footer-widget__gallery { 
    padding-top: 14px; 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    grid-gap: 8px;
} 

.company-info__icon { 
    width: 50px; 
    height: 50px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    flex-shrink: 0; 
    font-size: 20px; 
    color: var(--ploming-white, #fff); 
    border-radius: 50%; 
    border: 1px solid RGBA(var(--ploming-white-rgb, 255, 255, 255), 0.25); 
    transition: all 500ms linear;
} 

.main-footer--four .company-info__icon  { 
    color: var(--ploming-base, #01C3ED); 
    border-color: RGBA(var(--ploming-white-rgb, 255, 255, 255), 0.25);
} 

.company-info li:hover .company-info__icon { 
    border-color: var(--ploming-white, #fff); 
    transform: scale(0.9);
} 

.main-footer--four .company-info li:hover .company-info__icon { 
    border-color: var(--ploming-base, #01C3ED);
} 

.main-footer a { 
    text-decoration: none;
} 

.main-footer .social-links a  { 
    width: 36px; 
    height: 36px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    font-size: 14px; 
    transition: all 500ms ease;
} 

.main-footer .social-links--square a  { 
    color: var(--ploming-gray, #CFD7E0); 
    border: 1px solid var(--ploming-border-color, #CFD7E0);
} 

.main-footer--four .social-links a  { 
    width: 40px; 
    height: 40px; 
    /*border-color: RGBA(var(--ploming-text-gray-rgb, 140, 160, 182), 0.3);*/
    border: 0;
} 

.main-footer a,.main-footer a:hover { 
    text-decoration: none;
} 

/*.main-footer .social-links--square a:hover { */
/*    background-color: var(--ploming-base, #01C3ED); */
/*    color: var(--ploming-white, #fff); */
/*    border-color: transparent;*/
/*} */

.main-footer .ploming-btn__icon { 
    margin-left: 24px; 
    position: relative; 
    display: inline-flex; 
    font-size: 14px; 
    color: var(--ploming-white, #fff); 
    transition: all 400ms ease;
} 

.main-footer .ploming-btn--secondary .ploming-btn__icon  { 
    margin: 0; 
    margin-right: 15px; 
    font-size: 18px;
} 

.main-footer .ploming-btn__icon:before { 
    content: ""; 
    width: 1px; 
    height: calc(100% - 2px); 
    position: absolute; 
    top: 50%; 
    left: -12px; 
    transform: translateY(-50%); 
    background-color: var(--ploming-gray, #CFD7E0); 
    transition: all 400ms ease;
} 

.main-footer .ploming-btn--secondary .ploming-btn__icon::before { 
    display: none;
} 

.main-footer--four .footer-widget--about .ploming-btn:hover .ploming-btn__icon { 
    color: var(--ploming-primary, #004DA1);
} 

.main-footer .ploming-btn__hover-group { 
    display: block;
} 

.footer-widget__links li  { 
    font-size: 16px; 
    color: var(--ploming-text-gray, #8CA0B6); 
    text-transform: capitalize; 
    font-weight: 500; 
    line-height: 2.25;
} 

.footer-widget__gallery__link { 
    position: relative; 
    display: block; 
    overflow: hidden;
} 

.main-footer img { 
    vertical-align: middle;
} 

.main-footer img { 
    vertical-align: middle; 
    border-style: none;
} 

.main-footer [class^="icon-"] { 
    font-family: 'icomoon' !important; 
    speak: never; 
    font-style: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    line-height: 1; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
} 

.main-footer .icon-conversation:before { 
    content: "\e90d";
} 

.main-footer .company-info__link { 
    font-size: 18px; 
    color: var(--ploming-white, #fff); 
    font-weight: 600; 
    line-height: normal; 
    text-transform: capitalize; 
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat; 
    transition: all 500ms ease;
} 

.main-footer .company-info__link--email { 
    text-transform: lowercase;
} 

.main-footer .company-info__link:hover { 
    background-size: 100% 1px;
} 

.main-footer .company-info__link:hover { 
    color: var(--ploming-primary, #004DA1);
} 

.main-footer--four .company-info__link:hover { 
    color: var(--ploming-base, #01C3ED);
} 

.main-footer .icon-location:before { 
    content: "\e918";
} 

.main-footer .fab { 
    -moz-osx-font-smoothing: grayscale; 
    -webkit-font-smoothing: antialiased; 
    display: inline-block; 
    font-style: normal; 
    font-variant: normal; 
    text-rendering: auto; 
    line-height: 1;
} 

.main-footer .fab { 
    font-family: "Font Awesome 5 Brands";
} 

.main-footer .fab { 
    font-weight: 400;
} 

.main-footer .fab { 
    -moz-osx-font-smoothing: grayscale; 
    -webkit-font-smoothing: antialiased; 
    display: var(--fa-display,inline-block); 
    font-style: normal; 
    font-variant: normal; 
    line-height: 1; 
    text-rendering: auto;
} 

.main-footer .fab { 
    font-family: "Font Awesome 6 Brands";
    font-size: 30px;
    color: #fff;
} 

.main-footer .fa-facebook-f:before { 
    content: "\f39e";
} 

.main-footer .sr-only { 
    border: 0; 
    clip: rect(0,0,0,0); 
    height: 1px; 
    margin: -1px; 
    overflow: hidden; 
    padding: 0; 
    position: absolute; 
    width: 1px;
} 

.main-footer .sr-only { 
    position: absolute; 
    width: 1px; 
    height: 1px; 
    padding: 0; 
    margin: -1px; 
    overflow: hidden; 
    clip: rect(0,0,0,0); 
    white-space: nowrap; 
    border-width: 0;
} 

.main-footer .sr-only { 
    position: absolute; 
    width: 1px; 
    height: 1px; 
    padding: 0; 
    margin: -1px; 
    overflow: hidden; 
    clip: rect(0,0,0,0); 
    white-space: nowrap; 
    border: 0;
} 

.main-footer .fa-linkedin:before { 
    content: "\f08c";
} 

.main-footer .fa-instagram:before { 
    content: "\f16d";
} 

.main-footer .fa-youtube:before { 
    content: "\f167";
} 

.main-footer .icon-right-arrow-3:before { 
    content: "\e925";
} 

.main-footer .ploming-btn__hover { 
    display: block; 
    background-color: var(--ploming-primary, #004DA1); 
    height: 100%; 
    top: 0; 
    opacity: 0; 
    position: absolute; 
    -webkit-transform: scaleX(0); 
    transform: scaleX(0); 
    -webkit-transition: all 0.5s ease 0s; 
    transition: all 0.5s ease 0s; 
    width: calc(25% + 0.25px); 
    z-index: -1;
} 

.main-footer .ploming-btn__hover--1 { 
    left: 0; 
    -webkit-transition-delay: 0.105s; 
    transition-delay: 0.105s;
} 

.main-footer--four .footer-widget--about .ploming-btn__hover  { 
    background-color: var(--ploming-white, #fff);
} 

.main-footer .ploming-btn:hover .ploming-btn__hover { 
    opacity: 1; 
    transform: scale(1);
} 

.main-footer .ploming-btn__hover--2 { 
    left: 25%; 
    -webkit-transition-delay: 0.105s; 
    transition-delay: 0.105s;
} 

.main-footer .ploming-btn__hover--3 { 
    left: 50%; 
    -webkit-transition-delay: 0.105s; 
    transition-delay: 0.105s;
} 

.main-footer .ploming-btn__hover--4 { 
    left: 75%; 
    -webkit-transition-delay: 0s; 
    transition-delay: 0s;
} 

.footer-widget__links li a  { 
    color: inherit;
} 

.footer-widget__links li a:hover { 
    color: var(--ploming-base, #01C3ED);
} 

.footer-widget__gallery__link img  { 
    max-width: 100%;
    width: 100%;
} 

.footer-widget__gallery__icon { 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    font-size: 16px; 
    color: var(--ploming-white, #fff); 
    background-color: rgba(var(--ploming-base-rgb), 0.8); 
    transform-origin: bottom; 
    transform-style: preserve-3d; 
    transform: scaleY(0); 
    transition: all 400ms ease-in-out;
} 

.footer-widget__gallery__link:hover .footer-widget__gallery__icon { 
    transform: scaleY(1);
} 

.main-footer .icon-plus:before { 
    content: "\e91f";
} 


@keyframes fadeInUp { 
  0% {  
      opacity: 0; 
      -webkit-transform: translateY(20px); 
      -ms-transform: translateY(20px); 
      transform: translateY(20px); 
      opacity: 0; 
      transform: translateY(20px); 
  }  
  100% {  
      opacity: 1; 
      -webkit-transform: translateY(0); 
      -ms-transform: translateY(0); 
      transform: translateY(0); 
      opacity: 1; 
      transform: translateY(0px); 
  }  

} 
/* These were inline style tags. Uses id+class to override almost everything */
#style-Jtgb8.style-Jtgb8 {  
   visibility: visible;  
    animation-duration: 1500ms;  
    animation-delay: 0ms;  
    animation-name: fadeInUp;  
}  
#style-A4pMl.style-A4pMl {  
   visibility: visible;  
    animation-duration: 1500ms;  
    animation-delay: 400ms;  
    animation-name: fadeInUp;  
}  
#style-yX9CO.style-yX9CO {  
   visibility: visible;  
    animation-duration: 1500ms;  
    animation-delay: 600ms;  
    animation-name: fadeInUp;  
}  
#style-wDZwo.style-wDZwo {  
   visibility: visible;  
    animation-duration: 1500ms;  
    animation-delay: 0ms;  
    animation-name: fadeInUp;  
}  
#style-QErEJ.style-QErEJ {  
   visibility: visible;  
    animation-duration: 1500ms;  
    animation-delay: 200ms;  
    animation-name: fadeInUp;  
}  
#style-Vox1f.style-Vox1f {  
   visibility: visible;  
    animation-duration: 1500ms;  
    animation-delay: 400ms;  
    animation-name: fadeInUp;  
}  
#style-5KlYJ.style-5KlYJ {  
   color: #ffffff;  
}  
/* These were inline style tags. Uses id+class to override almost everything */
#style-sj237.style-sj237 {  
   visibility: visible;  
    animation-duration: 1500ms;  
    animation-delay: 0ms;  
    animation-name: fadeInUp;  
}  
#style-4hSX5.style-4hSX5 {  
   visibility: visible;  
    animation-duration: 1500ms;  
    animation-delay: 400ms;  
    animation-name: fadeInUp;  
}  
#style-T83XM.style-T83XM {  
   visibility: visible;  
    animation-duration: 1500ms;  
    animation-delay: 600ms;  
    animation-name: fadeInUp;  
}  
#style-5NpRp.style-5NpRp {  
   visibility: visible;  
    animation-duration: 1500ms;  
    animation-delay: 0ms;  
    animation-name: fadeInUp;  
}  
#style-v1rGc.style-v1rGc {  
   visibility: visible;  
    animation-duration: 1500ms;  
    animation-delay: 200ms;  
    animation-name: fadeInUp;  
}  
#style-oU2GH.style-oU2GH {  
   visibility: visible;  
    animation-duration: 1500ms;  
    animation-delay: 400ms;  
    animation-name: fadeInUp;  
}  
#style-j6gqN.style-j6gqN {  
   color: #ffffff;  
}  








  div.park-city-logo img {
        width: 136px;
        object-fit: scale-down;
    }

nav {
    position: relative;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    font-family: 'Montserrat', 'sans-serif';
    height: 75px;
    background-color: #F8F6F3;
    padding: 0 10%;

}
nav .logo { 
    float: left;
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #000;
    
}
nav .links {
    float: right;
    padding: 0;
    margin: 0;
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    font-family: 'Raleway', sans-serif;
    align-items: center;
}
nav .links li {
    list-style: none;
}
nav .links a {
    display: block;
    padding: 1em;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    position: relative;
}
nav .links a:hover {
    color: #c5a258;
}
nav .links a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #c5a258;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}
nav .links a:hover::before {
    visibility: visible;
    transform: scaleX(1);
    color: white;
}
#nav-toggle {
     position: absolute;
     top: -100px;
}
nav .icon-burger {
    display: none;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}
nav .icon-burger .line {
    width: 30px;
    height: 5px;
    background-color: #fff;
    margin: 5px;
    border-radius: 3px;
    transition: all .5s ease-in-out;
}
@media screen and (max-width: 766px) {
    nav{
        display: none;
    }
    nav .logo {
        float: none;
        width: auto;
        justify-content: center;
    }
    nav .links {
        float: none;
        position: fixed;
        z-index: 9;
        left: 0;
        right: 0;
        top: 100px;
        bottom: 100%;
        width: auto;
        height: auto;
        flex-direction: column;
        justify-content: space-evenly;
        background-color: rgba(0, 0, 0, .8);
        overflow: hidden;
        transition: all .5s ease-in-out;
    }
    nav .links a {
        font-size: 20px;
    }
    nav :checked ~ .links {
        bottom: 0;
    }
    nav .icon-burger {
        display: block;
    }
    nav :checked ~ .icon-burger .line:nth-child(1) {
        transform: translateY(10px) rotate(225deg);
    }
    nav :checked ~ .icon-burger .line:nth-child(3) {
        transform: translateY(-10px) rotate(-225deg);
    }
    nav :checked ~ .icon-burger .line:nth-child(2) {
        opacity: 0;
    }
}











/*Gallery CSS*/

.gallery .slider-container {
    display: grid;
    align-items: center;
    width: 100%;
    grid-template-columns: .7fr 1fr;
    gap: 20px;
  }

  .gallery .text-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }

  .gallery .text-side h2 {
    font-size: 3rem;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  .gallery .text-side p {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 48px;
  }

  .gallery .navigation {
    display: flex;
    justify-content: center;
    gap: 3rem;
  }

  .gallery .navigation button {
    background-color: #002855;
    border: none;
    color: white;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
  }

  .gallery .image-side {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .gallery .image-side img {
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
    transition: opacity 0.5s ease-in-out; /* Smooth fade effect */
  }
  
  .sub-gallery{
    padding: 25px 0 !important;    
  }
  
  @media (max-width: 768px){
    .gallery .slider-container {
        grid-template-columns: 1fr;
    }
    
    .gallery .text-side p {
        font-size: 25px;
        margin-bottom: 20px;
        line-height: 25px;
    }
  }