@charset "UTF-8";
/*
  Main Colors
*/
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url(../fonts/Montserrat-SemiBold.ttf);
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url(../fonts/Montserrat-Medium.ttf);
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family: "Segoe UI";
  src: url(../fonts/SegoeUI.ttf);
}
@font-face {
  font-family: "Segoe UI sb";
  src: url(../fonts/seguisb.ttf);
}
@font-face {
  font-family: "Segoe UI b";
  src: url(../fonts/SegoeUIBold.ttf);
}
*:focus {
  outline: none;
}

body {
  font-family: "Segoe UI";
  overflow-x: hidden;
  transition: 0.4s all;
  color: #110004;
  /****************************
  ========= Drak Theme ========
  ****************************/
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Montserrat-SemiBold";
  color: #110004;
}
body .pc-navbar {
  overflow: hidden;
  margin-top: 25px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  body .pc-navbar .container {
    max-width: 90%;
  }
}
body .pc-navbar .logo {
  position: relative;
  text-align: center;
}
body .pc-navbar .logo h2 {
  font-size: 22px;
}
body .pc-navbar .logo h2 img {
  transform: scale(0.7);
}
@media (min-width: 425) and (max-width: 768px) {
  body .pc-navbar .logo h2 {
    border-bottom: 2px solid #110004;
    padding-bottom: 10px;
  }
}
@media (min-width: 425) and (max-width: 425) {
  body .pc-navbar .logo h2 {
    border-bottom: 2px solid #110004;
    padding-bottom: 10px;
  }
}
body .pc-navbar .logo:after {
  content: url("../img/left.svg");
  position: absolute;
  left: -120px;
  top: -36px;
  z-index: -1;
}
@media (min-width: 1600px) and (max-width: 1919px) {
  body .pc-navbar .logo:after {
    left: -127px;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  body .pc-navbar .logo:after {
    left: -157px;
    transform: scale(0.9);
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  body .pc-navbar .logo:after {
    content: "";
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body .pc-navbar .logo:after {
    content: "";
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body .pc-navbar .logo:after {
    content: "";
  }
}
body .pc-navbar .switch {
  text-align: center;
}
body .pc-navbar .switch > span {
  margin-right: 12px;
  font-family: "Segoe UI";
  font-size: 20px;
}
@media (min-width: 1366px) and (max-width: 1599px) {
  body .pc-navbar .switch > span {
    margin-right: 4px;
    font-size: 18px;
    margin-left: 9px;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body .pc-navbar .switch > span {
    margin-right: 3px;
    font-size: 15px;
  }
}
body .pc-navbar .switch .toggle-switchy {
  font-family: "Segoe UI";
  font-size: 20px;
}
body .pc-navbar .switch .toggle-switchy .toggle:after, body .pc-navbar .switch .toggle-switchy .toggle:before {
  font-family: "Segoe UI sb";
}
@media (min-width: 425px) and (max-width: 576px) {
  body .pc-navbar .switch .toggle-switchy[data-size=xl] > input + .toggle {
    width: 80px;
  }
  body .pc-navbar .switch .toggle-switchy[data-size=xl] > input + .toggle:after {
    font-size: 15px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body .pc-navbar .switch .toggle-switchy[data-size=xl] > input + .toggle {
    width: 80px;
  }
  body .pc-navbar .switch .toggle-switchy[data-size=xl] > input + .toggle:after {
    font-size: 15px;
  }
}
body .pc-navbar .custom-nav {
  position: relative;
  display: flex;
}
@media (min-width: 576px) and (max-width: 768px) {
  body .pc-navbar .custom-nav {
    border-bottom: 1px solid #110004;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body .pc-navbar .custom-nav {
    border-bottom: 1px solid #110004;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body .pc-navbar .custom-nav {
    display: none;
  }
}
body .pc-navbar .custom-nav:after {
  content: url("../img/right.svg");
  position: absolute;
  right: -120px;
  top: -36px;
  z-index: -1;
}
@media (min-width: 1600px) and (max-width: 1919px) {
  body .pc-navbar .custom-nav:after {
    right: -155px;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  body .pc-navbar .custom-nav:after {
    right: -213px;
    transform: scale(0.8);
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  body .pc-navbar .custom-nav:after {
    content: "";
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body .pc-navbar .custom-nav:after {
    content: "";
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body .pc-navbar .custom-nav:after {
    content: "";
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body .pc-navbar .custom-nav ul {
    margin-left: 0px !important;
  }
}
body .pc-navbar .custom-nav ul li {
  float: left;
  margin: 0 22px;
}
@media (min-width: 576px) and (max-width: 768px) {
  body .pc-navbar .custom-nav ul li {
    margin: 0 14px;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body .pc-navbar .custom-nav ul li {
    margin: 0 5px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body .pc-navbar .custom-nav ul li {
    margin: 0 5px;
  }
}
@media (min-width: 1600px) and (max-width: 1919px) {
  body .pc-navbar .custom-nav ul li {
    padding-bottom: 1px;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  body .pc-navbar .custom-nav ul li {
    padding-bottom: 1px;
  }
}
body .pc-navbar .custom-nav ul li.active a {
  position: relative;
}
body .pc-navbar .custom-nav ul li.active a:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #110004;
  position: absolute;
  bottom: -45px;
  left: 0;
  z-index: 99999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  opacity: 1 !important;
}
@media (min-width: 1366px) and (max-width: 1599px) {
  body .pc-navbar .custom-nav ul li.active a:after {
    bottom: -39px;
    height: 2px;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body .pc-navbar .custom-nav ul li.active a:after {
    bottom: -20px;
    height: 2px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body .pc-navbar .custom-nav ul li.active a:after {
    bottom: -20px;
    height: 2px;
  }
}
body .pc-navbar .custom-nav ul li a {
  color: #110004;
  text-transform: uppercase;
  font-family: "Segoe UI sb";
  font-size: 18px;
  position: relative;
}
@media (min-width: 1600px) and (max-width: 1919px) {
  body .pc-navbar .custom-nav ul li a {
    font-size: 17px;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  body .pc-navbar .custom-nav ul li a {
    font-size: 13px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  body .pc-navbar .custom-nav ul li a {
    font-size: 14px;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body .pc-navbar .custom-nav ul li a {
    font-size: 9px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body .pc-navbar .custom-nav ul li a {
    font-size: 9px;
  }
}
body .pc-navbar .custom-nav ul li a:after {
  content: "";
  width: 100%;
  height: 3px;
  transition: all 0.4s ease-in-out;
  background-color: #110004;
  position: absolute;
  bottom: -18px;
  left: 0;
  z-index: 99999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  opacity: 0;
}
body .pc-navbar .custom-nav ul li a:hover {
  text-decoration: none;
}
body .pc-navbar .custom-nav ul li a:hover:after {
  opacity: 1;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #110004;
  position: absolute;
  bottom: -45px;
  left: 0;
  z-index: 99999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
@media (min-width: 1366px) and (max-width: 1599px) {
  body .pc-navbar .custom-nav ul li a:hover:after {
    bottom: -12px;
    height: 2px;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body .pc-navbar .custom-nav ul li a:hover:after {
    bottom: -20px;
    height: 2px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body .pc-navbar .custom-nav ul li a:hover:after {
    bottom: -20px;
    height: 2px;
  }
}
body .pc-navbar .mob-nav {
  display: none;
}
@media (min-width: 375px) and (max-width: 425px) {
  body .pc-navbar .mob-nav {
    display: block;
  }
}
body .pc-navbar .mob-nav .btn {
  border: 1px solid;
  display: block;
  width: 150px;
  margin: 20px auto;
}
body .pc-navbar .mob-nav ul {
  height: 0px;
  padding: 0px;
  margin: 0;
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
body .pc-navbar .mob-nav ul li {
  text-align: center;
  border-bottom: 1px solid #110004;
}
body .pc-navbar .mob-nav ul li a {
  padding: 10px 20px;
  display: block;
  color: #110004;
  font-size: 18px;
}
body .pc-navbar .mob-nav ul.expaned {
  opacity: 1;
  width: 100%;
  z-index: 99999;
  height: 350px;
}
body > header {
  margin-top: 104px;
  position: relative;
}
@media (min-width: 576px) and (max-width: 768px) {
  body > header {
    margin-top: 14px;
    overflow: hidden;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body > header {
    margin-top: 14px;
    overflow: hidden;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body > header {
    margin-top: 14px;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  body > header .container {
    max-width: 90%;
  }
}
body > header:before {
  content: url(../img/header-line.svg);
  z-index: -1;
  position: absolute;
  left: 0px;
  right: 0px;
  overflow: hidden;
}
@media (min-width: 576px) and (max-width: 768px) {
  body > header:before {
    content: "";
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body > header:before {
    content: "";
  }
}
body > header:after {
  content: url(../img/ball.svg);
  z-index: -1;
  position: absolute;
  bottom: -9px;
  left: 0px;
}
@media (min-width: 1366px) and (max-width: 1599px) {
  body > header:after {
    z-index: 1;
    bottom: -2px;
  }
}
body > header .header-image {
  position: relative;
}
body > header .header-image .image {
  position: relative;
}
body > header .header-image .image img {
  width: 100%;
}
body > header .header-image .image:after {
  position: absolute;
  content: url(../img/triangle.svg);
  top: -31px;
  left: -71px;
  z-index: -1;
}
body > header .header-image .image:before {
  position: absolute;
  content: url(../img/triangle.svg);
  bottom: -31px;
  right: -71px;
}
body > header .header-image:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 0.6px;
  bottom: -11px;
  background-color: rgba(17, 0, 4, 0.3);
  left: -20%;
}
body > header .info {
  margin-top: 167px;
}
@media (min-width: 576px) and (max-width: 768px) {
  body > header .info {
    margin: 24px 0 84px;
    text-align: center;
    position: relative;
  }
  body > header .info:after {
    content: url(../img/header-mob-top.svg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    transform: scale(2);
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body > header .info {
    margin: 24px 0 84px;
    text-align: center;
    position: relative;
  }
  body > header .info:after {
    content: url(../img/header-mob-top.svg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    transform: scale(2);
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body > header .info {
    margin: 24px 0 84px;
    text-align: center;
    position: relative;
  }
  body > header .info:after {
    content: url(../img/header-mob-top.svg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    transform: scale(2);
  }
}
body > header .info h2 {
  text-transform: uppercase;
  font-size: 32.5px;
}
@media (min-width: 425px) and (max-width: 576px) {
  body > header .info h2 {
    font-size: 28.5px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body > header .info h2 {
    font-size: 28.5px;
  }
}
body > header .info h2 span {
  background-color: #110004;
  padding: 1px 6px;
  color: #fff;
  display: inline-block;
}
body > header .info p {
  font-family: "Montserrat-Regular";
  margin: 30px 0;
}
@media (min-width: 576px) and (max-width: 768px) {
  body > header .info p {
    display: none;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body > header .info p {
    display: none;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body > header .info p {
    display: none;
  }
}
body > header .info a {
  color: #FFAC41;
  background-color: #000;
  -webkit-clip-path: polygon(100% 0, 100% 82%, 96% 100%, 0 100%, 0 18%, 4% 0);
  clip-path: polygon(100% 0, 100% 82%, 96% 100%, 0 100%, 0 18%, 4% 0);
  text-transform: uppercase;
  padding: 22px 92px;
  font-size: 35px;
  display: inline-block;
  position: relative;
}
@media (min-width: 425px) and (max-width: 576px) {
  body > header .info a {
    display: none;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body > header .info a {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  body > header .info a {
    display: none;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  body > header .info a {
    padding: 10px 40px;
  }
}
body > header .info a:after {
  content: "";
  width: 52px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: -120px;
}
body > header .info a:before {
  content: "";
  width: 260.5px;
  height: 0.6px;
  background-color: rgba(17, 0, 4, 0.3);
  position: absolute;
  bottom: -13px;
  left: calc(50% - 130px);
}
body > header .info a:hover {
  text-decoration: none;
}
body > header .info-mob {
  text-align: center;
}
body > header .info-mob p {
  font-family: "Montserrat-Medium";
  margin: 30px 0;
  text-align: center;
  position: relative;
}
body > header .info-mob p:after {
  content: url("../img/header-mob-bottom.svg");
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  transform: scale(2);
  height: 52px;
}
@media (max-width: 320px) {
  body > header .info-mob p:after {
    content: "";
  }
}
body > header .info-mob a {
  color: #FFAC41;
  background-color: #000;
  -webkit-clip-path: polygon(100% 0, 100% 82%, 96% 100%, 0 100%, 0 18%, 4% 0);
  clip-path: polygon(100% 0, 100% 82%, 96% 100%, 0 100%, 0 18%, 4% 0);
  text-transform: uppercase;
  padding: 22px 92px;
  font-size: 35px;
  display: inline-block;
  position: relative;
  margin-top: 50px;
}
body > header .info-mob a:after {
  content: "";
  width: 52px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: -120px;
}
body > header .info-mob a:before {
  content: "";
  width: 260.5px;
  height: 0.6px;
  background-color: rgba(17, 0, 4, 0.3);
  position: absolute;
  bottom: -13px;
  left: calc(50% - 130px);
}
body > header .info-mob a:hover {
  text-decoration: none;
}
body > header .next-section {
  margin: 140px auto 0;
  position: relative;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
}
body > header .next-section:after {
  position: absolute;
  content: url(../img/design-left.svg);
  left: 0;
  top: 0;
}
@media (min-width: 1366px) and (max-width: 1599px) {
  body > header .next-section:after {
    left: -66px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  body > header .next-section:after {
    content: "";
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body > header .next-section:after {
    content: "";
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body > header .next-section:after {
    content: "";
  }
}
body > header .next-section:before {
  position: absolute;
  content: url(../img/design-right.svg);
  right: 0;
  top: 0;
}
@media (max-width: 1919px) and (min-width: 1600px) {
  body > header .next-section:before {
    right: -130px;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  body > header .next-section:before {
    right: -288px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  body > header .next-section:before {
    content: "";
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body > header .next-section:before {
    content: "";
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  body > header .next-section:after {
    position: absolute;
    content: url(../img/design-left-mob.svg);
    left: 118px;
    top: 108px;
    transform: scale(2);
  }
  body > header .next-section:before {
    position: absolute;
    content: url(../img/design-right-mob.svg);
    right: 90px;
    top: 108px;
    transform: scale(2);
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body > header .next-section:after {
    position: absolute;
    content: url(../img/design-left-mob.svg);
    left: 31px;
    z-index: -1;
    top: 108px;
    transform: scale(1.5);
  }
  body > header .next-section:before {
    position: absolute;
    content: url(../img/design-right-mob.svg);
    right: 14px;
    top: 108px;
    transform: scale(1.5);
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body > header .next-section:after {
    position: absolute;
    content: url(../img/design-left-mob.svg);
    left: 31px;
    z-index: -1;
    top: 108px;
    transform: scale(1.5);
  }
  body > header .next-section:before {
    position: absolute;
    content: url(../img/design-right-mob.svg);
    right: 14px;
    top: 108px;
    transform: scale(1.5);
  }
}
body > header .next-section h4 {
  font-size: 30px;
  padding-right: 10px;
  position: relative;
}
body > header .next-section h4:after {
  position: absolute;
  content: url("../img/design-triangle.svg");
  bottom: -61px;
  left: 142px;
}
@media (max-width: 1919px) and (min-width: 1600px) {
  body > header .next-section h4:after {
    left: 111px;
  }
}
@media (max-width: 1599px) and (min-width: 1366px) {
  body > header .next-section h4:after {
    left: 85px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  body > header .next-section h4:after {
    left: 54px;
  }
}
body > header .next-section h2 {
  font-size: 50px;
  padding-right: 10px;
  margin-top: 75px;
  position: relative;
  display: inline-block;
}
body > header .next-section h2:after {
  position: absolute;
  width: 143px;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #FFAC41;
  content: "";
}
body > header .next-section h2:before {
  content: "";
  width: 58.5px;
  height: 1px;
  bottom: 0px;
  right: 10px;
  background-color: #FF1E56;
  position: absolute;
}
@media (min-width: 425px) and (max-width: 576px) {
  body > header .next-section h2 {
    font-size: 40px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body > header .next-section h2 {
    font-size: 40px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  body > header .next-section h2 {
    margin-top: 65px;
  }
}
body section.design {
  overflow: hidden;
}
@media (min-width: 1200px) {
  body section.design .container {
    max-width: 90%;
  }
}
body section.design .user-flow {
  position: relative;
  padding: 140px 0 134px;
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.design .user-flow {
    padding-bottom: 80px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.design .user-flow {
    padding-bottom: 80px;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  body section.design .user-flow {
    padding-bottom: 60px;
  }
}
body section.design .user-flow:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -120px;
  width: 40%;
  height: 2px;
  background-color: #000;
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.design .user-flow:after {
    width: 100%;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.design .user-flow:after {
    width: 100%;
  }
}
body section.design .user-flow:before {
  content: url(../img/user-flow-b.svg);
  position: absolute;
  bottom: 40%;
  right: -128px;
}
@media (min-width: 1366px) and (max-width: 1599px) {
  body section.design .user-flow:before {
    right: -110px;
  }
}
body section.design .user-flow h2 {
  font-size: 32px;
  background: linear-gradient(to right, #FF1E56 0%, #FF1E56 1%, #FFAC41 40%, #FFAC41 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
@media (min-width: 576px) and (max-width: 768px) {
  body section.design .user-flow h2 {
    padding-left: 40px;
  }
  body section.design .user-flow h2:before {
    left: 0px !important;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.design .user-flow h2 {
    padding-left: 40px;
  }
  body section.design .user-flow h2:before {
    left: 0px !important;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.design .user-flow h2 {
    padding-left: 40px;
  }
  body section.design .user-flow h2:before {
    left: 0px !important;
  }
}
body section.design .user-flow h2:before {
  content: url("../img/User-Flow.svg");
  position: absolute;
  left: -40px;
  top: 4px;
}
body section.design .user-flow p {
  font-size: 20px;
}
@media (min-width: 576px) and (max-width: 768px) {
  body section.design .user-flow p {
    padding-left: 40px;
  }
}
body section.design .user-flow .section-featurd-image svg {
  width: 100%;
}
body section.design .user-flow .section-featurd-image svg #Path_63 {
  animation: ToRight 5s linear infinite 2s;
  d: path("M 2796.03 1238.53 l 6.847 6.847 l -6.847 6.847");
  opacity: 0;
}
@keyframes ToRight {
  0% {
    d: path("M 2261 1232.53 l 6.847 6.847 l -6.847 6.847");
    opacity: 1;
  }
  15% {
    d: path("M 2321.03 1232.53 l 6.847 6.847 l -6.847 6.847");
    opacity: 0.6;
  }
  22% {
    d: path("M 2321.03 1232.53 l 6.847 6.847 l -6.847 6.847");
    opacity: 0;
  }
  32% {
    d: path("M 2585.03 1232.53 l 6.847 6.847 l -6.847 6.847");
    opacity: 0;
  }
  42% {
    d: path("M 2579.03 1150.53 l 6.847 -6.847 l 6.847 6.847");
    opacity: 0;
  }
  45% {
    d: path("M 2579.03 1150.53 l 6.847 -6.847 l 6.847 6.847");
    opacity: 1;
  }
  65% {
    d: path("M 2579.03 1122.53 l 6.847 -6.847 l 6.847 6.847");
    opacity: 1;
  }
  75% {
    d: path("M 2753.03 1113.53 l 6.847 6.847 l -6.847 6.847");
    opacity: 1;
  }
  85% {
    d: path("M 2753.03 1239.53 l 6.847 6.847 l 6.847 -6.847");
    opacity: 1;
  }
  99% {
    d: path("M 2796.03 1238.53 l 6.847 6.847 l -6.847 6.847");
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body section.design .wireframe {
  position: relative;
}
body section.design .wireframe:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -120px;
  width: 40%;
  height: 2px;
  background-color: #000;
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.design .wireframe:after {
    width: 100%;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.design .wireframe:after {
    width: 100%;
  }
}
body section.design .wireframe:before {
  content: url(../img/wireframe-triangle-b.svg);
  position: absolute;
  bottom: 40%;
  right: -147px;
}
@media (min-width: 1366px) and (max-width: 1599px) {
  body section.design .wireframe:before {
    right: -110px;
  }
}
body section.design .wireframe .info {
  padding-top: 180px;
}
@media (min-width: 576px) and (max-width: 768px) {
  body section.design .wireframe .info {
    padding-top: 60px;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.design .wireframe .info {
    padding-top: 40px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.design .wireframe .info {
    padding-top: 40px;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  body section.design .wireframe .info {
    padding-top: 60px;
  }
}
body section.design .wireframe .info h2 {
  font-size: 32px;
  background: linear-gradient(to right, #FF1E56 0%, #FF1E56 1%, #FFAC41 40%, #FFAC41 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
@media (min-width: 576px) and (max-width: 768px) {
  body section.design .wireframe .info h2 {
    padding-left: 40px;
  }
  body section.design .wireframe .info h2:before {
    left: 0px !important;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.design .wireframe .info h2 {
    padding-left: 40px;
  }
  body section.design .wireframe .info h2:before {
    left: 0px !important;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.design .wireframe .info h2 {
    padding-left: 40px;
  }
  body section.design .wireframe .info h2:before {
    left: 0px !important;
  }
}
body section.design .wireframe .info h2:before {
  content: url("../img/wireframe-v.svg");
  position: absolute;
  left: -40px;
  top: 4px;
}
body section.design .wireframe .info p {
  font-size: 20px;
}
@media (min-width: 576px) and (max-width: 768px) {
  body section.design .wireframe .info p {
    padding-left: 40px;
  }
}
body section.design .wireframe .section-featurd-image .comparison-slider-wrapper {
  position: relative;
  width: 100%;
  margin: 20px 0;
  background-color: white;
}
body section.design .wireframe .section-featurd-image .comparison-slider-wrapper .comparison-slider {
  position: relative;
  width: 100%;
  margin: 0;
  border: 5px white solid;
  box-sizing: border-box;
}
body section.design .wireframe .section-featurd-image .comparison-slider-wrapper .comparison-slider > img {
  width: 100%;
  height: auto;
  display: block;
}
body section.design .wireframe .section-featurd-image .comparison-slider-wrapper .comparison-slider .overlay {
  display: none;
  position: absolute;
  width: 250px;
  bottom: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  box-sizing: border-box;
  color: #DDD;
  text-align: right;
}
body section.design .wireframe .section-featurd-image .comparison-slider-wrapper .comparison-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
body section.design .wireframe .section-featurd-image .comparison-slider-wrapper .comparison-slider .resize > img {
  display: block;
}
body section.design .wireframe .section-featurd-image .comparison-slider-wrapper .comparison-slider .resize .overlay {
  right: auto;
  left: 20px;
  text-align: left;
}
body section.design .wireframe .section-featurd-image .comparison-slider-wrapper .comparison-slider .divider {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  left: 50%;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  cursor: ew-resize;
}
body section.design .wireframe .section-featurd-image .comparison-slider-wrapper .comparison-slider .divider:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: -9px;
  top: 50%;
  margin-top: -10px;
  background-color: white;
  transform: rotate(45deg);
  transition: all 0.1s ease-in-out;
}
body section.design .wireframe .section-featurd-image .comparison-slider-wrapper .comparison-slider .divider:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: -5px;
  top: 50%;
  margin-top: -6px;
  background-color: white;
  transform: rotate(45deg);
  transition: all 0.1s ease-in-out;
}
body section.design .wireframe .section-featurd-image .comparison-slider-wrapper .comparison-slider .divider.draggable:before {
  width: 30px;
  height: 30px;
  left: -14px;
  margin-top: -15px;
}
body section.design .wireframe .section-featurd-image .comparison-slider-wrapper .comparison-slider .divider.draggable:after {
  width: 20px;
  height: 20px;
  left: -9px;
  margin-top: -10px;
  background-color: #555;
}
body section.design .wireframe .section-featurd-image .comparison-slider-wrapper .caption {
  position: relative;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
}
body section.design .responsive {
  position: relative;
  padding: 140px 0 180px;
}
@media (min-width: 576px) and (max-width: 768px) {
  body section.design .responsive {
    padding-top: 60px;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.design .responsive {
    padding-top: 60px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.design .responsive {
    padding-top: 60px;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  body section.design .responsive {
    padding-top: 60px;
  }
}
body section.design .responsive:before {
  content: url("../img/res-b.svg");
  position: absolute;
  bottom: 40%;
  right: -147px;
}
@media (min-width: 1366px) and (max-width: 1599px) {
  body section.design .responsive:before {
    right: -120px;
  }
}
body section.design .responsive .info h2 {
  font-size: 32px;
  background: linear-gradient(to right, #FF1E56 0%, #FF1E56 1%, #FFAC41 40%, #FFAC41 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
@media (min-width: 576px) and (max-width: 768px) {
  body section.design .responsive .info h2 {
    padding-left: 40px;
  }
  body section.design .responsive .info h2:before {
    left: 0px !important;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.design .responsive .info h2 {
    padding-left: 40px;
  }
  body section.design .responsive .info h2:before {
    left: 0px !important;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.design .responsive .info h2 {
    padding-left: 40px;
  }
  body section.design .responsive .info h2:before {
    left: 0px !important;
  }
}
body section.design .responsive .info h2:before {
  content: url("../img/res.svg");
  position: absolute;
  left: -40px;
  top: 4px;
}
body section.design .responsive .info p {
  font-size: 20px;
}
@media (min-width: 576px) and (max-width: 768px) {
  body section.design .responsive .info p {
    padding-left: 40px;
  }
}
body section.design .responsive .phone-container {
  height: 550px;
}
body section.design .responsive .phone-container svg.phone {
  margin: 0 auto;
  display: block;
  height: 300px;
  width: 500px;
}
body section.design .responsive .phone-container svg.phone .body {
  x: 0px;
  y: 50px;
  rx: 20px;
  ry: 20px;
  width: 400px;
  height: 200px;
  fill: transparent;
  stroke: black;
  stroke-width: 2;
  opacity: 0.9;
}
body section.design .responsive .phone-container svg.phone .screen {
  x: 30px;
  y: 70px;
  width: 350px;
  height: 160px;
  fill: transparent;
  stroke: black;
  stroke-width: 2;
  opacity: 0.9;
}
body section.design .responsive .phone-container svg.phone .button {
  cx: 16px;
  cy: 90px;
  r: 5px;
  fill: transparent;
  stroke: black;
  stroke-width: 2;
}
body section.design .responsive .phone-container svg.phone .speaker {
  x: 14px;
  y: 115px;
  rx: 2px;
  ry: 2px;
  width: 5px;
  height: 70px;
  fill: transparent;
  stroke: black;
  stroke-width: 2;
  opacity: 0.9;
  transition: all 0.5s;
}
body section.design .responsive .phone-container svg.phone .pcstand {
  fill: transparent;
  stroke: black;
  stroke-width: 2;
  x: 299px;
  y: 554px;
  height: 21px;
  width: 80px;
  rx: 5px;
  ry: 5px;
  opacity: 0;
}
body section.design .responsive .phone-container svg.phone text {
  font-size: 54px;
  text-align: center;
  fill: url(#gr-simple);
  text-transform: uppercase;
}
@media (max-width: 375px) {
  body section.design .responsive .phone-container svg.phone text {
    font-size: 43px;
    transform: translateX(30px) translatey(15px);
  }
}
body section.design .responsive img {
  display: block;
  margin: 0 auto;
}
body section.programming {
  position: relative;
}
body section.programming:after {
  content: url("../img/prog-left-triangle.svg");
  position: absolute;
  left: 0px;
  top: 250px;
}
body section.programming:before {
  content: url("../img/prog-left-triangle.svg");
  position: absolute;
  right: 0px;
  bottom: 0;
  transform-style: preserve-3d;
  transform: rotateY(180deg);
}
@media (min-width: 1200px) {
  body section.programming .container {
    max-width: 90%;
  }
}
body section.programming header {
  min-height: 154px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, #FF1E56 0%, #FF1E56 0, #FFAC41 80%);
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.programming header {
    height: 130px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.programming header {
    height: 130px;
  }
}
body section.programming header:after {
  content: url("../img/half-ball.svg");
  z-index: 1;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -57px;
}
@media (min-width: 576px) and (max-width: 768px) {
  body section.programming header:after {
    content: url("../img/half-ball-mob.svg");
    transform: scale(1.5);
    top: 53%;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.programming header:after {
    content: url("../img/half-ball-mob.svg");
    transform: scale(0.9);
    top: 53%;
    left: -4px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.programming header:after {
    content: url("../img/half-ball-mob.svg");
    transform: scale(0.9);
    top: 53%;
    left: -4px;
  }
}
body section.programming header:before {
  content: url("../img/border-prog.svg");
  position: absolute;
  bottom: -6px;
  left: 50%;
  right: 50%;
  margin-left: -582px;
}
@media (min-width: 1366px) and (max-width: 1599px) {
  body section.programming header:before {
    transform: scale(0.7);
    margin-left: -465px;
    bottom: -8px;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.programming header:before {
    content: "";
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.programming header:before {
    content: "";
  }
}
body section.programming header .steps {
  position: relative;
}
body section.programming header .steps h2 {
  font-family: "Segoe UI";
  text-transform: uppercase;
  padding: 44px 25px 43px 2px;
  font-size: 50px;
  color: #fff;
  display: inline-block;
  float: left;
}
@media (min-width: 576px) and (max-width: 768px) {
  body section.programming header .steps h2 {
    display: none;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.programming header .steps h2 {
    display: none;
  }
}
body section.programming header .steps span {
  font-size: 75px;
  font-family: "Segoe UI sb";
  transform: scale(3);
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  display: inline-block;
  color: #fff;
  bottom: -122px;
  position: absolute;
  padding-left: 25px;
}
@media (min-width: 576px) and (max-width: 768px) {
  body section.programming header .steps span {
    padding-left: 35px;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.programming header .steps span {
    padding-left: 46px;
    transform: scale(1.3);
    bottom: -132px;
  }
}
body section.programming header .title {
  text-align: center;
}
body section.programming header .title h2 {
  font-size: 46px;
  font-family: "Segoe UI sb";
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding: 46px 52px 46px 75px;
  margin: 0px;
  height: 151px;
  color: #fff;
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.programming header .title h2 {
    font-size: 22px;
    padding: 62px 11px 46px 35px;
    height: 151px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.programming header .title h2 {
    font-size: 22px;
    padding: 62px 11px 46px 35px;
    height: 151px;
  }
}
body section.programming header .title h2:after {
  content: url("../img/prog-line-left.svg");
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.programming header .title h2:after {
    content: url(../img/prog-line-left.svg);
    position: absolute;
    left: 28px;
    top: -55px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.programming header .title h2:after {
    content: url(../img/prog-line-left.svg);
    position: absolute;
    left: 28px;
    top: -55px;
  }
}
body section.programming header .title h2:before {
  content: url("../img/prog-line-right.svg");
  position: absolute;
  right: 0;
  top: -17px;
}
body section.programming header .flip-area {
  padding: 51px 0;
  z-index: 999;
}
@media (min-width: 576px) and (max-width: 768px) {
  body section.programming header .flip-area {
    margin-left: 128px;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.programming header .flip-area {
    padding: 44px 0;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.programming header .flip-area {
    padding: 44px 0;
  }
}
body section.programming header .flip-area .flip-title {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  border-radius: 9px;
  width: 175px;
  font-size: 37px;
  text-transform: uppercase;
  font-family: "Segoe UI sb";
  background-color: #fff;
  height: 57px;
}
@media (min-width: 576px) and (max-width: 768px) {
  body section.programming header .flip-area .flip-title {
    width: 100px;
    font-size: 27px;
    height: 47px;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.programming header .flip-area .flip-title {
    cursor: pointer;
    text-align: center;
    display: inline-block;
    border-radius: 9px;
    width: 97px;
    font-size: 28px;
    text-transform: uppercase;
    font-family: "Segoe UI sb";
    background-color: #fff;
    height: 45px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.programming header .flip-area .flip-title {
    cursor: pointer;
    text-align: center;
    display: inline-block;
    border-radius: 9px;
    width: 97px;
    font-size: 28px;
    text-transform: uppercase;
    font-family: "Segoe UI sb";
    background-color: #fff;
    height: 45px;
  }
}
body section.programming header .flip-area .flip-title span {
  background: linear-gradient(to right, #FF1E56 0%, #FF1E56 1%, #FFAC41 40%, #FFAC41 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1599px) and (min-width: 1366px) {
  body section.programming header .flip-area .flip-title {
    width: 138px;
    font-size: 33px;
    height: 51px;
  }
}
body section.programming header .flip-area > div.title {
  position: relative;
}
body section.programming header .flip-area > div.title span {
  text-transform: capitalize;
  position: absolute;
  right: -45px;
  top: -30px;
  /* top: 50%; */
  margin-top: -12px;
  color: #fff;
  font-size: 18px;
}
@media (min-width: 576px) and (max-width: 768px) {
  body section.programming header .flip-area > div.title span {
    top: 8px;
    right: -87px;
    font-size: 19px;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.programming header .flip-area > div.title span {
    top: 15px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.programming header .flip-area > div.title span {
    top: 15px;
  }
}
body section.programming header .flip-area > div.title:after {
  content: "";
  position: absolute;
  right: -112px;
  bottom: 15px;
  background-color: white;
  width: 100%;
  height: 2px;
}
body section.programming .content {
  margin: 101px auto 35px;
}
body section.programming .content .test-for-side {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
body section.programming .content .front-end .responsive {
  padding: 112px 45px 192px;
}
@media (min-width: 576px) and (max-width: 768px) {
  body section.programming .content .front-end .responsive {
    padding: 112px 90px 192px;
  }
}
body section.programming .content .front-end .col-lg-4.col-12 .prog {
  padding: 112px 75px 192px;
}
@media (min-width: 576px) and (max-width: 768px) {
  body section.programming .content .front-end .col-lg-4.col-12 .prog {
    padding: 112px 90px 192px;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.programming .content .front-end .col-lg-4.col-12 .prog {
    padding: 65px 37px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.programming .content .front-end .col-lg-4.col-12 .prog {
    padding: 65px 37px;
  }
}
body section.programming .content .front-end .col-lg-4.col-12 .prog:after {
  content: url(../img/prog-step-left.svg);
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 576px) and (max-width: 768px) {
  body section.programming .content .front-end .col-lg-4.col-12 .prog:after {
    content: url(../img/prog-step-bottom.svg);
    bottom: 0;
    top: auto;
    left: 0;
    transform: scale(1.8);
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.programming .content .front-end .col-lg-4.col-12 .prog:after {
    content: url(../img/prog-step-bottom.svg);
    bottom: 0;
    top: auto;
    left: 0;
    transform: scale(1.8);
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.programming .content .front-end .col-lg-4.col-12 .prog:after {
    content: url(../img/prog-step-bottom.svg);
    bottom: 0;
    top: auto;
    left: 0;
    transform: scale(1.8);
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  body section.programming .content .front-end .col-lg-4.col-12 .prog:after {
    transform: scale(0.8);
  }
}
@keyframes loadingKeyframes {
  0%, 9.09%, 100% {
    background-position-x: 0;
  }
  9.1%, 18.18% {
    background-position-x: -200px;
  }
  18.19%, 27.27% {
    background-position-x: -400px;
  }
  27.28%, 36.36% {
    background-position-x: -600px;
  }
  36.37%, 45.45% {
    background-position-x: -800px;
  }
  45.46%, 54.54% {
    background-position-x: -1000px;
  }
  54.55%, 63.63% {
    background-position-x: -1200px;
  }
  63.64%, 72.72% {
    background-position-x: -1400px;
  }
  72.73%, 81.81% {
    background-position-x: -1600px;
  }
  81.82%, 90.90% {
    background-position-x: -1800px;
  }
  90.91%, 99.99% {
    background-position-x: -2000px;
  }
}
body section.programming .content .front-end .col-lg-4.col-12 .prog .icon .preloadingArea {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}
body section.programming .content .front-end .col-lg-4.col-12 .prog .icon .preloadingArea img {
  max-width: 100%;
  margin: 0 auto;
}
body section.programming .content .front-end .col-lg-4.col-12 .prog .icon .preloadingArea .loadingAnimation {
  width: 200px;
  height: 100px;
  background-image: url("../img/fast-rabbit.svg");
  background-repeat: no-repeat;
  background-position-x: -2200px;
  background-position-y: 0;
  background-size: auto 100%;
  margin: 50px auto;
  animation: loadingKeyframes cubic-bezier(0, 1, 0, 1) 0.5s;
  animation-delay: 0.1s;
  animation-iteration-count: infinite;
  top: 50%;
  left: 50%;
  transform: scale(2);
}
body section.programming .content .front-end .col-lg-4.col-12 .prog .icon .preloadingArea .loadingAnimation h3 {
  text-align: center;
  margin: 100px auto;
}
body section.programming .content .front-end .col-lg-4.col-12 .prog .title {
  text-transform: uppercase;
  font-size: 25px;
  margin: 20px 0;
}
body section.programming .content .front-end .col-lg-4.col-12 .prog .desc {
  font-size: 18px;
  margin: 0px;
}
body section.programming .content .front-end .col-lg-4.col-12:nth-child(2) .prog {
  padding: 112px 40px 192px;
}
@media (min-width: 576px) and (max-width: 768px) {
  body section.programming .content .front-end .col-lg-4.col-12:nth-child(2) .prog {
    padding: 112px 90px 192px;
  }
}
body section.programming .content .front-end .col-lg-4.col-12:nth-child(2) .icon .preloadingArea .loadingAnimation {
  transform: scale(1) !important;
}
body section.programming .content .front-end .col-lg-4.col-12:nth-child(3) .prog:after {
  content: "";
}
body section.programming .content .front-end .col-lg-4.col-12:nth-child(2) .prog:after {
  transform-style: preserve-3d;
  transform: rotateY(180deg);
}
@media (min-width: 1366px) and (max-width: 1599px) {
  body section.programming .content .front-end .col-lg-4.col-12:nth-child(2) .prog:after {
    transform: rotateY(180deg) scale(0.8);
  }
}
body section.marketing {
  margin: 52px auto;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1366px) and (max-width: 1599px) {
  body section.marketing {
    margin: auto;
  }
}
@media (min-width: 1200px) {
  body section.marketing .container {
    max-width: 90%;
  }
}
body section.marketing:before {
  content: url("../img/marketing-right-triangles.svg");
  position: absolute;
  right: 0px;
  top: 575px;
}
body section.marketing header {
  padding: 90px 0;
  overflow: hidden;
  position: relative;
}
body section.marketing header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 84px;
  background-size: contain;
  width: 100%;
  background-image: url(../img/marketing-top.svg);
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1366px) and (max-width: 1599px) {
  body section.marketing header:before {
    top: 30px;
    left: 0;
    height: 62px;
  }
}
body section.marketing header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 84px;
  background-size: contain;
  width: 100%;
  background-image: url(../img/marketing-bottom.svg);
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1366px) and (max-width: 1599px) {
  body section.marketing header:after {
    bottom: 13px;
    left: 0;
    height: 84px;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  body section.marketing header .steps {
    padding-top: 5px;
  }
}
body section.marketing header .steps h2 {
  display: inline-block;
  text-transform: uppercase;
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.marketing header .steps h2 {
    font-size: 20px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.marketing header .steps h2 {
    font-size: 20px;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  body section.marketing header .steps svg {
    transform: scale(0.7);
    margin-left: -10px;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.marketing header .steps svg {
    width: 42.39px;
    height: 65.57px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.marketing header .steps svg {
    width: 42.39px;
    height: 65.57px;
  }
}
body section.marketing header .title {
  padding: 30px 52px 0 75px;
  margin: 0px;
  text-align: center;
}
@media (min-width: 576px) and (max-width: 768px) {
  body section.marketing header .title {
    padding: 30px 87px 0 0px;
    text-align: left;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.marketing header .title {
    padding: 7px 87px 0 0px;
    text-align: left;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.marketing header .title {
    padding: 7px 87px 0 0px;
    text-align: left;
  }
}
body section.marketing header .title h2 {
  font-size: 50px;
  font-family: "Segoe UI b";
  text-transform: uppercase;
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.marketing header .title h2 {
    font-size: 36px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.marketing header .title h2 {
    font-size: 36px;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  body section.marketing .content .d-1366 {
    display: none;
  }
  body section.marketing .content .col-lg-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
body section.marketing .content .title {
  display: block;
  margin-bottom: 40px;
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.marketing .content .title {
    margin-bottom: 20px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.marketing .content .title {
    margin-bottom: 20px;
  }
}
body section.marketing .content .title > h2 {
  text-transform: uppercase;
  padding-left: 15px;
  font-family: "Montserrat-SemiBold";
  position: relative;
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.marketing .content .title > h2 {
    font-size: 18px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.marketing .content .title > h2 {
    font-size: 18px;
  }
}
body section.marketing .content .title > h2 span {
  border-bottom: 2px solid #110004;
}
body section.marketing .content .title > h2:after {
  content: url("../img/marketing-title.svg");
  position: absolute;
  left: -30px;
  top: 3px;
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.marketing .content .title > h2:after {
    top: -7px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.marketing .content .title > h2:after {
    top: -7px;
  }
}
body section.marketing .content .seo-cont {
  background-color: #fff;
  z-index: 9999;
  padding: 50px 24px 72px 47px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: all 0.5s;
  margin: 20px 0 96px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
}
body section.marketing .content .seo-cont:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 20px;
  background-color: #FF1E56;
  border-radius: 15px;
  top: -8px;
  left: 300px;
  transition: all 0.5s;
}
body section.marketing .content .seo-cont:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 20px;
  background-color: #FFAC41;
  border-radius: 15px;
  bottom: -8px;
  left: 100px;
  transition: all 0.5s;
}
@media (min-width: 1366px) and (max-width: 1599px) {
  body section.marketing .content .seo-cont {
    padding: 30px 24px 30px 17px;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.marketing .content .seo-cont {
    margin: 20px 0 30px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.marketing .content .seo-cont {
    margin: 20px 0 30px;
  }
}
body section.marketing .content .seo-cont .seo-title {
  margin-bottom: 37px;
}
body section.marketing .content .seo-cont .seo-title h2 {
  font-family: "Montserrat-SemiBold";
  font-size: 30px;
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.marketing .content .seo-cont .seo-title h2 {
    font-size: 23px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.marketing .content .seo-cont .seo-title h2 {
    font-size: 23px;
  }
}
body section.marketing .content .seo-cont .seo-icon {
  display: inline-block;
  float: left;
  padding-top: 5px;
  width: 21%;
}
body section.marketing .content .seo-cont .seo-icon i {
  color: #110004;
  font-size: 120px;
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.marketing .content .seo-cont .seo-icon i {
    font-size: 120px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.marketing .content .seo-cont .seo-icon i {
    font-size: 120px;
  }
}
body section.marketing .content .seo-cont .seo-info {
  display: inline-block;
  width: 79%;
  font-size: 17px;
  padding-left: 37px;
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.marketing .content .seo-cont .seo-info {
    padding-left: 15px;
    font-size: 15px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.marketing .content .seo-cont .seo-info {
    padding-left: 15px;
    font-size: 15px;
  }
}
body section.marketing .content .seo-cont:hover {
  box-shadow: rgba(0, 0, 0, 0.6901960784) 0px 0px 16px;
}
body section.marketing .content .seo-cont:hover:after {
  width: 190px;
}
body section.marketing .content .seo-cont:hover:before {
  width: 190px;
}
body section.portfolio {
  position: relative;
  margin: 80px 0 0;
  overflow: hidden;
  /*
  .tabs{
    display: inline-block;
    padding: 25px;
    @media(min-width: 425px) and (max-width:576px){
      width: 100% !important;
    }
    @media(min-width:375px ) and (max-width:425px){
      width: 100% !important;
    }
    div{
      display: inline-block;
      position: relative;
      opacity: 1;
      transition: all .5s ease-in-out;
      @media(min-width: 425px) and (max-width:576px){
        width: 46% !important;
        display: inline-block;
        float: left;
        margin: 5px;
        height: auto !important;
      }
      @media(min-width:375px ) and (max-width:425px){
        width: 46% !important;
        display: inline-block;
        float: left;
        margin: 5px;
        height: auto !important;
      }
      &:after{
        content: url(../img/white-x.svg);
        position: absolute;
        left: 30%;
        top: -39px;
        z-index: -1;
        @media (min-width:425px) and (max-width:576px){
          left: 12%;
          top: -53px;
          z-index: -1;
          transform: scale(.7);
        }
        @media(min-width:375px ) and (max-width:425px){
          left: 12%;
          top: -53px;
          z-index: -1;
          transform: scale(.7);
        }
      }
      &:hover{
        cursor: pointer;
      }
      h2{
        font-family: 'Segoe UI sb';
        font-size: 40px;
        @media(min-width: 425px) and (max-width:576px){
          font-size: 20px;
        }
        @media(min-width:375px ) and (max-width:425px){
          font-size: 20px;
        }
        text-transform: uppercase;
        color:$frColor;
      }
    }
    .tab1{
      width: 307.79px;
      text-align: center;
      height: 67.67px;
    }
    .tab2{
      width: 307.79px;
      text-align: center;
    }
    .inactive{
      position: relative;
      opacity: .65;
      >h2{
        color:$frColor;
      }

    }
  }
  .tab-content{
    margin-top: 70px;
    .swiper-slide{
      .portfolio{
        overflow: hidden;
        position: relative;
        .main{
          img{
            width: 100%;
            height: 100%;
          }
        }
        .info{
          position: absolute;
          text-align: center;
          top:0px;
          left:0px;
          width: 100%;
          height: 100%;
          color: #fff;
          padding-top: 85%;
          transition:all .5s;
          -webkit-transition:all .5s;
          -moz-transition:all .5s;
          -ms-transition:all .5s;
          -o-transition:all .5s;
          transform: scale(0,0);
          z-index: 1;
          &:after{
            z-index: -1;
            content:'';
            width: 100%;
            height: 50%;
            bottom:0px;
            left:150%;
            position: absolute;
            background-color:rgba($color:#000,$alpha: .7);
            transition:all .5s;
            -webkit-transition:all .5s;
            -moz-transition:all .5s;
            -ms-transition:all .5s;
            -o-transition:all .5s;
          }
          &:before{
            z-index: -1;
            content:'';
            width: 100%;
            height: 50%;
            top:0px;
            right:150%;
            position: absolute;
            background-color:rgba($color:#000,$alpha: .7);
            transition:all .5s;
            -webkit-transition:all .5s;
            -moz-transition:all .5s;
            -ms-transition:all .5s;
            -o-transition:all .5s;
          }
          h4{
            color: #fff;
            font-size:20px;
            margin-bottom: 20px;
          }
          .info-btn{
            font-family: 'Segoe UI sb';
            font-size: 30px;
            display: inline-block;
            a{
              background: linear-gradient(to right, $SEccolor 0%, $SEccolor 1%, $Firolor 90%, $Firolor 10%);
              -webkit-clip-path: polygon(100% 0, 100% 82%, 96% 100%, 0 100%, 0 18%, 4% 0);
                      clip-path: polygon(100% 0, 100% 82%, 96% 100%, 0 100%, 0 18%, 4% 0);
              padding: 12px 52px;
              color:#fff;
              &:hover{
                text-decoration: none;
              }
            }
          }
        }
        &:hover{
          .info{
            transform: scale(1,1);
            &:after{
              left:0%
            }
            &:before{
              right:0%;
            }
          }
        }
      }
    }
    .swiper-button-next:after, .swiper-button-prev:after {
      font-family: swiper-icons;
      font-size: var(--swiper-navigation-size);
      text-transform: none!important;
      letter-spacing: 0;
      text-transform: none;
      font-variant: initial;
      font-size: 50px;
      line-height: 1;
      font-weight: bolder;
    }
    .swiper-button-next{
      background-color: $Firolor;
      width: 115px;
      height: 115px;
      border-radius: 50%;
      color: #fff;
      right: -54px;
      padding-right: 40px;
    }
    .swiper-button-prev{
      background-color: $SEccolor;
      width: 115px;
      height: 115px;
      border-radius: 50%;
      color: #fff;
      left: -54px;
      padding-left: 40px;
    }
    .swiper-pagination {
      position: relative;
      text-align: center;
      transition: .3s opacity;
      transform: translate3d(0,0,0);
      z-index: 10;
      left: 0%;
      bottom: -25px;
      height: 52px;
      .swiper-pagination-bullet{
        width: 110px;
        height: 10px;
        border-radius: 5px;
        margin: 0 10px;
        background-color: #fff;
        opacity: 1;
        border: 1px solid;
      }
      .swiper-pagination-bullet-active{
        background-color: $SEccolor;
        border: none;
      }
    }
  }
  */
}
@media (min-width: 1200px) {
  body section.portfolio .container {
    max-width: 90%;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.portfolio header {
    text-align: center;
    display: block;
    float: unset;
    padding: 25px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.portfolio header {
    text-align: center;
    display: block;
    float: unset;
    padding: 25px;
  }
}
body section.portfolio header .title {
  position: relative;
  margin: 20px 0;
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.portfolio header .title {
    font-size: 26px;
    text-align: center;
    display: block;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.portfolio header .title {
    font-size: 26px;
    text-align: center;
    display: block;
  }
}
body section.portfolio header .title h2 {
  position: relative;
  display: inline-block;
  background: linear-gradient(to right, #FF1E56 0%, #FF1E56 1%, #FFAC41 40%, #FFAC41 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Segoe UI b";
  font-size: 75px;
  letter-spacing: 12px;
  text-transform: uppercase;
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.portfolio header .title h2 {
    font-size: 28px;
    text-align: center;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.portfolio header .title h2 {
    font-size: 28px;
    text-align: center;
  }
}
body section.portfolio header .title span {
  /* portfolio */
  position: absolute;
  width: 554px;
  height: 78px;
  left: 683px;
  top: 2px;
  transform: scale(1.8);
  font-family: "Montserrat-SemiBold";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 78px;
  /* identical to box height */
  letter-spacing: 0.31em;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(197, 127, 38, 0.1) 0%, rgba(190, 32, 72, 0.1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 768px) {
  body section.portfolio header .title span {
    left: 183px;
    transform: scale(1.6);
  }
}
body section.portfolio .portf {
  width: 100%;
  position: relative;
}
body section.portfolio .portf:hover:before {
  width: 100%;
}
body section.portfolio .portf:hover:after {
  top: 200px;
  height: 200px;
  transform: scale(1, 1);
}
body section.portfolio .portf:hover .port-info {
  top: 421px;
  opacity: 1;
}
body section.portfolio .portf:hover .port-link {
  bottom: 30px;
}
body section.portfolio .portf:hover .port-link a {
  text-decoration: none;
}
body section.portfolio .portf:after {
  content: "";
  position: absolute;
  width: 2px;
  transform: scale(0, 0);
  height: 200px;
  transition: all 0.3s;
  top: 200px;
  left: 0;
  right: 0;
  background-color: #FFAC41;
  z-index: 999;
  margin: 0 auto;
}
body section.portfolio .portf:before {
  content: "";
  transition: all 0.4s;
  transition-delay: 0.2s;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(158, 22, 56, 0.75);
  z-index: 999;
  margin: 0 auto;
}
body section.portfolio .portf .port-image {
  width: 100%;
}
body section.portfolio .portf .port-info {
  position: absolute;
  position: absolute;
  z-index: 99999;
  text-align: center;
  left: 20%;
  opacity: 0;
  transition: all 0.5s;
  top: 792px;
}
body section.portfolio .portf .port-info .port-title {
  /* project name */
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.31em;
  text-transform: uppercase;
}
body section.portfolio .portf .port-info .post-year {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  margin: 20px 0;
  line-height: 24px;
  letter-spacing: 0.31em;
  text-transform: uppercase;
}
body section.portfolio .portf .port-info .port-type {
  /* year */
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.31em;
  text-transform: uppercase;
  color: #FFFFFF;
}
body section.portfolio .portf .port-link {
  position: absolute;
  right: 20px;
  bottom: -42px;
  z-index: 999;
  transition: all 0.5s;
}
body section.portfolio .portf .port-link:after {
  content: "";
  position: absolute;
  width: 117px;
  height: 2px;
  background-color: #FFAC41;
  transition: all 0.3s;
  z-index: 999;
  top: 11px;
  left: -125px;
  right: 0;
}
body section.portfolio .portf .port-link a {
  z-index: 999;
  position: relative;
}
body section.portfolio .portf .port-link a {
  font-family: "Montserrat-SemiBold";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-transform: uppercase;
  color: #FFFFFF;
}
body section.services {
  position: relative;
  padding-top: 236px;
  z-index: 5;
}
body section.services:after {
  content: "";
  background-image: url(../img/services.svg);
  width: 100%;
  height: 30%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  /* bottom: -317px; */
  z-index: -1;
  top: 0;
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.services:after {
    content: "";
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.services:after {
    content: "";
  }
}
@media (min-width: 1200px) {
  body section.services .container {
    max-width: 90%;
  }
}
body section.services header {
  position: relative;
  height: 115px;
  padding: 24px 0;
  overflow: hidden;
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.services header {
    height: 82px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.services header {
    height: 82px;
  }
}
body section.services header .title h2 {
  font-family: "Segoe UI b";
  font-size: 52px;
  text-transform: uppercase;
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.services header .title h2 {
    font-size: 28px;
    text-align: center;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.services header .title h2 {
    font-size: 28px;
    text-align: center;
  }
}
body section.services header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  background-image: url("../img/serv-top.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 17px;
  background-position: center;
}
body section.services header:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  bottom: 0;
  background-image: url("../img/serv-bottom.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 17px;
  background-position: center;
}
body section.services .info {
  /* BIG ASS TITLE HERE */
}
body section.services .info h2 {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  /* identical to box height */
  text-transform: capitalize;
  color: #FF1E56;
}
body section.services .info p {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 233.4%;
  /* or 42px */
  text-transform: capitalize;
  color: #444444;
}
body section.services .info span {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-transform: capitalize;
  color: #A4A4A4;
}
body section.services .info .cont a {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  /* identical to box height */
  text-transform: capitalize;
  -webkit-clip-path: polygon(100% 0, 100% 82%, 96% 100%, 0 100%, 0 18%, 4% 0);
          clip-path: polygon(100% 0, 100% 82%, 96% 100%, 0 100%, 0 18%, 4% 0);
  color: #FFFFFF;
  padding: 18px 38px;
  background: linear-gradient(38.76deg, #FF1E56 2.5%, #FFAC41 94.64%);
  display: inline-block;
  margin: 30px 0;
  transition: all 0.5s;
}
body section.services .info .cont a:hover {
  text-decoration: none;
}
body section.services .main-services {
  position: relative;
}
body section.services .main-services .parent {
  position: absolute;
  transition: all 0.5s;
  transform: scale(1);
}
body section.services .main-services .parent:nth-child(1) {
  left: 44px;
  transform: rotate(-12deg);
}
body section.services .main-services .parent:nth-child(2) {
  left: 50%;
  transform: translateX(-50%) scale(1);
  z-index: 997;
  transition: all 0.5s;
}
body section.services .main-services .parent:nth-child(3) {
  right: 44px;
  transform: rotate(12deg);
  transition: all 0.5s;
}
body section.services .main-services .parent:hover {
  z-index: 999;
  transform: rotate(0deg);
  transform: scale(1.1);
}
body section.services .main-services .parent:hover:nth-child(2) {
  transform: translateX(-50%) scale(1.1);
}
body section.services .main-services .parent:hover .extra-info {
  transform: scale(1);
  opacity: 1;
}
body section.services .main-services .parent .plan {
  width: 383px;
  padding: 40px 26px;
  position: relative;
  background: linear-gradient(205.96deg, rgba(52, 52, 52, 0.95) 0.74%, rgba(0, 0, 0, 0.95) 98.35%), url(pexels-sasha-martynov-1260727.jpg);
  border-radius: 13px;
}
body section.services .main-services .parent .plan:hover .plan-price, body section.services .main-services .parent .plan:hover .plan-info {
  opacity: 0;
  transform: scale(0);
}
body section.services .main-services .parent .plan .sm-title {
  position: absolute;
  
  left: 52%;
  transform: translateX(-50%);
  top: 19px;
  text-transform: uppercase;
  letter-spacing: 21px;
  font-weight: 100;
  opacity: 0.5;
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 0%;
  color: #BBBBBB;
}
body section.services .main-services .parent .plan .sb-title {
  position: absolute;
  left: 52%;
  transform: translateX(-50%);
  bottom: 19px;
  text-transform: uppercase;
  letter-spacing: 21px;
  font-weight: 100;
  opacity: 0.5;
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 0%;
  color: #BBBBBB;
}
body section.services .main-services .parent .plan .plan-img {
  border: 1px solid #fff;
  border-radius: 13px;
}
body section.services .main-services .parent .plan .plan-img img {
  border-radius: 13px;
  width: 100%;
}
body section.services .main-services .parent .plan .plan-price {
  transform: scale(1);
  text-align: right;
  position: absolute;
  right: 34px;
  top: 45%;
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: 600;
  height: 95px;
  width: 95px;
  font-size: 20px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  z-index: 999;
  opacity: 1;
  transition: all 0.5s;
  direction: rtl;
  color: #FFFFFF;
}
body section.services .main-services .parent .plan .plan-price .text {
  justify-content: flex-end;
}
body section.services .main-services .parent .plan .plan-price span {
  /* $100- */
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 0%;
  /* identical to box height, or 0px */
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #ADADAD;
}
body section.services .main-services .parent .plan .plan-info {
  transform: scale(1);
  opacity: 1;
  transition: all 0.5s;
  background-image: url('data:image/svg+xml,<svg width="350" height="316" viewBox="0 0 350 316" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 302.5V83.6084C2.51405 88.5315 7.35197 92 13 92H53.5H179.942C201.452 92 222.319 84.6616 239.094 71.1974L326.5 1.04244V302.5C326.5 309.404 320.904 315 314 315H13C6.09644 315 0.5 309.404 0.5 302.5Z" fill="url(%23paint0_linear_806_19)" stroke="white"/><defs><linearGradient id="paint0_linear_806_19" x1="364" y1="-15.5" x2="-70" y2="386.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23343434"/><stop offset="1"/></linearGradient></defs></svg>');
  position: absolute;
  left: 26px;
  top: 37%;
  width: 354px;
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 144px;
}
body section.services .main-services .parent .plan .plan-info span {
  display: block;
  text-align: center;
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 250%;
  /* or 45px */
  letter-spacing: 0.25em;
  /* text-transform: uppercase; */
  color: #FFFFFF;
}
body section.services .main-services .parent .extra-info {
  transform: scale(0);
  transition: 0.4s all;
  opacity: 0;
  position: absolute;
  width: 374px;
  text-align: center;
  left: -380px;
  top: 0;
  background: linear-gradient(194.67deg, #000000 0%, #333333 100%);
  border-radius: 20px;
}
body section.services .main-services .parent .extra-info .title {
  margin: 0 auto;
  text-align: center;
  width: 280px;
  height: 30px;
  background: #FFAB42;
  border-radius: 0px 0px 20px 20px;
  font-family: "Montserrat-Regular";
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  box-shadow: #ffab42 0px 2px 7px 0px;
  color: #010101;
  margin-bottom: 25px;
}
body section.services .main-services .parent .extra-info ul {
  padding: 0 50px;
  text-align: center;
  list-style-position: inside;
}
body section.services .main-services .parent .extra-info ul li {
  font-weight: 500;
  font-size: 18px;
  line-height: 175%;
  /* or 32px */
  letter-spacing: 0.25em;
  text-transform: uppercase;
  border-bottom: 1px dashed #575757;
  color: #FFFFFF;
  padding: 10px 0;
}
body section.services .main-services .parent .extra-info ul li:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  body section.services .main-services .parent {
    position: relative;
    transform: rotate(0deg) !important;
    left: auto !important;
    right: auto !important;
    margin-top: 20px;
  }
  body section.services .main-services .parent .plan {
    margin: 0 auto;
    float: right;
  }
  body section.services .main-services .parent .extra-info {
    left: -3px;
    width: 312px;
  }
}
@media (max-width: 768px) {
  body section.services {
    padding-top: 190px;
  }
}
body section.contact {
  height: 475px;
  margin: 85px 0;
}
@media (min-width: 1200px) {
  body section.contact .container {
    max-width: 90%;
  }
}
body section.contact header .title {
  position: relative;
  padding-left: 16px;
}
body section.contact header .title h2 {
  font-family: "Segoe UI b";
  font-size: 50px;
  text-transform: uppercase;
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.contact header .title h2 {
    font-size: 30px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.contact header .title h2 {
    font-size: 30px;
  }
}
body section.contact header .title:before {
  position: absolute;
  content: url("../img/contact-border-left.svg");
  left: -127px;
  top: 16px;
}
@media (min-width: 425px) and (max-width: 576px) {
  body section.contact header .title:before {
    left: -122px;
    top: 5px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body section.contact header .title:before {
    left: -122px;
    top: 5px;
  }
}
body section.contact .contact-container {
  padding: 30px;
}
body section.contact .contact-container .form-control {
  border: 1px solid #212529;
}
body section.contact .contact-container textarea {
  resize: none;
  height: 130px;
}
body section.contact .contact-container .bt-con {
  align-items: center;
}
body section.contact .contact-container .bt-con input {
  border: none;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  /* identical to box height */
  text-transform: capitalize;
  -webkit-clip-path: polygon(100% 0, 100% 82%, 96% 100%, 0 100%, 0 18%, 4% 0);
          clip-path: polygon(100% 0, 100% 82%, 96% 100%, 0 100%, 0 18%, 4% 0);
  color: #FFFFFF;
  padding: 18px 38px;
  background: linear-gradient(38.76deg, #FF1E56 2.5%, #FFAC41 94.64%);
  display: inline-block;
  margin: 30px 0;
  transition: all 0.5s;
  height: 64px;
}
body section.contact .contact-container .bt-con input:hover {
  text-decoration: none;
}
body footer {
  padding-top: 86px;
  position: relative;
}
body footer .left {
  left: 0;
  bottom: 0;
  position: absolute;
}
@media (min-width: 769px) {
  body footer .left span {
    display: none;
  }
}
@media (max-width: 1919px) and (min-width: 1600px) {
  body footer .left {
    left: -101px;
  }
}
@media (max-width: 1599px) and (min-width: 1366px) {
  body footer .left {
    left: -116px;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  body footer .left {
    content: "All rights reserved © 2020 | 3 web steps";
    width: 100%;
    background-color: #FF1E56;
    color: #fff;
    height: 150px;
    padding: 64px;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body footer .left {
    content: "All rights reserved © 2020 | 3 web steps";
    width: 100%;
    background-color: #FF1E56;
    color: #fff;
    height: 150px;
    padding: 64px;
  }
}
@media (min-width: 375px) and (max-width: 768px) {
  body footer .left {
    content: "All rights reserved © 2020 | 3 web steps";
    width: 100%;
    background-color: #FF1E56;
    color: #fff;
    height: 150px;
    padding: 64px;
    position: relative;
  }
  body footer .left svg {
    display: none;
  }
}
body footer .right {
  right: 0;
  bottom: 0;
  position: absolute;
}
@media (min-width: 769px) {
  body footer .right span {
    display: none;
  }
}
@media (max-width: 1919px) and (min-width: 1600px) {
  body footer .right {
    right: -101px;
  }
}
@media (max-width: 1599px) and (min-width: 1366px) {
  body footer .right {
    right: -116px;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  body footer .right {
    position: relative;
    content: "3 WEB STEPS";
    text-align: center;
    width: 100%;
    background-color: #FFAC41;
    right: 0;
    left: 0;
    top: 0;
    height: 150px;
    padding: 55px 0;
    color: #fff;
    font-family: "Montserrat-SemiBold";
    font-size: 30px;
  }
  body footer .right svg {
    display: none;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  body footer .right {
    position: relative;
    content: "3 WEB STEPS";
    text-align: center;
    width: 100%;
    background-color: #FFAC41;
    right: 0;
    left: 0;
    top: 0;
    height: 150px;
    padding: 55px 0;
    color: #fff;
    font-family: "Montserrat-SemiBold";
    font-size: 30px;
  }
  body footer .right svg {
    display: none;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  body footer .right {
    position: relative;
    content: "3 WEB STEPS";
    text-align: center;
    width: 100%;
    background-color: #FFAC41;
    right: 0;
    left: 0;
    top: 0;
    height: 150px;
    padding: 55px 0;
    color: #fff;
    font-family: "Montserrat-SemiBold";
    font-size: 30px;
  }
  body footer .right svg {
    display: none;
  }
}
@media (min-width: 1367px) {
  body footer .container {
    max-width: 90%;
  }
}
body footer hr {
  padding: 20px 0;
  border-top: 1px solid #110004;
}
body footer .jump h4 {
  font-family: "Montserrat-SemiBold";
  color: #110004;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 26px;
}
body footer .jump h4:before {
  position: absolute;
  content: "";
  width: 148px;
  height: 1px;
  bottom: -10px;
  background-color: #110004;
}
body footer .jump ul {
  display: inline-block;
  float: left;
  margin: 0 57px 0 0;
}
body footer .jump ul li {
  padding: 7.5px 0;
}
body footer .jump ul li a {
  text-transform: capitalize;
  color: #110004;
  font-size: 16px;
  font-family: "Montserrat-Medium";
}
body footer .jump ul li a:hover {
  text-decoration: none;
}
body a:not([href]):hover {
  color: #FFAC41;
  cursor: pointer;
}
body.dark {
  background-color: #000;
  color: #fff;
}
body.dark h1, body.dark h2, body.dark h3, body.dark h4, body.dark h5, body.dark h6 {
  font-family: "Montserrat-SemiBold";
  color: #fff;
}
body.dark .pc-navbar .logo h2 {
  color: #fff;
}
body.dark .pc-navbar .logo:after {
  content: url(../img/left-dark.svg);
}
body.dark .pc-navbar .custom-nav ul li {
  cursor: pointer;
}
body.dark .pc-navbar .custom-nav ul li a {
  color: #fff;
}
body.dark .pc-navbar .custom-nav ul li a:after {
  background-color: #fff;
}
body.dark .pc-navbar .custom-nav ul li.active a:after {
  background-color: #fff;
}
body.dark header .info h2 {
  color: #fff;
}
body.dark header .info h2 span {
  background-color: #fff;
  color: #110004;
}
body.dark header .info a {
  background-color: #fff;
}
body.dark section.marketing .content .title > h2 span {
  border-bottom: 2px solid #fff;
}
body.dark section.marketing .content .seo-cont {
  background-color: #000;
  color: #fff;
}
body.dark section.marketing .content .seo-cont:hover {
  box-shadow: rgba(255, 255, 255, 0.6901960784) 0px 0px 16px;
}
body.dark section.marketing .content .seo-cont .seo-icon i {
  color: #fff;
}
body.dark section.portfolio .tabs div h2 {
  color: #fff;
}
body.dark svg.phone .body, body.dark svg.phone .screen, body.dark svg.phone .button, body.dark svg.phone .speaker, body.dark svg.phone .pcstand {
  stroke: white !important;
}
body.dark path#Path_61, body.dark #Path_62, body.dark #Path_63, body.dark #Rectangle_38, body.dark #Rectangle_44 {
  stroke: white;
}/*# sourceMappingURL=style.css.map */