123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634 |
- html {
- box-sizing: border-box;
- height: 100%;
- font-family: "Roboto Light", "Roboto Thin", sans-serif;
- font-size: 16px;
- line-height: 26px;
- color: #727272;
- }
- *,
- *:before,
- *:after {
- box-sizing: inherit;
- }
- li {
- list-style: none;
- }
- a {
- text-decoration: none;
- }
- img {
- max-width: 100%;
- display: inline-block;
- }
- .title {
- color: black;
- font-size: 32px;
- line-height:37px;
- text-align: center;
- }
- .btn {
- display: inline-block;
- text-transform: uppercase;
- color: white;
- background-color: #34547A;
- text-decoration: none;
- padding: 25px 40px;
- font-style: normal;
- font-weight: 400;
- font-size: 16px;
- line-height: 26px;
- letter-spacing: 0.1em;
- }
- .text {
- text-align: center;
- line-height: 1.6;
- }
- .page-wrapper {
- max-width: 100%;
- overflow: hidden;
- position: relative;
- }
- .wrapper {
- max-width: 1150px;
- padding: 100px 15px;
- margin: 0 auto;
- text-align: center;
- }
- /*---------------------Header---------------------*/
- .header {
- display: flex;
- position: absolute;
- width: 1200px;
- }
- .logo {
- margin-left: 70px;
- }
- .menu_box {
- display: flex;
- list-style: none;
- align-items: center;
- margin-left: 250px;
- margin-bottom: 100px;
- }
- .nav {
- margin-right: 1em;
- text-transform: uppercase;
- color: black;
- letter-spacing: 0.1em;
- font-size: 16px;
- }
- .nav:hover {
- color: #34547A;
- }
- /*---------------Hamburger-menu---------------*/
- #menu__toggle {
- opacity: 0;
- }
- #menu__toggle:checked ~ .menu__btn > span {
- transform: rotate(45deg);
- }
- #menu__toggle:checked ~ .menu__btn > span::before {
- top: 0;
- transform: rotate(0);
- }
- #menu__toggle:checked ~ .menu__btn > span::after {
- top: 0;
- transform: rotate(90deg);
- }
- #menu__toggle:checked ~ .menu_box {
- visibility: visible;
- left: 0;
- }
- /*---------------------Banner---------------------*/
- .container_banner {
- background-color: #EEEFF1;
- }
- .wrapper-banner {
- max-width: 1150px;
- padding: 50px 15px;
- margin: 0 auto;
- text-align: center;
- }
- .banner {
- display: flex;
- margin-top: 200px;
- }
- .banner-block {
- width: 50%;
- }
- .banner-img {
- padding-top:100px;
- }
- .banner-title,
- .banner-text {
- margin-bottom: 60px;
- text-align: left;
- }
- .banner-text {
- line-height: 1.6;
- }
- .banner-title {
- font-weight: 500;
- font-size: 48px;
- color: #000000;
- }
- /*---------------------About---------------------*/
- .container_about {
- background-color: #E5E5E538;
- width: 100%;
- }
- .about-block {
- margin: 0 250px;
- }
- /*---------------------Icon---------------------*/
- .container_icon {
- background-color: #34547A;;
- width: 100%;
- }
- .wrapper-icon {
- max-width: 1150px;
- padding: 100px 15px;
- margin: 0 auto;
- text-align: center;
- }
- .icon-project,
- .icon-block {
- display: flex;
- color: white;
- justify-content: space-around;
- }
- .icon-block {
- margin-right: 30px;
- }
- .icon-block-pic {
- margin-right: 20px;
- }
- /*---------------------Skills---------------------*/
- .container_skill {
- background-color: #E5E5E538;
- }
- .skill-block {
- display: flex;
- }
- .skill {
- width: 50%;
- padding-top: 30px;
- }
- .my-photo {
- width: 550px;
- margin: 30px;
- }
- .skill-list {
- max-width: 445px;
- }
- .skill-item,
- .skill-item {
- padding-top: 30px;
- }
- .skill-title {
- text-align: left;
- }
- .skill-load {
- position: relative;
- height: 4px;
- background: #C4C4C4;
- }
- .skill-progress {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- background: #34547A;
- width: 75%;
- }
- .skill-text {
- text-align: left;
- }
- /*---------------------Video---------------------*/
- .container_video {
- background-color: #EEEFF1;
- }
- .video-text {
- margin: 0 250px 60px 250px;
- }
- .video-pic {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .play_button {
- position: absolute;
- text-decoration: none;
- }
- /*---------------------Gallery---------------------*/
- .wrapper_gallery {
- margin: 0 auto;
- text-align: center;
- max-width: 1150px;
- }
- .container_gallery,
- .container_microsoft {
- background-color: #E5E5E538;
- }
- .gallery-list {
- display: flex;
- flex-wrap: wrap;
- }
- .gallery-img-sticky {
- display: inline-block;
- background-position: center;
- background-repeat: no-repeat;
- width: 25%;
- position: relative;
- line-height: 0;
- }
- .gallery-img {
- display: inline-block;
- background-position: center;
- background-repeat: no-repeat;
- width: 25%;
- position: relative;
- line-height: 0;
- }
- .view {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- overflow-y: auto;
- background-color: rgba(15, 33, 44, .6);
- display: flex;
- padding: 15px;
- align-items: center;
- justify-content: center;
- text-align: center;
- opacity: 0;
- transition: opacity .3s ease;
- line-height: 0;
- }
- .gallery-img:hover {
- opacity: 1;
- }
- .view:hover {
- opacity: 1;
- }
- /*-----------------Microsoft--------------------*/
- .microsoft-block {
- display: flex;
- justify-content: center;
- }
- .microsoft-img {
- width: 80%;
- }
- .wrapper-microsoft {
- max-width: 1150px;
- padding: 70px 15px 100px 15px;
- margin: 0 auto;
- text-align: center;
- }
- .microsoft-img {
- margin: 0 10px;
- }
- /*--------------------Form---------------------*/
- .container_form {
- background-color: #EEEFF1;
- align-items: center;
- justify-content: center;
- }
- .wrapper_form {
- max-width: 1150px;
- padding: 100px 15px;
- margin: 0 auto;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .form-block {
- text-align: center;
- max-width: 50%;
- }
- .block-name {
- display: flex;
- }
- input {
- width: 50%;
- height: 60px;
- }
- .email {
- margin-left: 40px;
- }
- textarea {
- margin-bottom: 50px;
- width: 100%;
- height: 100px;
- }
- /*--------------------Footer---------------------*/
- .footer-block {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .footer-wrapper {
- max-width: 1150px;
- padding: 50px 15px;
- margin: 0 auto;
- }
- .footer {
- background-color: #34547A;
- color: white;
- }
- @media (max-width: 1000px) {
- .menu_box {
- display: block;
- position: fixed;
- top: 0;
- left: -100%;
- width: 100%;
- height: 100%;
- margin: 0;
- padding: 100px 50px;
- list-style: none;
- text-align: center;
- background-color: #EEEFF1;
- transition: all 0.4s ease-in-out;
- line-height: 2;
- }
- .menu__btn {
- display: flex;
- align-items: center;
- position: fixed;
- top: 20px;
- left: 20px;
- width: 26px;
- height: 26px;
- cursor: pointer;
- z-index: 1;
- }
- .menu__btn > span,
- .menu__btn > span::before,
- .menu__btn > span::after {
- display: block;
- position: absolute;
- width: 100%;
- height: 2px;
- background-color: #616161;
- }
- .menu__btn > span::before {
- content: '';
- top: -8px;
- }
- .menu__btn > span::after {
- content: '';
- top: 8px;
- }
- .banner {
- display: flex;
- margin-top: 50px;
- }
- .logo {
- margin-left: 200px;
- }
- .icon-block:nth-child(6)
- {
- display: none;
- }
- }
- @media (max-width: 850px) {
- .wrapper {
- padding: 70px 15px;
- }
- .title {
- font-size: 28px;
- }
- .about-block {
- margin: 0 100px;
- }
- .banner-title {
- font-size: 36px;
- margin-bottom: 20px;
- }
- .banner-title,
- .banner-text {
- margin-bottom: 35px;
- }
- .banner-img {
- padding-top:70px;
- }
- .icon-block:nth-child(5) {
- display: none;
- }
- .icon-block {
- margin-right: 40px;
- }
- .icon-block-pic {
- margin-right: 20px;
- }
- .video-text {
- margin: 0 200px 40px 200px;
- }
- .wrapper-microsoft {
- padding: 70px 15px 50px 15px;
- }
- .wrapper_form {
- padding: 50px 15px;
- }
- .footer-wrapper {
- padding: 30px 15px;
- }
- }
- @media (max-width: 600px) {
- .btn {
- padding: 18px 30px;
- }
- .banner {
- display: block;
- }
- .banner-block {
- width: 100%;
- }
- .banner-title,
- .banner-text {
- text-align: center;
- }
- .icon-project {
- display: flex;
- flex-wrap: wrap;
- }
- .skill {
- padding-top: 0;
- }
- .my-photo {
- width: 450px;
- }
- .skill-item,
- .skill-item {
- padding-top: 10px;
- }
- .video-text {
- margin: 0 100px 60px 100px;
- }
- .play_button {
- width: 10%;
- }
- .view {
- padding: 30px;
- }
- .wrapper-microsoft {
- padding: 40px 15px 50px 15px;
- }
- .microsoft-img:nth-child(4) {
- display: none;
- }
- .wrapper_form {
- padding: 50px 15px;
- }
- .email {
- margin-left: 30px;
- }
- .form-block {
- max-width: 90%;
- }
- .footer-pic {
- max-width: 30%;
- }
- }
- @media (max-width: 350px) {
- .btn {
- padding: 15px 25px;
- font-size: 14px;
- }
- .wrapper {
- padding: 40px 15px;
- }
- .title {
- font-size: 24px;
- }
- .about-block {
- margin: 0 40px;
- }
- .icon-block:nth-child(3),
- .icon-block:nth-child(4)
- {
- display: none;
- }
- .skill-block {
- display: block;
- width: 100%;
- }
- .skill {
- width: 100%;
- }
- .my-photo {
- max-width: 100%;
- }
- .skill-list {
- max-width: 445px;
- }
- .skill-item,
- .skill-item {
- padding-top: 0;
- }
- .my-photo {
- max-width: 90%;
- }
- .skill-item,
- .skill-item {
- padding-top: 10px;
- }
- .video-text {
- margin: 0 50px 60px 50px;
- }
- .wrapper_form {
- padding: 30px 15px;
- }
- .block-name {
- display: flex;
- flex-wrap: wrap;
- }
- .email,
- .name {
- margin-left: 0px;
- width: 100%;
- margin-bottom: 10px;
- }
- }
|