@import"https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{background-color:#000;--blue:#485c85;--red:#e81c2e;--white:#fff;--global:#868686;--border-color:#ffffff1a}*{margin:0;padding:0}html{color:var(--global)}html,input,textarea{font-family:Barlow,sans-serif}body,section{position:relative}section{padding:65px 0 0;z-index:1}h2{font-size:45px;text-transform:capitalize;color:var(--blue)}h2,h3{font-weight:700}h3{position:relative;font-size:16px;letter-spacing:4px;text-transform:uppercase;color:var(--red);margin-bottom:20px}h4{color:var(--blue)}p{line-height:1.5em}.slick-dots li button:before{font-size:15px!important}.slick-dots li.slick-active button:before{color:var(--red)!important}.slick-dots li button:before{color:var(--white)!important;color:var(--blue)!important}.scroll-to-top{border-radius:50%!important;background:var(--blue)!important;width:50px!important;height:50px!important}.scroll-to-top svg{fill:var(--red)!important}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{background:var(--red)}::-webkit-scrollbar-thumb:hover{background:var(--blue)}@media screen and (max-width:720px){section{padding:40px 0 0}h2{font-size:35px;text-align:center}h3{font-size:13px}.scroll-to-top{right:10px!important;bottom:10px!important}}a{color:unset;text-decoration:none}a,button{cursor:pointer}button{border:none;background:none}.max-width{max-width:1110px;width:100%;margin-left:auto;margin-right:auto}.slider{position:relative;max-width:100vw}.slider,.slider .image{width:100%;overflow:hidden}.slider .image{display:flex;justify-content:center;align-items:center;max-height:80vh}.slider img{width:100%;height:auto;max-height:80vh;object-fit:cover}.bar:after{content:"";position:absolute;left:0;top:23px;height:1px;width:100%;border-bottom:2px solid var(--red)}@media screen and (max-width:1280px){.max-width{width:max;padding-right:20px;padding-left:20px}}