@import url(https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;500;600;700&display=swap);:root{--primary-color:#0fb8e0;--primary-dark:#0d2154;--font-base:"Cormorant Upright",serif;--font-alt:"Open Sans",sans-serif;--color-gold:#dbc36a;--color-black:#0c0c0c;--color-gray:#545454;--color-crimson:#f5efdb;--color-grey:#aaa;--color-white:#fbfbfb;--color-reddo:#ad2831}span{color:#dbc36a;color:var(--color-gold)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}ul{list-style-type:none}a{color:#fbfbfb;text-decoration:none}.container{height:100%;margin:auto;max-width:1240px;position:relative}button{background-color:#ad2831;background-color:var(--color-reddo);border:1px solid #ad2831;border:1px solid var(--color-reddo);border-radius:4px;color:#f8f8f8;display:flex;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;margin:1rem 0;padding:.7rem 1.5rem}button:hover{transform:scale(1.1);transition-duration:.2s}@media screen and (max-width:940px){h1{font-size:3rem}h2{font-size:2.5rem}}.navbar{background-color:#000;height:100px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:10}.navbar .container{align-items:center;display:flex;justify-content:space-between}.navbar .logo{align-items:center;color:#fff;display:flex;margin:1rem}.navbar .logo .icon{color:var(--primary-color);font-size:3rem;margin-right:1rem}.navbar a:hover{color:var(--color-gold);transform:scale(1.1)}.logo img{width:100px}.hamburger{display:none;padding:1rem}.navbar .nav-menu{align-items:center;display:flex;height:100%;padding:1rem}.navbar li{color:#fff;font-weight:600;padding:1rem}.navbar li:hover{color:var(--color-gold)}.navbar .icon{color:#fff;font-size:1.4rem}@media screen and (max-width:940px){.navbar .hamburger{display:block;z-index:15}.navbar .nav-menu{align-items:center;background:#000c;flex-direction:column;height:100vh;justify-content:center;left:-100%;position:absolute;top:0;transition:.5s ease-in;width:100%}.navbar .active{left:0}.navbar li{font-size:2rem;margin-right:1rem}.navbar button{font-size:1.8rem;position:relative;right:9px}}.app__footer{align-items:center;background:var(--color-black);display:flex;flex-direction:column;justify-content:flex-start;padding-top:0;position:relative;width:100%;z-index:1}.app__footer-links{align-items:flex-start;display:flex;justify-content:space-between;margin-top:5rem;padding:0 2rem;width:100%}.app__footer-links_contact,.app__footer-links_logo,.app__footer-links_work{flex:1 1;margin:1rem;text-align:center}.app__footer-links_logo img:first-child{margin-bottom:.75rem;width:210px}.app__footer-links_work p:nth-child(odd){margin-bottom:1rem}.app__footer-links_icons{margin-top:.5rem}.app__footer-links_icons svg{color:var(--color-white);cursor:pointer;font-size:24px;margin:.5rem}.app__footer-links_icons svg:hover{color:var(--color-gold);transform:scale(1.1)}.app__footer-headtext{color:var(--color-white);font-family:var(--font-base);font-size:32px;font-weight:400;letter-spacing:.04em;line-height:41.6px;margin-bottom:1rem;text-transform:capitalize}.footer__copyright{margin-top:3rem}@media screen and (min-width:2000px){.app__footer-headtext{font-size:51px;line-height:61.6px}}@media screen and (max-width:1150px){.app__footer-links{align-items:center;flex-direction:column;padding:0}.app__footer-links_contact,.app__footer-links_logo,.app__footer-links_work{margin:2rem 0;width:100%}}@media screen and (max-width:650px){.app__footer{padding:0 0 2rem}}@media screen and (max-width:350px){.app__footer-links_logo img:first-child{width:80%}}.app__header{background:#6b7254;background:linear-gradient(53deg,#6b7254,#dcca87 40%,#ffffe6)}.app__header-h1{font-size:90px}.app__header-h1,.app__header-h2{color:var(--color-black);font-family:var(--font-base);font-weight:700;letter-spacing:.04em;line-height:117px;text-transform:capitalize}.app__header-h2{font-size:40px}.app__header-img img{width:80%}.app__wrapper-head_img{animation-duration:4.2s;animation-iteration-count:infinite;animation-name:floating;animation-timing-function:ease-in-out;position:relative;width:100%}@keyframes floating{0%{transform:translate(0)}50%{transform:translateY(60px)}to{transform:translate(0)}}.line{border-bottom:1px solid #000;height:47px;position:absolute;width:112px}@media screen and (min-width:2000px){.app__header-h1{font-size:180px;line-height:210px}}@media screen and (max-width:1150px){.app__header-h1{font-size:90px}}@media screen and (max-width:650px){.app__header-h1{font-size:70px;line-height:87px}}@media screen and (max-width:450px){.app__header-h1{font-size:50px;line-height:70px}.app__header-h2{color:var(--color-black);font-family:var(--font-base);font-size:40px;font-weight:700;letter-spacing:.04em;line-height:70px;text-transform:capitalize}}.section__padding{padding:4rem 6rem}.flex__center{align-items:center;display:flex;justify-content:center}.app__bg{background:url(/static/media/bg.c3332ab2ad7366b5fede.png);background-attachment:fixed;background-position:50%;background-repeat:repeat;background-size:cover}.app__wrapper{align-items:center;display:flex;justify-content:space-between;min-height:100vh}.app__wrapper_info{align-items:flex-start;flex:1 1;flex-direction:column}.app__wrapper_img,.app__wrapper_info{display:flex;justify-content:center;width:100%}.app__wrapper_img{align-items:center;flex:1 1;margin-left:2rem}.app__wrapper_img-reverse{justify-content:flex-start;margin-right:2rem}.app__wrapper_img img{width:80%}.app__wrapper_img-reverseo{justify-content:flex-start;margin-right:2rem}.app__wrapper_imgo img{width:80%}.app__wrapper_pro_img{align-items:center;display:flex;flex:1 1;justify-content:center;margin-left:2rem;position:relative;width:100%}.app__wrapper_pro_img-reverse{justify-content:flex-start;margin-right:2rem}.app__wrapper_pro_img img{display:block;height:auto;object-fit:cover;width:80%}.custom__button{background-color:var(--color-gold);border:1px solid var(--color-gold);border-radius:4px;color:var(--color-black);cursor:pointer;display:flex;font-family:var(--font-alt);font-size:1rem;font-weight:600;margin:1rem 0;padding:.7rem 1.5rem}.custom__button:hover{transform:scale(1.1);transition-duration:.2s}.p__cormorant{font-feature-settings:"tnum" on,"lnum" on;font-family:var(--font-base);font-size:23px;font-weight:700;line-height:29.9px;text-transform:capitalize}.p__cormorant,.p__opensans{color:var(--color-white);letter-spacing:.04em}.p__opensans{font-family:var(--font-alt);font-size:16px;line-height:28px}.headtext__cormorant{color:var(--color-gold);font-family:var(--font-base);font-size:64px;letter-spacing:.04em;line-height:83.2px;text-transform:capitalize}.pencil__img{width:45px}@media screen and (min-width:2000px){.custom__button,.p__cormorant{font-size:37px;line-height:67px}.p__opensans{font-size:30px;line-height:50px}.headtext__cormorant{font-size:150px;line-height:210px}.pencil__img{width:80px}}@media screen and (max-width:1150px){.app__wrapper{flex-direction:column}.app__wrapper_img,.app__wrapper_imgo{margin:5rem 0 0}.app__wrapper_img-reverse,.app__wrapper_img-reverseo{margin:0 0 5rem}.app__wrapper_img img{width:100%}.app__wrapper_imgo img{margin-right:30px;width:100%}}@media screen and (max-width:850px){.section__padding{padding:4rem}}@media screen and (max-width:650px){.section__padding{padding:4rem 2rem}.p__cormorant{font-size:21px}.p__opensans{font-size:14px}.app__bg{background:url(/static/media/bg.c3332ab2ad7366b5fede.png);background-attachment:fixed;background-position:50%;background-repeat:repeat;background-size:cover}}@media screen and (max-width:450px){.p__opensans{font-size:12px}.p__cormorant{font-size:19px}.headtext__cormorant{font-size:45px;line-height:70px}.app__video{height:100%;width:100%}.app__bg{background:url(/static/media/bg.c3332ab2ad7366b5fede.png);background-attachment:fixed;background-position:50%;background-repeat:repeat;background-size:cover}.app__wrapper1{position:relative;right:90px}.app__Anto-sign img{width:80%}}.app__Anto-content{display:flex;flex-direction:column;margin-top:3rem;width:100%}.app__wrapper1{align-items:center;display:flex;flex-direction:row-reverse;justify-content:space-between;min-height:100vh}.app__Anto-content_quote{align-items:flex-end;display:flex;justify-content:flex-start}.app__Anto-content_quote img{height:40px;margin:0 1rem 1rem 0;width:47px}.app__Anto-sign{margin-top:3rem;width:100%}.app__Anto-sign p:first-child{color:var(--color-gold);font-family:var(--font-base);font-size:32px;font-weight:400;letter-spacing:.04em;line-height:41.6px;text-transform:capitalize}.app__Anto-sign img{margin-top:3rem;width:250px}.app__wrapper_imgo{align-items:center;display:flex;flex:1 1;justify-content:center;margin-left:2rem;width:100%}@media screen and (min-width:2000px){.app__Anto-sign img{width:370px}}@media screen and (max-width:450px){.app__Anto-sign img{width:80%}.app__wrapper1{align-items:center;display:flex;flex-direction:column;justify-content:space-between;left:0;min-height:100vh}}@media screen and (max-width:1150px){.app__Anto-sign img{width:80%}.app__wrapper1{align-items:center;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh}}*{font-family:Poppins,sans-serif}section{display:flex;flex-direction:column;place-items:center}.row{display:flex;flex-wrap:wrap}.column{padding:0 1em 1em;text-align:center;width:100%}.card{background:linear-gradient(#f3eabf 50%,var(--color-gold) 50%);background-position:0 2.5%;background-size:100% 200%;border-radius:55px;box-shadow:0 0 35px #0000001f;cursor:pointer;height:100%;padding:2em 1.5em;transition:.5s;width:100%}h3{color:#1f194c;font-size:20px;font-weight:600;margin:1em 0}h3,p{font-family:var(--font-alt)}p{color:#575a7b;font-size:16px;letter-spacing:.04em;line-height:28px}.icon-wrapper{background-color:var(--color-gold);border-radius:50%;color:#f3eabf;display:grid;font-size:30px;height:2.5em;margin:auto;place-items:center;position:relative;transition:.5s;width:2.5em}i{position:relative;top:4px}.card:hover{background-position:0 100%}.card:hover .icon-wrapper{background-color:#fff;color:var(--color-gold)}.card:hover h3,.card:hover p{color:#fbfbfb}@media screen and (min-width:768px){section{padding:0 2em}.column{flex:0 1 50%;max-width:50%}}@media screen and (min-width:992px){section{padding:1em 3em}.column{flex:0 0 33.33%;max-width:33.33%}}.hero{background:url(/static/media/cyber-bg.6dbcbfb87616821eb8c1.png) no-repeat 50%/cover;height:100vh;width:100%}.hero .container{display:grid;grid-template-columns:repeat(2,1fr)}.hero .content{display:flex;flex-direction:column;height:75vh;justify-content:center;margin-left:6rem;padding:1rem}.hero h1{color:#f8f8f8}.hero .blue{color:var(--primary-color)}.Anto_imagep img{width:60%!important}@media screen and (max-width:940px){.hero .content{margin-left:1rem}}.contact{height:100vh;position:relative;width:100%}.contact:before{background:#6b7254;background:linear-gradient(53deg,#6b7254,#dcca87 40%,#ffffe6);content:"";height:100%;position:absolute;width:100%;z-index:-1}.contact .container .form-container{align-items:center;color:#f8f8f8;display:flex;height:100%;justify-content:center}.contact form{margin:1rem;width:50%}.contact .form-container div{display:flex;flex-direction:column}.contact form label{display:none;margin:2rem 0 .7rem}h1{color:var(--color-black);font-size:64px;line-height:83.2px}.contact form input,h1,textarea{font-family:var(--font-base);letter-spacing:.04em;text-transform:capitalize}.contact form input,textarea{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:var(--color-black);border:1px solid #00000026;border-radius:4px;box-shadow:0 8px 32px 0 #17181e5e;color:var(--color-white);font-size:1.2rem;margin:1rem 0;padding:.5rem}.contact form input:focus,textarea:focus{box-shadow:0 0 12px 0 var(--primary-color);outline:var(--primary-color)}@media screen and (max-width:940px){.contact form{width:100%}}*{box-sizing:border-box;margin:0}*,body{padding:0}body{background:#fff}img{display:inline-block;height:auto;max-width:100%;vertical-align:middle}.grid-wrapper .Imago{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.grid-wrapper img{border-radius:5px;box-shadow:0 1px 8px 0 #0003,0 1px 7px 0 #00000030;height:100%;object-fit:cover;width:100%}.grid-wrapper img:hover{height:100%;transform:scale(1.02);transition-duration:.2s;width:100%}.grid-wrapper{grid-gap:10px;display:grid;grid-auto-flow:dense;grid-auto-rows:450px;grid-template-columns:repeat(auto-fit,minmax(500px,1fr))}.grid-wrapper .wide{grid-column:span 2}.grid-wrapper .tall{grid-row:span 2}.grid-wrapper .big{grid-column:span 2;grid-row:span 2}.Imago .popup-imag{background:#000000e6;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:100}.Imago .popup-imag span{color:#fff;cursor:pointer;font-size:60px;font-weight:bolder;position:absolute;right:10px;top:0;z-index:100}.Imago .popup-imag img{border:5px solid #fff;border-radius:5px;left:50%;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:750px}@media screen and (min-width:1150px){.grid-wrapper img{border-radius:5px;height:100%;object-fit:cover;width:100%}}@media screen and (max-width:630px){.grid-wrapper{display:flex!important;flex-direction:column}}@media screen and (max-width:738px){.grid-wrapper{display:flex!important;flex-direction:column}}.popuplightboxes{position:fixed;z-index:20}.popuplightbox{align-items:center;background:#00000080;color:#fff;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;transform:scale(0);transition:transform .25s ease-in-out;width:100vw}.popuplightbox:target{transform:scale(1)}.popupcontent{background:#000;padding:1em;position:relative;width:75%}.close{align-items:center;background:var(--color-reddo);border-radius:50%;display:flex;height:2em;justify-content:center;position:absolute;right:-1em;top:-1em;width:2em}.close:after{color:#fff;content:"x";font-weight:700}.popupbody,.popuptitle{color:#fbfbfb}@media screen and (min-width:978px){.popupcontent{position:relative;top:60px;width:37%}}
/*# sourceMappingURL=main.e396d7aa.css.map*/