@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@700&family=Outfit&display=swap);:root{--light-purple:#e6ebf7;--lighter-purple:#f9fafd;--purple:#5573b7;--title-font-family:"DM Sans",sans-serif;--text-font-famimy:"Outfit",sans-serif}*{color:#424242;font-family:Outfit,sans-serif;font-family:var(--text-font-famimy);margin:0;padding:0;scroll-behavior:smooth}a,li{text-decoration:none}a{color:#000}#welcome{align-items:center;display:flex;height:70vh;justify-content:space-between;padding:0 15%}.welcome-part{width:45%}.welcome-text{display:flex;flex-direction:column;justify-content:space-between}.welcome-text>h1{font-size:38px}.welcome-text>p{font-size:18px;margin:15px 0}.welcome-text>button{background-color:var(--purple);border:none;border-radius:2.5px;color:#fff;cursor:pointer;height:40px;width:20%}.welcome-img{align-items:center;display:flex;flex-direction:column;justify-content:center}.welcome-img>img{height:auto;width:100%}#about{background-color:var(--light-purple);padding:10vh 15%}.about-intro{margin-bottom:20px}.about-intro>h1,.about-item>h2{margin-bottom:7.5px}.about-items{align-items:stretch;display:flex;justify-content:space-between}.about-item{background-color:var(--lighter-purple);padding:15px 20px;width:29%}#achievements{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:10vh 15%}#achievements>p{margin-bottom:10px}.achievement-counter{flex-direction:row;width:70%}.achievement-counter,.counter{align-items:center;display:flex;justify-content:center}.counter{flex-direction:column;height:100px;width:25%}.counter>h1{font-size:40px}.counter>p{font-size:18px}#services{align-items:center;background-color:var(--light-purple);display:flex;flex-direction:column;justify-content:center;padding:5vh 15%}#services>h1,#services>p{text-align:center}#services>h1{margin-bottom:10px}#services>p{margin-bottom:20px}.services-items-row{align-items:stretch;display:flex;gap:30px;justify-content:space-between;margin-bottom:30px}.services-item{background-color:var(--lighter-purple);border-radius:5px;display:flex;flex-direction:column;padding:20px 25px}.services-item>h2{margin-bottom:7.5px}#portfolio{align-items:center;display:flex;flex-direction:column;padding:5vh 15%}.portfolio-content{width:100%}.portfolio-navbar{display:flex;justify-content:space-between;margin:30px auto;width:25%}.portfolio-navbar>p{cursor:pointer}.portfolio-navbar>p:hover{color:var(--purple)}.portfolio-items{align-items:center;display:flex;flex-direction:column;gap:20px;height:60vh;justify-content:center;margin:auto;width:80%}.portfolio-items-row{display:flex;height:50%;justify-content:space-between;width:100%}.portfolio-item{align-items:center;border:2px solid var(--purple);display:flex;justify-content:center;padding:20px;width:45%}.portfolio-item img{height:100%}.active-title{color:var(--purple)}#team{align-items:center;background-color:var(--light-purple);display:flex;flex-direction:column;padding:5vh 15%}.team-members{display:flex;justify-content:space-between;margin-top:20px;width:100%}.team-member{background-color:var(--lighter-purple);border-radius:5px}.member-img>img{border-radius:5px;max-width:15vw}.member-text{padding:10px 15px}#contact{align-items:center;display:flex;flex-direction:column;padding:5vh 15%}#contact>h1{margin-bottom:20px}.contact-content{display:flex;justify-content:space-evenly;width:100%}.contact-info-item{margin:10px auto}.contact-email{display:flex;flex-direction:column;gap:20px;width:50%}.contact-email input,.contact-email textarea{border:1px solid #d4d4d4;border-radius:2.5px;padding:5px 10px}.contact-email input:focus,.contact-email textarea:focus{border:1px solid var(--purple);outline:none}.contact-email textarea{min-height:75px;resize:vertical}.contact-email input[type=email],.contact-email input[type=text]{height:35px}.email-submit-btn{background-color:var(--purple);color:#fff;cursor:pointer;height:40px;margin:auto;width:150px}.contact-email-name-email{display:flex;flex-direction:row;gap:15px;width:100%}.contact-email-name-email>input{width:50%}#newsletter{align-items:center;background-color:var(--light-purple);display:flex;flex-direction:column;padding:5vh 15%}#newsletter>p{margin:15px auto}.newsletter-form>input{border:none;font-size:16px;outline:none}.newsletter-form>input[type=email]{padding:7.5px 7px}.newsletter-form>input[type=button]{background-color:var(--purple);color:#fff;cursor:pointer;padding:7.5px 10px}#home>div{scroll-margin-top:9vh}#navbar{align-items:center;background-color:var(--lighter-purple);display:flex;justify-content:space-between;padding:0 2.5%;position:-webkit-sticky;position:sticky;top:0;width:95%}.nav-logo img{max-width:70px;padding:10px 0}.nav-items{justify-content:space-between;width:40vw}.nav-item,.nav-items{align-items:center;display:flex}.nav-item{border-radius:4px;padding:10px 20px}.nav-item:hover{-webkit-animation:fade .5s linear;animation:fade .5s linear;background-color:var(--light-purple);opacity:1}@-webkit-keyframes fade{0%{opacity:.7}to{opacity:1}}@keyframes fade{0%{opacity:.7}to{opacity:1}}#footer{align-items:center;display:flex;flex-direction:column}.useful-links{display:flex;justify-content:space-around;margin:70px auto 50px;width:70vw}.links-grp{display:flex;flex-direction:column}.links-grp>h3{margin-bottom:12.5px}.links-grp>a{margin-bottom:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.links-grp>a:hover{color:var(--purple)}.copyright-container{background-color:var(--light-purple);padding:20px 0;text-align:center;width:100%}#game{margin:5vh auto auto;width:80vw}.game-intro{display:flex;justify-content:space-between}.game-intro-content{background-color:var(--light-purple);padding:20px;width:30%}.game-intro-content h1{color:var(--purple)}.game-intro-content h1,.game-intro-content p{margin-bottom:10px}.game-intro-content h2{margin-bottom:20px}.game-intro-content>ul{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;list-style:none}.desc-tag{background-color:var(--lighter-purple);border:2px solid var(--purple);border-radius:4px;cursor:default;padding:5px 12.5px}.game-img-container{max-width:65%}.game-img-container>img{width:100%}.game-details{margin:50px auto}.game-detail{display:flex;gap:25px;justify-content:space-between;margin-bottom:20px}.game-detail-img-container{max-width:50%}.game-detail-img-container>img{width:100%}.game-detail-text{align-items:center;background-color:var(--lighter-purple);border:5px solid var(--light-purple);display:flex;flex-direction:column;justify-content:center;padding:40px 20px;width:50%}.image-left{flex-direction:row}.image-right{flex-direction:row-reverse}
/*# sourceMappingURL=main.5b6bfdc4.css.map*/