@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap");

/* Color Variable  */

:root {
  --green-one: #4ac93d;
  --green-two: #3fe441;
  --green-three: #0ec64e;
  --white: #ffffff;
  --light-white: #f5f4ff;
  --black: #444;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat", sans-serif;
}

a,
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
img,
p,
ul,
li,
ol {
  margin: 0;
  padding: 0;
  outline: 0;
}
.container {
  max-width: 1200px;
  margin: auto;
}
.heading {
  font-size: 30px;
  position: relative;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 24px;
}
.heading::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #4ac93d, rgba(134, 126, 255, 0.1) 68.33%);
  border-radius: 10px;
  bottom: 0;
  content: "";
}
.text {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 0;
}
/*Common CSS ended*/

/* Header Section Start  */

.header {
  background-image: url("../img/header-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--light-white);
}
.header .navbar .navbar-brand img {
  height: 30px;
}
.header .navbar {
  padding: 25px;
}
.header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  padding: 0 15px;
  display: block;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  text-transform: capitalize;
  letter-spacing: 0;
}
.header .navbar .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: -28px;
  height: 4px;
  width: 0%;
  background: var(--white);
  transition: all 0.3s ease-in-out;
}
.header .navbar .navbar-nav .nav-item.active .nav-link::before,
.header .navbar .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.header .header-content .header-content-left {
  padding: 100px 0;
}
.header .header-content .shape-circle {
  height: 30px;
  width: 30px;
  background-color: rgba(41, 128, 185, 0.3);
  border-radius: 50%;
}
.header .header-content .shape-square {
  position: absolute;
  top: 300px;
  right: 200px;
  height: 30px;
  width: 30px;
  background-color: rgba(41, 128, 185, 0.3);
  transform: rotateX(45deg);
}
.header .header-content h2 {
  font-size: 50px;
  line-height: 62px;
  color: var(--white);
  font-weight: 600;
  margin-top: 100px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.header .header-content p {
  font-size: 16px;
  line-height: 26px;
  color: var(--white);
  margin-bottom: 40px;
  padding-right: 50px;
  font-weight: 400;
}
.header .header-content img {
  margin-top: 220px;
}
.header .header-content a {
  height: 60px;
  width: 190px;
  border-radius: 50px;
  background: var(--white);
  font-size: 16px;
  color: var(--green-three);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

/* Header Section End  */

/* About Section Start  */

.about {
  background: var(--light-white);
  padding: 100px 0 150px;
}
.about .about-content-right {
  padding-left: 40px;
}
.about .about-content-right img {
  height: 20px;
  margin-right: 15px;
}
.about .about-content-right h4 {
  line-height: 25px;
  color: #1f2b35;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.about .about-content-right p {
  font-weight: 500;
  text-align: justify;
  margin-bottom: 20px;
}
/* About Section End  */

/* Feature Section Start  */

.feature {
  background: #fbfbff;
  padding: 90px 10px 60px;
}
.feature .feature-content-box {
  text-align: center;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 50px 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 30px;
}
.feature .feature-content-box:hover {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  border-color: #fff;
}
.feature .feature-content-box img {
  width: 70px;
}
.feature .feature-content-box .img {
  height: 70px;
}
.feature .feature-content-box h3 {
  font-size: 24px;
  color: #444;
  margin-top: 15px;
  margin-bottom: 20px;
  transition: all 0.3s;
  font-weight: 700;
  -webkit-transition: all 0.3s;
}
.feature .feature-content-box p {
  font-weight: 400;
  letter-spacing: 0;
}
/* Feature Section End  */

/* Customization Section Start  */

.customize {
  background: var(--light-white);
  padding: 100px 0;
  overflow: hidden;
}
.customize .customize-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.customize .customize-content h2 {
  font-size: 30px;
  line-height: 39px;
  margin-bottom: 25px;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--black);
}
.customize .customize-content p {
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
  margin-bottom: 35px;
  letter-spacing: 0;
  line-height: 28px;
  color: var(--black);
  padding-right: 80px;
}
.customize .customize-content a {
  width: 190px;
  height: 60px;
  background: -webkit-linear-gradient(208.46deg, #4ac93d 7.75%, #3fe441 70.83%);
  background: linear-gradient(241.54deg, #4ac93d 7.75%, #3fe441 70.83%);
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: capitalize;
}
.customize .customize-img {
  position: relative;
  z-index: 1;
}
.customize .customize-img img {
  height: 600px;
  object-fit: contain;
}
.customize .customize-img .shape-2 {
  position: absolute;
  right: 30px;
  z-index: -1;
}
.customize .customize-img .shape-3 {
  position: absolute;
  z-index: -1;
  left: -50px;
  top: -50px;
}
.customize .customize-img .shape-4 {
  position: absolute;
  z-index: -1;
  left: -60px;
  bottom: -10px;
}

.bounceAnimation {
  -webkit-animation: bounce 3s linear infinite;
  animation: bounce 3s linear infinite;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: bounce;
}
.circleAnimation {
  -webkit-animation: circle 60s linear infinite;
  animation: circle 60s linear infinite;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: circle;
}

@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(15px) translateX(7px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}

/* Customization Section End  */

/* Demo Section Start  */

.demo {
  background: #fbfbfb;
  padding: 85px 10px 55px;
}
.demo .demo-title {
  margin-bottom: 70px;
}
.demo .tabs ul {
  display: flex;
  justify-content: center;
  list-style: none;
  position: relative;
  padding-bottom: 10px;
  width: 250px;
  margin: auto;
  margin-bottom: 20px;
}
.demo .tabs ul li::after {
  position: absolute;
  content: "";
  width: 110px;
  left: 0px;
  bottom: 0;
  background: var(--green-one);
  height: 2px;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.demo .tabs ul .mytabstyle::after {
  position: absolute;
  content: "";
  width: 110px;
  left: 128px;
  bottom: 0;
  background: var(--green-one);
  height: 2px;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.demo .tabs ul li {
  max-width: 264px;
}
.demo .tabs ul li a {
  font-size: 15px;
  color: #444444;
  font-weight: 500;
  line-height: 1.75;
  white-space: normal;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  padding: 6px 12px;
}
.demo .my-tabs .demo-box {
  background: #fff;
  box-shadow: 1px 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.demo .my-tabs .demo-box::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(208.46deg, #4ac93d 7.75%, #3fe441 70.83%);
  background: linear-gradient(241.54deg, #4ac93d 7.75%, #3fe441 70.83%);
  content: "";
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.demo .my-tabs .demo-box a {
  position: absolute;
  left: 15px;
  top: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
}
.demo .my-tabs .demo-box a::before {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  content: "";
  z-index: -1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.demo .my-tabs .demo-box a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 50%;
  content: "";
  z-index: -1;
  transform: scaleY(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform-origin: bottom;
}
.demo .my-tabs .demo-box:hover a {
  opacity: 1;
  visibility: visible;
  color: #5d5e5e;
}
.demo .my-tabs .demo-box:hover::before {
  opacity: 1;
  visibility: visible;
}
.demo .my-tabs .demo-box:hover a::after,
.demo .my-tabs .demo-box:hover a::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.demo .my-tabs .demo-box .demo-img {
  position: relative;
}
.demo .my-tabs .demo-box .demo-content {
  padding: 30px;
  text-align: center;
  border-top: 2px solid #666;
}
/* Demo Section End  */

/* Footer Section Start */

footer {
  background: linear-gradient(241.54deg, #4ac93d 7.75%, #3fe441 70.83%);
  padding: 50px 0 30px;
  text-align: center;
}
footer p {
  color: #fff;
  font-size: 14px;
}

/* Footer Section End */

/* media queries  */
@media (max-width: 1200px) {
  .header .header-content img {
    margin-top: 130px;
  }
}
@media (max-width: 992px) {
  .header .header-content h2 {
    font-size: 35px;
    line-height: 42px;
  }
  .header .header-content p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
    padding-right: 30px;
  }
  .about .about-img {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .header .header-content .shape-circle,
  .header .header-content .shape-square {
    display: none;
  }
  .header .navbar .navbar-nav .nav-item.active .nav-link::before,
  .header .navbar .navbar-nav .nav-item .nav-link:hover::before {
    width: 0%;
  }
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 0;
  }
  .header .header-content .header-content-left {
    padding: 50px 0;
  }

  .header .header-content img {
    margin-top: 0px;
  }
  .about {
    background: var(--light-white);
    padding: 50px 0 50px;
  }
  .about .about-img img {
    margin-top: -100px !important;
    margin-bottom: 20px;
    padding-top: 0 !important;
  }
  .header .navbar .navbar-nav {
    margin-top: 30px;
  }
  .customize .customize-img {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .customize {
    padding: 50px 0;
  }
  .about .about-content-right {
    padding-left: 0px;
  }
  .customize .customize-content p {
    padding-right: 0px;
  }
  .feature {
    background: #fbfbff;
    padding: 30px 10px 30px;
  }
}
@media (max-width: 414px) {
  .customize .customize-img img {
    height: 400px;
    object-fit: contain;
  }
  .header .header-content h2 {
    margin-top: 60px;
  }
}
