first commit

This commit is contained in:
2024-05-31 16:34:01 +02:00
commit f3c4a2a5be
34 changed files with 2454 additions and 0 deletions

BIN
assets/fonts/Lato-Bold.ttf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 884 B

BIN
assets/images/image33.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

BIN
assets/images/image36.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

BIN
assets/images/image39.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

BIN
assets/images/image40.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
assets/images/image44.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

BIN
assets/images/line.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 B

BIN
assets/images/line2_03.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 B

BIN
assets/images/logo.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
assets/images/test1_03.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
assets/images/test2_03.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

423
index.html Normal file
View File

@@ -0,0 +1,423 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.rtl.min.css"
integrity="sha384-gXt9imSW0VcJVHezoNQsP+TNrjYXoGcrqBZJpry9zJt8PCQjobwmhMGaDHTASo9N" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="style/style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="https://kit.fontawesome.com/4bb6479073.js" crossorigin="anonymous"></script>
<title>Globaly - Full Cycle Business Management & Consulting Responsive WordPress Theme</title>
</head>
<body>
<!-- nav bar -->
<nav class="navbar clearfix d-flex justify-content-center d-md-flex justify-content-md-end">
<ul class="socials-ul clearfix d-none d-md-flex align-items-md-center pb-0 mt-0 mb-0">
<li id="socials">
<a href="https://www.facebook.com">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li id="socials">
<a href="https://x.com">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li id="socials">
<a href="https://www.google.com">
<i class="fa-brands fa-google-plus-g"></i>
</a>
</li>
<li id="socials">
<a href="https://www.pinterest.com">
<i class="fa-brands fa-pinterest"></i>
</a>
</li>
<li id="socials">
<a href="https://rs.linkedin.com">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
</ul>
<div class="form-container ">
<form class="d-flex align-items-center d-sm-flex justify-content-sm-between" role="search">
<input id="src-input" class="form-control rounded-0 border-0" type="search" placeholder="Search...">
<button class="btn" type="submit" style="padding-bottom: 0px;padding-top: 0px;">
<span class="material-icons">
search
</span>
</button>
</form>
</div>
</nav>
<!-- header -->
<header
class="d-flex flex-column d-md-flex flex-md-row-reverse justify-content-md-between align-items-center justify-content-sm-center mx-lg-0 my-lg-0 mt-3 mx-2 my-md-3 mx-md-3">
<div class="contact d-flex flex-column">
<div class="number d-inline">
<span class="material-icons">
phone
</span>
800-2345-6789
</div>
<a id="mail" href="#" class="mt-2">globaly@demolink.org</a>
</div>
<div class="horizontal-menu d-none d-md-none d-lg-flex ">
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0">
<li id="li-home" class="navs">Home</li>
<li class="navs">Pages</li>
<li class="navs">About US</li>
<li class="navs">Services</li>
<li class="navs">cases</li>
<li class="navs">news</li>
<li class="navs">contacts</li>
</ul>
</div>
<img src="/assets/images/logo.webp" class="mt-3" alt="">
<!-- site navigation-->
<nav class="menu d-flex d-md-none justify-content-center align-items-center w-100 "
style=" background-color: white; height: 68px;">
<div class="container-fluid ">
<button class="navbar-toggler d-flex justify-content-center align-items-center" type="button"
data-bs-toggle="collapse" data-bs-target="#navbarToggleExternalContent"
aria-controls="navbarToggleExternalContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="material-icons">menu
</span><span>Menu</span>
</button>
</div>
</nav>
<div class="collapse" id="navbarToggleExternalContent">
<div id="myDropdown" class="dropdown-content">
<ul class="nav-ul mb-0">
<li id="li-home" class="navs">Home</li>
<li class="navs">Pages</li>
<li class="navs">About US</li>
<li class="navs">Services</li>
<li class="navs">cases</li>
<li class="navs">news</li>
<li class="navs">Contacts</li>
</ul>
<div class="links d-inline-block w-100">
<ul class="socials-ul d-flex align-items-center justify-content-left mb-0">
<li id="socials">
<a href="https://www.facebook.com">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li id="socials">
<a href="https://x.com">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li id="socials">
<a href="https://www.google.com">
<i class="fa-brands fa-google-plus-g"></i>
</a>
</li>
<li id="socials">
<a href="https://www.pinterest.com">
<i class="fa-brands fa-pinterest"></i>
</a>
</li>
<li id="socials">
<a href="https://rs.linkedin.com">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div class="horizontal-menu d-none d-lg-none d-md-flex d-md-row justify-content-md-start align-items-md-center">
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0">
<li id="li-home" class="navs">Home</li>
<li class="navs">Pages</li>
<li class="navs">About US</li>
<li class="navs">Services</li>
<li class="navs">cases</li>
<li class="navs">news</li>
<li class="navs">more</li>
</ul>
</div>
<section>
<!-- first part -->
<div class="first-part">
<div class="textbox mx-md-3 mx-lg-3 mx-0 d-flex flex-column justify-content-start align-items-center">
<h2 class="h2-first">Full Cycle Business Management</h2>
<p style="text-align: center; font-weight: bold;">
Whether your company looks for a financial consulting, investment risks assessments or an interim, HR
management, were ready to provide that for you.We have a proven expertise in any process, that a modern day
business lives and works through.
</p>
<input class="read-more" type="submit" value="read more">
</div>
</div>
<!-- second part -->
<div
class="second-part d-flex flex-column align-items-center justify-content-center my-lg-5 my-5 my-md-5 d-md-flex">
<div class="headline-card d-flex flex-column align-items-center justify-content-center pb-3">
<h4>business management</h4>
<h2>Services We Offer</h2>
<img src="assets/images/line.png" alt="">
</div>
<div class="row">
<div class="col-md-6 col-lg-3">
<div class="card d-flex flex-column align-items-center justify-content-center ">
<i class="fa-solid fa-check"></i>
<h4><a href="#">Interim managers</a></h4>
<p>Any scrutiny like a management issue will succumb to our control if you will choose our
interim…
</p>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card d-flex flex-column align-items-center justify-content-center">
<i class="fa fa-eraser"></i>
<h4><a href="#">Exit planning</a></h4>
<p>Exit planning with us is a worked out, strategic roadmap 5-10 years before you will hit the
road…</p>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card d-flex flex-column align-items-center justify-content-center">
<i class="fa-solid fa-arrow-up-right-from-square"></i>
<h4><a href="#">Market research</a></h4>
<p>Its impossible to succeed in business these days, regardless of the niche, without a proper
marketing team…</p>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card d-flex flex-column align-items-center justify-content-center">
<i class="fa-solid fa-arrow-rotate-right"></i>
<h4><a href="#">Strategic planning</a></h4>
<p>Building a strategic development and expansion plan is vital, as the tactics game will simply
leave your…</p>
</div>
</div>
</div>
<input class="view-more" type="submit" value="view more">
</div>
<!-- third part -->
<div class="third-part ">
<div class="row">
<div class="img-container d-none d-md-flex col-md-6">
</div>
<div class="textbox3 col-md-6 d-flex flex-column justify-content-center align-items-start ">
<h1>Case Studies & Success</h1>
<h5>Any company level of expertise, trustworthiness or popularity can be easily checked when it comes to
proven
cases… </h5>
<p style="text-align: start; font-weight: bold;">
We stockpiled hundreds of successful business consulting operations throughout the 25 years long history
were
in this business. Here are the best examples of our diligent and efficient advice for small and big
companies.
</p>
<input class="our-cases" type="submit" value="our cases">
</div>
</div>
</div>
<!-- fourth part -->
<div class="fourth-part clearfix d-flex flex-column align-items-center justify-content-center mx-3 my-2 mb-5">
<div class="headline-card d-flex flex-column align-items-center justify-content-center mt-4 pb-3">
<h4>Browse our</h4>
<h2>Business Tips</h2>
<img class="line-img mb-md-5" src="assets/images/line.png" alt="">
</div>
<div class="row mx-md-3 mx-lg-5">
<div class="col-md-6 col-lg-4 my-md-0">
<div class="card-fourth ">
<img class="img" src="assets/images/image41-560x350.jpg" alt="">
<div class="date-by d-flex flex-row">
<span class="published">26.07.2016</span>
<div class="author">by admin</div>
</div>
<h2 class="sub-title">
How long before the exit you must be planning it?
</h2>
<div class="post-text">The ideal timing for planning an exit strategy is at least 5-10 years beforehand. But
unfortunately, that kind of diligent approach is not always applicable. So how does a CEO or an owner can
perform a quicker exit?</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card-fourth">
<img class="img" src="assets/images/image42-560x350.jpg" alt="">
<div class="date-by d-flex flex-row">
<span class="published">16.06.2016 </span>
<div class="author">by admin</div>
</div>
<h2 class="sub-title">
Is it viable now for IT companies to file an IPO?
</h2>
<div class="post-text">It's no dotcom-bubble burst today as it was at the verge of the centuries. But still,
with so many different trends receiving investment funding, is it wise for a company to file an IPO at
this
time in the stock's history.</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card-fourth">
<img class="img" src="assets/images/image43-560x350.jpg" alt="">
<div class="date-by d-flex flex-row">
<span class="published">17.05.2016</span>
<div class="author">by admin</div>
</div>
<h2 class="sub-title">
Bringing a new CFO at the time of crisis?
</h2>
<div class="post-text">There are many different approaches for saving a company during a period of a
financial
meltdown. Hiring a new Chief Financial Officer may seem like an obvious managerial solution from that
list.
But actually, is it the best decision? </div>
</div>
<!-- </div> -->
</div>
</div>
<input class="view-more" type="submit" value="view all">
</div>
<!-- fifth-part -->
<div class="fifth-part pb-md-5 pt-md-3 py-lg-3">
<div class="headline-card-5 d-flex flex-column align-items-center justify-content-center pb-3">
<h4>thanks to our business tips</h4>
<h2>Youll improve your performance!</h2>
<img class="line2-img" src="assets/images/line2_03.webp" alt="">
</div>
<div class="row">
<div class="numbers-container col-md-6 col-lg-3 d-flex flex-column align-items-center justify-content-center ">
<p class="numbers">56</p>
<h3 class="num-text">Companies consulted</h3>
</div>
<div class="numbers-container col-md-6 col-lg-3 d-flex flex-column align-items-center justify-content-center ">
<p class="numbers">47</p>
<h3 class="num-text">Consultants</h3>
</div>
<div class="numbers-container col-md-6 col-lg-3 d-flex flex-column align-items-center justify-content-center ">
<p class="numbers">85</p>
<h3 class="num-text">Awards won</h3>
</div>
<div class="numbers-container col-md-6 col-lg-3 d-flex flex-column align-items-center justify-content-center ">
<p class="numbers">79</p>
<h3 class="num-text">Satisfied customers</h3>
</div>
</div>
</div>
<!-- sixth part -->
<div class="sixth-part d-flex flex-column align-items-center justify-content-center mx-md-5 my-lg-5">
<div class="headline-card d-flex flex-column align-items-center justify-content-center pb-3">
<h4>read our</h4>
<h2>Client Testimonials</h2>
<img class="line-img" src="assets/images/line.png" alt="">
</div>
<div class="row">
<div class="col-md-6">
<div class="profile-card mt-5 mx-3 mx-md-2 d-lg-flex flex-lg-row align-items-lg-center justify-content-lg-center">
<div class="profile">
<img src="assets/images/test1_03.webp" alt="">
</div>
<div class="profile-text ml-lg-5">
<p>The investment company I own once signed up for Globaly consultations. That happened back in 1993.
Since
then, weve been showing a steady year-by-year growth for 23 years long, in big part thanks to timely
and
spot-on advice by Globaly professionals.</p>
<strong>Richard Lesberry </strong>
</div>
</div>
</div>
<div class="col-md-6">
<div class="profile-card mt-5 mx-3 mx-md-2 d-lg-flex flex-lg-row align-items-lg-center justify-content-lg-center">
<div class="profile">
<img src="assets/images/test2_03.png" alt="">
</div>
<div class="profile-text ml-lg-5">
<p>As an FMCG company, we always faced a tough competition in our field of market. It gotten only worse
since
the Great Recession hit us in 2008. But with efficient advice by this renown company, we were able to
Winter
back from the red digits zone to a green one!</p>
<strong>Vanessa Hayes </strong>
</div>
</div>
</div>
</div>
</div>
<!-- seventh-part -->
<div class="seventh-part d-flex flex-column justify-content-center align-items-center">
<div class="textbox7 mx-5 pb-3">
<h3>As were managing the aspects of your business,</h3>
<h2>Your revenue continues to grow.</h2>
</div>
<input class="learn-more" type="submit" value="learn more">
</div>
<!--form -->
<div class="form d-flex flex-column align-items-center justify-content-center my-md-5 mb-5 mb-lg-0">
<div class="headline-card d-flex flex-column align-items-center justify-content-center mt-4">
<h4>request a free</h4>
<h2>Consultation</h2>
<img class="line-img" src="assets/images/line.png" alt="">
</div>
<h6>I would like to discuss</h6>
<div class="form-container-bot d-flex flex-column align-items-start justify-content-center">
<select name="" id="">
<option value=" "></option>
<option value="Human resources planning">Human resources planning</option>
<option value="Business plan consulting">Business plan consulting</option>
<option value="Interim managers">Interim managers</option>
</select>
<input class="input-text" type="text" placeholder="your name">
<input class="input-text" type="text" placeholder="your e-mail">
</div>
<input class="view-more" type="submit" value="submit">
</div>
</section>
<!-- footer -->
<footer class="d-flex flex-column justify-content-center align-items-center pb-4 py-lg-5 py-md-5">
<img src="/assets/images/footer-logo.webp" class="mt-3 mt-md-0" alt="">
<div class="footer-copyright">
(c)2024 Globaly. All rights reserved. |
<a href="#">Privacy Policy</a>
</div>
</footer>
</body>
</html>

110
style/_fifth-part.scss Normal file
View File

@@ -0,0 +1,110 @@
.fifth-part {
min-height: 100vh;
background-image: url('/assets/images/image33.jpg');
background-size: cover;
background-attachment: fixed;
position: relative;
color: white;
background-size: cover;
background-position: center;
.line2-img {
margin-bottom: 30px;
}
.headline-card-5 {
h4 {
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 1.38462;
font-family: Merriweather;
letter-spacing: 0px;
text-align: inherit;
color: #ffffff;
margin-top: 40px;
word-wrap: break-word;
}
h2 {
text-align: center !important;
font-style: normal;
font-weight: 700;
font-size: 29px;
line-height: 1.36957;
font-family: Merriweather, serif;
letter-spacing: 0px;
text-align: inherit;
}
}
.numbers-container {
.numbers {
text-align: center;
width: 200px;
line-height: 200px;
border-radius: 50%;
border: solid 3px white;
background-color: transparent;
font-family: Merriweather;
font-weight: 400;
font-size: 61px !important;
}
.num-text {
margin: 15px 0;
font-family: Merriweather;
font-size: 22px;
line-height: 2.3em;
}
}
}
@media only screen and (min-width:768px) {
.fifth-part {
.numbers-container{
.numbers{
margin-bottom: 0px;
}
}
.headline-card-5 {
h4 {
margin-top: 0px;
}
}
min-height: 60vh;
}
}
@media only screen and (min-width:992px) {
.fifth-part {
// min-height: 70vh ;
padding-top: 100px !important;
padding-bottom: 100px !important;
padding-left: 50px !important;
padding-right: 50px !important;
.numbers-container {
.num-text {
margin: 0;
}
}
.headline-card-5 {
h2 {
font-size: 48px !important;
}
h4 {
font-size: 29px !important;
}
}
}
}

90
style/_first-part.scss Normal file
View File

@@ -0,0 +1,90 @@
@import '_variables';
.first-part {
min-height: 85vh;
background-image: url('/assets/images/image36.jpg');
background-size: cover;
color: white;
background-position: center;
}
.textbox {
text-align: center;
height: 100%;
margin: auto;
padding: 100px 0 70px 0;
.h2-first {
padding: 0 39px;
font-family: Merriweather;
font-weight: 600;
padding: 18px 39px;
letter-spacing: 0px;
font-size: 36px;
}
p {
font-family: MerriweatherSans, sans-serif;
font-style: normal;
font-size: 18px !important;
padding: 0 23.4px;
letter-spacing: 0px;
line-height: 1.4em !important;
margin-bottom: 30px;
word-wrap: break-word;
}
}
.read-more {
@include button;
background-color: $lightblue;
border: none;
box-shadow: none;
outline: none;
color: white;
}
.read-more:hover {
background-color: white;
color: #333333 !important;
transition: 0.2s;;
}
@media only screen and (min-width: 768px){
.first-part {
min-height: 60vh;
}
.h2-first {
font-size: 46px !important;
}
}
@media only screen and (min-width: 992px) {
.first-part {
min-height: 78vh;
display: flex;
justify-content: center;
.textbox{
p{
margin-left: 380px;
margin-right: 380px;
line-height: 1.6em !important;
}
}
}
.h2-first {
font-size: 66px !important;
}
}

25
style/_footer.scss Normal file
View File

@@ -0,0 +1,25 @@
footer{
background-color: #31353d;
.footer-copyright{
color: #ffffff;
font-size: .875rem;
font-style: normal;
font-weight: 400;
line-height: 1.4375;
font-family: MerriweatherSans;
letter-spacing: 0px;
a{
color: #ffffff;
text-decoration: none;
}
a:hover{
color: #15c1c6;
transition: 0.3s;
}
}
}

105
style/_form.scss Normal file
View File

@@ -0,0 +1,105 @@
.form {
.headline-card {
h4 {
font-family: Merriweather;
color: #31353d;
font-weight: 500;
letter-spacing: 0px;
font-size: 24px;
}
h2 {
font-family: Merriweather;
color: #15c1c6;
font-weight: 700;
letter-spacing: 0px;
font-size: 29px;
}
img{
margin-bottom: 35px;
}
}
h6{
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 1.27778;
font-family: Merriweather;
letter-spacing: 0px;
color: #31353d;
}
select{
padding: 17px 56px 16px 20px;
width: 100%;
border: none;
cursor: pointer;
margin-bottom: 20px;
background-color: #f6f6f6;
color: #777777 !important;
font-family: MerriweatherSans;
}
select:hover{
background: #ededed;
transition: .3s all ease;
}
.input-text{
padding: 18px 20px;
border: none;
background-color: #f6f6f6;
margin: 0 0 20px;
color: #777777 !important;
width: 100%;
font-family: MerriweatherSans;
}
.input-text::placeholder{
color: #777777 !important;
}
.form-container-bot{
position: relative;
}
}
@media only screen and (min-width: 768px) {
.form{
.headline-card{
margin-top: 0px !important;
}
.view-more{
margin-bottom: 0px !important;
}
}
.form-container-bot{
width: 700px;
}
}
@media only screen and (min-width:992px) {
.form{
padding-top: 98px;
padding-bottom: 114px;
.headline-card{
h2 {
font-size: 48px !important;
}
h4{
font-size: 29px !important;
}
}
}
}

124
style/_fourth-part.scss Normal file
View File

@@ -0,0 +1,124 @@
.fourth-part{
.headline-card{
padding-bottom: 0px !important;
}
.card-fourth{
margin-top: auto;
margin-bottom: 30px;
padding: 0px 3px 8px 3px;
border: none;
}
h4 {
font-family: Merriweather;
color: #31353d;
font-weight: 500;
font-size: 24px;
}
h2 {
font-family: Merriweather;
color: #31353d;
font-weight: 700;
font-size: 29px;
}
.card{
margin-top: 0;
}
.line-img{
margin-bottom: 25px;
}
.img{
max-width: 100%;
margin-top: 0;
margin-bottom: 30px;
}
.published{
margin-right: 16px;
color: $lightblue;
font-family: Merriweather;
font-style: italic;
font-weight: 400;
letter-spacing: 0px;
}
.date-by{
margin-bottom: 14px;
}
.author{
font-style: italic;
font-weight: 400;
font-size: 18px;
line-height: 1.4375;
font-family: Merriweather;
letter-spacing: 0px;
color: #777777;
cursor: pointer;
}
.author:hover{
color: $lightblue;
transition: 0.2s;
}
.sub-title{
font-family: Merriweather;
font-size: 20px ;
color: #333333 !important;
line-height: 1.3em !important;
padding-right: 10px;
margin-bottom: 20px;
}
.post-text{
text-align: left;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 1.4375;
font-family: MerriweatherSans;
letter-spacing: 0px;
color: #777777;
box-sizing: border-box;
}
}
@media only screen and (min-width: 768px) {
.fourth-part{
margin-left: 20px;
margin-right: 20px;
}
}
@media only screen and (min-width: 992px) {
.fourth-part{
h2 {
font-size: 48px;
}
h4{
font-size: 29px;
}
padding-top: 55px;
padding-bottom: 75px;
.line-img{
margin-bottom: 75px !important;
}
.sub-title{
font-size: 26px !important;
}
}
}

116
style/_menu.scss Normal file
View File

@@ -0,0 +1,116 @@
span {
text-transform: uppercase;
font-family: $numberfont;
font-weight: bold;
}
.menu-toggle {
padding: 20px 8px 28px 8px;
cursor: pointer;
background-color: transparent;
border: none;
box-shadow: none;
color: #333333;
font-size: 18px;
span {
color: #333333;
}
}
.dropdown {
position: relative;
display: inline-block;
width: 100%;
}
.dropdown-content {
min-width: 230px;
overflow: auto;
}
.dropdown-content .nav-ul{
position: relative;
width: auto !important;
padding: 0;
}
.dropdown-content .navs {
cursor: pointer;
color: #333333;
font-family: Lato, sans-serif;
font-weight: 900;
font-style: normal;
padding: 12px 16px;
text-transform: uppercase;
display: block;
border-bottom: 1px solid #e0e0e8;
width: 400px;
height: 50px;
background-color: white;
}
.links{
background-color: #333333;
}
#li-home {
background-color: $lightblue;
color: white;
}
.dropdown-content .navs:hover {
background-color: $lightblue;
color: white;
transition: 0.3s;
}
.show {
display: flex;
align-items: center;
justify-content: start;
flex-direction: column;
}
.socials-ul {
padding: 0 24px 24px;
display: flex;
margin-top: 24px;
}
#socials{
cursor:pointer;
list-style-type: none;
background-color: $lightblue;
border-radius: 50%;
width: 40px;
height: 40px;
line-height: 40px;
padding: 0;
text-align: center;
margin-left: 5px;
font-size: 12px;
i{
color: white;
}
}
#socials:hover {
transition: .3s;
background-color: white;
i{
color: #333333;
}
}

158
style/_nav.scss Normal file
View File

@@ -0,0 +1,158 @@
@import '_variables';
form{
width: 336px;
}
.socials-ul{
display: none;
}
nav {
color: white;
font-family: MerriweatherSans;
background-color: #4a4e55;
}
.navbar {
padding: 0 !important;
}
.form-container {
padding: 0;
}
.btn span {
padding-top: 10px;
color: $lightblue;
width: 30px;
height: 30px;
}
.btn span:hover {
color: white;
transition: 0.5s;
}
.contact span {
color: $lightblue;
}
input {
color: white !important;
}
#src-input {
background-color: #4a4e55;
padding: 0;
}
input::placeholder {
color: white !important;
}
.number {
font-family: $numberfont;
font-weight: 900;
font-style: normal;
cursor: pointer;
}
.number:hover {
color: $lightblue;
transition: 0.5s;
}
#mail:hover {
color: #333333;
transition: 0.5s;
}
#mail {
font-family: MerriweatherSans;
color: $lightblue;
text-decoration: underline;
font-size: 14px;
}
@media only screen and (min-width: 768px) {
form {
width: 250px !important;
background-color: #4a4e55;
padding-left: 34px;
padding-right: 15px;
}
.form-container{
padding-left: 0 !important;
padding-right: 15px !important;
}
.navbar{
background-color: #30343c;
height: 60px;
}
#socials{
height: 28px !important;
width: 28px !important;
margin-top: 0 !important;
padding-bottom: 0 !important;
display: flex;
align-items: center;
justify-content: center;
}
.horizontal-menu{
border-top: 1px solid #efefef;
}
.nav-ul-hor{
cursor: pointer;
color: #333333;
font-family: Lato, sans-serif;
font-weight: 900;
font-style: normal;
text-transform: uppercase;
list-style-type: none;
.navs{
padding: 1rem;
}
.navs:hover {
background-color: $lightblue;
color: white;
transition: 0.3s;
}
}
}
@media only screen and (min-width: 992px) {
form{
margin-left: 55px;
margin-right: 72px;
}
.horizontal-menu{
border-top: none !important;
}
.navs{
padding: 45px 22px !important;
}
header{
padding: 0 96px !important;
}
}

130
style/_second-part.scss Normal file
View File

@@ -0,0 +1,130 @@
.second-part {
h4 {
font-family: Merriweather;
color: #31353d;
font-weight: 500;
font-size: 24px;
}
h2 {
font-family: Merriweather;
color: #31353d;
font-weight: 700;
font-size: 29px;
}
}
.card {
margin-top: auto;
margin-bottom: 30px;
padding: 24px 15px 8px 15px;
border: none;
i {
align-items: center;
display: flex;
justify-content: center;
background-color: $lightblue;
color: white;
border-radius: 50%;
width: 80px;
height: 80px;
cursor: pointer;
margin-bottom: 10px;
font-size: 50px;
}
h4 {
text-align: center;
width: 300px;
padding-bottom: 19px;
font-size: 21px;
font-weight: 400;
padding-top: 5px;
border-bottom: 1px solid #e0e0e8;
box-sizing: border-box;
}
a {
color: #333333;
text-decoration: none;
}
p {
text-align: center;
padding-top: 17px;
font-family: MerriweatherSans;
color: #777777;
letter-spacing: 0;
font-weight: 400;
font-size: 16px;
margin: auto;
letter-spacing: 0px;
word-wrap: break-word;
line-height: 1.4375;
}
}
.view-more {
@include button;
background-color: $lightblue;
border: none;
box-shadow: none;
outline: none;
color: white;
}
.view-more:hover {
background-color: #333333 !important;
color: white;
transition: 0.2s;
;
}
@media only screen and (min-width:768px) {
.view-more{
margin-bottom: 20px;
}
.card {
p {
padding: 0 30px ;
}
}
}
@media only screen and (min-width:992px) {
.second-part {
padding-bottom: 120px;
.card{
margin-bottom:56px ;
h4{
font-size: 21px;
}
p {
padding: 0 40px ;
}
}
h2 {
font-size: 48px;
}
h4{
font-size: 29px;
}
}
}

65
style/_seventh-part.scss Normal file
View File

@@ -0,0 +1,65 @@
.seventh-part {
min-height: 63vh;
background-image: url('/assets/images/image44.jpg');
background-size: cover;
position: relative;
color: white;
background-size: cover;
background-position: center;
.learn-more{
@include button;
background-color: transparent;
border: solid 2px white;
// margin-bottom: 40px;
}
.learn-more:hover {
background-color: white;
color: #333333 !important;
transition: 0.2s;
}
.textbox7{
h3{
text-align: center;
font-style: normal;
font-weight: 300;
font-size: 37px;
line-height: 1.33333;
font-family: Merriweather;
letter-spacing: 0px;
word-wrap: break-word;
}
h2{
text-align: center;
font-style: normal;
font-weight: 700;
font-size: 45px;
line-height: 1.36957;
font-family: Merriweather, serif;
letter-spacing: 0px;
}
}
}
@media only screen and (min-width: 768px) {
.seventh-part{
min-height: 55vh !important;
.textbox7{
h3{
font-size: 37px !important;
padding: 0 50px !important;
}
h2{
padding: 0 100px !important;
font-size: 71px !important;
}
}
}
}

65
style/_sixth-part.scss Normal file
View File

@@ -0,0 +1,65 @@
.sixth-part {
.headline-card {
h4 {
font-family: Merriweather;
color: #31353d;
font-weight: 500;
font-size: 24px;
}
h2 {
font-family: Merriweather;
color: #31353d;
font-weight: 700;
font-size: 29px;
}
}
.profile-text {
p {
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 1.4375;
font-family: MerriweatherSans;
letter-spacing: 0px;
text-align: left;
color: #777777;
}
strong{
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 1.27778;
font-family: Merriweather;
color: #31353d;
}
}
padding: 30px 0 70px 0;
}
@media only screen and (min-width:768px) {
.sixth-part{
.profile-card{
margin: 0;
}
}
}
@media only screen and (min-width:992px) {
.sixth-part{
.headline-card{
h2 {
font-size: 48px !important;
}
h4{
font-size: 29px !important;
}
}
}
}

72
style/_third-part.scss Normal file
View File

@@ -0,0 +1,72 @@
.third-part{
min-height: 70vh;
background-image: url('/assets/images/image40.jpg');
background-size: cover;
position: relative;
color: white;
background-size: cover;
background-position: center;
.textbox3{
padding: 70px 50px ;
h1{
font-weight: 600;
font-size: 60px;
text-align: start;
font-family: Merriweather;
letter-spacing: 0px;
margin-bottom: 35px;
}
h5{
font-family: Merriweather;
font-size: 24px;
margin-top: 15px;
margin-bottom: 17px;
font-weight: 300;
line-height: 1.5;
}
p{
line-height: 1.4375;
font-family: MerriweatherSans;
letter-spacing: 0px;
}
}
.our-cases{
margin-top: 20px;
@include button;
background-color: transparent;
border: solid 2px white;
}
.our-cases:hover {
background-color: white;
color: #333333 !important;
transition: 0.2s;
}
}
@media only screen and (min-width: 768px){
.img-container{
background-image: url('/assets/images/image39.jpg');
background-size: cover;
background-position: center;
}
.textbox3{
padding: 100px 50px 100px 26px !important;
}
}
@media only screen and (min-width: 992px){
.third-part{
min-height: 70vh !important;
}
.img-container{
min-height: 70vh !important;
}
}

27
style/_variables.scss Normal file
View File

@@ -0,0 +1,27 @@
$numberfont : 'Lato';
$lightblue: #15c1c6;
// FONTS
@font-face {
font-family: "MerriweatherSans";
src: url("../assets/fonts/MerriweatherSans-Regular.ttf") format("truetype");
}
@font-face {
font-family: "Lato";
src: url("../assets/fonts/Lato-Bold.ttf") format("truetype");
}
@font-face {
font-family: "Merriweather";
src: url("../assets/fonts/Merriweather-Regular.ttf") format("truetype");
}
@mixin button{
text-transform: uppercase;
border-radius: 29px;
font-family: $numberfont;
font-weight: 900;
font-style: normal;
padding: 19px 38px;
font-size: 1rem;
letter-spacing: .04em;
}

927
style/style.css Normal file
View File

@@ -0,0 +1,927 @@
@font-face {
font-family: "MerriweatherSans";
src: url("../assets/fonts/MerriweatherSans-Regular.ttf") format("truetype");
}
@font-face {
font-family: "Lato";
src: url("../assets/fonts/Lato-Bold.ttf") format("truetype");
}
@font-face {
font-family: "Merriweather";
src: url("../assets/fonts/Merriweather-Regular.ttf") format("truetype");
}
form {
width: 336px;
}
.socials-ul {
display: none;
}
nav {
color: white;
font-family: MerriweatherSans;
background-color: #4a4e55;
}
.navbar {
padding: 0 !important;
}
.form-container {
padding: 0;
}
.btn span {
padding-top: 10px;
color: #15c1c6;
width: 30px;
height: 30px;
}
.btn span:hover {
color: white;
transition: 0.5s;
}
.contact span {
color: #15c1c6;
}
input {
color: white !important;
}
#src-input {
background-color: #4a4e55;
padding: 0;
}
input::-moz-placeholder {
color: white !important;
}
input::placeholder {
color: white !important;
}
.number {
font-family: "Lato";
font-weight: 900;
font-style: normal;
cursor: pointer;
}
.number:hover {
color: #15c1c6;
transition: 0.5s;
}
#mail:hover {
color: #333333;
transition: 0.5s;
}
#mail {
font-family: MerriweatherSans;
color: #15c1c6;
text-decoration: underline;
font-size: 14px;
}
@media only screen and (min-width: 768px) {
form {
width: 250px !important;
background-color: #4a4e55;
padding-left: 34px;
padding-right: 15px;
}
.form-container {
padding-left: 0 !important;
padding-right: 15px !important;
}
.navbar {
background-color: #30343c;
height: 60px;
}
#socials {
height: 28px !important;
width: 28px !important;
margin-top: 0 !important;
padding-bottom: 0 !important;
display: flex;
align-items: center;
justify-content: center;
}
.horizontal-menu {
border-top: 1px solid #efefef;
}
.nav-ul-hor {
cursor: pointer;
color: #333333;
font-family: Lato, sans-serif;
font-weight: 900;
font-style: normal;
text-transform: uppercase;
list-style-type: none;
}
.nav-ul-hor .navs {
padding: 1rem;
}
.nav-ul-hor .navs:hover {
background-color: #15c1c6;
color: white;
transition: 0.3s;
}
}
@media only screen and (min-width: 992px) {
form {
margin-left: 55px;
margin-right: 72px;
}
.horizontal-menu {
border-top: none !important;
}
.navs {
padding: 45px 22px !important;
}
header {
padding: 0 96px !important;
}
}
@font-face {
font-family: "MerriweatherSans";
src: url("../assets/fonts/MerriweatherSans-Regular.ttf") format("truetype");
}
@font-face {
font-family: "Lato";
src: url("../assets/fonts/Lato-Bold.ttf") format("truetype");
}
@font-face {
font-family: "Merriweather";
src: url("../assets/fonts/Merriweather-Regular.ttf") format("truetype");
}
span {
text-transform: uppercase;
font-family: "Lato";
font-weight: bold;
}
.menu-toggle {
padding: 20px 8px 28px 8px;
cursor: pointer;
background-color: transparent;
border: none;
box-shadow: none;
color: #333333;
font-size: 18px;
}
.menu-toggle span {
color: #333333;
}
.dropdown {
position: relative;
display: inline-block;
width: 100%;
}
.dropdown-content {
min-width: 230px;
overflow: auto;
}
.dropdown-content .nav-ul {
position: relative;
width: auto !important;
padding: 0;
}
.dropdown-content .navs {
cursor: pointer;
color: #333333;
font-family: Lato, sans-serif;
font-weight: 900;
font-style: normal;
padding: 12px 16px;
text-transform: uppercase;
display: block;
border-bottom: 1px solid #e0e0e8;
width: 400px;
height: 50px;
background-color: white;
}
.links {
background-color: #333333;
}
#li-home {
background-color: #15c1c6;
color: white;
}
.dropdown-content .navs:hover {
background-color: #15c1c6;
color: white;
transition: 0.3s;
}
.show {
display: flex;
align-items: center;
justify-content: start;
flex-direction: column;
}
.socials-ul {
padding: 0 24px 24px;
display: flex;
margin-top: 24px;
}
#socials {
cursor: pointer;
list-style-type: none;
background-color: #15c1c6;
border-radius: 50%;
width: 40px;
height: 40px;
line-height: 40px;
padding: 0;
text-align: center;
margin-left: 5px;
font-size: 12px;
}
#socials i {
color: white;
}
#socials:hover {
transition: 0.3s;
background-color: white;
}
#socials:hover i {
color: #333333;
}
@font-face {
font-family: "MerriweatherSans";
src: url("../assets/fonts/MerriweatherSans-Regular.ttf") format("truetype");
}
@font-face {
font-family: "Lato";
src: url("../assets/fonts/Lato-Bold.ttf") format("truetype");
}
@font-face {
font-family: "Merriweather";
src: url("../assets/fonts/Merriweather-Regular.ttf") format("truetype");
}
.first-part {
min-height: 85vh;
background-image: url("/assets/images/image36.jpg");
background-size: cover;
color: white;
background-position: center;
}
.textbox {
text-align: center;
height: 100%;
margin: auto;
padding: 100px 0 70px 0;
}
.textbox .h2-first {
padding: 0 39px;
font-family: Merriweather;
font-weight: 600;
padding: 18px 39px;
letter-spacing: 0px;
font-size: 36px;
}
.textbox p {
font-family: MerriweatherSans, sans-serif;
font-style: normal;
font-size: 18px !important;
padding: 0 23.4px;
letter-spacing: 0px;
line-height: 1.4em !important;
margin-bottom: 30px;
word-wrap: break-word;
}
.read-more {
text-transform: uppercase;
border-radius: 29px;
font-family: "Lato";
font-weight: 900;
font-style: normal;
padding: 19px 38px;
font-size: 1rem;
letter-spacing: 0.04em;
background-color: #15c1c6;
border: none;
box-shadow: none;
outline: none;
color: white;
}
.read-more:hover {
background-color: white;
color: #333333 !important;
transition: 0.2s;
}
@media only screen and (min-width: 768px) {
.first-part {
min-height: 60vh;
}
.h2-first {
font-size: 46px !important;
}
}
@media only screen and (min-width: 992px) {
.first-part {
min-height: 78vh;
display: flex;
justify-content: center;
}
.first-part .textbox p {
margin-left: 380px;
margin-right: 380px;
line-height: 1.6em !important;
}
.h2-first {
font-size: 66px !important;
}
}
.second-part h4 {
font-family: Merriweather;
color: #31353d;
font-weight: 500;
font-size: 24px;
}
.second-part h2 {
font-family: Merriweather;
color: #31353d;
font-weight: 700;
font-size: 29px;
}
.card {
margin-top: auto;
margin-bottom: 30px;
padding: 24px 15px 8px 15px;
border: none;
}
.card i {
align-items: center;
display: flex;
justify-content: center;
background-color: #15c1c6;
color: white;
border-radius: 50%;
width: 80px;
height: 80px;
cursor: pointer;
margin-bottom: 10px;
font-size: 50px;
}
.card h4 {
text-align: center;
width: 300px;
padding-bottom: 19px;
font-size: 21px;
font-weight: 400;
padding-top: 5px;
border-bottom: 1px solid #e0e0e8;
box-sizing: border-box;
}
.card a {
color: #333333;
text-decoration: none;
}
.card p {
text-align: center;
padding-top: 17px;
font-family: MerriweatherSans;
color: #777777;
letter-spacing: 0;
font-weight: 400;
font-size: 16px;
margin: auto;
letter-spacing: 0px;
word-wrap: break-word;
line-height: 1.4375;
}
.view-more {
text-transform: uppercase;
border-radius: 29px;
font-family: "Lato";
font-weight: 900;
font-style: normal;
padding: 19px 38px;
font-size: 1rem;
letter-spacing: 0.04em;
background-color: #15c1c6;
border: none;
box-shadow: none;
outline: none;
color: white;
}
.view-more:hover {
background-color: #333333 !important;
color: white;
transition: 0.2s;
}
@media only screen and (min-width: 768px) {
.view-more {
margin-bottom: 20px;
}
.card p {
padding: 0 30px;
}
}
@media only screen and (min-width: 992px) {
.second-part {
padding-bottom: 120px;
}
.second-part .card {
margin-bottom: 56px;
}
.second-part .card h4 {
font-size: 21px;
}
.second-part .card p {
padding: 0 40px;
}
.second-part h2 {
font-size: 48px;
}
.second-part h4 {
font-size: 29px;
}
}
.third-part {
min-height: 70vh;
background-image: url("/assets/images/image40.jpg");
background-size: cover;
position: relative;
color: white;
background-size: cover;
background-position: center;
}
.third-part .textbox3 {
padding: 70px 50px;
}
.third-part .textbox3 h1 {
font-weight: 600;
font-size: 60px;
text-align: start;
font-family: Merriweather;
letter-spacing: 0px;
margin-bottom: 35px;
}
.third-part .textbox3 h5 {
font-family: Merriweather;
font-size: 24px;
margin-top: 15px;
margin-bottom: 17px;
font-weight: 300;
line-height: 1.5;
}
.third-part .textbox3 p {
line-height: 1.4375;
font-family: MerriweatherSans;
letter-spacing: 0px;
}
.third-part .our-cases {
margin-top: 20px;
text-transform: uppercase;
border-radius: 29px;
font-family: "Lato";
font-weight: 900;
font-style: normal;
padding: 19px 38px;
font-size: 1rem;
letter-spacing: 0.04em;
background-color: transparent;
border: solid 2px white;
}
.third-part .our-cases:hover {
background-color: white;
color: #333333 !important;
transition: 0.2s;
}
@media only screen and (min-width: 768px) {
.img-container {
background-image: url("/assets/images/image39.jpg");
background-size: cover;
background-position: center;
}
.textbox3 {
padding: 100px 50px 100px 26px !important;
}
}
@media only screen and (min-width: 992px) {
.third-part {
min-height: 70vh !important;
}
.img-container {
min-height: 70vh !important;
}
}
.fourth-part .headline-card {
padding-bottom: 0px !important;
}
.fourth-part .card-fourth {
margin-top: auto;
margin-bottom: 30px;
padding: 0px 3px 8px 3px;
border: none;
}
.fourth-part h4 {
font-family: Merriweather;
color: #31353d;
font-weight: 500;
font-size: 24px;
}
.fourth-part h2 {
font-family: Merriweather;
color: #31353d;
font-weight: 700;
font-size: 29px;
}
.fourth-part .card {
margin-top: 0;
}
.fourth-part .line-img {
margin-bottom: 25px;
}
.fourth-part .img {
max-width: 100%;
margin-top: 0;
margin-bottom: 30px;
}
.fourth-part .published {
margin-right: 16px;
color: #15c1c6;
font-family: Merriweather;
font-style: italic;
font-weight: 400;
letter-spacing: 0px;
}
.fourth-part .date-by {
margin-bottom: 14px;
}
.fourth-part .author {
font-style: italic;
font-weight: 400;
font-size: 18px;
line-height: 1.4375;
font-family: Merriweather;
letter-spacing: 0px;
color: #777777;
cursor: pointer;
}
.fourth-part .author:hover {
color: #15c1c6;
transition: 0.2s;
}
.fourth-part .sub-title {
font-family: Merriweather;
font-size: 20px;
color: #333333 !important;
line-height: 1.3em !important;
padding-right: 10px;
margin-bottom: 20px;
}
.fourth-part .post-text {
text-align: left;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 1.4375;
font-family: MerriweatherSans;
letter-spacing: 0px;
color: #777777;
box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
.fourth-part {
margin-left: 20px;
margin-right: 20px;
}
}
@media only screen and (min-width: 992px) {
.fourth-part {
padding-top: 55px;
padding-bottom: 75px;
}
.fourth-part h2 {
font-size: 48px;
}
.fourth-part h4 {
font-size: 29px;
}
.fourth-part .line-img {
margin-bottom: 75px !important;
}
.fourth-part .sub-title {
font-size: 26px !important;
}
}
.fifth-part {
min-height: 100vh;
background-image: url("/assets/images/image33.jpg");
background-size: cover;
background-attachment: fixed;
position: relative;
color: white;
background-size: cover;
background-position: center;
}
.fifth-part .line2-img {
margin-bottom: 30px;
}
.fifth-part .headline-card-5 h4 {
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 1.38462;
font-family: Merriweather;
letter-spacing: 0px;
text-align: inherit;
color: #ffffff;
margin-top: 40px;
word-wrap: break-word;
}
.fifth-part .headline-card-5 h2 {
text-align: center !important;
font-style: normal;
font-weight: 700;
font-size: 29px;
line-height: 1.36957;
font-family: Merriweather, serif;
letter-spacing: 0px;
text-align: inherit;
}
.fifth-part .numbers-container .numbers {
text-align: center;
width: 200px;
line-height: 200px;
border-radius: 50%;
border: solid 3px white;
background-color: transparent;
font-family: Merriweather;
font-weight: 400;
font-size: 61px !important;
}
.fifth-part .numbers-container .num-text {
margin: 15px 0;
font-family: Merriweather;
font-size: 22px;
line-height: 2.3em;
}
@media only screen and (min-width: 768px) {
.fifth-part {
min-height: 60vh;
}
.fifth-part .numbers-container .numbers {
margin-bottom: 0px;
}
.fifth-part .headline-card-5 h4 {
margin-top: 0px;
}
}
@media only screen and (min-width: 992px) {
.fifth-part {
padding-top: 100px !important;
padding-bottom: 100px !important;
padding-left: 50px !important;
padding-right: 50px !important;
}
.fifth-part .numbers-container .num-text {
margin: 0;
}
.fifth-part .headline-card-5 h2 {
font-size: 48px !important;
}
.fifth-part .headline-card-5 h4 {
font-size: 29px !important;
}
}
.sixth-part {
padding: 30px 0 70px 0;
}
.sixth-part .headline-card h4 {
font-family: Merriweather;
color: #31353d;
font-weight: 500;
font-size: 24px;
}
.sixth-part .headline-card h2 {
font-family: Merriweather;
color: #31353d;
font-weight: 700;
font-size: 29px;
}
.sixth-part .profile-text p {
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 1.4375;
font-family: MerriweatherSans;
letter-spacing: 0px;
text-align: left;
color: #777777;
}
.sixth-part .profile-text strong {
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 1.27778;
font-family: Merriweather;
color: #31353d;
}
@media only screen and (min-width: 768px) {
.sixth-part .profile-card {
margin: 0;
}
}
@media only screen and (min-width: 992px) {
.sixth-part .headline-card h2 {
font-size: 48px !important;
}
.sixth-part .headline-card h4 {
font-size: 29px !important;
}
}
.seventh-part {
min-height: 63vh;
background-image: url("/assets/images/image44.jpg");
background-size: cover;
position: relative;
color: white;
background-size: cover;
background-position: center;
}
.seventh-part .learn-more {
text-transform: uppercase;
border-radius: 29px;
font-family: "Lato";
font-weight: 900;
font-style: normal;
padding: 19px 38px;
font-size: 1rem;
letter-spacing: 0.04em;
background-color: transparent;
border: solid 2px white;
}
.seventh-part .learn-more:hover {
background-color: white;
color: #333333 !important;
transition: 0.2s;
}
.seventh-part .textbox7 h3 {
text-align: center;
font-style: normal;
font-weight: 300;
font-size: 37px;
line-height: 1.33333;
font-family: Merriweather;
letter-spacing: 0px;
word-wrap: break-word;
}
.seventh-part .textbox7 h2 {
text-align: center;
font-style: normal;
font-weight: 700;
font-size: 45px;
line-height: 1.36957;
font-family: Merriweather, serif;
letter-spacing: 0px;
}
@media only screen and (min-width: 768px) {
.seventh-part {
min-height: 55vh !important;
}
.seventh-part .textbox7 h3 {
font-size: 37px !important;
padding: 0 50px !important;
}
.seventh-part .textbox7 h2 {
padding: 0 100px !important;
font-size: 71px !important;
}
}
.form .headline-card h4 {
font-family: Merriweather;
color: #31353d;
font-weight: 500;
letter-spacing: 0px;
font-size: 24px;
}
.form .headline-card h2 {
font-family: Merriweather;
color: #15c1c6;
font-weight: 700;
letter-spacing: 0px;
font-size: 29px;
}
.form .headline-card img {
margin-bottom: 35px;
}
.form h6 {
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 1.27778;
font-family: Merriweather;
letter-spacing: 0px;
color: #31353d;
}
.form select {
padding: 17px 56px 16px 20px;
width: 100%;
border: none;
cursor: pointer;
margin-bottom: 20px;
background-color: #f6f6f6;
color: #777777 !important;
font-family: MerriweatherSans;
}
.form select:hover {
background: #ededed;
transition: 0.3s all ease;
}
.form .input-text {
padding: 18px 20px;
border: none;
background-color: #f6f6f6;
margin: 0 0 20px;
color: #777777 !important;
width: 100%;
font-family: MerriweatherSans;
}
.form .input-text::-moz-placeholder {
color: #777777 !important;
}
.form .input-text::placeholder {
color: #777777 !important;
}
.form .form-container-bot {
position: relative;
}
@media only screen and (min-width: 768px) {
.form .headline-card {
margin-top: 0px !important;
}
.form .view-more {
margin-bottom: 0px !important;
}
.form-container-bot {
width: 700px;
}
}
@media only screen and (min-width: 992px) {
.form {
padding-top: 98px;
padding-bottom: 114px;
}
.form .headline-card h2 {
font-size: 48px !important;
}
.form .headline-card h4 {
font-size: 29px !important;
}
}
footer {
background-color: #31353d;
}
footer .footer-copyright {
color: #ffffff;
font-size: 0.875rem;
font-style: normal;
font-weight: 400;
line-height: 1.4375;
font-family: MerriweatherSans;
letter-spacing: 0px;
}
footer .footer-copyright a {
color: #ffffff;
text-decoration: none;
}
footer .footer-copyright a:hover {
color: #15c1c6;
transition: 0.3s;
}/*# sourceMappingURL=style.css.map */

1
style/style.css.map Normal file

File diff suppressed because one or more lines are too long

16
style/style.scss Normal file
View File

@@ -0,0 +1,16 @@
@import '_nav';
@import '_variables';
@import '_menu';
@import '_first-part';
@import '_second-part';
@import '_third-part';
@import '_fourth-part';
@import '_fifth-part';
@import '_sixth-part';
@import '_seventh-part';
@import '_form';
@import '_footer';