/*!
Theme Name: EkWeb
Theme URI: https://ekweb.com.au/
Author: Max
Author URI: https://ekweb.com.au/
Description: Custom theme for Ekweb
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ekweb
*/
/*GLOBAL STLYES*/
h2 {
  vertical-align: center;
  text-align: center;
}

html, body {
  margin: 0;
  height: 100%;
  font-size: 15px;
  overflow-x: hidden;
  color: #314351;
}
img{
  max-width: 100%;
}
@font-face {
  font-family: EkFont;
  src: url(font/font.ttf);
}
* {
  font-family: "EkFont";
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{
  margin:0;
  color: #000;
}
p{
  margin-top: 0;
  margin-bottom: 15px;
}
a{
  color: inherit;
  text-decoration: none;
}
.section{
  margin-bottom: 5%;
}
.title{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.slick-slide {
    margin: 0 30px;
}

/* the parent */
.slick-list {
    margin: 0 -30px;
}
/*header*/
header{
  padding-top:10px;
  padding-bottom:10px;
}
.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}
.menu > li a{
  text-decoration: none;
  color:#000;
  font-size: 16px;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  font-weight: 500;
}
.menu > li a:hover{
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  color:#df6666;
}
.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 700px) {
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}
.container{
  max-width: 1170px;
  width: 95%;
  margin:0 auto;
}
.menu-btn{
  position: relative;
}
.menu-btn a, .eklbtn a{
  background: #df6666;
  padding: 12px 15px!important;
  border-radius: 17px;
  line-height: 1!Important;
  color: #fff!important;
  display: block;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}

.menu-btn a:hover, .eklbtn  a:hover{    
  -webkit-transition: ease-out 1s;
  -moz-transition: ease-out 1s;
  transition: ease-out 1s;
  box-shadow: inset 0 0 0 50px rgba(145,90,179,1);
}
.hero{
  background: rgb(59,30,86);
  background: linear-gradient(153deg, rgba(59,30,86,1) 0%, rgba(145,90,179,1) 41%, rgba(178,90,151,1) 100%);
  padding:5% 0;
  position:relative;
  color:#fff;
  margin-bottom:60px;
}
.hero img{
  max-width: 50%;
  position: absolute;
  right: 0;
  bottom: -60px;
}
.hero h4{
  font-weight: 100!important;
  font-size: 19px;
  margin-top: 0;
  margin-bottom:15px;
  color: #fff;
}
.hero h1{
  font-size: 55px;
  font-weight: 600;
  max-width: 585px;
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff;
}
.hero ul{
  padding-left: 0;
  margin:0;
  margin-bottom: 30px;
}
.hero ul li{
  list-style:none;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 100;
}
.hero ul li i{
  font-size: 22px;
  color: #df6666;
  margin-right: 10px;
  vertical-align: middle;
}
.hero-col{
  position: relative;
  z-index: 2;
}

/*about home*/
.about-ptfl{
  margin-top: 10%;
}
.about-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.about-wrapper .left-col{
  flex:1;
}
.about-wrapper .right-col{
  flex:1;
  max-width: 50%;

}
.about-wrapper .left-col .eklbtn{
  margin-top: 30px;
}
/*how we work section home*/
.proccess{
  padding: 3% 0;
}
/*our clients home*/
.clients{

}
.clients .logo-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.clients .logo-wrapper .item{
  flex: 20%;
}
.clients .logo-wrapper .item img{
  max-height: 80px;
  display: block;
  margin: 0 auto 60px auto;
  width: auto;
  max-width: 175px;
}
/*testimonials home*/
.testimonials-wrapper{
  position: relative;
}
.testimonials-wrapper .prev{
  position: absolute;
  left: -50px;
  font-size: 25px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #e7e7e7;
  transition: 0.32s;
}
.testimonials-wrapper .next{
  position: absolute;
  right: -50px;
  font-size: 25px;
  top: 50%;
  transform: translateY(-50%); 
  cursor: pointer; 
  color: #e7e7e7;
  transition: 0.32s;
}
.testimonials-wrapper .prev:hover, .testimonials-wrapper .next:hover{
  color: #000;
  transition: 0.32s;
}
.testimonials-wrapper .item p{
  line-height: 1.5;
}









/*footer*/
footer{
  background: #151E26;
  padding-top: 6%;
  color: #fff;
}
.footer-top{
  margin-bottom: 5%;
}
.footer-top .footer-wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-top .footer-wrapper .col-item{
  flex-basis:25%;
}
.footer-top .footer-wrapper .col-item ul{
  padding-left: 0;
  margin:0;
}
.footer-top .footer-wrapper .col-item ul li{
  list-style: none;
}
footer .footer-title{
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
footer .widget-body{
  line-height: 1.8;
  margin:15px 0;
}
footer .social{
  margin-left: 10%;
  margin-top: 30px;
}
footer .social .item {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
footer .social .item a i{
  border: 1px solid #fff;
  border-radius: 100%;
  font-size: 18px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  color: #7b4b9b;
}
.footer-bottom .copyright{
  text-align: center;
  padding-bottom: 25px;
}