Emmanuil 5 年之前
父節點
當前提交
03fe19bc63
共有 12 個文件被更改,包括 4089 次插入117 次删除
  1. 二進制
      img/img-visual.jpg
  2. 二進制
      img/matthew-kane-94147 copy.png
  3. 156 56
      index.html
  4. 二進制
      slick/fonts/slick.eot
  5. 14 0
      slick/fonts/slick.svg
  6. 二進制
      slick/fonts/slick.ttf
  7. 二進制
      slick/fonts/slick.woff
  8. 204 0
      slick/slick-theme.css
  9. 119 0
      slick/slick.css
  10. 3011 0
      slick/slick.js
  11. 524 0
      style.css
  12. 61 61
      style/style.css

二進制
img/img-visual.jpg


二進制
img/matthew-kane-94147 copy.png


+ 156 - 56
index.html

@@ -5,7 +5,6 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title>yoga-mainpage</title>
     <link rel="stylesheet" href="style/reset.css" />
-    <link rel="stylesheet" href="style/style.css" />
     <link rel="stylesheet" href="font/font.css" />
     <link
       rel="stylesheet"
@@ -24,6 +23,9 @@
       href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap"
       rel="stylesheet"
     />
+    <link rel="stylesheet" href="slick/slick.css" />
+    <link rel="stylesheet" href="slick/slick-theme.css" />
+    <link rel="stylesheet" href="style.css" />
   </head>
   <body>
     <div class="wrapper">
@@ -57,19 +59,19 @@
           <div class="form-text">
             <form class="form">
               <p>Trial Class</p>
-              <input maxlength="25" placeholder="Enter your name" type="text" />
-              <input
-                maxlength="13"
-                placeholder="Enter your phone"
-                type="text"
-              />
-              <input
+              <input placeholder="Enter your name" type="text" />
+              <input placeholder="Enter your phone" type="tel" />
+              <!-- <input
                 id="s"
                 maxlength="25"
                 placeholder="Chose your class"
                 type="text"
-              />
-              <!-- <select form="s"></select> -->
+              /> -->
+              <select name="" id="">
+                <option value="Chose your class">
+                  Chose your class
+                </option>
+              </select>
               <button class="form-button">Try it</button>
             </form>
 
@@ -99,9 +101,12 @@
                 <div class="box-text">
                   <h1>Yoga For Health</h1>
                   <blockquote>
-                    Minim veniam, quis nostrud <br> exercitation ullamco laboris nisi <br>
-                    ut aliquip ex ea commodo <br> consequat consectetur adipisicing <br>
-                    elit, sed do eiusmod tempor <br> incididunt.
+                    Minim veniam, quis nostrud <br />
+                    exercitation ullamco laboris nisi <br />
+                    ut aliquip ex ea commodo <br />
+                    consequat consectetur adipisicing <br />
+                    elit, sed do eiusmod tempor <br />
+                    incididunt.
                   </blockquote>
                   <cite>Ashtanga - Hatha</cite>
                 </div>
@@ -111,9 +116,12 @@
                 <div class="box-text">
                   <h1>Yoga For Lose Weight</h1>
                   <blockquote>
-                    Minim veniam, quis nostrud <br> exercitation ullamco laboris nisi <br>
-                    ut aliquip ex ea commodo <br> consequat consectetur adipisicing <br>
-                    elit, sed do eiusmod tempor <br> incididunt.
+                    Minim veniam, quis nostrud <br />
+                    exercitation ullamco laboris nisi <br />
+                    ut aliquip ex ea commodo <br />
+                    consequat consectetur adipisicing <br />
+                    elit, sed do eiusmod tempor <br />
+                    incididunt.
                   </blockquote>
                   <cite>Ashtanga - Hatha</cite>
                 </div>
@@ -123,9 +131,12 @@
                 <div class="box-text">
                   <h1>Yoga For Children</h1>
                   <blockquote>
-                    Minim veniam, quis nostrud <br> exercitation ullamco laboris nisi <br>
-                    ut aliquip ex ea commodo <br> consequat consectetur adipisicing <br>
-                    elit, sed do eiusmod tempor <br> incididunt.
+                    Minim veniam, quis nostrud <br />
+                    exercitation ullamco laboris nisi <br />
+                    ut aliquip ex ea commodo <br />
+                    consequat consectetur adipisicing <br />
+                    elit, sed do eiusmod tempor <br />
+                    incididunt.
                   </blockquote>
                   <cite>Ashtanga - Hatha</cite>
                 </div>
@@ -135,9 +146,12 @@
                 <div class="box-text">
                   <h1>Yoga For Elderly</h1>
                   <blockquote>
-                    Minim veniam, quis nostrud <br> exercitation ullamco laboris nisi <br>
-                    ut aliquip ex ea commodo <br> consequat consectetur adipisicing <br>
-                    elit, sed do eiusmod tempor <br> incididunt.
+                    Minim veniam, quis nostrud <br />
+                    exercitation ullamco laboris nisi <br />
+                    ut aliquip ex ea commodo <br />
+                    consequat consectetur adipisicing <br />
+                    elit, sed do eiusmod tempor <br />
+                    incididunt.
                   </blockquote>
                   <cite>Ashtanga - Hatha</cite>
                 </div>
@@ -147,67 +161,139 @@
         </div>
 
         <div class="three-content gallery">
-            <img src="./img/gallery1.png" alt="gallery1">
-            <img src="./img/gallery2.png" alt="gallery2">
-            <img src="./img/gallery3.png" alt="gallery3">
-            <img src="./img/gallery4.png" alt="gallery4">
-            <img src="./img/gallery5.png" alt="gallery5">
-            <img src="./img/gallery6.png" alt="gallery6">
-            <img src="./img/gallery7.png" alt="gallery7">
-            <img src="./img/gallery8.png" alt="gallery8">
+          <img src="./img/gallery1.png" alt="gallery1" />
+          <img src="./img/gallery2.png" alt="gallery2" />
+          <img src="./img/gallery3.png" alt="gallery3" />
+          <img src="./img/gallery4.png" alt="gallery4" />
+          <img src="./img/gallery5.png" alt="gallery5" />
+          <img class="img" src="./img/gallery6.png" alt="gallery6" />
+          <img src="./img/gallery7.png" alt="gallery7" />
+          <img src="./img/gallery8.png" alt="gallery8" />
         </div>
 
         <div class="four-content">
           <div class="about-us">
             <div class="about-us-text">
               <h1>about us</h1>
-              <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. <br> Accusamus, repudiandae fuga expedita esse et debitis <br> deserunt quisquam, repellat eius facilis qui blanditiis sint, <br> veniam iusto unde officiis voluptas a tempore, repellat eius <br> facilis qui blanditiis sint,  veniam iusto unde officiis voluptas a tempore.</p>
+              <p>
+                Lorem ipsum dolor sit amet consectetur adipisicing elit. <br />
+                Accusamus, repudiandae fuga expedita esse et debitis <br />
+                deserunt quisquam, repellat eius facilis qui blanditiis sint,
+                <br />
+                veniam iusto unde officiis voluptas a tempore, repellat eius
+                <br />
+                facilis qui blanditiis sint, veniam iusto unde officiis voluptas
+                a tempore.
+              </p>
+            </div>
+            <div class="yoga-gallery">
+              <div>
+                <img src="./img/about-us.png" alt="about-us" />
+              </div>
+              <div>
+                <img src="./img/about-us.png" alt="about-us" />
+              </div>
             </div>
-            <img class="about-us-img" src="./img/about-us.png" alt="about-us">
           </div>
         </div>
 
         <div class="five-content">
           <div class="features">
             <div class="features-boxs">
-              <img src="./img/feture-1.png" alt="">
-              <h1>IMPROVED OVERALL <br> HEALTH</h1>
-              <p>Enim ad minim veniam, quis <br> nostrud exercitation toui ullamcomi <br> laboris nisi ut aliquip ex ea com.</p>
+              <img src="./img/feture-1.png" alt="" />
+              <h1>
+                IMPROVED OVERALL <br />
+                HEALTH
+              </h1>
+              <p>
+                Enim ad minim veniam, quis <br />
+                nostrud exercitation toui ullamcomi <br />
+                laboris nisi ut aliquip ex ea com.
+              </p>
             </div>
             <div class="features-boxs">
-              <img src="./img/feture-1.png" alt="">
-              <h1>IMPROVED OVERALL <br> HEALTH</h1>
-              <p>Enim ad minim veniam, quis <br> nostrud exercitation toui ullamcomi <br> laboris nisi ut aliquip ex ea com.</p>
+              <img src="./img/feture-1.png" alt="" />
+              <h1>
+                IMPROVED OVERALL <br />
+                HEALTH
+              </h1>
+              <p>
+                Enim ad minim veniam, quis <br />
+                nostrud exercitation toui ullamcomi <br />
+                laboris nisi ut aliquip ex ea com.
+              </p>
             </div>
             <div class="features-boxs">
-              <img src="./img/feture-1.png" alt="">
-              <h1>IMPROVED OVERALL <br> HEALTH</h1>
-              <p>Enim ad minim veniam, quis <br> nostrud exercitation toui ullamcomi <br> laboris nisi ut aliquip ex ea com.</p>
+              <img src="./img/feture-1.png" alt="" />
+              <h1>
+                IMPROVED OVERALL <br />
+                HEALTH
+              </h1>
+              <p>
+                Enim ad minim veniam, quis <br />
+                nostrud exercitation toui ullamcomi <br />
+                laboris nisi ut aliquip ex ea com.
+              </p>
             </div>
             <div class="features-boxs">
-              <img src="./img/feture-1.png" alt="">
-              <h1>IMPROVED OVERALL <br> HEALTH</h1>
-              <p>Enim ad minim veniam, quis <br> nostrud exercitation toui ullamcomi <br> laboris nisi ut aliquip ex ea com.</p>
+              <img src="./img/feture-1.png" alt="" />
+              <h1>
+                IMPROVED OVERALL <br />
+                HEALTH
+              </h1>
+              <p>
+                Enim ad minim veniam, quis <br />
+                nostrud exercitation toui ullamcomi <br />
+                laboris nisi ut aliquip ex ea com.
+              </p>
             </div>
             <div class="features-boxs">
-              <img src="./img/feture-1.png" alt="">
-              <h1>IMPROVED OVERALL <br> HEALTH</h1>
-              <p>Enim ad minim veniam, quis <br> nostrud exercitation toui ullamcomi <br> laboris nisi ut aliquip ex ea com.</p>
+              <img src="./img/feture-1.png" alt="" />
+              <h1>
+                IMPROVED OVERALL <br />
+                HEALTH
+              </h1>
+              <p>
+                Enim ad minim veniam, quis <br />
+                nostrud exercitation toui ullamcomi <br />
+                laboris nisi ut aliquip ex ea com.
+              </p>
             </div>
             <div class="features-boxs">
-              <img src="./img/feture-1.png" alt="">
-              <h1>IMPROVED OVERALL <br> HEALTH</h1>
-              <p>Enim ad minim veniam, quis <br> nostrud exercitation toui ullamcomi <br> laboris nisi ut aliquip ex ea com.</p>
+              <img src="./img/feture-1.png" alt="" />
+              <h1>
+                IMPROVED OVERALL <br />
+                HEALTH
+              </h1>
+              <p>
+                Enim ad minim veniam, quis <br />
+                nostrud exercitation toui ullamcomi <br />
+                laboris nisi ut aliquip ex ea com.
+              </p>
             </div>
             <div class="features-boxs">
-              <img src="./img/feture-1.png" alt="">
-              <h1>IMPROVED OVERALL <br> HEALTH</h1>
-              <p>Enim ad minim veniam, quis <br> nostrud exercitation toui ullamcomi <br> laboris nisi ut aliquip ex ea com.</p>
+              <img src="./img/feture-1.png" alt="" />
+              <h1>
+                IMPROVED OVERALL <br />
+                HEALTH
+              </h1>
+              <p>
+                Enim ad minim veniam, quis <br />
+                nostrud exercitation toui ullamcomi <br />
+                laboris nisi ut aliquip ex ea com.
+              </p>
             </div>
             <div class="features-boxs">
-              <img src="./img/feture-1.png" alt="">
-              <h1>IMPROVED OVERALL <br> HEALTH</h1>
-              <p>Enim ad minim veniam, quis <br> nostrud exercitation toui ullamcomi <br> laboris nisi ut aliquip ex ea com.</p>
+              <img src="./img/feture-1.png" alt="" />
+              <h1>
+                IMPROVED OVERALL <br />
+                HEALTH
+              </h1>
+              <p>
+                Enim ad minim veniam, quis <br />
+                nostrud exercitation toui ullamcomi <br />
+                laboris nisi ut aliquip ex ea com.
+              </p>
             </div>
           </div>
         </div>
@@ -222,5 +308,19 @@
         </p>
       </footer>
     </div>
+
+    <script
+      src="https://code.jquery.com/jquery-2.2.0.min.js"
+      type="text/javascript"
+    ></script>
+    <script type="text/javascript" src="slick/slick.js"></script>
+
+    <script type="text/javascript">
+      $(document).ready(function() {
+        $(".yoga-gallery").slick({
+          // setting-name: setting-value
+        });
+      });
+    </script>
   </body>
 </html>

二進制
slick/fonts/slick.eot


File diff suppressed because it is too large
+ 14 - 0
slick/fonts/slick.svg


二進制
slick/fonts/slick.ttf


二進制
slick/fonts/slick.woff


+ 204 - 0
slick/slick-theme.css

@@ -0,0 +1,204 @@
+@charset 'UTF-8';
+/* Slider */
+.slick-loading .slick-list
+{
+    background: #fff url('./ajax-loader.gif') center center no-repeat;
+}
+
+/* Icons */
+@font-face
+{
+    font-family: 'slick';
+    font-weight: normal;
+    font-style: normal;
+
+    src: url('./fonts/slick.eot');
+    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
+}
+/* Arrows */
+.slick-prev,
+.slick-next
+{
+    font-size: 0;
+    line-height: 0;
+
+    position: absolute;
+    top: 50%;
+
+    display: block;
+
+    width: 20px;
+    height: 20px;
+    padding: 0;
+    -webkit-transform: translate(0, -50%);
+    -ms-transform: translate(0, -50%);
+    transform: translate(0, -50%);
+
+    cursor: pointer;
+
+    color: transparent;
+    border: none;
+    outline: none;
+    background: transparent;
+}
+.slick-prev:hover,
+.slick-prev:focus,
+.slick-next:hover,
+.slick-next:focus
+{
+    color: transparent;
+    outline: none;
+    background: transparent;
+}
+.slick-prev:hover:before,
+.slick-prev:focus:before,
+.slick-next:hover:before,
+.slick-next:focus:before
+{
+    opacity: 1;
+}
+.slick-prev.slick-disabled:before,
+.slick-next.slick-disabled:before
+{
+    opacity: .25;
+}
+
+.slick-prev:before,
+.slick-next:before
+{
+    font-family: 'slick';
+    font-size: 20px;
+    line-height: 1;
+
+    opacity: .75;
+    color: white;
+
+    -webkit-font-smoothing: antialiased;
+    -moz-osx-font-smoothing: grayscale;
+}
+
+.slick-prev
+{
+    left: -25px;
+}
+[dir='rtl'] .slick-prev
+{
+    right: -25px;
+    left: auto;
+}
+.slick-prev:before
+{
+    content: '←';
+}
+[dir='rtl'] .slick-prev:before
+{
+    content: '→';
+}
+
+.slick-next
+{
+    right: -25px;
+}
+[dir='rtl'] .slick-next
+{
+    right: auto;
+    left: -25px;
+}
+.slick-next:before
+{
+    content: '→';
+}
+[dir='rtl'] .slick-next:before
+{
+    content: '←';
+}
+
+/* Dots */
+.slick-dotted.slick-slider
+{
+    margin-bottom: 30px;
+}
+
+.slick-dots
+{
+    position: absolute;
+    bottom: -25px;
+
+    display: block;
+
+    width: 100%;
+    padding: 0;
+    margin: 0;
+
+    list-style: none;
+
+    text-align: center;
+}
+.slick-dots li
+{
+    position: relative;
+
+    display: inline-block;
+
+    width: 20px;
+    height: 20px;
+    margin: 0 5px;
+    padding: 0;
+
+    cursor: pointer;
+}
+.slick-dots li button
+{
+    font-size: 0;
+    line-height: 0;
+
+    display: block;
+
+    width: 20px;
+    height: 20px;
+    padding: 5px;
+
+    cursor: pointer;
+
+    color: transparent;
+    border: 0;
+    outline: none;
+    background: transparent;
+}
+.slick-dots li button:hover,
+.slick-dots li button:focus
+{
+    outline: none;
+}
+.slick-dots li button:hover:before,
+.slick-dots li button:focus:before
+{
+    opacity: 1;
+}
+.slick-dots li button:before
+{
+    font-family: 'slick';
+    font-size: 6px;
+    line-height: 20px;
+
+    position: absolute;
+    top: 0;
+    left: 0;
+
+    width: 20px;
+    height: 20px;
+
+    content: '•';
+    text-align: center;
+
+    opacity: .25;
+    color: black;
+
+    -webkit-font-smoothing: antialiased;
+    -moz-osx-font-smoothing: grayscale;
+}
+.slick-dots li.slick-active button:before
+{
+    opacity: .75;
+    color: black;
+}

+ 119 - 0
slick/slick.css

@@ -0,0 +1,119 @@
+/* Slider */
+.slick-slider
+{
+    position: relative;
+
+    display: block;
+    box-sizing: border-box;
+
+    -webkit-user-select: none;
+       -moz-user-select: none;
+        -ms-user-select: none;
+            user-select: none;
+
+    -webkit-touch-callout: none;
+    -khtml-user-select: none;
+    -ms-touch-action: pan-y;
+        touch-action: pan-y;
+    -webkit-tap-highlight-color: transparent;
+}
+
+.slick-list
+{
+    position: relative;
+
+    display: block;
+    overflow: hidden;
+
+    margin: 0;
+    padding: 0;
+}
+.slick-list:focus
+{
+    outline: none;
+}
+.slick-list.dragging
+{
+    cursor: pointer;
+    cursor: hand;
+}
+
+.slick-slider .slick-track,
+.slick-slider .slick-list
+{
+    -webkit-transform: translate3d(0, 0, 0);
+       -moz-transform: translate3d(0, 0, 0);
+        -ms-transform: translate3d(0, 0, 0);
+         -o-transform: translate3d(0, 0, 0);
+            transform: translate3d(0, 0, 0);
+}
+
+.slick-track
+{
+    position: relative;
+    top: 0;
+    left: 0;
+
+    display: block;
+    margin-left: auto;
+    margin-right: auto;
+}
+.slick-track:before,
+.slick-track:after
+{
+    display: table;
+
+    content: '';
+}
+.slick-track:after
+{
+    clear: both;
+}
+.slick-loading .slick-track
+{
+    visibility: hidden;
+}
+
+.slick-slide
+{
+    display: none;
+    float: left;
+
+    height: 100%;
+    min-height: 1px;
+}
+[dir='rtl'] .slick-slide
+{
+    float: right;
+}
+.slick-slide img
+{
+    display: block;
+}
+.slick-slide.slick-loading img
+{
+    display: none;
+}
+.slick-slide.dragging img
+{
+    pointer-events: none;
+}
+.slick-initialized .slick-slide
+{
+    display: block;
+}
+.slick-loading .slick-slide
+{
+    visibility: hidden;
+}
+.slick-vertical .slick-slide
+{
+    display: block;
+
+    height: auto;
+
+    border: 1px solid transparent;
+}
+.slick-arrow.slick-hidden {
+    display: none;
+}

File diff suppressed because it is too large
+ 3011 - 0
slick/slick.js


+ 524 - 0
style.css

@@ -0,0 +1,524 @@
+*,
+*::before,
+*::after {
+  box-sizing: border-box;
+}
+
+* {
+  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;
+}
+/* THE ALL SITE */
+
+/* HEADER */
+.header {
+  height: 100px;
+  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;
+}
+
+.logo {
+  display: flex;
+  flex-direction: column;
+  align-items: center;
+  padding: 4px 0 2px 0;
+}
+
+.logo > h1 {
+  font-family: "Champagne & Limousines", sans-serif;
+  font-weight: bold;
+  font-size: 24px;
+  color: #6a78e0;
+  padding: 5px 0 0 3px;
+  letter-spacing: 2px;
+}
+/* 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;
+}
+
+/* .first-content::after{
+  content: '';
+  background: rgb(83, 99, 219, 0.9);
+  position: absolute;
+  width: 100%;
+  height: 100%;
+} */
+
+.form-text {
+  display: flex;
+  justify-content: space-between;
+  width: 930px;
+  height: 390px;
+  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 {
+  width: 1170px;
+  height: 825px;
+  margin-bottom: 125px;
+  margin-top: 50px;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  flex-direction: column;
+}
+
+.block3-text {
+  max-width: 420px;
+  height: 90px;
+  margin-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: 2px;
+  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 {
+  /* border: 1px yellow solid; */
+  width: 1170px;
+  height: 625px;
+  margin-top: 67px;
+  display: flex;
+  flex-wrap: wrap;
+  justify-content: space-between;
+  align-content: space-between;
+}
+
+.box-info {
+  width: 570px;
+  height: 300px;
+  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;
+}
+
+.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;
+  display: block; 
+  position: relative;
+}
+
+.gallery::after img{
+  content: '';
+  background: rgb(91, 108, 235, 0.5);
+  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
+  opacity: 0;
+}
+
+.gallery>img:hover:after img{
+  opacity: 1;
+}
+
+/* FOUR CONTENT */
+.four-content {
+  height: 550px;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+}
+
+.about-us {
+  width: 1170px;
+  height: 300px;
+  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: 20px;
+  word-spacing: 1px;
+  letter-spacing: 0.1px;
+}
+
+.about-us-text > p {
+  line-height: 1.7;
+  color: #555555;
+}
+
+.about-us-img {
+  /* width: 100%;
+  height: 100%; */
+  border-radius: 5px;
+  box-shadow: 3px 3px 15px #c3c3c3;
+}
+
+.yoga-gallery{
+  width: 570px;
+}
+
+/* div.yoga-gallery img{
+  max-width: 100%;
+} */
+
+.slick-next{
+  right: -5px;
+  
+}
+
+.slick-prev{
+  left: 10px;
+  z-index: 1;
+}
+
+.slick-prev::before,
+.slick-next::before{
+  /* color: red; */
+  background: blue;
+ border-radius: 50%;
+ width: 100px;
+ height: 100px;
+}
+/* 
+.about-us-img::before {
+  content: "sdfs";
+  width: 50px;
+  height: 50px;
+  background: #0c0c0c;
+  border: 1px black solid;
+  position: relative;
+  z-index: 1;
+} */
+
+/* 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 {
+  width: 1170px;
+  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 {
+  width: 70px;
+  height: 70px;
+  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;
+  margin-bottom: 12px;
+}
+
+.features-boxs > p {
+  line-height: 1.7;
+  text-align: center;
+  font-size: 16px;
+}
+
+/* MAIN */
+.footer {
+  background: black;
+  /* height: 100px; */
+}
+
+/* @media(max-width: 1580px){
+  .form-text{
+    width: 50%;
+  }
+} */
+
+@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;
+  }
+}

+ 61 - 61
style/style.css

@@ -2,13 +2,16 @@
 *::before,
 *::after {
   box-sizing: border-box;
+}
+
+* {
   font-family: "Open Sans", sans-serif;
   font-size: 14px;
   border: none;
   color: #ffffff;
 }
 
-body{
+body {
   font-family: "Open Sans", sans-serif;
   font-size: 14px;
   color: #ffffff;
@@ -23,7 +26,9 @@ a {
   display: flex;
   flex-direction: column;
   /* max-width: 100%; */
-  width: 1920px;
+  /* width: 1920px; */
+  /* width: 100%; */
+  /* max-width: 1920px; */
   min-height: 100vh;
 }
 /* THE ALL SITE */
@@ -103,13 +108,22 @@ a {
 
 .first-content {
   background: url("../img/slider-bg.png") no-repeat;
-  background-size: 100%;
+  /* background-size: 100%; */
   width: 100%;
-  height: 100vh;
+  height: 100vh; 
   display: flex;
   justify-content: center;
+  position: relative;
 }
 
+/* .first-content::after{
+  content: '';
+  background: rgb(83, 99, 219, 0.9);
+  position: absolute;
+  width: 100%;
+  height: 100%;
+} */
+
 .form-text {
   display: flex;
   justify-content: space-between;
@@ -117,6 +131,7 @@ a {
   height: 390px;
   margin: 100px;
   margin-left: 340px;
+  z-index: 1;
 }
 
 .form {
@@ -138,12 +153,13 @@ a {
   padding-left: 4px;
 }
 
-.form > input {
+.form > input, select {
   width: 230px;
   height: 50px;
   background: #f2f2f2;
   border-radius: 8px;
   margin-left: 30px;
+  color: black;
 }
 
 .form > input:nth-child(2) {
@@ -156,16 +172,11 @@ a {
   margin-bottom: 17px;
 }
 
-.form > input:nth-child(4) {
+.form>select{ 
   padding: 0 10px;
   margin-bottom: 15px;
 }
 
-/* input:nth-child(4):after{ 
-  content: '56';
-  background: red;
-} */
-
 .form-button {
   background: #475bf1;
   border-radius: 8px;
@@ -179,15 +190,6 @@ a {
   font-size: 16px;
 }
 
-/* .form>select{ 
-  width: 15px;
-  left: 205px;
-  bottom: 115px;
-  border: 1px #f2f2f2 solid;
-  background: #f2f2f2;
-  position: absolute;
-}*/
-
 .text-on-fone {
   width: 570px;
   height: 265px;
@@ -215,16 +217,15 @@ a {
   font-family: "Freestyle Script";
 }
 
-
 /* TWO CONENT */
-.two-content{
+.two-content {
   height: 1000px;
   display: flex;
   align-items: center;
   justify-content: center;
 }
 
-.block3{
+.block3 {
   width: 1170px;
   height: 825px;
   margin-bottom: 125px;
@@ -235,7 +236,7 @@ a {
   flex-direction: column;
 }
 
-.block3-text{
+.block3-text {
   max-width: 420px;
   height: 90px;
   margin-top: 42px;
@@ -244,7 +245,7 @@ a {
   align-items: center;
 }
 
-.block3-text>h1{
+.block3-text > h1 {
   color: #5b6ceb;
   font-weight: bold;
   font-size: 30px;
@@ -253,7 +254,7 @@ a {
   letter-spacing: 0.4px;
 }
 
-.block3-text>p{
+.block3-text > p {
   color: #777777;
   font-size: 40.99px;
   padding-right: 5px;
@@ -263,7 +264,7 @@ a {
   font-family: "Freestyle Script";
 }
 
-.block3-boxs{
+.block3-boxs {
   /* border: 1px yellow solid; */
   width: 1170px;
   height: 625px;
@@ -274,22 +275,22 @@ a {
   align-content: space-between;
 }
 
-.box-info{
+.box-info {
   width: 570px;
   height: 300px;
   box-shadow: 3px 3px 15px #e4e4e4;
 }
 
-.box-info>img{
+.box-info > img {
   float: left;
 }
 
-.box-text{
+.box-text {
   margin-left: 300px;
   width: 245px;
 }
 
-.box-text>h1{
+.box-text > h1 {
   font-size: 20px;
   font-weight: bold;
   text-transform: uppercase;
@@ -297,7 +298,7 @@ a {
   letter-spacing: 0.3px;
 }
 
-.box-text>blockquote{
+.box-text > blockquote {
   color: #6c6c6c;
   margin-top: 28px;
   line-height: 1.6;
@@ -305,35 +306,33 @@ a {
   margin-bottom: 10px;
 }
 
-.box-text>cite{
+.box-text > cite {
   color: #999999;
 }
 
-
 /* THREE CONTENT */
-.gallery{
+.gallery {
   width: 100%;
   display: flex;
   flex-wrap: wrap;
 }
 
-
 /* FOUR CONTENT */
-.four-content{
+.four-content {
   height: 550px;
   display: flex;
   align-items: center;
   justify-content: center;
 }
 
-.about-us{
+.about-us {
   width: 1170px;
   height: 300px;
   display: flex;
   justify-content: space-between;
 }
 
-.about-us-text>h1{
+.about-us-text > h1 {
   font-size: 30px;
   font-weight: bold;
   color: #5b6ceb;
@@ -344,17 +343,17 @@ a {
   letter-spacing: 0.1px;
 }
 
-.about-us-text>p{
+.about-us-text > p {
   line-height: 1.7;
   color: #555555;
 }
 
-.about-us-img{
+.about-us-img {
   border-radius: 5px;
   box-shadow: 3px 3px 15px #c3c3c3;
 }
-
-.about-us-img::before{
+/* 
+.about-us-img::before {
   content: "sdfs";
   width: 50px;
   height: 50px;
@@ -362,22 +361,21 @@ a {
   border: 1px black solid;
   position: relative;
   z-index: 1;
-}
+} */
 
 
 /* FIVE CONTENT */
-.five-content{
+.five-content {
   height: 800px;
   display: flex;
   justify-content: center;
   align-items: center;
-  background: url('../img/feture-fone.png') no-repeat;
+  background: url("../img/feture-fone.png") no-repeat;
   background-size: 100%;
   width: 100%;
-  
 }
 
-.features{
+.features {
   width: 1170px;
   height: 550px;
   display: flex;
@@ -386,7 +384,7 @@ a {
   align-content: space-between;
 }
 
-.features-boxs{
+.features-boxs {
   width: 270px;
   height: 250px;
   display: flex;
@@ -394,14 +392,13 @@ a {
   align-items: center;
 }
 
-.features-boxs>img{
+.features-boxs > img {
   width: 70px;
   height: 70px;
   margin-bottom: 27px;
-  
 }
 
-.features-boxs>h1{
+.features-boxs > h1 {
   font-size: 18px;
   font-weight: bold;
   text-align: center;
@@ -411,7 +408,7 @@ a {
   margin-bottom: 12px;
 }
 
-.features-boxs>p{
+.features-boxs > p {
   line-height: 1.7;
   text-align: center;
   font-size: 16px;
@@ -429,7 +426,10 @@ a {
   }
 } */
 
-@media (max-width: 1365px) {
+@media (max-width: 1366px) {
+  /* .first-content{
+    height: auto;
+  } */
   .form-text {
     width: 850px;
     height: 320px;
@@ -445,7 +445,7 @@ a {
     margin: 20px 20px 20px;
   }
 
-  .form > input {
+  .form > input, select {
     width: 190px;
     height: 45px;
     margin-left: 20px;
@@ -465,19 +465,19 @@ a {
     font-size: 37px;
   }
 
-  .block3{
-    margin-top: -350px;
+  .block3 {
+    /* margin-top: -350px; */
   }
 
-  .gallery{
-    margin-top: -230px;
+  .gallery {
+    /* margin-top: -230px; */
   }
 
-  .gallery>img{
+  .gallery > img {
     width: 25%;
   }
 
-  .about-us{
+  .about-us {
     width: 1100px;
   }
 }