123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855 |
- /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
- /* Document
- ========================================================================== */
- /**
- * 1. Correct the line height in all browsers.
- * 2. Prevent adjustments of font size after orientation changes in iOS.
- */
- html {
- line-height: 1.15; /* 1 */
- -webkit-text-size-adjust: 100%; /* 2 */
- }
- /* Sections
- ========================================================================== */
- /**
- * Remove the margin in all browsers.
- */
- body {
- margin: 0;
- }
- /**
- * Render the `main` element consistently in IE.
- */
- main {
- display: block;
- }
- /**
- * Correct the font size and margin on `h1` elements within `section` and
- * `article` contexts in Chrome, Firefox, and Safari.
- */
- h1 {
- font-size: 2em;
- margin: 0.67em 0;
- }
- /* Grouping content
- ========================================================================== */
- /**
- * 1. Add the correct box sizing in Firefox.
- * 2. Show the overflow in Edge and IE.
- */
- hr {
- box-sizing: content-box; /* 1 */
- height: 0; /* 1 */
- overflow: visible; /* 2 */
- }
- /**
- * 1. Correct the inheritance and scaling of font size in all browsers.
- * 2. Correct the odd `em` font sizing in all browsers.
- */
- pre {
- font-family: monospace, monospace; /* 1 */
- font-size: 1em; /* 2 */
- }
- /* Text-level semantics
- ========================================================================== */
- /**
- * Remove the gray background on active links in IE 10.
- */
- a {
- background-color: transparent;
- }
- /**
- * 1. Remove the bottom border in Chrome 57-
- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
- */
- abbr[title] {
- border-bottom: none; /* 1 */
- text-decoration: underline; /* 2 */
- -webkit-text-decoration: underline dotted;
- text-decoration: underline dotted; /* 2 */
- }
- /**
- * Add the correct font weight in Chrome, Edge, and Safari.
- */
- b,
- strong {
- font-weight: bolder;
- }
- /**
- * 1. Correct the inheritance and scaling of font size in all browsers.
- * 2. Correct the odd `em` font sizing in all browsers.
- */
- code,
- kbd,
- samp {
- font-family: monospace, monospace; /* 1 */
- font-size: 1em; /* 2 */
- }
- /**
- * Add the correct font size in all browsers.
- */
- small {
- font-size: 80%;
- }
- /**
- * Prevent `sub` and `sup` elements from affecting the line height in
- * all browsers.
- */
- sub,
- sup {
- font-size: 75%;
- line-height: 0;
- position: relative;
- vertical-align: baseline;
- }
- sub {
- bottom: -0.25em;
- }
- sup {
- top: -0.5em;
- }
- /* Embedded content
- ========================================================================== */
- /**
- * Remove the border on images inside links in IE 10.
- */
- img {
- border-style: none;
- }
- /* Forms
- ========================================================================== */
- /**
- * 1. Change the font styles in all browsers.
- * 2. Remove the margin in Firefox and Safari.
- */
- button,
- input,
- optgroup,
- select,
- textarea {
- font-family: inherit; /* 1 */
- font-size: 100%; /* 1 */
- line-height: 1.15; /* 1 */
- margin: 0; /* 2 */
- }
- /**
- * Show the overflow in IE.
- * 1. Show the overflow in Edge.
- */
- button,
- input {
- /* 1 */
- overflow: visible;
- }
- /**
- * Remove the inheritance of text transform in Edge, Firefox, and IE.
- * 1. Remove the inheritance of text transform in Firefox.
- */
- button,
- select {
- /* 1 */
- text-transform: none;
- }
- /**
- * Correct the inability to style clickable types in iOS and Safari.
- */
- button,
- [type=button],
- [type=reset],
- [type=submit] {
- -webkit-appearance: button;
- }
- /**
- * Remove the inner border and padding in Firefox.
- */
- button::-moz-focus-inner,
- [type=button]::-moz-focus-inner,
- [type=reset]::-moz-focus-inner,
- [type=submit]::-moz-focus-inner {
- border-style: none;
- padding: 0;
- }
- /**
- * Restore the focus styles unset by the previous rule.
- */
- button:-moz-focusring,
- [type=button]:-moz-focusring,
- [type=reset]:-moz-focusring,
- [type=submit]:-moz-focusring {
- outline: 1px dotted ButtonText;
- }
- /**
- * Correct the padding in Firefox.
- */
- fieldset {
- padding: 0.35em 0.75em 0.625em;
- }
- /**
- * 1. Correct the text wrapping in Edge and IE.
- * 2. Correct the color inheritance from `fieldset` elements in IE.
- * 3. Remove the padding so developers are not caught out when they zero out
- * `fieldset` elements in all browsers.
- */
- legend {
- box-sizing: border-box; /* 1 */
- color: inherit; /* 2 */
- display: table; /* 1 */
- max-width: 100%; /* 1 */
- padding: 0; /* 3 */
- white-space: normal; /* 1 */
- }
- /**
- * Add the correct vertical alignment in Chrome, Firefox, and Opera.
- */
- progress {
- vertical-align: baseline;
- }
- /**
- * Remove the default vertical scrollbar in IE 10+.
- */
- textarea {
- overflow: auto;
- }
- /**
- * 1. Add the correct box sizing in IE 10.
- * 2. Remove the padding in IE 10.
- */
- [type=checkbox],
- [type=radio] {
- box-sizing: border-box; /* 1 */
- padding: 0; /* 2 */
- }
- /**
- * Correct the cursor style of increment and decrement buttons in Chrome.
- */
- [type=number]::-webkit-inner-spin-button,
- [type=number]::-webkit-outer-spin-button {
- height: auto;
- }
- /**
- * 1. Correct the odd appearance in Chrome and Safari.
- * 2. Correct the outline style in Safari.
- */
- [type=search] {
- -webkit-appearance: textfield; /* 1 */
- outline-offset: -2px; /* 2 */
- }
- /**
- * Remove the inner padding in Chrome and Safari on macOS.
- */
- [type=search]::-webkit-search-decoration {
- -webkit-appearance: none;
- }
- /**
- * 1. Correct the inability to style clickable types in iOS and Safari.
- * 2. Change font properties to `inherit` in Safari.
- */
- ::-webkit-file-upload-button {
- -webkit-appearance: button; /* 1 */
- font: inherit; /* 2 */
- }
- /* Interactive
- ========================================================================== */
- /*
- * Add the correct display in Edge, IE 10+, and Firefox.
- */
- details {
- display: block;
- }
- /*
- * Add the correct display in all browsers.
- */
- summary {
- display: list-item;
- }
- /* Misc
- ========================================================================== */
- /**
- * Add the correct display in IE 10+.
- */
- template {
- display: none;
- }
- /**
- * Add the correct display in IE 10.
- */
- [hidden] {
- display: none;
- }
- header {
- padding: 0 !important;
- }
- header .top-nav {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- color: #000;
- height: 100px;
- padding: 1em;
- }
- header .menu {
- display: flex;
- flex-direction: row;
- list-style-type: none;
- margin: 0;
- padding: 0;
- }
- header .menu a {
- color: #000;
- text-decoration: none;
- }
- header .menu a:hover {
- text-decoration: underline;
- }
- header .menu > li {
- margin: 0 1rem;
- overflow: hidden;
- }
- header .menu-button-container {
- display: none;
- height: 100%;
- width: 30px;
- cursor: pointer;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- header #menu-toggle {
- display: none;
- }
- header .menu-button,
- header .menu-button::before,
- header .menu-button::after {
- display: block;
- background-color: #000;
- position: absolute;
- height: 4px;
- width: 30px;
- transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
- border-radius: 2px;
- }
- header .menu-button::before {
- content: "";
- margin-top: -8px;
- }
- header .menu-button::after {
- content: "";
- margin-top: 8px;
- }
- header #menu-toggle:checked + .menu-button-container .menu-button::before {
- margin-top: 0px;
- transform: rotate(405deg);
- }
- header #menu-toggle:checked + .menu-button-container .menu-button {
- background: rgba(255, 255, 255, 0);
- }
- header #menu-toggle:checked + .menu-button-container .menu-button::after {
- margin-top: 0px;
- transform: rotate(-405deg);
- }
- @media (max-width: 700px) {
- header .menu-button-container {
- display: flex;
- }
- header .menu {
- position: absolute;
- top: 50px;
- margin-top: 50px;
- left: 0;
- flex-direction: column;
- width: 100%;
- justify-content: center;
- align-items: center;
- }
- header .menu li {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- header .menu li a {
- color: #fff !important;
- }
- header #menu-toggle ~ .menu li {
- height: 0;
- margin: 0;
- padding: 0;
- border: 0;
- transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
- }
- header #menu-toggle:checked ~ .menu li {
- border: 1px solid #333;
- height: 2.5em;
- padding: 0.5em;
- transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
- }
- header .menu > li {
- display: flex;
- justify-content: center;
- margin: 0;
- padding: 0.5em 0;
- width: 100%;
- background-color: #222;
- }
- header .menu > li:not(:last-child) {
- border-bottom: 1px solid #444;
- }
- }
- main {
- margin-top: 280px;
- }
- main section:first-child {
- display: flex;
- flex-direction: column;
- align-items: center;
- width: 570px;
- }
- main section:first-child h1 {
- width: 100%;
- animation: typing 1s steps(10), blink 0.7s step-end infinite alternate;
- white-space: nowrap;
- overflow: hidden;
- border-right: 3px solid;
- }
- @keyframes typing {
- from {
- width: 0;
- }
- }
- @keyframes blink {
- 50% {
- border-color: transparent;
- }
- }
- main section:first-child p {
- font-family: "Jura", sans-serif;
- }
- main .video {
- margin-top: 123px;
- display: flex;
- justify-content: center;
- position: relative;
- }
- main .video video {
- height: 700px;
- width: 100%;
- -o-object-fit: cover;
- object-fit: cover;
- border-radius: 25px;
- }
- main .video .video__content {
- position: absolute;
- color: white;
- display: flex;
- align-items: end;
- height: 100%;
- width: 100%;
- }
- main .video .video__content .video__content_inner {
- display: flex;
- justify-content: center;
- -webkit-backdrop-filter: blur(10px);
- backdrop-filter: blur(10px);
- border-bottom-left-radius: 25px;
- border-bottom-right-radius: 25px;
- width: 100%;
- background-color: rgba(0, 0, 0, 0.3);
- }
- main .video .video__content .video__content_inner div {
- width: 100%;
- margin: 10px 0;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- main .video .video__content .video__content_inner button {
- background: transparent;
- border: 0;
- cursor: pointer;
- }
- main .video .video__content .video__content_inner button:hover {
- transform: scale(1.1);
- }
- main .video .video__content .video__content_inner button:active {
- transform: scale(1.2);
- }
- main .description {
- display: grid;
- width: 100%;
- margin-top: 150px;
- grid-template-columns: repeat(12, 1fr);
- grid-template-rows: repeat(2, auto);
- grid-gap: 20px;
- align-items: center;
- }
- main .description .notebook {
- grid-column-start: 2;
- grid-column-end: 5;
- }
- main .description .notebook img {
- width: 100%;
- margin-bottom: 28px;
- }
- main .description .notebook p {
- font-size: 16px;
- }
- main .description .keyboard {
- grid-column-start: 6;
- grid-column-end: 13;
- }
- main .description .keyboard img {
- width: 100%;
- margin-top: 68px;
- }
- main .our-skills {
- margin-top: 150px;
- }
- main .our-skills h2 {
- text-align: center;
- }
- main .our-skills .our-skills-content {
- display: flex;
- margin-top: 100px;
- }
- main .our-skills .our-skills-content .our-skills-btn {
- margin: 0 40px;
- background-color: transparent;
- border: 0;
- cursor: pointer;
- }
- main .our-skills .our-skills-content .carousel {
- display: flex;
- width: 100%;
- justify-content: center;
- align-items: center;
- gap: 20px;
- }
- main .our-skills .our-skills-content p {
- width: 250px;
- background-color: #000;
- border: 0;
- border-radius: 25px;
- height: 50px;
- color: #fff;
- font-size: 24px;
- display: flex;
- justify-content: center;
- align-items: center;
- -webkit-user-select: none;
- -moz-user-select: none;
- user-select: none;
- transition: transform 0.2s ease-in-out;
- }
- main .our-skills .our-skills-content p:hover {
- transform: scale(1.1);
- }
- main .services {
- margin-top: 150px;
- }
- main .services h2 {
- text-align: center;
- }
- main .services .accordion {
- width: 100%;
- text-align: left;
- margin-top: 95px;
- display: flex;
- flex-direction: column;
- gap: 5px;
- -webkit-user-select: none;
- -moz-user-select: none;
- user-select: none;
- }
- main .services .accordion .first__article {
- background-image: url("../img/background-1.jpg");
- }
- main .services .accordion .second__article {
- background-image: url("../img/background-2.jpg");
- }
- main .services .accordion .third__article {
- background-image: url("../img/background-3.jpg");
- }
- main .services .accordion .fourth__article {
- background-image: url("../img/background-4.jpg");
- }
- main .services .accordion article {
- background-color: rgba(0, 0, 0, 0.7);
- background-blend-mode: multiply;
- background-position: center;
- background-size: cover;
- background-repeat: no-repeat;
- color: #fff;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: center;
- border-radius: 25px;
- }
- main .services .accordion article input[type=radio] {
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
- position: fixed;
- }
- main .services .accordion article input[type=radio] ~ div {
- height: 0;
- overflow: hidden;
- transition: height 0.5s ease-in-out;
- }
- main .services .accordion article input[type=radio]:checked ~ div {
- height: 450px;
- }
- main .services .accordion article input[type=radio]:checked ~ label {
- cursor: default;
- }
- main .services .accordion article label {
- padding-top: 25px;
- height: 100px;
- width: 100%;
- text-align: center;
- cursor: pointer;
- }
- main .services .accordion article div {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: center;
- }
- main .services .accordion article div ul {
- width: 100%;
- list-style-type: disc;
- padding: 0 50px;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: start;
- gap: 10px;
- }
- main .services .accordion article div a {
- margin-bottom: 50px;
- padding: 11px 65px;
- background-color: #fff;
- color: #000;
- text-decoration: none;
- cursor: pointer;
- border: 0;
- border-radius: 25px;
- transition: transform 0.1s ease-in-out;
- }
- main .services .accordion article div a:hover {
- transform: scale(1.1);
- }
- main .services .accordion article div a:active {
- transform: translateY(10px);
- }
- main .portfolio {
- margin-top: 150px;
- }
- main .portfolio h2 {
- margin-bottom: 95px;
- text-align: center;
- }
- main .portfolio .portfolio__list {
- display: flex;
- flex-direction: column;
- gap: 45px;
- -webkit-user-select: none;
- -moz-user-select: none;
- user-select: none;
- }
- main .portfolio .portfolio__list hr {
- display: block;
- height: 3px;
- border: 0;
- border-top: 3px solid #e4e0e0;
- margin: 0;
- padding: 0;
- }
- main .portfolio .portfolio__list .portfolio__item {
- display: flex;
- justify-content: space-between;
- align-items: center;
- flex-wrap: wrap;
- gap: 25px;
- }
- main .portfolio .portfolio__list .portfolio__item div {
- display: flex;
- flex-wrap: wrap;
- gap: 35px;
- align-items: center;
- justify-content: center;
- }
- main .portfolio .portfolio__list .portfolio__item a {
- font-weight: bold;
- cursor: pointer;
- text-decoration: none;
- color: #000;
- }
- main .portfolio .portfolio__list .portfolio__item a:hover {
- text-decoration: underline;
- text-underline-offset: 6px;
- }
- main .portfolio .portfolio__list .portfolio__item p {
- background-color: #000;
- color: #fff;
- padding: 11px 28px;
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 25px;
- cursor: default;
- }
- @media screen and (max-width: 1600px) {
- .notebook {
- grid-row-start: 2;
- grid-column-start: 4 !important;
- grid-column-end: 9 !important;
- text-align: center;
- }
- .notebook img {
- margin-bottom: 10px !important;
- }
- .keyboard {
- grid-column-start: 3 !important;
- grid-column-end: 10 !important;
- }
- }
- @media screen and (max-width: 1250px) {
- .portfolio__item {
- max-width: 800px;
- margin: 0 auto;
- justify-content: center !important;
- }
- }
- @media screen and (max-width: 750px) {
- main section:first-child {
- width: 310px;
- }
- h1 {
- font-size: 50px !important;
- }
- p,
- a {
- font-size: 16px;
- }
- .carousel-item {
- width: 100% !important;
- }
- input[type=radio]:checked ~ div {
- height: 600px;
- }
- .accordion article div ul li {
- font-size: 16px;
- }
- }
- footer {
- margin-top: 90px;
- margin-bottom: 150px;
- display: flex;
- justify-content: center;
- align-items: center;
- gap: 80px;
- flex-wrap: wrap;
- }
- footer div p:first-child {
- margin-bottom: 20px;
- font-weight: normal;
- font-size: 16px;
- text-align: center;
- }
- footer div div {
- display: flex;
- flex-direction: column;
- }
- footer div div a {
- color: #000;
- text-align: center;
- font-size: 36px;
- text-decoration: none;
- transition: all 0.3s ease;
- text-underline-offset: 3px;
- }
- footer div div a:hover {
- text-underline-offset: 8px;
- text-decoration: underline;
- }
- @media screen and (max-width: 750px) {
- footer div a {
- font-size: 24px !important;
- }
- }
- @font-face {
- font-family: "Jura";
- src: url("/fonts/Jura-VariableFont_wght.ttf") format("truetype");
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: "Exo 2";
- src: url("/fonts/Exo2-VariableFont_wght.ttf") format("truetype");
- font-weight: normal;
- font-style: normal;
- }
- *,
- *::before,
- *::after {
- padding: 0;
- margin: 0;
- box-sizing: border-box;
- }
- html {
- scroll-behavior: smooth;
- }
- .container {
- max-width: 1620px;
- padding: 0 10px;
- margin: 0 auto;
- }
- body {
- font-family: "Exo 2", sans-serif;
- font-size: 24px;
- }
- body h1 {
- font-family: "Jura", sans-serif;
- font-size: 96px;
- }/*# sourceMappingURL=index.css.map */
|