@charset "UTF-8";@import"https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";#root{max-width:100vw}:root{--orange-primary: #DA0037;--white-primary: #ffffff;--white-secondary: rgba(255, 255, 255, .5);--dark-primary: #232323;--dark-secondary: #343434;--gray-primary: #666;--gray-light: #f7f7f7;--instagram-purple: #c13584;--instagram-gradient: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);--youtube-red: #FF0000;--facebook-blue: #3b5998;--accesibility-blue: #1e90ff;--error-red: #ff3e3e;--success-green: #55ad55;--slide-one-image: url(https://files.kausoksilanikoloudis.gr/assets/img/home_slider/kafsoksila_1.png);--slide-one-overlay: url(https://files.kausoksilanikoloudis.gr/assets/img/logos/logo.png);--slide-two-image: url(https://files.kausoksilanikoloudis.gr/assets/img/home_slider/kafsoksila_2.png);--slide-three-image: url(https://files.kausoksilanikoloudis.gr/assets/img/home_slider/kafsoksila_3.png);--page-header-img: url(https://files.kausoksilanikoloudis.gr/assets/img/home_slider/kafsoksila_1.png);--parallax-image: url(https://files.kausoksilanikoloudis.gr/assets/img/general/parallax-bg.jpg);--list-bullet: url(https://files.kausoksilanikoloudis.gr/assets/img/general/bullet.png);--custom-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .1)}.subheader-item i{color:#fff;padding:0 1em}a.subheader-item{cursor:pointer;color:#fff;font-weight:700;text-decoration:none;transition:opacity .2s ease-in-out;display:flex;align-items:center;justify-content:center}a.subheader-item:nth-child(1){justify-content:flex-start;width:100%}a.subheader-item:nth-child(1),a.subheader-item:nth-child(2),a.subheader-item:nth-child(3),a.subheader-item:nth-child(4),a.subheader-item:nth-child(5){border-left:.1px solid var(--white-secondary)}.subheader-item:nth-child(2){padding-right:1em}a.subheader-item:nth-child(5){border-right:.1px solid var(--white-secondary)}a.subheader-item:hover{opacity:.85}.subheader{background-color:var(--orange-primary);min-height:7vh;display:flex;align-items:center;justify-content:center;width:100vw}.subheader-container{display:grid;grid-template-columns:15fr 1fr 1fr;width:100%;height:min-content}.subheader-container img{width:auto;height:10vh;object-fit:contain}@media (max-width: 768px){.subheader{display:none}}.navbar{background-color:var(--dark-primary);min-height:10vh;display:grid;grid-template-columns:5fr repeat(7,1fr);align-items:center}.nav-item{color:var(--white-primary);text-decoration:none;width:min-content;margin-right:1vw}.nav-item.nav-logo{padding:.5em 1em;font-size:1.5em;font-weight:600;text-wrap:normal;width:30%;display:flex;align-items:center;justify-content:center;flex-direction:row}.nav-hover{transition:all .3s ease-in-out}.navbar-fixed{position:fixed;top:0;left:0;right:0;z-index:100}.nav-hover:hover{box-sizing:border-box;border-bottom:2px solid var(--orange-primary);transform:translateY(-.1em)}@media (max-width: 768px){.navbar{display:none}}.accessibility-tooltip{display:flex;flex-direction:column;align-items:center;justify-content:center}.accessibility-options-header{margin:0;color:var(--dark-primary)}.acessibility-options{display:flex;flex-direction:row;justify-content:center;align-items:center}.accessibility-option{width:8vw;height:8vw;background-color:var(--dark-secondary);margin:1em;display:flex;flex-direction:column;justify-content:space-around;align-items:center;border-radius:.5em;line-height:1em;color:var(--white-primary);font-weight:700;border:none;transition:all .3s ease-in-out}.accessibility-option i{font-size:8vh}.accessibility-option:hover{cursor:pointer;background-color:var(--orange-primary)}.accessibility-info{background-color:var(--accesibility-blue);padding:0 1em;border-radius:.5em;color:var(--gray-light);display:flex;flex-direction:row;justify-content:space-between;align-items:center}.accessibility-info i{font-size:2em;padding-right:.1em}.accessibility-info-text{font-style:italic;line-height:1.2em;text-align:left;font-size:.8em}@media (max-width: 768px){.acessibility-options{flex-direction:column}.accessibility-option{width:20vw;height:20vw;margin:.5em}.accessibility-option i{font-size:20vh}.accessibility-info{flex-direction:column;padding:.5em 1em}.accessibility-info-text{font-size:1em}}.element-with-tooltip-container .tooltip{background-color:var(--gray-light);color:var(--dark-primary);text-align:center;padding:2em;border-radius:1em;margin-right:1em;position:absolute;z-index:1;left:calc(100% - 30em);top:calc(100% + 10px)}.tooltip.hidden{visibility:hidden}/*!* Make an arrow to the top *!*/.element-with-tooltip-container{position:relative;display:inline-block}@media (max-width: 768px){.element-with-tooltip-container .tooltip{left:calc(100% - 20em);top:calc(100% + 10px)}}.accessibility-btn{width:7vh;height:7vh;border-radius:10em;border:none;background-color:var(--orange-primary);display:flex;justify-content:center;align-items:center;transition:background-color .3s ease-in-out}.accessibility-btn i{font-size:2.7em;color:var(--white-primary);transition:color .3s ease-in-out}.accessibility-btn:hover{cursor:pointer;background-color:var(--white-primary)}.disabled:hover{cursor:not-allowed;background-color:var(--orange-primary)}.disabled:hover i{color:var(--white-primary)!important}.accessibility-btn:hover i{color:var(--orange-primary)}.accessibility-btn:disabled{opacity:.5}.accessibility-btn[disabled]:hover{color:var(--gray-light)}.responsive-navbar-container{display:none;width:100vw}.responsive-navbar-top{width:100%;background-color:var(--dark-primary);display:flex;justify-content:space-between;align-items:center;padding:.5em 0}.nav-icon{color:var(--white-primary);height:7vw;width:7vw;margin:0 1em}.responsive-navbar-icon{display:flex;justify-content:center;align-items:center;color:var(--white-primary);padding-right:.5em}.responsive-navbar-icon i{font-size:3em}.responsive-navbar{background-color:var(--gray-light);display:flex;flex-direction:column;justify-content:center;align-items:center;width:100vw;transition:all .3s ease-in-out;padding:.5em 0}.responsive-navbar .nav-item{color:var(--dark-primary)}.navbar-hidden,.responsive-navbar .navbar-hidden{display:none}@media (max-width: 768px){.responsive-navbar-container{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.responsive-navbar-container .nav-logo{padding:0;font-size:1.2em;font-weight:600;text-wrap:normal;display:flex;justify-content:center;align-items:center;width:min-content}.nav-logo img{width:auto;height:5vh;object-fit:contain}}.under-maintenance-header-container{background-color:var(--error-red);padding:1em;display:grid;grid-template-columns:30fr 1fr}.under-maintenance-text{display:flex;flex-direction:row;justify-content:center;align-items:center;color:var(--white-primary);font-weight:700}.under-maintenance-text i{font-size:2em;color:var(--white-primary);padding-right:.5em}.under-maintenance-close-button{background:none;border:none;display:flex;flex-direction:row;justify-content:center;align-items:center;width:min-content;height:min-content;border-radius:10em;transition:all .3s ease-in-out}.under-maintenance-close-button i{font-size:2em;color:var(--white-primary);transition:all .3s ease-in-out}.under-maintenance-close-button:hover{cursor:pointer;background-color:#fff}.under-maintenance-close-button:hover i{color:var(--error-red)}.under-maintenance-close-button:active{opacity:.8}.home-page-container{display:flex;flex-direction:column}.home-page-services,.home-page-about-us{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:5em}@media (max-width: 768px){.home-page-services,.home-page-about-us{flex-direction:column;padding:2em}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-e7b44c86.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(/assets/slick-12459f22.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.home-slider{height:50vh;background-color:var(--orange-primary)}#slide-1{background-image:var(--slide-one-image);position:relative}#slide-2{background-image:var(--slide-two-image)}#slide-3{background-image:var(--slide-three-image)}.item{height:80vh;background-size:cover;background-position:center;display:flex!important;flex-direction:column;justify-content:center;position:relative}#slide-1 .slider-overlay{position:absolute;top:0;left:0;margin-top:1vh;width:98%;height:98%;background-image:var(--slide-one-overlay);background-size:contain;background-position:center;background-repeat:no-repeat;opacity:.65;z-index:1}.orange-text{color:var(--orange-primary)}.orange-text.slider-txt{font-size:.5em;padding-bottom:2em}.item h3{padding:0 2em;margin:0}.item p{padding:0 5em}.item h3{background:none;font-size:2.5em;color:#fff}.item p{color:var(--white-primary);font-size:1em;width:40%;margin-bottom:3em}.slider-btn{background-color:var(--orange-primary);color:var(--white-primary);border:none;border-radius:10em;padding:1em 2em;margin:2em 5em;font-size:1em;font-weight:700;cursor:pointer;text-decoration:none;transition:all .3s ease-in-out}.slider-btn:hover{background-color:var(--white-primary);color:var(--orange-primary)}@media (max-width: 768px){.item h3{font-size:1.5em;padding:0}.slider-content{padding:0 2em}.slider-content p{width:100%;padding:0}.slider-content .simple-btn{margin:0}}.simple-btn{background-color:var(--orange-primary);color:var(--white-primary);border:none;border-radius:10em;padding:1em 2em;margin:2em 5em;font-size:1em;font-weight:700;cursor:pointer;text-decoration:none;transition:all .3s ease-in-out;text-align:center}.simple-btn:hover{background-color:var(--white-primary);color:var(--orange-primary)}.slider-contact{background-color:var(--orange-primary);color:var(--white-primary);border:none;padding:2em 10em;transition:all .3s ease-in-out;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.slider-contact-content-text h3{margin:0;font-weight:700;font-size:1.4em}.slider-contact-content-text p{margin:0;font-size:1.1em}.slider-contact-btn{border:.15em solid var(--white-primary)}@media (max-width: 768px){.slider-contact{flex-direction:column;padding:2em 0 0}.slider-contact-content-text{text-align:center}.slider-contact-content-text h3{font-size:1.2em}.slider-contact-content-text p{font-size:1em}.slider-contact .slider-contact-btn.slider-btn{display:flex;justify-content:center;align-items:center;height:2vh}}.simple-header{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5em 0 0;text-align:center}.simple-header h2{margin:0;font-size:2em;font-weight:600}.simple-header p{text-transform:uppercase;color:var(--gray-primary);text-align:center}.photo-card-container{margin:1em;display:flex;flex-direction:column;width:25vw}.photo-card{height:50vh}.photo-card img{width:100%;height:100%;object-fit:cover;object-position:center;border-top-left-radius:1em;border-top-right-radius:1em;cursor:pointer;transition:all .3s ease-in-out}.photo-card-text{border-bottom-left-radius:1em;border-bottom-right-radius:1em;padding:1em;background-color:var(--gray-light);display:flex;flex-direction:column;justify-content:center;align-items:center}.photo-card-text p{color:var(--gray-primary);margin-bottom:1em;text-align:center}#photo-card-btn{margin:1em;width:40%;align-self:center}@media (max-width: 768px){.photo-card-container{width:100%}.photo-card{height:50vh}.photo-card img{border-top-left-radius:1em;border-top-right-radius:1em}.photo-card-text{border-bottom-left-radius:1em;border-bottom-right-radius:1em}#photo-card-btn{width:50%}}.parallax-container{background-image:var(--parallax-image);background-size:cover;background-attachment:fixed;background-position:center;min-height:80vh;display:flex;align-items:center;color:#fff;font-family:Arial,sans-serif;position:relative;overflow:hidden}.parallax-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.65);z-index:1}.parallax-container .content{position:relative;z-index:2;padding:4em 10em}.parallax-container .content h1{font-size:2em;margin-bottom:1em}.parallax-container .content p{width:62vw}#p2{padding-bottom:2em}#parallax-btn{align-self:flex-start;margin:0}@media (max-width: 768px){.parallax-container{padding:0 2em}.parallax-container .content{padding:2em 0}.parallax-container .content h1{font-size:1.5em}.parallax-container .content p{width:100%;word-break:normal}}.image-info-box-container{display:flex;flex-direction:row;align-items:center;justify-content:space-around;width:65vw;height:50vh;background-color:var(--gray-light);padding:1em 2em}.info-box-image{width:40%;display:flex;align-items:center;justify-content:center}.info-box-image img{width:80%;height:80%;object-fit:cover;object-position:center;border-radius:1em}.info-box-text{width:50%}.info-box-text p{color:var(--gray-primary);padding-bottom:2em}#info-box-btn{margin-left:0}@media (max-width: 768px){.image-info-box-container{flex-direction:column;justify-content:center;width:100%;height:150%;padding:3em 1em}.info-box-image{width:100%;height:max-content;padding:1em}.info-box-image img{border-radius:0;width:100%;height:100%;object-fit:contain}.info-box-text{width:100%;height:50%;padding:0 2em}.info-box-text p{padding-bottom:0}#info-box-btn{margin-left:0}}.captioned-header-container{display:flex;flex-direction:column;justify-content:center}.captioned-header-container h3{text-transform:uppercase;font-weight:400;font-size:1em;margin:0;color:var(--gray-primary)}.captioned-header-container h2{margin:0}.contact-form-container{width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:4em}form button{align-self:center;margin-bottom:0!important}.contact-form-sender-details{width:75vw;display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:2em}.contact-form-sender-details,.contact-form-message{margin:0 2em}.contact-form-sender-details input{width:100%;height:5vh;border-radius:10em;border:none;padding-left:1em;box-sizing:border-box}.contact-form-container form{width:80vw;display:flex;flex-direction:column;align-items:flex-start;padding:2em 0}.contact-form-message{width:75vw;align-self:flex-start}#message{width:100%;height:20vh;margin-top:1em;border-radius:1em;border:none;padding-left:1em;padding-top:1em;box-sizing:border-box}input:focus,textarea:focus{outline:none}.box-form{background-color:var(--orange-primary);border-radius:.5em}.slider-btn{background-color:var(--orange-primary);border:.1em solid var(--white-primary)}.mail-status{padding:.5em 1em;border-radius:.5em;margin:.5em}.mail-error{background-color:var(--error-red);color:var(--white-primary)}.mail-success{background-color:var(--success-green);color:var(--white-primary)}@media (max-width: 768px){.contact-form-container{margin-bottom:2em}.contact-form-sender-details{width:90vw;grid-template-columns:1fr;row-gap:1em}.contact-form-sender-details,.contact-form-message{margin:0 1em}.contact-form.box-form{padding:1em .5em}.contact-form-message,.contact-form-container form{width:90vw}.contact-form-sender-details{width:90vw;margin:0}.contact-form-container form input,.contact-form-container form textarea{width:100%}.contact-form-message{width:100%;margin:0}.contact-form-container form .slider-btn{margin:1em 0}}.review-container{border:1px solid var(--dark-primary);border-radius:8px;padding:16px;max-width:600px;margin:16px auto;box-shadow:0 4px 8px #0000001a;background-color:var(--dark-primary)}.review-header{display:flex;align-items:center;margin-bottom:16px;color:#fff}.review-avatar{width:50px;height:50px;border-radius:50%;margin-right:16px}.reviewer-info{display:flex;flex-direction:column}.reviewer-name{font-size:1.2em;margin:0}.review-date{color:#757575;font-size:.9em;margin:0}.review-rating{display:flex;align-items:center;margin-bottom:16px}.star{font-size:2em;color:#e0e0e0}.star.filled{color:var(--orange-primary)}.review-content{font-size:1em;line-height:1.4;color:#a9a9a9}@media (max-width: 768px){.review-container{margin:5vh}}.reviews-container{background-color:var(--orange-primary);padding:5vh 0}@media (max-width: 768px){.reviews-container{padding:5vh 0}}.footer-container{width:100vw;display:flex;flex-direction:column;align-items:center;background-color:var(--gray-light)}.footer-container .footer-images{display:flex;flex-direction:row;justify-content:space-evenly;width:70%;background-color:var(--gray-light)}.footer-images img{object-fit:cover;object-position:center;width:15%;height:100%;padding:2em 1em}footer{width:100%;background-color:var(--dark-primary)}.footer-nav-section{display:grid;grid-template-columns:1.5fr 1.5fr 2fr;height:50vh;align-items:center}.footer-copyright{background-color:var(--dark-secondary);color:var(--white-primary);display:flex;align-items:center;justify-content:center;padding:1.5em}.grid-column h2{color:var(--white-primary);font-size:1.5em;margin-bottom:1em;text-wrap:normal;padding:1em 0 0 1em}.grid-column p{color:var(--white-primary);padding:0 0 0 1em}.social-buttons-footer{list-style-type:none;padding:0 0 0 1em;color:var(--white-primary);display:flex;align-items:center;flex-direction:row}.social-buttons-footer li{width:max-content;margin-right:.5em}.footer-social-icon{font-size:1.5em}.footer-contact-btn{background-color:var(--orange-primary);color:var(--white-primary);border:none;border-radius:10em;margin:0;cursor:pointer;transition:all .3s ease-in-out;width:3em;height:3em;display:flex;justify-content:center;align-items:center}.footer-contact-btn:hover{background-color:var(--white-primary);color:var(--orange-primary)}.footer-contact-btn.fb{background-color:var(--facebook-blue)}.footer-contact-btn.fb:hover{background-color:var(--white-primary);color:var(--facebook-blue)}.footer-contact-btn.insta{background:var(--instagram-gradient)}.footer-contact-btn.insta:hover{background:var(--white-primary);color:var(--instagram-purple)}.footer-contact-btn.yt{background-color:var(--youtube-red)}.footer-contact-btn.yt:hover{background-color:var(--white-primary);color:var(--youtube-red)}.footer-navbar{list-style:none;padding:0 1.7em}.footer-nav-item{padding:.2em 0;color:var(--white-primary);text-decoration:none;transition:all .3s ease-in-out}.footer-nav-item:hover{color:var(--orange-primary)}#espa-image{width:90%;height:100%;object-fit:contain;object-position:center}@media (max-width: 768px){.footer-container .footer-images{flex-direction:column;width:100%}.footer-images img{width:100%;height:100%;padding:0}.footer-images img:nth-child(1),.footer-images img:nth-child(2),.footer-images img:nth-child(3){display:none}.footer-images img:nth-child(4){width:70%;align-self:center;padding:1em 0}.footer-nav-section{display:flex;flex-direction:column;height:100%}.grid-column{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;text-align:center}.grid-column h2{padding:0}.grid-column h2:nth-child(1){display:none}.grid-column p{padding:0;margin-bottom:0}.footer-social-icon{font-size:1.5em}.footer-contact-btn{width:3em;height:3em}.footer-navbar{padding:0}.footer-copyright{text-align:center}}.page-header-container{position:relative;background-image:var(--page-header-img);background-size:cover;height:40vh;width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:0}.page-header-container:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,.5);z-index:-1}.page-header-container h2,.page-header-container p{margin:0;z-index:1;color:var(--white-primary)}.page-header-container h2{font-size:2.3em}.page-header-container p{text-transform:uppercase;padding-top:1em}.paragraph-with-image-container{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:4fr 1fr;padding:2em 12em}.paragraph-image{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:2em 0;object-fit:contain}.paragraph-image img{width:100%;height:100%}.paragraph-with-image-details p{color:var(--gray-primary);width:80%}#paragraph-header h2{font-size:2.5em;padding-bottom:.5em;padding-top:.25em}@media (max-width: 768px){.paragraph-with-image-container{display:flex;flex-direction:column;padding:2em}.paragraph-image{padding:0}.paragraph-image img{width:100%;height:100%}.paragraph-with-image-details p{width:100%}#paragraph-header h2{font-size:2em;padding-bottom:.5em;padding-top:.25em}}.our-services-container{width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center}.services-page-container{display:flex;flex-direction:column;justify-content:center;align-items:center}.service-details-container{width:40vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;object-fit:contain;background-color:var(--gray-light);padding:2em 4em;border-radius:1em}.service-details-container h2{color:var(--dark-primary);margin-bottom:0}.service-details-container p{align-self:self-start;color:var(--gray-primary)}p{white-space:pre-line}.our-services-buttons{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-right:2em}.our-services-buttons button{width:30vw;height:10vh;margin:1vh;border:none;border-radius:5px;background-color:var(--orange-primary);font-size:1.1rem;font-weight:600;cursor:pointer;color:var(--dark-primary);transition:.3s}.our-services-buttons button:hover{color:var(--white-primary);transform:translate(1em)}.our-services-buttons button.selected{color:var(--white-primary)}.our-services-buttons button i{padding-left:1em}.service-details-container h2{align-self:flex-start}.service-details-container img{width:100%;height:100%}.service-dropdown-container{width:70%;padding:.5em;display:flex;flex-direction:column;justify-content:center;align-items:center}.service-dropdown-container .paragraph-with-image-container{padding:.5em}.services-dropdowns-container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-bottom:5em}@media (max-width: 768px){.our-services-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;width:100vw}.service-details-container{width:80%;height:max-content;padding:.5em 1em;margin-bottom:3em;margin-top:1em}.service-details-container h2{align-self:flex-start}.service-details-container img{width:100%;height:100%}.service-dropdown-container{width:100%}.our-services-buttons{width:100%;display:grid;grid-gap:.1em;grid-template-columns:1fr 1fr;padding:0}.our-services-buttons button{width:80%;height:10vh;margin:1vh;border:none;border-radius:5px;background-color:var(--orange-primary);font-size:1.1rem;font-weight:600;cursor:pointer;color:var(--dark-primary);transition:.3s}.our-services-buttons button:hover{transform:scale(1.1)!important}.our-services-buttons button:hover{color:var(--white-primary);transform:translate(1em)}.our-services-buttons button.selected{color:var(--white-primary)}.our-services-buttons button i{padding-left:1em}}.details{border-radius:4px;padding:.5em;background-color:var(--white-primary);width:100%;height:100%;object-fit:contain}.details:hover{cursor:pointer}.details summary{font-weight:700;margin:-.5em;padding:.5em;background-color:var(--orange-primary);color:var(--white-primary);border-bottom:1px solid var(--orange-primary)}details[open].details summary{margin-bottom:.5em}@media (max-width: 768px){.details{width:80vw}}.contact-boxes-container{display:flex;flex-direction:row;justify-content:space-around;align-items:center;padding:10em 2em}.white-contact-form-container{width:100vw;background-color:var(--gray-light);padding-top:1em}.contact-map-container{width:100vw;height:60vh}.contact-map-container iframe{width:100%;height:60vh;border:none}@media (max-width: 768px){.contact-boxes-container{flex-direction:column;padding:2em 0 0;width:100vw}.contact-map-container{height:40vh}}.contact-box-container{width:25vw;height:45vh;display:grid;grid-template-rows:2fr 1fr 1fr 1fr;align-items:center;justify-items:center;background-color:var(--gray-light);text-align:center;border-radius:1em}.contact-box-container i{font-size:7vh;padding-top:1em;color:var(--orange-primary)}.contact-box-container a{color:var(--orange-primary);text-decoration:none;font-weight:700}@media (max-width: 768px){.contact-box-container{width:80vw;height:40vh;margin-bottom:1em}.contact-box-container i{font-size:5vh}}.gallery-page-container{width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center}.gallery-photos-container{width:90%}.gallery-photos-container img{width:100%;height:100%;object-fit:cover;object-position:center;cursor:pointer}.folder-dropdowns{padding:1em}.folder-dropdowns .folder{padding:.5em 0}.folder-dropdowns .folder details{background-color:var(--gray-light)}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);align-items:center;justify-items:center;grid-gap:.5em}.gallery-grid img{border-radius:1em}.gallery-image:hover{transform:scale(1.05);transition:transform .5s}.img-zoom-container{overflow:hidden;border-radius:1em;height:100%}@media (max-width: 768px){.gallery-photos-container{width:100vw;grid-gap:1vh}.gallery-grid{display:grid;grid-template-columns:1fr;grid-gap:1vh}}.loading-page{width:100vw;height:100vh;background-color:var(--orange-primary);color:var(--white-primary);display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:1.5rem}.loading-spinner{height:20vh;width:20vh;animation:spin 2s infinite linear}.loading-text{padding-top:1rem;font-size:1em;font-weight:400}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-page-container{display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-items:center;padding:3em 0;background-color:var(--gray-light)}.error-page-text{padding-left:10vw}.error-header.orange-text{font-size:1.2em}.error-text{font-size:3em;font-weight:400;margin:0;color:var(--dark-primary)}.error-details{font-size:1.5em;color:var(--gray-primary);padding-bottom:1em}.error-btn{margin-top:1em;background-color:var(--orange-primary);color:var(--white-primary);padding:1em 2em;border-radius:10em;border:.2em solid var(--orange-primary);font-size:1em;text-decoration:none;font-weight:700;text-transform:uppercase;transition:all .3s ease-in-out}.error-btn:hover{background:none;color:var(--orange-primary)}.error-btn i{font-style:normal}.error-page-image{display:flex;justify-content:center;align-items:center;flex-direction:column}.error-page-image img{height:60vh;width:auto}.error-page-image .error-img-attribution{font-size:.8em;color:var(--gray-primary);margin-top:1em}.attribution-link{color:var(--dark-primary)}:root{line-height:2em;font-family:Poppins,sans-serif;overflow-x:hidden}body{margin:0;min-height:100vh}hr{border:1px solid var(--orange-primary);width:70%;margin:0 auto;opacity:.3}.box-shadow{-webkit-box-shadow:var(--custom-shadow);-moz-box-shadow:var(--custom-shadow);box-shadow:var(--custom-shadow)}
