123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607 |
- *,
- *::before,
- *::after {
- box-sizing: border-box;
- }
- /* FONTS ICON */
- @font-face {
- font-family: "icomoon";
- src: url("fonts/icomoon.eot?rj8fwo");
- src: url("fonts/icomoon.eot?rj8fwo#iefix") format("embedded-opentype"),
- url("fonts/icomoon.ttf?rj8fwo") format("truetype"),
- url("fonts/icomoon.woff?rj8fwo") format("woff"),
- url("fonts/icomoon.svg?rj8fwo#icomoon") format("svg");
- font-weight: normal;
- font-style: normal;
- font-display: block;
- }
- [class^="icon-"],
- [class*=" icon-"] {
- /* use !important to prevent issues with browser extensions that change fonts */
- font-family: "icomoon" !important;
- speak: none;
- font-style: normal;
- font-weight: normal;
- font-variant: normal;
- text-transform: none;
- line-height: 1;
- /* Better Font Rendering =========== */
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-phone:before {
- content: "\e901";
- }
- .icon-facebook:before {
- content: "\e902";
- }
- .icon-twitter:before {
- content: "\e900";
- }
- .icon-planet:before {
- content: "\e906";
- }
- .icon-instagram:before {
- content: "\ea92";
- }
- .icon-pinterest:before {
- content: "\ead2";
- }
- .icon-mail:before {
- content: "\e905";
- }
- .icon-map:before {
- content: "\e904";
- }
- .icon-google:before {
- content: "\e903";
- }
- /* FONTS ICON */
- * {
- font-family: "Open Sans", sans-serif;
- font-size: 14px;
- border: none;
- color: #ffffff;
- }
- body {
- font-family: "Open Sans", sans-serif;
- font-size: 14px;
- color: #ffffff;
- }
- a {
- text-decoration: none;
- }
- /* THE ALL SITE */
- .wrapper {
- display: flex;
- flex-direction: column;
- /* max-width: 100%; */
- width: 1920px;
- /* width: 100%;
- max-width: 1920px; */
- min-height: 100vh;
- }
- .content {
- width: 1170px;
- margin: 0 auto;
- }
- /* THE ALL SITE */
- /* HEADER */
- .header {
- padding: 15px 0;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .content-head {
- width: 820px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-right: 71px;
- }
- .nav-right > .menu-box {
- display: flex;
- justify-content: flex-end;
- }
- .menu-box > li {
- display: inline;
- }
- .menu-box > li > a {
- color: #555555;
- padding: 0 13px;
- font-weight: bold;
- }
- .link {
- position: relative;
- }
- .menu-box .active {
- color: #5363db;
- }
- .active:after {
- content: "";
- display: block;
- width: 30px;
- height: 1px;
- background: #5363db;
- position: absolute;
- top: 100%;
- left: 32%;
- margin-top: 1px;
- }
- /* HEADER */
- /* MAIN */
- .main {
- flex-grow: 1;
- }
- .first-content {
- background: url("../img/slider-bg.png") no-repeat;
- background-size: 100%;
- width: 100%;
- height: 100vh;
- display: flex;
- justify-content: center;
- position: relative;
- }
- .form-text {
- display: flex;
- justify-content: space-between;
- width: 930px;
- padding-bottom: 35px;
- margin: 100px;
- margin-left: 340px;
- z-index: 1;
- }
- .form {
- position: relative;
- background: white;
- border-radius: 20px;
- box-shadow: 2px 2px 15px #4553c0;
- display: flex;
- flex-direction: column;
- align-content: center;
- width: 300px;
- }
- .form > p {
- color: #5363db;
- font-weight: bold;
- font-size: 25.64px;
- margin: 38px 0 29px 30px;
- padding-left: 4px;
- }
- .form > input,
- select {
- width: 230px;
- height: 50px;
- background: #f2f2f2;
- border-radius: 8px;
- margin-left: 30px;
- color: black;
- }
- .form > input:nth-child(2) {
- padding: 0 10px 8px;
- margin-bottom: 15px;
- }
- .form > input:nth-child(3) {
- padding: 0 10px 2px;
- margin-bottom: 17px;
- }
- .form > select {
- padding: 0 10px;
- margin-bottom: 15px;
- }
- .form-button {
- background: #475bf1;
- border-radius: 8px;
- cursor: pointer;
- text-align: center;
- word-spacing: 2px;
- margin: 17px 0 0 95px;
- width: 170px;
- padding: 13px 0 15px;
- font-weight: bold;
- font-size: 16px;
- }
- .text-on-fone {
- width: 570px;
- height: 265px;
- margin-top: 58px;
- padding-left: 35px;
- display: flex;
- flex-direction: column;
- }
- .text-on-fone > h1 {
- font-size: 48px;
- text-transform: uppercase;
- font-weight: bold;
- line-height: 1.46;
- letter-spacing: 0.8px;
- display: inline;
- }
- .text-on-fone > p {
- display: inline;
- font-size: 40px;
- letter-spacing: 2px;
- line-height: 0.88;
- word-spacing: 5px;
- font-family: "Freestyle Script";
- }
- /* TWO CONENT */
- .two-content {
- height: 1000px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .block3 {
- height: 825px;
- margin-bottom: 125px;
- margin-top: 50px;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- }
- .block3-text {
- max-width: 420px;
- padding-top: 42px;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .block3-text > h1 {
- color: #5b6ceb;
- font-weight: bold;
- font-size: 30px;
- text-transform: uppercase;
- padding-top: 3px;
- letter-spacing: 0.4px;
- }
- .block3-text > p {
- color: #777777;
- font-size: 40.99px;
- padding-right: 5px;
- padding-top: 17px;
- word-spacing: 2px;
- letter-spacing: 1.4px;
- font-family: "Freestyle Script";
- }
- .block3-boxs {
- width: 1170px;
- height: 625px;
- margin-top: 67px;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- align-content: space-between;
- }
- .box-info {
- width: 570px;
- box-shadow: 3px 3px 15px #e4e4e4;
- }
- .box-info > img {
- float: left;
- }
- .box-text {
- margin-left: 300px;
- width: 245px;
- }
- .box-text > h1 {
- font-size: 20px;
- font-weight: bold;
- text-transform: uppercase;
- padding-top: 47px;
- letter-spacing: 0.3px;
- color: #777777;
- }
- .box-text > blockquote {
- color: #6c6c6c;
- margin-top: 28px;
- line-height: 1.6;
- margin-top: 28px;
- margin-bottom: 10px;
- }
- .box-text > cite {
- color: #999999;
- }
- /* THREE CONTENT */
- .gallery {
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- }
- .hover {
- background: no-repeat;
- position: relative;
- }
- .hover::after {
- content: "";
- background: url(./img/hover_6.png) no-repeat;
- position: absolute;
- top: 146px;
- left: 211px;
- right: 0;
- bottom: 0;
- }
- .hover::before {
- content: "";
- background: rgb(124, 137, 239, 0.8);
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- }
- /* FOUR CONTENT */
- .four-content {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .about-us {
- padding: 124px 0;
- display: flex;
- justify-content: space-between;
- }
- .about-us-text > h1 {
- font-size: 30px;
- font-weight: bold;
- color: #5b6ceb;
- text-transform: uppercase;
- padding-top: 20px;
- margin-bottom: 19px;
- word-spacing: 1px;
- letter-spacing: 0.1px;
- }
- .about-us-text > p {
- line-height: 1.7;
- color: #555555;
- }
- .yoga-gallery {
- width: 570px;
- position: relative;
- }
- .yoga-gallery img {
- border-radius: 8px;
- }
- .yoga-gallery::after {
- content: "";
- background: rgb(196, 197, 201, 0.3);
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- }
- .slick-next {
- right: 12px;
- top: 45%;
- z-index: 1;
- }
- .slick-prev {
- left: -28px;
- top: 45%;
- z-index: 1;
- }
- .slick-prev::before,
- .slick-next::before {
- color: #ff4d4d;
- font-size: 60px;
- }
- /* FIVE CONTENT */
- .five-content {
- height: 800px;
- display: flex;
- justify-content: center;
- align-items: center;
- background: url("../img/feture-fone.png") no-repeat;
- background-size: 100%;
- width: 100%;
- }
- .features {
- height: 550px;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- align-content: space-between;
- }
- .features-boxs {
- width: 270px;
- height: 250px;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .features-boxs > img {
- margin-bottom: 27px;
- }
- .features-boxs > h1 {
- font-size: 18px;
- font-weight: bold;
- text-align: center;
- line-height: 1.5;
- letter-spacing: 0.3px;
- margin-left: -1px;
- padding-bottom: 12px;
- flex-grow: 1;
- }
- .features-boxs > p {
- line-height: 1.7;
- text-align: center;
- font-size: 16px;
- padding-bottom: 7px;
- }
- /* MAIN */
- /* FOOTER */
- .footer-decoration {
- background: #5b6ceb;
- /* height: 225px; */
- padding: 75px 0;
- display: flex;
- align-items: center;
- }
- .decoration {
- padding: 112.5px 0;
- display: flex;
- justify-content: space-between;
- }
- .about {
- width: 500px;
- /* height: 300px; */
- }
- .about > h1,
- .contacts > h1 {
- text-transform: uppercase;
- font-size: 18px;
- font-weight: bold;
- }
- .icon {
- display: flex;
- }
- .contacts {
- }
- .connection {
- display: flex;
- }
- .footer-copyright {
- background: #5363d8;
- }
- .copyright {
- padding: 50px 0;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .copyright > p {
- opacity: 0.7;
- font-size: 16px;
- }
- @media (max-width: 1365px) {
- /* .first-content{
- height: auto;
- } */
- .form-text {
- width: 850px;
- height: 320px;
- margin: 30px;
- margin-left: 250px;
- }
- .form {
- width: 240px;
- }
- .form > p {
- margin: 20px 20px 20px;
- }
- .form > input,
- select {
- width: 190px;
- height: 45px;
- margin-left: 20px;
- }
- .form-button {
- margin: 5px 0 0 95px;
- width: 115px;
- }
- .text-on-fone {
- margin-top: 40px;
- }
- .text-on-fone > h1 {
- font-size: 43px;
- }
- .text-on-fone > p {
- font-size: 37px;
- }
- .block3 {
- /* margin-top: -350px; */
- }
- .gallery {
- /* margin-top: -230px; */
- }
- .gallery > img {
- width: 25%;
- }
- .about-us {
- width: 1100px;
- }
- }
|