style.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788
  1. *,
  2. *::before,
  3. *::after {
  4. box-sizing: border-box;
  5. }
  6. /* FONTS ICON */
  7. @font-face {
  8. font-family: "icomoon";
  9. src: url("fonts/icomoon.eot?rj8fwo");
  10. src: url("fonts/icomoon.eot?rj8fwo#iefix") format("embedded-opentype"),
  11. url("fonts/icomoon.ttf?rj8fwo") format("truetype"),
  12. url("fonts/icomoon.woff?rj8fwo") format("woff"),
  13. url("fonts/icomoon.svg?rj8fwo#icomoon") format("svg");
  14. font-weight: normal;
  15. font-style: normal;
  16. font-display: block;
  17. }
  18. [class^="icon-"],
  19. [class*=" icon-"] {
  20. /* use !important to prevent issues with browser extensions that change fonts */
  21. font-family: "icomoon" !important;
  22. speak: none;
  23. font-style: normal;
  24. font-weight: normal;
  25. font-variant: normal;
  26. text-transform: none;
  27. line-height: 1;
  28. /* Better Font Rendering =========== */
  29. -webkit-font-smoothing: antialiased;
  30. -moz-osx-font-smoothing: grayscale;
  31. }
  32. .icon-phone:before {
  33. content: "\e901";
  34. font-size: 20px;
  35. padding-right: 20px;
  36. }
  37. .icon-facebook:before {
  38. content: "\e902";
  39. }
  40. .icon-twitter:before {
  41. content: "\e900";
  42. }
  43. .icon-planet:before {
  44. content: "\e906";
  45. font-size: 20px;
  46. padding-right: 20px;
  47. }
  48. .icon-instagram:before {
  49. content: "\ea92";
  50. }
  51. .icon-pinterest:before {
  52. content: "\ead2";
  53. }
  54. .icon-mail:before {
  55. content: "\e905";
  56. font-size: 25px;
  57. padding-right: 20px;
  58. }
  59. .icon-map:before {
  60. content: "\e904";
  61. font-size: 20px;
  62. padding-right: 20px;
  63. }
  64. .icon-google:before {
  65. content: "\e903";
  66. }
  67. /* FONTS ICON */
  68. *,
  69. body {
  70. font-family: "Open Sans", sans-serif;
  71. font-size: 14px;
  72. border: none;
  73. color: #ffffff;
  74. }
  75. a {
  76. text-decoration: none;
  77. }
  78. /* THE ALL SITE */
  79. .wrapper {
  80. display: flex;
  81. flex-direction: column;
  82. width: 100%;
  83. min-height: 100vh;
  84. }
  85. .content {
  86. max-width: 1200px;
  87. padding: 0 15px;
  88. margin: 0 auto;
  89. }
  90. /* THE ALL SITE */
  91. /* HEADER */
  92. .header {
  93. padding: 15px 0;
  94. display: flex;
  95. justify-content: center;
  96. align-items: center;
  97. }
  98. .content-head {
  99. width: 820px;
  100. margin-right: 71px;
  101. display: flex;
  102. justify-content: center;
  103. align-items: center;
  104. }
  105. .menu-box {
  106. display: flex;
  107. justify-content: center;
  108. align-items: center;
  109. }
  110. .menu-box img{
  111. padding: 0 50px;
  112. }
  113. .menu-box a {
  114. color: #555555;
  115. padding: 0 15px;
  116. font-weight: bold;
  117. }
  118. .link {
  119. position: relative;
  120. }
  121. .menu-box .active {
  122. color: #5363db;
  123. }
  124. .active:after {
  125. content: "";
  126. display: block;
  127. width: 30px;
  128. height: 1px;
  129. background: #5363db;
  130. position: absolute;
  131. top: 100%;
  132. left: 32%;
  133. margin-top: 1px;
  134. }
  135. .menu-box a:hover {
  136. color: #5363db;
  137. }
  138. .menu-box :hover .link:after {
  139. content: "";
  140. display: block;
  141. width: 30px;
  142. height: 1px;
  143. background: #5363db;
  144. position: absolute;
  145. top: 100%;
  146. left: 32%;
  147. margin-top: 1px;
  148. }
  149. .link-two {
  150. position: relative;
  151. }
  152. .menu-box :hover .link-active::after {
  153. content: "";
  154. display: block;
  155. width: 20px;
  156. height: 1px;
  157. background: #5363db;
  158. position: absolute;
  159. top: 100%;
  160. left: 32%;
  161. margin-top: 1px;
  162. }
  163. .logo-mobile{
  164. display: none;
  165. }
  166. #menu__toggle {
  167. display: none;
  168. }
  169. .menu__btn {
  170. display: flex;
  171. align-items: center;
  172. position: fixed;
  173. top: 20px;
  174. left: 20px;
  175. width: 26px;
  176. height: 26px;
  177. cursor: pointer;
  178. z-index: 3;
  179. }
  180. /* HEADER */
  181. /* MAIN */
  182. .main {
  183. flex-grow: 1;
  184. }
  185. .first-content {
  186. background: url("./img/slider-bg.png") center center / cover no-repeat;
  187. display: flex;
  188. justify-content: center;
  189. position: relative;
  190. }
  191. .form-text {
  192. display: flex;
  193. justify-content: space-between;
  194. align-items: center;
  195. min-width: 930px;
  196. padding: 50px 0 100px;
  197. z-index: 1;
  198. }
  199. .form-left{
  200. width: 50%;
  201. display: flex;
  202. flex-direction: row-reverse;
  203. }
  204. .text-right{
  205. width: 50%;
  206. }
  207. .form {
  208. position: relative;
  209. background: white;
  210. border-radius: 20px;
  211. box-shadow: 2px 2px 15px #4553c0;
  212. display: flex;
  213. flex-direction: column;
  214. align-content: center;
  215. width: 300px;
  216. padding: 38px 0 20px 30px;
  217. }
  218. .form > h2 {
  219. color: #5363db;
  220. font-weight: bold;
  221. font-size: 25.64px;
  222. padding: 0 0 29px 4px;
  223. }
  224. .form > input,
  225. select {
  226. max-width: 230px;
  227. height: 50px;
  228. background: #f2f2f2;
  229. border-radius: 8px;
  230. color: black;
  231. padding: 0 10px;
  232. margin-bottom: 15px;
  233. }
  234. .form option {
  235. color: black;
  236. }
  237. input:focus,
  238. select:focus {
  239. outline: none;
  240. border: 1px solid #475bf1;
  241. border-radius: 8px;
  242. }
  243. .form-button {
  244. background: #475bf1;
  245. border-radius: 8px;
  246. cursor: pointer;
  247. text-align: center;
  248. word-spacing: 2px;
  249. margin: 10px 0 0 80px;
  250. max-width: 150px;
  251. padding: 13px 0;
  252. font-weight: bold;
  253. font-size: 16px;
  254. transition: all 0.4s;
  255. }
  256. .form-button:hover {
  257. background: white;
  258. color: blue;
  259. box-shadow: 5px 5px 20px blue;
  260. transform: scale(1.1);
  261. font-size: 20px;
  262. }
  263. .text-on-fone {
  264. width: 570px;
  265. min-height: 265px;
  266. margin-top: 58px;
  267. padding-left: 35px;
  268. display: flex;
  269. flex-direction: column;
  270. }
  271. .text-on-fone > h1 {
  272. font-size: 48px;
  273. text-transform: uppercase;
  274. font-weight: bold;
  275. line-height: 1.46;
  276. letter-spacing: 0.8px;
  277. display: inline;
  278. padding-bottom: 30px;
  279. }
  280. .text-on-fone > p {
  281. display: inline;
  282. font-size: 40px;
  283. letter-spacing: 2px;
  284. line-height: 0.88;
  285. word-spacing: 5px;
  286. font-family: "Freestyle Script";
  287. }
  288. /* TWO CONENT */
  289. .two-content {
  290. display: flex;
  291. align-items: center;
  292. justify-content: center;
  293. padding: 20px 0 100px;
  294. }
  295. .block3 {
  296. width: 100%;
  297. display: flex;
  298. align-items: center;
  299. justify-content: center;
  300. flex-direction: column;
  301. }
  302. .block3-text {
  303. width: 420px;
  304. padding-top: 42px;
  305. display: flex;
  306. flex-direction: column;
  307. align-items: center;
  308. }
  309. .block3-text > h1 {
  310. color: #5b6ceb;
  311. font-weight: bold;
  312. font-size: 30px;
  313. text-transform: uppercase;
  314. padding-top: 3px;
  315. letter-spacing: 0.4px;
  316. }
  317. .block3-text > p {
  318. color: #777777;
  319. font-size: 40.99px;
  320. padding: 17px 5px 0 0;
  321. word-spacing: 2px;
  322. letter-spacing: 1.4px;
  323. font-family: "Freestyle Script";
  324. }
  325. .block3-boxs {
  326. margin-top: 68px;
  327. display: flex;
  328. flex-wrap: wrap;
  329. justify-content: space-between;
  330. align-content: space-between;
  331. }
  332. .box-info {
  333. max-width: 570px;
  334. box-shadow: 3px 3px 15px #e4e4e4;
  335. margin-bottom: 20px;
  336. display: flex;
  337. }
  338. .box-info > img {
  339. width: 50%;
  340. }
  341. .box-text {
  342. padding: 47px 0 30px 20px;
  343. width: 245px;
  344. }
  345. .box-text > h2 {
  346. font-size: 20px;
  347. font-weight: bold;
  348. text-transform: uppercase;
  349. letter-spacing: 0.3px;
  350. color: #777777;
  351. }
  352. .box-text > p {
  353. color: #6c6c6c;
  354. margin: 28px 0 10px;
  355. line-height: 1.6;
  356. }
  357. .box-text > cite {
  358. color: #999999;
  359. }
  360. /* THREE CONTENT */
  361. .gallery {
  362. max-height: 700px;
  363. display: flex;
  364. flex-wrap: wrap;
  365. border: none;
  366. }
  367. .gallery-img {
  368. width: 25%;
  369. }
  370. .gallery-img > img {
  371. width: 100%;
  372. margin-bottom: -4px;
  373. }
  374. .gallery-hover {
  375. background: url(./img/hover_6.png) center center / 70px 70px no-repeat
  376. rgba(117, 132, 243, 0.8);
  377. position: relative;
  378. top: -100%;
  379. left: 0;
  380. width: 100%;
  381. height: 100%;
  382. opacity: 0;
  383. }
  384. .gallery-img:hover,
  385. .gallery-hover:hover {
  386. opacity: 1;
  387. cursor: pointer;
  388. }
  389. /* FOUR CONTENT */
  390. .four-content {
  391. display: flex;
  392. align-items: center;
  393. justify-content: center;
  394. }
  395. .about-us {
  396. padding: 124px 15px;
  397. display: flex;
  398. justify-content: space-between;
  399. }
  400. .about-us-text > h1 {
  401. font-size: 30px;
  402. font-weight: bold;
  403. color: #5b6ceb;
  404. text-transform: uppercase;
  405. padding-top: 20px;
  406. margin-bottom: 19px;
  407. word-spacing: 1px;
  408. letter-spacing: 0.1px;
  409. }
  410. .about-us-text > p {
  411. line-height: 1.7;
  412. color: #555555;
  413. }
  414. .yoga-gallery {
  415. max-width: 570px;
  416. margin-left: 181.62px;
  417. position: relative;
  418. width: 90%;
  419. }
  420. .yoga-gallery img {
  421. border-radius: 8px;
  422. }
  423. .yoga-gallery::after {
  424. content: "";
  425. background: rgb(196, 197, 201, 0.3);
  426. border-radius: 8px;
  427. position: absolute;
  428. top: 0;
  429. left: 0;
  430. right: 0;
  431. bottom: 0;
  432. height: 300px;
  433. }
  434. .slick-next {
  435. right: 12px;
  436. top: 45%;
  437. z-index: 1;
  438. }
  439. .slick-prev {
  440. left: -28px;
  441. top: 45%;
  442. z-index: 1;
  443. }
  444. .slick-prev::before,
  445. .slick-next::before {
  446. color: #6474f0;
  447. font-size: 60px;
  448. }
  449. /* FIVE CONTENT */
  450. .five-content {
  451. padding: 125px 0;
  452. display: flex;
  453. justify-content: center;
  454. flex-wrap: wrap;
  455. align-items: center;
  456. background: url("./img/feture-fone.png") center center / cover no-repeat;
  457. }
  458. .features {
  459. min-height: 550px;
  460. display: flex;
  461. flex-wrap: wrap;
  462. justify-content: space-between;
  463. align-content: space-between;
  464. }
  465. .features-boxs {
  466. width: 270px;
  467. height: 250px;
  468. display: flex;
  469. flex-direction: column;
  470. align-items: center;
  471. }
  472. .features-boxs > img {
  473. margin-bottom: 27px;
  474. }
  475. .features-boxs > h2 {
  476. font-size: 18px;
  477. font-weight: bold;
  478. text-align: center;
  479. line-height: 1.5;
  480. letter-spacing: 0.3px;
  481. padding: 0 0 12px 1px;
  482. flex-grow: 1;
  483. }
  484. .features-boxs > p {
  485. line-height: 1.7;
  486. text-align: center;
  487. font-size: 16px;
  488. padding-bottom: 7px;
  489. }
  490. /* SIX CONTENT */
  491. .six-content {
  492. padding: 100px 0;
  493. background: url(./img/lotos-decoration.png) center center / cover no-repeat;
  494. }
  495. .boxs-prices {
  496. display: flex;
  497. justify-content: space-between;
  498. }
  499. .box-prices {
  500. border-radius: 10px;
  501. display: flex;
  502. flex-direction: column;
  503. align-items: center;
  504. background: white;
  505. box-shadow: 2px 2px 15px #c7c7c7;
  506. }
  507. .title-prices sub{
  508. font-size: 18px;
  509. font-weight: bold;
  510. padding-top: 47px;
  511. text-transform: uppercase;
  512. }
  513. .title-prices {
  514. border-radius: 10px 10px 0 0;
  515. background: #5b6ceb;
  516. font-weight: bold;
  517. font-size: 67px;
  518. padding: 30px 80px 30px 90px;
  519. display: flex;
  520. justify-content: center;
  521. }
  522. .title-prices::before {
  523. content: "$";
  524. font-size: 32px;
  525. position: relative;
  526. top: 20px;
  527. bottom: 10px;
  528. right: 20px;
  529. }
  530. .box-prices p {
  531. padding-top: 50px;
  532. font-size: 18px;
  533. color: #6a6a6a;
  534. text-transform: uppercase;
  535. }
  536. .box-prices p::after {
  537. content: "";
  538. width: 100px;
  539. height: 1px;
  540. background: #d7d7d7;
  541. display: block;
  542. position: relative;
  543. top: 130%;
  544. left: 25%;
  545. }
  546. .box-prices p + p + p::after {
  547. display: none;
  548. }
  549. .box-prices a {
  550. margin: 50px 0;
  551. border-radius: 20px;
  552. text-align: center;
  553. font-size: 18px;
  554. font-weight: bold;
  555. padding: 16px 48px;
  556. background: #5b6ceb;
  557. transition: transform 0.4s;
  558. }
  559. .box-prices a:hover {
  560. background: white;
  561. color: blue;
  562. box-shadow: 5px 5px 20px blue;
  563. transform: scale(1.1);
  564. font-size: 20px;
  565. }
  566. .boxs-bloquotes {
  567. margin-top: 110px;
  568. height: 250px;
  569. background: white;
  570. box-shadow: 2px 2px 15px #c7c7c7;
  571. border-radius: 10px;
  572. position: relative;
  573. }
  574. .bloquotes img {
  575. float: left;
  576. padding: 40px 90px 65px 60px;
  577. }
  578. .bloquotes blockquote {
  579. color: #777777;
  580. font-style: italic;
  581. padding: 50px 0;
  582. max-width: 900px;
  583. position: relative;
  584. }
  585. .bloquotes blockquote::before {
  586. content: "\2033";
  587. height: 40px;
  588. position: absolute;
  589. color: #5b6ceb;
  590. font-size: 55px;
  591. transform: rotate(180deg);
  592. top: 36px;
  593. left: 250px;
  594. }
  595. .bloquotes blockquote::after {
  596. content: "\2033";
  597. height: 40px;
  598. position: absolute;
  599. color: #5b6ceb;
  600. font-size: 55px;
  601. top: 80px;
  602. right: -20px;
  603. }
  604. .bloquotes cite {
  605. color: #777777;
  606. }
  607. .bloquotes p {
  608. font-size: 20px;
  609. color: #5b6ceb;
  610. font-weight: bold;
  611. padding-top: 5px;
  612. }
  613. .bloquotes cite::before {
  614. content: "";
  615. background: #d7d7d7;
  616. width: 2px;
  617. height: 75px;
  618. display: block;
  619. position: absolute;
  620. top: 100px;
  621. left: 255px;
  622. }
  623. /* MAIN */
  624. /* FOOTER */
  625. .footer-decoration {
  626. background: #5b6ceb;
  627. max-height: 450px;
  628. padding: 100px 0;
  629. display: flex;
  630. align-items: center;
  631. }
  632. .decoration {
  633. display: flex;
  634. justify-content: space-between;
  635. }
  636. .about {
  637. max-width: 500px;
  638. }
  639. .about > h1,
  640. .contacts > h1 {
  641. text-transform: uppercase;
  642. font-size: 18px;
  643. font-weight: bold;
  644. }
  645. .about > p {
  646. padding: 60px 0 70px;
  647. line-height: 1.5;
  648. }
  649. .icon {
  650. max-width: 170px;
  651. font-size: 23px;
  652. display: flex;
  653. justify-content: space-between;
  654. }
  655. .icon li:hover {
  656. transform: scale(1.3);
  657. border-radius: 50%;
  658. box-shadow: 5px 5px 20px white;
  659. }
  660. .contacts {
  661. max-width: 500px;
  662. margin-left: 100px;
  663. }
  664. .icon-left li {
  665. min-height: 160px;
  666. padding: 60px 0 0;
  667. display: flex;
  668. justify-content: space-between;
  669. align-content: space-between;
  670. flex-wrap: wrap;
  671. }
  672. .icon-planet {
  673. padding-right: 30px;
  674. }
  675. .footer-copyright {
  676. background: #5363d8;
  677. }
  678. .copyright {
  679. padding: 42px 0;
  680. display: flex;
  681. align-items: center;
  682. justify-content: center;
  683. }
  684. .copyright > p {
  685. opacity: 0.7;
  686. font-size: 16px;
  687. }