/*-----------------------------------------------------------------------------------

 Theme Name: aruna
 Version: 1.0

 Main Color   : #1ecaaa

-----------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------

 == Table Of Content

	01 Basics
	02 Buttons
	03 Navbar
	04 Header
	05 Hero
	06 Services
	07 Portfolio
	08 Team
	09 Price
	10 Testimonials
	11 Blog
	12 Contact
	13 Footer
	14 Responsive
 

---------------------------------------------------------------- */

/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/
/* change default font size  */
html {
  font-size: 13px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}
body {
  color: #fff;
  line-height: 1.3;
  font-weight: 500;
  font-size: 14px;
  font-family: 'primary-font', 'segoe ui', 'tahoma';
  direction: rtl;
  overflow-x: hidden !important;
}
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  vertical-align: middle;
}
.ltr-text {
  display: inline-block;
  direction: ltr;
}
.primary-font {
  font-family: 'primary-font', 'segoe ui', 'tahoma' !important;
}
.secondary-font {
  font-family: 'secondary-font', 'primary-font', 'segoe ui', 'tahoma' !important;
}
.wrapper {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #39067b;
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#0faec7),
    color-stop(70%, #39067b)
  );
  background: linear-gradient(to bottom right, #0faec7 0%, #39067b 70%);
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.9;
  z-index: 2;
}
.wrapper.solid:before {
  opacity: 1;
}
.wrapper.dark:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #05040e;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.7;
  z-index: 2;
}
.wrapper.dark.solid:before {
  opacity: 1;
}
.wrapper div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
main {
  position: relative;
  z-index: 4;
}
section:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.07) !important;
}
p {
  font-size: 15px;
  font-weight: 300;
  color: #ddd;
  line-height: 2;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'secondary-font', 'primary-font', 'segoe ui', 'tahoma';
  line-height: 1.85;
}
img {
  width: 100%;
  height: auto;
}
span,
a,
a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.text-green {
  color: #1ecaaa !important;
}
.section-padding {
  padding: 120px 0;
}
.section-head {
  margin-bottom: 80px;
  padding-bottom: 30px;
  position: relative;
}
.section-head .border {
  width: 40px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 50%;
  border: 0 !important;
}
.section-head .border:after,
.section-head .border:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: -1px;
  border-radius: 50%;
}
.section-head .border:after {
  right: -8px;
}
.section-head .border:before {
  right: -16px;
}
.section-head .text-bg {
  display: none;
  position: absolute;
  right: 0;
  top: -70%;
  width: 100%;
  text-align: center;
  opacity: 0.05;
  font-size: 120px;
  font-weight: bold;
}
.section-head h4 {
  font-size: 48px;
  font-weight: 700;
  margin-top: -15px;
}
.o-hidden {
  overflow: hidden;
}
.position-re {
  position: relative;
}
.full-width {
  width: 100% !important;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-fixed {
  background-attachment: fixed;
}
.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
  display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background: rgba(200, 200, 200, 0.4);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #1ecaaa;
}

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/

.butn {
  padding: 12px 34px;
  background: #fff;
  border-radius: 30px;
  /* border: 1px solid transparent; */
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  outline: none !important;
  overflow: hidden;
}
.butn span {
  font-size: 15px;
  font-weight: 300;
  position: relative;
  z-index: 2;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.butn:before,
.butn:after {
  content: '';
  width: 0;
  height: 100%;
  background: #1ecaaa;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  z-index: 1;
  opacity: 0.4;
}
.butn:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
}
.butn:hover:before,
.butn:hover:after {
  width: 100%;
}
.butn:hover:after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.butn:hover span {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.butn-bg {
  background: #1ecaaa;
  border-color: #fff;
  color: #fff;
}
.butn-bg:before,
.butn-bg:after {
  background: #fff;
}
.butn-bg:hover span {
  color: #1ecaaa;
}
.butn-light {
  background: #fff;
}
.butn-light:before,
.butn-light:after {
  background: #1ecaaa;
}
.butn-light:hover span {
  color: #fff;
}
.butn-light span {
  color: #1ecaaa;
}
.butn-bord {
  background: transparent;
  border: 2px solid #eee;
}
.butn-bord:before,
.butn-bord:after {
  background: #1ecaaa;
}
.butn-bord:hover {
  border-color: #1ecaaa;
}
.butn-bord span {
  color: #fff;
}
.butn-bord > .text {
  color: #1ecaaa;
}
.butn-bord:hover > .text {
  color: white !important;
}

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/

.side-menu .logo {
  width: 100px;
  position: fixed;
  top: 40px;
  left: 40px;
  z-index: 9;
}
.side-menu .icon-open {
  position: fixed;
  top: 40px;
  right: 40px;
  color: #fff;
  font-size: 35px;
  z-index: 88;
  cursor: pointer;
}
.side-menu .icon-close {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #fff;
  font-size: 35px;
  z-index: 99;
  cursor: pointer;
}
.side-menu .nav-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 8, 16, 0.97);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.side-menu .nav-menu .valign {
  height: 100%;
}
.side-menu ul {
  width: 100%;
  text-align: center;
  margin: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.side-menu li {
  font-size: 2rem;
  font-weight: 400;
  word-spacing: -2px;
  margin-bottom: 15px;
  color: #eee;
  line-height: 2;
}
.side-menu li:last-of-type {
  margin-bottom: 0;
}
.side-menu li:hover,
.side-menu li .active {
  color: #1ecaaa;
}
.side-menu .menu-open {
  opacity: 1;
  visibility: visible;
}
.side-menu .menu-open ul {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.nav-points {
  height: 100%;
  position: fixed;
  left: 40px;
  z-index: 66;
}
.nav-points ul {
  margin: 0;
}
.nav-points li {
  margin-bottom: 10px;
}
.nav-points li:last-of-type {
  margin-bottom: 0;
}
.nav-points .point-link {
  width: 7px;
  height: 7px;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
}
.nav-points .point-link:after {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #eee;
  position: absolute;
  top: -4px;
  right: -4px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav-points .active {
  background-color: #1ecaaa;
}
.nav-points .active:after {
  opacity: 1;
}

/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/

.header {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}
.header:after {
  content: '';
  min-height: inherit;
  font-size: 0;
  width: 0;
  overflow: hidden;
  display: block;
}
.header .container {
  position: relative;
  z-index: 5;
}
.header .caption h1 {
  font-size: 57px;
  font-weight: 700;
}
.header .caption p {
  color: #eee;
  font-size: 18px;
  margin: 15px 0;
}
.header .caption .butn {
  margin-top: 15px;
}
.header .button-scroll {
  position: absolute;
  bottom: 5vh;
  right: calc(50% - 13px);
  width: 26px;
  height: 50px;
  border-radius: 15px;
  border: 2px solid #fff;
  cursor: pointer;
  z-index: 9;
}
.header .button-scroll span {
  height: 10px;
  width: 2px;
  position: absolute;
  right: calc(50% - 1px);
  background: #fff;
  -webkit-animation: scroll 0.5s infinite alternate;
  animation: scroll 0.5s infinite alternate;
}
@keyframes scroll {
  0% {
    top: 50%;
  }
  50% {
    top: 55%;
  }
  100% {
    top: 60%;
  }
}
@-webkit-keyframes scroll {
  0% {
    top: 50%;
  }
  50% {
    top: 55%;
  }
  100% {
    top: 60%;
  }
}
#particles-js {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 05 Start Hero ]
-----------------------------------------------------------------*/

.about h4 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.about p {
  margin-bottom: 50px;
}
.about .numbers h6 {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.about .numbers h6:after {
  content: '';
  width: 100%;
  height: 10px;
  background-color: #1ecaaa;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.4;
}
.about li {
  font-size: 15px;
  display: inline-block;
  margin: 30px 0 0 15px;
}
.about li h3 {
  display: inline-block;
  margin-bottom: 10px;
}
.about li .text {
  font-weight: 300;
}
.video-pop {
  padding-left: 80px;
  position: relative;
}
.video-pop:after {
  content: '';
  width: 80%;
  height: 110%;
  border: 1px solid #eee;
  position: absolute;
  top: -5%;
  left: 0;
  opacity: 0.5;
}
.video-pop .img {
  position: relative;
  z-index: 2;
}
.video-pop .img .vid {
  position: absolute;
  top: calc(50% - 40px);
  right: calc(50% - 40px);
  text-align: center;
  width: 80px;
}

/* ----------------------------------------------------------------
     [ End Hero ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 06 Start Services ]
-----------------------------------------------------------------*/

.services .item .icon {
  color: #1ecaaa;
  font-size: 40px;
  margin-bottom: 30px;
}
.services .item h6 {
  margin-bottom: 10px;
}

/* ----------------------------------------------------------------
     [ End Services ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 07 Start Portfolio ]
-----------------------------------------------------------------*/

.portfolio .filtering .filter {
  display: inline-block;
  margin-bottom: 20px;
}
.portfolio .filtering span {
  color: #eee;
  font-size: 12px;
  font-weight: 700;
  margin: 0 5px;
  padding: 8px 20px;
  border: 1px solid transparent;
  border-radius: 30px;
  cursor: pointer;
}
.portfolio .filtering .active {
  border-color: #fff;
  color: #1ecaaa;
}
.portfolio .items {
  width: 33.33333%;
  padding: 0 15px;
  margin-top: 30px;
}
.portfolio .items.width2 {
  width: 25%;
}
.portfolio .item-img {
  position: relative;
}
.portfolio .item-img:hover .item-img-overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.portfolio .item-img-overlay {
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 10px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.98);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio .item-img-overlay .icon {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  border: 1px solid #1ecaaa;
  text-align: center;
  font-size: 20px;
  color: #1ecaaa;
}
.portfolio .item-img-overlay p {
  color: #1ecaaa;
  font-weight: 400;
  font-size: 13px;
}
.portfolio .item-img-overlay h6 {
  color: #222;
  font-size: 16px;
  margin-top: 5px;
}

/* ----------------------------------------------------------------
     [ End Portfolio ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 08 Start Team ]
-----------------------------------------------------------------*/

.team .item .img {
  margin: auto;
  position: relative;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.team .item .img:hover .social {
  top: 50%;
}
.team .item .img .social {
  position: absolute;
  top: -60%;
  right: 0;
  width: 100%;
  background-color: #fff;
  color: #1ecaaa;
  font-size: 12px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.team .item .img .social a {
  padding: 15px;
  border-left: 1px solid #eee;
}
.team .item .img .social a:last-of-type {
  border: 0;
}
.team .info {
  margin-top: 30px;
}
.team .info .border {
  width: 40px;
  height: 2px;
  margin: 15px 0 10px;
  background-color: #1ecaaa;
  border: 0 !important;
}

/* ----------------------------------------------------------------
     [ End Team ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 09 Start Price ]
-----------------------------------------------------------------*/

.price .item {
  padding: 30px 15px;
  border: 1px solid rgba(200, 200, 200, 0.4);
  border-radius: 10px;
  position: relative;
}
.price .item .best {
  position: absolute;
  top: -10px;
  right: -10px;
  height: 120px;
  width: 120px;
  overflow: hidden;
}
.price .item .best:before {
  content: '';
  width: 12px;
  height: 10px;
  background-color: #a09d9d;
  position: absolute;
  left: 0;
  top: 0;
}
.price .item .best:after {
  content: '';
  width: 10px;
  height: 12px;
  background-color: #a09d9d;
  position: absolute;
  right: 0;
  bottom: 0;
}
.price .item .best span {
  background-color: #fff;
  color: #1ecaaa;
  padding: 10px 0;
  font-size: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 30px;
  right: -37px;
  width: 140%;
  z-index: 2;
}
.price .type h4 {
  font-size: 25px;
  margin-bottom: 30px;
}
.price .value {
  margin-bottom: 30px;
}
.price .value h3 {
  font-weight: 700;
  margin-bottom: 10px;
  font-family: inherit;
}
.price .value h3 span {
  font-weight: 300;
  padding-right: 8px;
  font-size: 20px;
}
.price .value .per {
  font-weight: 300;
  color: #eee;
}
.price .features {
  font-size: 14px;
  font-weight: 300;
  color: #ddd;
}
.price .features ul {
  margin-bottom: 20px;
  overflow: hidden;
}
.price .features li {
  margin-bottom: 20px;
}
.price .order .butn-bord:hover span {
  color: #fff;
}
.price .active {
  background-color: rgba(0, 0, 0, 0.3);
}

/* ----------------------------------------------------------------
     [ End Price ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 10 Start Testimonials ]
-----------------------------------------------------------------*/

.testimonials .big-title h2 {
  font-size: 62px;
  font-weight: 300;
}
.testimonials .big-title h2 span {
  font-weight: 700;
}
.testimonials .item .icon {
  width: 50px;
  margin-bottom: 30px;
}
.testimonials .item p {
  margin-bottom: 50px;
  font-size: 20px;
}
.testimonials .item .client-area .img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  float: right;
}
.testimonials .item .client-area .info {
  padding-top: 30px;
  margin-right: 120px;
}
.testimonials .item .client-area .info h6 {
  margin-bottom: 10px;
  font-weight: 500;
}
.testimonials .item .client-area .info span {
  font-weight: 300;
}
.testimonials .owl-carousel .owl-stage-outer {
  padding-bottom: 30px;
}
.testimonials .owl-theme .owl-dots {
  float: left;
  margin-top: 0 !important;
}
.clients {
  margin-top: 80px;
}
.clients .owl-carousel .owl-stage-outer {
  padding-bottom: 0px;
}
.clients .client-logo {
  opacity: 0.7;
}
.clients .client-logo:hover {
  opacity: 1;
}
.clients img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.clients img:hover {
  -webkit-filter: none;
  filter: none;
}

/* ----------------------------------------------------------------
     [ End Testimonials ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 11 Start Blog ]
-----------------------------------------------------------------*/

.blog .item .post-content {
  max-width: 100%;
}
.blog .item .post-content .date {
  font-size: 12px;
  font-weight: 300;
  color: #1ecaaa;
  margin-bottom: 10px;
}
.blog .item .post-content .title h5 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
  font-family: inherit;
  line-height: 1.75;
}
.blog .item .post-content .tags {
  font-size: 12px;
  font-weight: 300;
  color: #ddd;
  margin-bottom: 20px;
}
.blog .item .post-content .tags a {
  border-bottom: 1px solid rgba(200, 200, 200, 0.2);
}
.blog .item .post-content .icon {
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.blog .item .post-content .icon:hover {
  background-color: #1ecaaa;
}

/* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 12 Start Contact ]
-----------------------------------------------------------------*/

.contact .contact-info .item {
  margin-top: 30px;
}
.contact .contact-info .item .icon {
  float: right;
  font-size: 25px;
  color: #1ecaaa;
}
.contact .contact-info .item .cont {
  margin-right: 50px;
}
.contact .contact-info .item .cont h6 {
  font-size: 16px;
  margin-bottom: 5px;
}
.contact .contact-info .item .cont p {
  font-size: 14px;
}
.contact .form input,
.contact .form textarea {
  color: #fff;
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(200, 200, 200, 0.5);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.3);
  text-align: right;
}
.contact .form textarea {
  height: 140px;
  min-height: 140px;
  max-width: 100%;
  vertical-align: top;
  line-height: 1.9;
}
.contact .form .help-block {
  line-height: 2;
  font-weight: 300;
  font-size: 12px;
  margin-top: 3px;
}
.contact .form .alert {
  line-height: 2;
}
.contact .form .alert button.close {
  color: #fff;
  text-shadow: none;
  margin-top: 3px;
  outline: 0;
}
.contact .form .alert-success {
  color: #4abf65;
  background-color: rgba(15, 95, 34, 0.25);
  border-color: #3d884e;
}
.contact .form .alert-warning {
  color: #dab342;
  background-color: rgba(134, 105, 10, 0.25);
  border-color: #a58010;
}
.contact .form .alert-danger {
  color: #ff5a69;
  background-color: rgba(202, 31, 47, 0.25);
  border-color: #b11829;
}

/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 13 Start Footer ]
-----------------------------------------------------------------*/

footer {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 0;
}
footer .social a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: transparent;
  margin: 15px 5px;
}
footer .social a:hover {
  color: #1ecaaa;
  background: #fff;
}
footer p {
  color: #888;
  font-weight: 400;
  font-size: 12px;
}

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
 	 [ 14 Responsive ]
-----------------------------------------------------------------*/

@media screen and (max-width: 991px) {
  .mb-md50 {
    margin-bottom: 50px;
  }
  .mb-md30 {
    margin-bottom: 30px;
  }
  .mb-md0 {
    margin-bottom: 0;
  }
  .hide-md {
    display: none !important;
  }
  .bg-fixed {
    background-attachment: scroll !important;
  }
  .section-head {
    text-align: center;
  }
  .section-head .text-bg {
    top: -40%;
  }
  .section-head .text-right {
    text-align: center !important;
    margin-bottom: 15px;
  }
  .header .caption h1 {
    font-size: 40px;
    line-height: 1.4;
  }
  .about h4 {
    font-size: 24px;
  }
  .portfolio .items {
    width: 50% !important;
  }
  .testimonials .big-title h2 br {
    display: none;
  }
  .testimonials .big-title h2 {
    font-size: 48px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .mb-sm50 {
    margin-bottom: 50px;
  }
  .mb-sm30 {
    margin-bottom: 30px;
  }
  .butn {
    padding: 12px 20px;
    margin-right: 2px;
    margin-left: 2px;
  }
  .section-head .text-bg {
    font-size: 100px;
  }
  .side-menu li {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
  }
  .side-menu .logo {
    left: 20px;
    top: 20px;
    width: 70px;
  }
  .side-menu .icon-open {
    right: 20px;
    top: 20px;
    font-size: 25px;
  }
  .header .caption h1 {
    font-size: 25px;
    line-height: 1.4;
  }
  .header .caption p {
    font-size: 14px;
  }
  .video-pop {
    padding-left: 40px;
  }
  .portfolio .items {
    width: 100% !important;
  }
  .blog .post-content {
    margin-bottom: 20px;
  }
  .blog .post-content.text-right {
    text-align: right !important;
  }
  .order-first,
  .order-last {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
@media screen and (max-width: 480px) {
  .header .caption h1 {
    font-size: 20px;
    line-height: 1.4;
  }
  .section-head h4,
  .testimonials .big-title h2 {
    font-size: 28px;
  }
  .section-head .text-bg {
    font-size: 75px;
  }
  .section-head .text-right {
    margin-bottom: 0;
  }
  .section-head p {
    display: none;
  }
  .about li h3 {
    font-size: 30px;
  }
  .video-pop {
    padding-left: 0;
  }
  .portfolio .filtering span {
    margin: 0;
    padding: 8px 15px;
  }
}

/* -------------- custom css ------------- */
header .container {
  padding-right: 3rem;
  padding-left: 3rem;
}
header .caption .hero-brand {
  font-size: clamp(3.3rem, 5vw, 5rem);
  line-height: 0.9;
  direction: ltr;
  margin-right: -2rem;
}
header .caption .hero-brand-fa {
  font-size: clamp(1.8rem, 4vw, 2.75rem);
  font-weight: 500;
  margin: 0 0 -0.625rem;
}
@media screen and (max-width: 43.625rem) {
  header .caption .hero-brand-fa {
    margin: 1.25rem 0 0.625rem;
  }
}
header .caption .hero-desc {
  font-size: clamp(1rem, 3vw, 1.75rem);
  font-weight: 300;
}
header .caption .hero-sub-desc {
  font-size: 1rem;
  font-weight: 300;
}

section.hero {
  /* background-color: #35363c; */
  background-color: transparent;
  padding-left: 3rem;
  padding-right: 3rem;
}
section.hero .intro {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  justify-content: center;
  align-items: center;
}
section.hero .hero-brand {
  font-size: 2rem;
  direction: ltr;
  margin-right: -1rem;
  line-height: 0.9;
}
section.hero .hero-brand-tm {
  font-size: 0.8rem;
  font-weight: 100;
  padding: 0 0.3125rem;
  vertical-align: top;
}
section.hero h6 {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 1rem;
  padding-left: 2rem;
}
section.hero .intro h6:after {
  content: '';
  width: 100%;
  height: 0.25rem;
  border-radius: 1.875rem;
  background-color: #1ecaaa;
  position: absolute;
  right: 0;
  bottom: -1.5625rem;
  z-index: -1;
}
section.hero .intro .context {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
  justify-content: center;
  align-items: center;
}
section.hero .intro .context h5 {
  font-size: clamp(1.375rem, 4vw, 2.5rem);
}
section.hero .intro .context p {
  font-size: clamp(1.125rem, 3vw, 1.625rem);
  line-height: 1.3;
}
section.hero .intro a span {
  font-size: 1.125rem;
}

section.ideals {
  /* background-color: #101318; */
  padding-right: 2.1875rem;
  padding-left: 2.1875rem;
  padding-top: 6rem;
}
section.ideals > div {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  justify-content: center;
  align-items: center;
}
section.ideals h3 {
  font-size: clamp(1.4375rem, 4vw, 1.7rem);
  font-weight: 500;
  text-align: center;
}
section.ideals h3 span {
  line-height: 0.9;
}
section.ideals h3 span span {
  font-size: clamp(0.5rem, 2vw, 0.8rem);
  font-weight: 100;
  padding: 0 0.3125rem;
  vertical-align: top;
}
section.ideals .cards {
  margin: 0 auto;
  max-width: 90rem;
  padding: 0 3.75rem;
  display: grid;
  gap: 2.1875rem;
  grid-template-columns: repeat(auto-fit, minmax(9.375rem, 1fr));
  align-items: stretch;
}
section.ideals .cards .card-box {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
  align-items: center;
  border: 0.125rem white solid;
  border-radius: 2.375rem;
  padding: 2.1875rem 1.25rem;
}
section.ideals .cards .card-box .hero-brand {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 0.9;
  direction: ltr;
}
section.ideals .cards .card-box .hero-brand-tm {
  font-size: 0.6rem;
  font-weight: 100;
  padding: 0 0.3125rem;
  vertical-align: top;
}
section.ideals .cards .card-box p {
  text-align: justify;
  font-size: 1.125rem;
  font-weight: lighter;
  line-height: 1.3;
}

@media screen and (max-width: 68.75rem) {
  section.ideals .cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 53.75rem) {
  section.ideals .cards {
    grid-template-columns: 1fr;
    padding: 0 1.5625rem;
  }
  section.ideals .cards .card-box {
    max-width: 37.5rem;
  }
}
@media screen and (max-width: 37.5rem) {
  section.ideals .cards {
    padding: 0;
  }
  section.ideals .cards .card-box {
    max-width: 25rem;
  }
  section.ideals .cards .card-box p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 26.25rem) {
  section.ideals .cards {
    padding: 0;
  }
}

section.main-pillars {
  /* background-color: #35363c; */
  padding: 6rem 2.8125rem;
  padding-bottom: 8rem;
}
section.main-pillars > div {
  max-width: 82.5rem;
  margin: 0 auto;
}
section.main-pillars .context .title p {
  font-size: 1.25rem;
  font-weight: 300;
}
section.main-pillars .context .title div {
  margin-top: 0.75rem;
  font-size: 3.75rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 2;
}
section.main-pillars .context .title div:after {
  content: '';
  width: 100%;
  height: 0.25rem;
  border-radius: 1.875rem;
  background-color: #1ecaaa;
  position: absolute;
  right: 0;
  bottom: -1.875rem;
  z-index: -1;
}
section.main-pillars .context .main-pillars-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
}
section.main-pillars .context .body {
  padding-top: 6.5625rem;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
section.main-pillars .context .body > div {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
section.main-pillars .context .body > div .icon {
  margin-top: -0.75rem;
  width: 3.375rem;
  height: 3.375rem;
}
section.main-pillars .context .body > div h3 {
  font-weight: 500;
  text-wrap-mode: nowrap;
  font-size: 2.375rem;
}
section.main-pillars .context .body > div p {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: -0.375rem;
}
section.main-pillars .context .description {
  margin-top: 4.25rem;
}
section.main-pillars .context .description p {
  font-size: 1.125rem;
  font-weight: 500;
}
section.main-pillars .pillars-footer {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
section.main-pillars .pillars-footer .line {
  width: 0.125rem;
  background-color: white;
  margin: 0 3.75rem;
}
section.main-pillars .pillars-footer .item {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.875rem;
  padding-bottom: 2.8125rem;
}
section.main-pillars .pillars-footer .item h4 {
  font-size: 2.375rem;
  font-weight: 500;
}
section.main-pillars .pillars-footer .item p {
  font-size: 1.5rem;
  line-height: 1.3;
}

@media screen and (max-width: 600px) {
  section.main-pillars .context .body {
    align-items: center;
  }
  section.main-pillars .context .body > div {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 720px) {
  section.main-pillars .pillars-footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  section.main-pillars .pillars-footer .line {
    width: 100%;
    height: 2px;
    margin: 0;
    margin-bottom: 30px;
  }
  section.main-pillars .pillars-footer .item h4 {
    font-size: 1.8rem;
    font-weight: 500;
  }
  section.main-pillars .pillars-footer .item p {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  section.main-pillars {
    padding-bottom: 3rem;
  }
}

section.services > div {
  padding: 0 42px;
}
section.services .title {
  font-size: 1.6rem;
  text-align: center;
}
section.services .services-container {
  position: static;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 2.5rem;
}
section.services .services-container .item {
  user-select: none;
  /* position: relative; */
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 280px;
  padding: 22px;
  border-radius: 32px;
  border: 2px solid white;
}
section.services .services-container .item:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.132);
  transition: all 0.2s;
}

/* modal */
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 20px;
  z-index: 10000;
}

.modal-container.active {
  display: flex;
  opacity: 1;
}

.modal-container .pop-up {
  width: 100%;
  max-width: 330px;
  background-color: white;
  border-radius: 18px;
  padding: 10px;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: none;
}
.modal-container .pop-up.active {
  display: flex;
}
.modal-container .pop-up .image {
  width: 100%;
}
.modal-container .pop-up img {
  width: 100%;
  height: 200px;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
}
.modal-container .pop-up .context span {
  color: black;
  font-size: 1.2rem;
  font-weight: lighter;
  text-align: center;
  line-height: 1.5;
}
.modal-container .pop-up .context hr {
  border-top: 2px solid rgba(0, 0, 0, 0.446);
  margin-bottom: 3px;
}
.modal-container .pop-up .context p {
  color: black;
  word-spacing: 0;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
  direction: ltr;
  font-weight: 500;
}

/* modal */

section.services .pop-up {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 102%;
  width: 100%;
  max-width: 320px;
  background-color: white;
  border-radius: 18px;
  padding: 8px;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
section.services .pop-up.active {
  opacity: 1;
  visibility: visible;
}
section.services .pop-up .image {
  width: 100%;
}
section.services .pop-up img {
  width: 100%;
  height: 200px;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
}
section.services .item .pop-up .context span {
  color: black;
  font-size: 1.2rem;
  font-weight: lighter;
  text-align: center;
  line-height: 1.5;
}
section.services .item .pop-up .context hr {
  border-top: 2px solid rgba(0, 0, 0, 0.446);
  margin-bottom: 3px;
}
section.services .item .pop-up .context p {
  color: black;
  word-spacing: 0;
  font-size: 1.3rem;
  line-height: 1.5;
}
section.services .services-container .item .logo {
  width: 58px;
  height: 58px;
  margin-bottom: auto;
  margin-top: auto;
}
section.services .services-container .item p {
  font-size: 1.5rem;
  direction: ltr;
  text-align: center;
  font-weight: 500;
  color: white;
}
section.services .services-container .item p + p {
  /* word-spacing: -1px; */
  font-size: 1.2rem;
}
section.services .services-container .item:nth-child(2) .logo {
  width: 88px;
  height: 62px;
}
section.services .services-container .item:nth-child(3) .logo {
  width: 120px;
  height: 50px;
}
section.services .services-container .item:nth-child(4) .logo {
  width: 100px;
  height: 62px;
}
section.services .services-container .item:nth-child(5) .logo {
  width: 150px;
  height: 58px;
}
section.services .services-container .item:nth-child(6) .logo {
  width: 92px;
  height: 80px;
}
section.services .services-container .item:nth-child(7) .logo {
  width: 50px;
  height: 80px;
}
section.services .services-container .item:nth-child(8) .logo {
  width: 92px;
  height: 80px;
}
section.services .services-container .item:nth-child(9) .logo {
  width: 92px;
  height: 80px;
}

@media screen and (max-width: 990px) {
  section.services .services-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  section.services .services-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  section.services {
    padding: 4.5rem 0;
  }
  section.services .title {
    font-size: 1.35rem;
  }
}

section.why-us > div {
  padding: 6rem 42px;
}
section.why-us .title {
  font-size: 3.8rem;
  font-weight: 600;
  text-align: right;
}
section.why-us .why-us-container {
  margin-top: 4.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5rem;
}
section.why-us .why-us-container .item {
  user-select: none;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  align-items: center;
}
section.why-us .why-us-container .item h4 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
section.why-us .why-us-container .item p {
  text-align: justify;
  font-size: 1rem;
  line-height: 2.2;
}

@media screen and (max-width: 992px) {
  section.why-us .why-us-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.5rem;
  }
  section.why-us .title {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  section.why-us .why-us-container {
    grid-template-columns: repeat(1, 1fr);
  }
  section.why-us > div {
    padding: 4.5rem 42px;
  }
  section.why-us .title {
    font-size: 2.8rem;
  }
}

.footer > div {
  padding: 2rem 3rem !important;
  padding-bottom: 6rem !important;
}
.footer .context h2 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.footer .context p {
  color: rgb(199, 199, 199);
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
}
.footer .about {
  margin-top: 7rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer .about .about-context-mobile .contact {
  display: none !important;
}
.footer .about .about-context {
  padding-left: 23%;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.footer .about .about-context h4 {
  font-size: 1.6rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-left: 7rem;
}
.footer .about .about-context h4::after {
  content: '';
  width: 100%;
  height: 0.25rem;
  border-radius: 1.875rem;
  background-color: #1ecaaa;
  position: absolute;
  right: 0;
  bottom: -0.8rem;
  z-index: -1;
}
.footer .about .about-context .content p {
  padding-top: 0.8rem;
  color: rgb(222, 222, 222);
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 2;
  text-align: justify;
}
.footer .about .about-context .content p b {
  color: white;
  font-weight: 500;
}
.footer .contact .contact-container {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  margin-top: 2rem;
}
.footer .contact .contact-info {
  display: flex;
  align-items: flex-start;
  gap: 1.3rem;
}
.footer .contact .contact-info .icon {
  width: 25px;
  height: 25px;
  padding-top: 10px;
}
.footer .contact .contact-info .contact-info-context p {
  color: white;
  font-size: 1.3rem;
  margin: 0;
}
.footer .contact .contact-info .contact-info-context span {
  color: white;
  margin-top: 6px;
  font-weight: 300;
  font-size: 1.05rem;
}

.footer .about .about-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.footer .about .about-image img {
  object-fit: cover;
  width: 100%;
  height: 265px;
}
@media screen and (max-width: 992px) {
  .footer .about .about-images {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .footer .about .about-image:nth-child(3) {
    display: none;
  }
  .footer .about .about-image:nth-child(5) {
    display: none;
  }

  .footer .about .about-image:nth-child(6) {
    display: none;
  }
  .footer .about .about-image img {
    height: 280px;
  }
}

@media screen and (max-width: 768px) {
  .footer .context h2 {
    font-size: 2rem;
  }
  .footer .context p {
    font-size: 1.2rem;
  }
  .footer .about {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 4rem;
  }
  .footer .about .about-context {
    padding: 0;
  }
  .footer .about .about-context .contact {
    display: none;
  }
  .footer .about .about-images {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }
  .footer .about .about-image:nth-child(2) {
    display: none;
  }
  .footer .about .about-context-mobile .contact {
    display: flex !important;
    flex-direction: column;
    margin-top: 3rem;
    align-items: flex-start;
  }
  .footer .about .about-context-mobile .contact h4 {
    padding: 0 6rem;
    padding-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .footer .context h2 {
    font-size: 1.8rem;
    text-align: center;
  }
}
