*{margin:0;padding:0;font-family:"Montserrat",sans-serif}body{height:100vh;overflow:hidden;transition:300ms all ease-out}body.loaded{height:inherit;overflow-y:inherit}.preloader{width:100%;height:100vh;overflow:hidden;position:fixed;top:0;left:0;background-color:white;z-index:999;display:flex;justify-content:center;align-items:center;transition:300ms all ease-out;opacity:1}.preloader.hidden{opacity:0;pointer-events:none}.preloader svg.tea{--secondary:#af0000}.preloader svg.tea #teabag{transform-origin:top center;transform:rotate(3deg);animation:swing 2s infinite}.preloader svg.tea #steamL{stroke-dasharray:13;stroke-dashoffset:13;animation:steamLarge2s infinite}.preloader svg.tea #steamR{stroke-dasharray:9;stroke-dashoffset:9;animation:steamSmall2s infinite}@-moz-keyframes swing{50%{transform:rotate(-3deg)}}@-webkit-keyframes swing{50%{transform:rotate(-3deg)}}@-o-keyframes swing{50%{transform:rotate(-3deg)}}@keyframes swing{50%{transform:rotate(-3deg)}}@-moz-keyframes steamLarge{0%{stroke-dashoffset:13;opacity:0.6}100%{stroke-dashoffset:39;opacity:0}}@-webkit-keyframes steamLarge{0%{stroke-dashoffset:13;opacity:0.6}100%{stroke-dashoffset:39;opacity:0}}@-o-keyframes steamLarge{0%{stroke-dashoffset:13;opacity:0.6}100%{stroke-dashoffset:39;opacity:0}}@keyframes steamLarge{0%{stroke-dashoffset:13;opacity:0.6}100%{stroke-dashoffset:39;opacity:0}}@-moz-keyframes steamSmall{10%{stroke-dashoffset:9;opacity:0.6}80%{stroke-dashoffset:27;opacity:0}100%{stroke-dashoffset:27;opacity:0}}@-webkit-keyframes steamSmall{10%{stroke-dashoffset:9;opacity:0.6}80%{stroke-dashoffset:27;opacity:0}100%{stroke-dashoffset:27;opacity:0}}@-o-keyframes steamSmall{10%{stroke-dashoffset:9;opacity:0.6}80%{stroke-dashoffset:27;opacity:0}100%{stroke-dashoffset:27;opacity:0}}@keyframes steamSmall{10%{stroke-dashoffset:9;opacity:0.6}80%{stroke-dashoffset:27;opacity:0}100%{stroke-dashoffset:27;opacity:0}}.header .main-menu{width:100%;height:85px;background-color:#101010;display:flex;align-items:center;border-bottom:5px solid #af0000;position:fixed;transition:300ms all ease-out;z-index:99}.header .main-menu ul{width:100%;display:flex;list-style:none;justify-content:flex-end;padding:0 30px}.header .main-menu ul li{margin-right:10px;position:relative;transition:300ms all ease-out}.header .main-menu ul li a{text-decoration:none;color:#fff;font-size:12px;padding:5px 8px;text-transform:uppercase}.header .main-menu ul li:last-child{margin-right:0}.header .main-menu ul li:after{content:"";position:absolute;bottom:-5px;left:0;right:0;margin:auto;width:0;height:3px;background-color:#af0000;transition:300ms all ease-out}.header .main-menu ul li:hover:after{width:100%}.header .sticky{height:50px;background-color:#000000d4;border-bottom:2px solid #af0000}.main-wrapper{width:100%;background-color:black}.main-wrapper .head-banner{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;margin-bottom:30px}.main-wrapper .head-banner .canvas{background:#252934;background:url("../img/filler.png") center center/cover;width:100%;height:100%;left:0;position:absolute;top:0;z-index:0}.main-wrapper .head-banner .intro{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#0000003d;z-index:1;pointer-events:none}.main-wrapper .head-banner .intro h2{text-align:center;text-transform:uppercase;color:#fff;letter-spacing:5px;pointer-events:auto}.main-wrapper .head-banner .intro h2 span{color:#af0000}.main-wrapper .head-banner .intro a{margin-top:10px;text-decoration:none;text-transform:uppercase;letter-spacing:2px;color:#fff;font-weight:bold;padding:8px 18px;border:2px solid #fff;transition:300ms all ease-out;pointer-events:auto;text-align:center}.main-wrapper .head-banner .intro a i{transition:300ms all ease-out;color:#fff}.main-wrapper .head-banner .intro a:hover{background-color:#fff;border-color:#fff;color:#101010}.main-wrapper .head-banner .intro a:hover i{color:#101010;transform:rotate(90deg)}.main-wrapper .section{padding-bottom:30px}.main-wrapper .section h2{color:white;text-transform:uppercase;letter-spacing:5px;text-align:center}.main-wrapper .section .title-underline{width:80px;height:3px;border-radius:50px;background-color:#af0000;margin:10px auto 50px}.main-wrapper .section .single-col{width:80%;max-width:1080px;margin:auto}.main-wrapper .section .single-col .col .hexagons{display:flex;justify-content:space-between;flex-direction:row;padding:0 30px}.main-wrapper .section .single-col .col .hexagons .col{width:25%;color:#fff;text-align:center}.main-wrapper .section .single-col .col .hexagons .col .hexagon{width:57.734px;height:100px;background-color:#af0000;position:relative;margin:auto;display:flex;justify-content:center;align-items:center;z-index:1;font-size:55px;color:#fff}.main-wrapper .section .single-col .col .hexagons .col .hexagon:before,.main-wrapper .section .single-col .col .hexagons .col .hexagon:after{content:"";width:57.734px;height:100px;background-color:#af0000;transform:rotate(60deg);position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:-1}.main-wrapper .section .single-col .col .hexagons .col .hexagon:after{transform:rotate(-60deg)}.main-wrapper .section .single-col .col .hexagons .col p{color:#fff;font-size:12px;padding:0 10px;margin-top:10px}.main-wrapper .section .single-col .col .hexagons .col p span{font-size:20px;text-transform:uppercase;margin:20px 0;line-height:37px}@media (max-width: 992px){.main-wrapper .section .single-col .col .hexagons{flex-wrap:wrap}.main-wrapper .section .single-col .col .hexagons .col{width:50%;margin-bottom:50px}}@media (max-width: 767px){.main-wrapper .head-banner .intro{padding:0 5%}.main-wrapper .head-banner .intro a{font-size:12px}.main-wrapper .section .single-col .col .hexagons{flex-wrap:wrap}.main-wrapper .section .single-col .col .hexagons .col{width:100%;margin-bottom:100px}}
/*# sourceMappingURL=style.min.css.map */
