@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body{
  font-size: 16px;
  overflow-x: hidden;
  font-weight: normal;
}

ul, li{
  list-style: none;
  display: inline-block;
}

a, a:hover{
  text-decoration: none;
}

.f-left{
  float: left;
}

.f-right{
  float: right;
}

.container{
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

#top-nav{
  position: relative;
  width: 100%;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
  transition: 0.5s;
}

#top-nav .logo-wrapper img{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
}

.navbar-wrapper li .link-item{
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}

#ezym-area{
  position: relative;
}

#ezym-area .ezym-cover{
  background-image: url("../images/ezym_cover.png");
  /* background-image: url("ezym_cover.jpg"); */
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  height: 100vh;
}

#ezym-area .ezym-cover .ezym-content-box{
  position: absolute;
  font-size: 18px;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-40%);
  color: #fff;
}

#ezym-area .ezym-cover .ezym-content-box img{
  width: 40%;
}

#ezym-area .ezym-cover .ezym-content-box .hello{
  font-weight: 600;
  margin: 20px 0 20px 0;
  font-size: 35px;
}

#ezym-area .ezym-cover .ezym-content-box .ezym-desc{
  font-size: 16px;
  color: #fff;
  margin-bottom: 60px;
}

.section{
  padding: 100px 0;
}

.section-title{
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
}

#operate .operate-pic{
  width: 37%;
  padding: 5px;
  border: 2px solid #c6c5c7;
}

#operate .operate-pic img{
  display: block;
  max-width: 100%;
}

#operate .operate-content{
  width: 60%;
  margin-top: 20px;
  letter-spacing: 1px;
}

#operate .operate-content h4 span{
  color: #e65f78;
}

#operate .operate-content .operate-subtitle{
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0 0 0;
}

#operate .operate-content .operate-desc{
  margin: 30px 0;
}

#operate .operate-content .operate-desc .desc-top{
  margin-bottom: 20px;
}

.clear-fix{
  content: '';
  display: table;
  clear: both;
}

.text-center{
  text-align: center;
}

.section-subtitle{
  margin: 30px 0;
}

.white-smoke-color{
  background-color: #f7f7f7;
}

#services .section-heading .section-title{
  font-size: 36px;
}

#services .services-wrapper{
  margin: 40px 0 0 0;
}

#services .services-item{
  float: left;
  width: calc(100% / 3 - 20px);
  padding: 40px 30px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 25px rgb(24 24 24 / 10%);
  transition: 0.3s;
}

#services .services-item .item-title{
  margin: 20px 0  20px 0;
  font-size: 22px;
  font-weight: 500;
}

#services .services-item .icon{
  font-size: 50px;
  color: #e65f78;
}

#services .services-item:hover{
  background-color: #1f1f1f;
}

#services .services-item:hover .icon,
#services .services-item:hover .item-title,
#services .services-item:hover .item-desc{
  color: #fff;
}

#pdpa .section-heading{
  padding: 80px 0;
}

@media screen and (max-width: 500px){
  .navbar-wrapper a{
    float: none;
    display: block;
  }
}

@media (min-width: 768px){
  .container{
    width: 750px;
  }
}

@media (min-width: 992px){
  .container{
    width: 970px;
  }
}

@media (min-width: 1200px){
  .container{
    width: 1170px;
  }
}
