@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/* Color system */
/* Transition */
/* Font Family */
/* Font Size */
/* Media Query Break Point START */
/* Media Query Break Point START */
/* Media Query Break Point END */
@font-face {
  font-family: "Gilroy";
  src: url(../../../../fonts/Gilroy-Light.eot?8d40ad099383435fbabdb7fc02232429);
  src: url(../../../../fonts/Gilroy-Light.eot?8d40ad099383435fbabdb7fc02232429?#iefix) format("embedded-opentype"), url(../../../../fonts/Gilroy-Light.woff2?5c8fcbb190356d210497d09a2b27041b) format("woff2"), url(../../../../fonts/Gilroy-Light.woff?fb207768910c4428dcca0f5da69e1fff) format("woff"), url(../../../../fonts/Gilroy-Light.ttf?23fe58113ca4edb8476012ea66f85086) format("truetype"), url(../../../../fonts/Gilroy-Light.svg?7dd46c197aa491c4e3efda25b205b343#Gilroy-Light) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../../../../fonts/Gilroy-Bold.eot?b3dd403498becd55fdaa45de8bb26179);
  src: url(../../../../fonts/Gilroy-Bold.eot?b3dd403498becd55fdaa45de8bb26179?#iefix) format("embedded-opentype"), url(../../../../fonts/Gilroy-Bold.woff2?b4d51fcb0635baf0ce311abd359fbeac) format("woff2"), url(../../../../fonts/Gilroy-Bold.woff?18b6935ae29df813ae66c4cdf50bfcb6) format("woff"), url(../../../../fonts/Gilroy-Bold.ttf?cd081bc32bfd24c560fb106b369b32dd) format("truetype"), url(../../../../fonts/Gilroy-Bold.svg?ea1ca504d3e27918019bcc1d38da0fd6#Gilroy-Bold) format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../../../../fonts/Gilroy-Heavy.eot?1a131d8a53a2333829608e6b1c279da1);
  src: url(../../../../fonts/Gilroy-Heavy.eot?1a131d8a53a2333829608e6b1c279da1?#iefix) format("embedded-opentype"), url(../../../../fonts/Gilroy-Heavy.woff2?eeeda9460116b557c5847c60b073da7a) format("woff2"), url(../../../../fonts/Gilroy-Heavy.woff?3774a62a9af52e2f6cbd962fe71205ae) format("woff"), url(../../../../fonts/Gilroy-Heavy.ttf?611ba9e6d844990098a312df7b7c4962) format("truetype"), url(../../../../fonts/Gilroy-Heavy.svg?05754be15fca72b4df6612b88be38bb0#Gilroy-Heavy) format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../../../../fonts/Gilroy-Regular.eot?e7b5fc3c3027fe5141584452362abaed);
  src: url(../../../../fonts/Gilroy-Regular.eot?e7b5fc3c3027fe5141584452362abaed?#iefix) format("embedded-opentype"), url(../../../../fonts/Gilroy-Regular.woff2?ad41c2b3052d98f00ca41423f013e2bb) format("woff2"), url(../../../../fonts/Gilroy-Regular.woff?8473620bef285892aaeccda591522947) format("woff"), url(../../../../fonts/Gilroy-Regular.ttf?480cd7a722f03ad05eba2fce0155cbe1) format("truetype"), url(../../../../fonts/Gilroy-Regular.svg?adc11ef94a9297939509a8b2d978f5ac#Gilroy-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../../../../fonts/Gilroy-Medium.eot?3bd170fba796560827f81a3b9ecb5b83);
  src: url(../../../../fonts/Gilroy-Medium.eot?3bd170fba796560827f81a3b9ecb5b83?#iefix) format("embedded-opentype"), url(../../../../fonts/Gilroy-Medium.woff2?42ebd73916ae2777e0517a57f1580fc4) format("woff2"), url(../../../../fonts/Gilroy-Medium.woff?3a66d0180116643380b8240d0c107387) format("woff"), url(../../../../fonts/Gilroy-Medium.ttf?673abb5fdf1b48f95679d8d695f42d7f) format("truetype"), url(../../../../fonts/Gilroy-Medium.svg?51d107d1b315c72fc9dbbcd39c51fdfc#Gilroy-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html, body {
  overflow-x: hidden;
  background-color: #020311;
}

body {
  background-color: #020311;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 400;
  transition: 0.3s all ease-in-out;
  font-family: "Gilroy";
  position: relative;
}

.container-outer {
  transition: 0.3s all ease-in-out;
}
@media only screen and (min-width:1320px) {
  .container-outer {
    max-width: 1280px;
  }
}

.form-control {
  box-shadow: none !important;
  outline: none !important;
}

a {
  outline: none !important;
}
a:hover {
  text-decoration: none;
}

.body-overlay-bg {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: #020311;
  opacity: 85%;
  z-index: 3;
  display: none;
}
@media only screen and (min-width:992px) {
  .body-overlay-bg {
    display: none !important;
  }
}

img {
  max-width: 100%;
}

.section-small-heading {
  background: #ff0793;
  background: linear-gradient(to right, #ff0793 0%, #ffab53 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff0793", endColorstr="#ffab53",GradientType=1 );
  padding: 9px 15px 9px 16px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.4px;
  display: inline-flex;
  align-items: center;
  border-radius: 50rem;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
.section-small-heading svg {
  margin-right: 5px;
  transition: 0.3s all ease-in-out;
}

.section-small-heading-white {
  background-color: #FFFFFF;
  padding: 9px 15px 9px 16px;
  color: #FF0793;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.4px;
  display: inline-flex;
  align-items: center;
  border-radius: 50rem;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
.section-small-heading-white svg {
  margin-right: 5px;
  transition: 0.3s all ease-in-out;
}
.section-small-heading-white svg path {
  background: #ff0793;
  background: linear-gradient(to right, #ff0793 0%, #ffab53 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff0793", endColorstr="#ffab53",GradientType=1 );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-heading {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -1.5px;
  color: #FFFFFF;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .section-heading {
    font-size: 36px;
    line-height: 42px;
  }
}

.primary-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50rem;
  height: 72px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  width: 100%;
  padding: 5px 22px;
  background: #ff0793;
  background: linear-gradient(to right, #ff0793 0%, #ffab53 50%, #ff0793 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff0793", endColorstr="#ff0793",GradientType=1 );
  background-size: 200% auto;
  color: #FFFFFF;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.primary-btn:hover {
  color: #FFFFFF;
  background-position: right center;
}

.btn.switch-btn:hover {
  color: #000000;
}

.btn-toggle.switch-btn {
  margin: 0 8rem;
  padding: 0;
  position: relative;
  border: none;
  height: 36px;
  width: 64px;
  border-radius: 20px;
  color: #000000;
  background: #FFFFFF;
  box-shadow: 0 10px 20px rgba(20, 45, 65, 0.08);
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 400px) {
  .btn-toggle.switch-btn {
    margin: 0 6rem;
    height: 30px;
    width: 54px;
  }
}
.btn-toggle.switch-btn:focus, .btn-toggle.switch-btn.focus, .btn-toggle.switch-btn:focus.active, .btn-toggle.switch-btn.focus.active {
  outline: none;
  box-shadow: none;
}
.btn-toggle.switch-btn:before, .btn-toggle.switch-btn:after {
  line-height: 1.5rem;
  width: 8rem;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.25s;
  white-space: nowrap;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 400px) {
  .btn-toggle.switch-btn:before, .btn-toggle.switch-btn:after {
    width: 6rem;
    font-size: 13px;
  }
}
.btn-toggle.switch-btn:before {
  content: "Bill Monthly";
  left: -8rem;
  opacity: 1;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 400px) {
  .btn-toggle.switch-btn:before {
    left: -6rem;
  }
}
.btn-toggle.switch-btn:after {
  content: "Bill Annually";
  right: -8rem;
  opacity: 0.5;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 400px) {
  .btn-toggle.switch-btn:after {
    right: -6rem;
  }
}
.btn-toggle.switch-btn > .handle {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(to left, #ff0793 0%, #ffab53 100%);
  transition: left 0.25s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 400px) {
  .btn-toggle.switch-btn > .handle {
    top: 4px;
    left: 4px;
    width: 22px;
    height: 22px;
  }
}
.btn-toggle.switch-btn.active {
  background-color: #FFFFFF;
  transition: background-color 0.25s;
}
.btn-toggle.switch-btn.active > .handle {
  background: #ff0793;
  background: linear-gradient(to right, #ff0793 0%, #ffab53 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff0793", endColorstr="#ffab53",GradientType=1 );
  left: 33px;
  transition: left 0.25s;
}
@media only screen and (max-width: 400px) {
  .btn-toggle.switch-btn.active > .handle {
    left: 26px;
  }
}
.btn-toggle.switch-btn.active:before {
  opacity: 0.5;
}
.btn-toggle.switch-btn.active:after {
  opacity: 1;
}

.section-white-switch-btn-block {
  margin-bottom: 32px;
}
.section-white-switch-btn-block .plan-upgrade-switch-box {
  position: relative;
  display: inline-flex;
}
.section-white-switch-btn-block .plan-upgrade-switch-box .switch-btn.btn-toggle {
  color: #FFFFFF;
}
.section-white-switch-btn-block .plan-upgrade-switch-box .switch-btn.btn-toggle:before {
  opacity: 1;
}
.section-white-switch-btn-block .plan-upgrade-switch-box .switch-btn.btn-toggle:after {
  opacity: 0.5;
}
.section-white-switch-btn-block .plan-upgrade-switch-box .switch-btn.btn-toggle.active:before {
  opacity: 0.5;
}
.section-white-switch-btn-block .plan-upgrade-switch-box .switch-btn.btn-toggle.active:after {
  opacity: 1;
}
.section-white-switch-btn-block .plan-upgrade-switch-box .offer-text {
  position: absolute;
  right: 0;
  top: 30px;
  color: #FFE99B;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 400px) {
  .section-white-switch-btn-block .plan-upgrade-switch-box .offer-text {
    right: -3px;
    top: 25px;
    font-size: 13px;
  }
}

.top-graphic-block {
  pointer-events: none;
}
.top-graphic-block img {
  position: absolute;
  max-width: 100%;
}
.top-graphic-block img.pattern-graphic {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.top-graphic-block img.gradient-graphic1 {
  top: -199px;
  left: 0;
}

header .header-main {
  height: 88px;
  border-bottom: 1px solid rgba(231, 231, 231, 0.1);
}
header .header-main .navbar {
  padding: 16px 0;
}
header .header-main .navbar .logo-block {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (min-width:992px) {
  header .header-main .navbar .logo-block {
    width: 50%;
  }
}
header .header-main .navbar .logo-block .header-mobile-right {
  display: flex;
  align-items: center;
}
@media only screen and (min-width:992px) {
  header .header-main .navbar .logo-block .header-mobile-right {
    display: none;
  }
}
header .header-main .navbar .header-logo img {
  max-width: 132px;
}
header .header-main .navbar .navbar-toggler {
  position: relative;
  z-index: 5;
}
header .header-main .navbar .navbar-toggler.open .menu-icon {
  display: none;
}
header .header-main .navbar .navbar-toggler.open .close-icon {
  display: inline-flex;
}
header .header-main .navbar .navbar-toggler svg.close-icon {
  display: none;
  height: 24px;
  width: 24px;
  margin-right: -5px;
  margin-top: 2px;
}
@media only screen and (max-width: 991px) {
  header .header-main .navbar .navbar-collapse.home-navbar-collapse {
    position: fixed;
    top: 0;
    left: -307px;
    z-index: 9;
    background-color: #0e111e;
    height: 100% !important;
    min-width: 307px;
    max-width: 307px;
    transition: 0.3s all ease-in-out;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 0 5px rgba(231, 231, 231, 0.3);
  }
}
@media only screen and (max-width: 400px) {
  header .header-main .navbar .navbar-collapse.home-navbar-collapse {
    min-width: 270px;
    max-width: 270px;
    left: -270px;
  }
}
@media only screen and (max-width: 991px) {
  header .header-main .navbar .navbar-collapse.home-navbar-collapse.show {
    left: 0 !important;
  }
}
header .header-main .navbar .navbar-collapse .navbar-nav {
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 991px) {
  header .header-main .navbar .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 30px;
    order: 2;
  }
}
header .header-main .navbar .navbar-collapse .navbar-nav .nav-item {
  position: relative;
}
@media only screen and (min-width:992px) {
  header .header-main .navbar .navbar-collapse .navbar-nav .nav-item:not(:last-child) {
    margin-right: 4px;
  }
}
@media only screen and (min-width:992px) {
  header .header-main .navbar .navbar-collapse .navbar-nav .nav-item:not(:last-child):before {
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: #9FA4AA;
    position: absolute;
    top: 50%;
    right: -4px;
    transform: translateY(-50%);
    transition: 0.3s all ease-in-out;
  }
}
@media only screen and (min-width:992px) {
  header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, header .header-main .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
    background: #ff0793;
    background: linear-gradient(to right, #ff0793 0%, #ffab53 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff0793", endColorstr="#ffab53",GradientType=1 );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}
@media only screen and (max-width: 991px) {
  header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, header .header-main .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
    background-color: rgba(231, 231, 231, 0.1);
  }
}
@media only screen and (max-width: 991px) {
  header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link:before, header .header-main .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link:before {
    opacity: 1;
    visibility: visible;
  }
}
header .header-main .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  transition: 0.3s all ease-in-out;
  color: #FFFFFF;
  padding: 5px 16px;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 991px) {
  header .header-main .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
header .header-main .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:before {
  content: "";
  height: 100%;
  width: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background: #ff0793;
  background: linear-gradient(to right, #ff0793 0%, #ffab53 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff0793", endColorstr="#ffab53",GradientType=1 );
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
}
header .header-main .navbar .navbar-collapse .header-btn-block {
  width: 100%;
  padding: 0 16px;
}
header .header-main .navbar .navbar-collapse .header-btn-block.order-1 {
  padding-bottom: 16px;
  padding-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(231, 231, 231, 0.1);
}
header .header-main .navbar .navbar-collapse .header-btn-block.order-1 .header-user-info-dropdown .header-user-info-block .user-img-box {
  margin-right: 15px;
}
header .header-main .navbar .navbar-collapse .header-btn-block.order-1 .header-user-info-dropdown .header-user-info-block .user-img-box img {
  min-width: 40px;
}
header .header-main .navbar .navbar-collapse .header-btn-block.order-1 .header-user-info-dropdown .header-user-info-block .user-info-box .user-name {
  font-size: 16px;
}
header .header-main .navbar .navbar-collapse .header-btn-block.order-1 .header-user-info-dropdown .header-user-info-block .user-info-box .user-mail {
  font-size: 14px;
}
header .header-main .navbar .navbar-collapse .header-btn-block .primary-btn {
  width: 100%;
  height: 48px;
}
header .header-main .navbar .header-btn-block {
  min-height: 56px;
  align-items: center;
}
@media only screen and (min-width:992px) {
  header .header-main .navbar .header-btn-block {
    width: 50%;
  }
}
header .header-main .navbar .header-btn-block .primary-btn {
  height: 56px;
  width: 167px;
  margin-left: auto;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  header .header-main .navbar .header-btn-block .primary-btn {
    height: 48px;
  }
}

.header-user-info-dropdown {
  margin-left: auto;
}
.header-user-info-dropdown .header-user-info-block {
  cursor: pointer;
}
.header-user-info-dropdown .header-user-info-block .user-img-box {
  margin-right: 15px;
}
.header-user-info-dropdown .header-user-info-block .user-img-box img {
  min-width: 40px;
}
.header-user-info-dropdown .header-user-info-block .user-info-box {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
}
.header-user-info-dropdown .header-user-info-block .user-info-box .user-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  transition: 0.3s all ease-in-out;
}
.header-user-info-dropdown .header-user-info-block .user-info-box .user-mail {
  font-size: 12px;
}
.header-user-info-dropdown .dropdown-menu {
  top: 64px;
  right: 0;
  left: auto;
  width: 160px;
  border-radius: 0.475rem;
  background-color: #161724;
  box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
  padding: 13px 0;
  margin-top: 0;
}
.header-user-info-dropdown .dropdown-menu .dropdown-item {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  background-color: transparent;
}
.header-user-info-dropdown .dropdown-menu .dropdown-item:hover {
  background: #ff0793;
  background: linear-gradient(to right, #ff0793 0%, #ffab53 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff0793", endColorstr="#ffab53",GradientType=1 );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.main-bnr-section {
  padding: 134px 0 90px;
  position: relative;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .main-bnr-section {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .main-bnr-section {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .main-bnr-section {
    padding-top: 50px;
  }
}
.main-bnr-section .main-bnr-block {
  position: relative;
  transition: 0.3s all ease-in-out;
}
.main-bnr-section .main-bnr-block:before {
  content: "";
  background-image: url(../../../../images/semicircle-graphic.svg?f292a30b6eb5ebb9d9974652f0b93ac0);
  background-repeat: no-repeat;
  position: absolute;
  top: 0%;
  right: 100%;
  height: 211px;
  width: 166px;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 1599px) {
  .main-bnr-section .main-bnr-block:before {
    right: auto;
    left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .main-bnr-section .main-bnr-block:before {
    left: -30px;
  }
}
@media only screen and (max-width: 991px) {
  .main-bnr-section .main-bnr-block:before {
    left: -15%;
  }
}
.main-bnr-section .main-bnr-block > * {
  position: relative;
}
.main-bnr-section .main-bnr-block .title {
  font-weight: 700;
  font-size: 64px;
  line-height: 72px;
  text-align: center;
  letter-spacing: -1.5px;
  margin-bottom: 16px;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 991px) {
  .main-bnr-section .main-bnr-block .title {
    font-size: 50px;
    line-height: 60px;
  }
}
.main-bnr-section .main-bnr-block .short-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  transition: 0.3s all ease-in-out;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.main-bnr-section .main-bnr-block .primary-btn {
  display: inline-flex;
  width: 222px;
  height: 64px;
  letter-spacing: -0.325px;
  margin-bottom: 90px;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 991px) {
  .main-bnr-section .main-bnr-block .primary-btn {
    margin-bottom: 50px;
    height: 48px;
  }
}
.main-bnr-section .main-bnr-block .bnr-img-box {
  position: relative;
  transition: 0.3s all ease-in-out;
}
.main-bnr-section .main-bnr-block .bnr-img-box:before {
  content: "";
  height: 54px;
  width: 54px;
  border-radius: 50%;
  background-color: #FEDB41;
  position: absolute;
  top: 0;
  right: -30px;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .main-bnr-section .main-bnr-block .bnr-img-box:before {
    right: -70px;
  }
}
@media only screen and (max-width: 767px) {
  .main-bnr-section .main-bnr-block .bnr-img-box:before {
    right: 5%;
    top: -5%;
  }
}
.main-bnr-section .main-bnr-block .bnr-img-box .img-box, .main-bnr-section .main-bnr-block .bnr-img-box .video-box {
  max-height: 608px;
  max-width: 927px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-radius: 47px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s all ease-in-out;
}
.main-bnr-section .main-bnr-block .bnr-img-box .img-box .overlay-icon-box, .main-bnr-section .main-bnr-block .bnr-img-box .video-box .overlay-icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 1199px) {
  .main-bnr-section .main-bnr-block .bnr-img-box .img-box .overlay-icon-box, .main-bnr-section .main-bnr-block .bnr-img-box .video-box .overlay-icon-box {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
.main-bnr-section .main-bnr-block .bnr-img-box .img-box .overlay-icon-box svg, .main-bnr-section .main-bnr-block .bnr-img-box .video-box .overlay-icon-box svg {
  padding-left: 5px;
}

.feature-section {
  padding: 90px 0 63px;
  position: relative;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 991px) {
  .feature-section {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .feature-section {
    padding-top: 50px;
  }
}
.feature-section .feature-block {
  position: relative;
  text-align: center;
  padding: 64px 0 88px;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 991px) {
  .feature-section .feature-block {
    padding-bottom: 64px;
  }
}
.feature-section .feature-block:before {
  content: "";
  position: absolute;
  top: 60px;
  right: -100px;
  background-image: url(../../../../images/tricone-graphic.svg?0975de669ad3e52f703f9a69988301de);
  background-repeat: no-repeat;
  height: 72px;
  width: 82px;
  transition: 0.3s all ease-in-out;
  pointer-events: none;
}
@media only screen and (max-width: 1400px) {
  .feature-section .feature-block:before {
    right: -50px;
  }
}
@media only screen and (max-width: 1320px) {
  .feature-section .feature-block:before {
    right: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .feature-section .feature-block:before {
    right: -50px;
  }
}
.feature-section .feature-block .bg-color-block {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(208, 237, 245, 0.06);
  border-radius: 16px;
  max-width: 75%;
  transform: translateX(-50%);
  transition: 0.3s all ease-in-out;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .feature-section .feature-block .bg-color-block {
    max-width: 100%;
  }
}
.feature-section .feature-block .bg-color-block:before {
  content: "";
  background-image: url(../../../../images/s-graphic.svg?dc751e2e33a663904350ed9074bcb8d3);
  background-repeat: no-repeat;
  width: 301px;
  height: 100%;
  position: absolute;
  top: -20px;
  left: 30px;
  pointer-events: none;
}
.feature-section .feature-block .bg-color-block:after {
  content: "";
  background-image: url(../../../../images/c-graphic.svg?ebbf9f7533d2f39360b09093147b44d4);
  background-repeat: no-repeat;
  width: 353px;
  height: 100%;
  position: absolute;
  top: -20px;
  right: -60px;
  pointer-events: none;
}
.feature-section .feature-block .section-small-heading {
  margin-bottom: 12px;
}
.feature-section .feature-block .section-heading {
  margin-bottom: 64px;
}
@media only screen and (max-width: 1199px) {
  .feature-section .feature-block .section-heading {
    margin-bottom: 40px;
  }
}
.feature-section .feature-block .feature-grid-block {
  max-width: 92%;
  margin: 0 auto;
  transition: 0.3s all ease-in-out;
}
.feature-section .feature-block .feature-grid-block .grid-col:nth-child(1) .feature-box .icon-box {
  background-color: #FFEBE0;
}
.feature-section .feature-block .feature-grid-block .grid-col:nth-child(2) .feature-box .icon-box {
  background-color: #EDF5FF;
}
.feature-section .feature-block .feature-grid-block .grid-col:nth-child(3) .feature-box .icon-box {
  background-color: #EBFFF3;
}
.feature-section .feature-block .feature-grid-block .grid-col .feature-box {
  padding: 35px 24px;
  border-radius: 16px;
  height: 100%;
  background: linear-gradient(323.25deg, #1E2038 2.94%, rgba(30, 32, 56, 0.49) 97.05%);
  transition: 0.3s all ease-in-out;
}
.feature-section .feature-block .feature-grid-block .grid-col .feature-box .icon-box {
  height: 55px;
  width: 55px;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  transition: 0.3s all ease-in-out;
}
.feature-section .feature-block .feature-grid-block .grid-col .feature-box .feature-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 8px;
  transition: 0.3s all ease-in-out;
}
.feature-section .feature-block .feature-grid-block .grid-col .feature-box .feature-content {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  transition: 0.3s all ease-in-out;
  color: #A9B3BE;
}

.content-image-section {
  position: relative;
  transition: 0.3s all ease-in-out;
}
.content-image-section:before {
  content: "";
  background-image: url(../../../../images/gradient-graphic3.svg?78c766a8574dbba73ed76234cdde13af);
  background-repeat: no-repeat;
  position: absolute;
  top: -200px;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  mix-blend-mode: hard-light;
  pointer-events: none;
}
.content-image-section .content-image-block {
  padding: 78px 0;
  position: relative;
  transition: 0.3s all ease-in-out;
}
@media only screen and (min-width:768px) {
  .content-image-section .content-image-block {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width:1200px) {
  .content-image-section .content-image-block {
    margin-bottom: 160px;
  }
}
@media only screen and (max-width: 1199px) {
  .content-image-section .content-image-block {
    padding: 50px 0;
  }
}
.content-image-section .content-image-block.box1 .content-col:before {
  content: "";
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border-top-right-radius: 0;
  background-color: #FFCA41;
  position: absolute;
  left: 100px;
  bottom: -200px;
  pointer-events: none;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .content-image-section .content-image-block.box1 .content-col:before {
    height: 80px;
    width: 80px;
    bottom: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .content-image-section .content-image-block.box1 .content-col:before {
    height: 60px;
    width: 60px;
    bottom: auto;
    top: -60px;
    left: auto;
    right: 60px;
  }
}
.content-image-section .content-image-block.box2 .content-col:before {
  content: "";
  background-image: url(../../../../images/semicircle-graphic.svg?f292a30b6eb5ebb9d9974652f0b93ac0);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -100px;
  right: 70px;
  height: 211px;
  width: 116px;
  transform: rotateY(180deg);
  transition: 0.3s all ease-in-out;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .content-image-section .content-image-block.box2 .content-col:before {
    height: 150px;
    width: 80px;
    top: -80px;
  }
}
.content-image-section .content-image-block.box3 .content-col:before {
  content: "";
  background-image: url(../../../../images/tricone-graphic-yellow.svg?6f376c2b9dfc7bbdd2c1036e17391593);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -140px;
  right: 70px;
  height: 72px;
  width: 82px;
  transition: 0.3s all ease-in-out;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .content-image-section .content-image-block.box3 .content-col:before {
    top: -80px;
  }
}
@media only screen and (max-width: 767px) {
  .content-image-section .content-image-block.box3 .content-col:before {
    height: 60px;
    width: 60px;
    top: -60px;
  }
}
.content-image-section .content-image-block:first-child .content-col .content-box {
  padding-right: 25%;
}
@media only screen and (max-width: 1199px) {
  .content-image-section .content-image-block:first-child .content-col .content-box {
    padding-right: 0;
  }
}
.content-image-section .content-image-block:nth-child(2n+1):before {
  right: -57%;
}
@media only screen and (min-width:768px) {
  .content-image-section .content-image-block:nth-child(2n+1) .content-col {
    order: 1;
  }
}
.content-image-section .content-image-block:nth-child(2n+1) .content-col .content-box {
  padding-right: 13%;
}
@media only screen and (max-width: 1199px) {
  .content-image-section .content-image-block:nth-child(2n+1) .content-col .content-box {
    padding-right: 0;
  }
}
.content-image-section .content-image-block:nth-child(2n+1) .image-col {
  order: 2;
}
.content-image-section .content-image-block:nth-child(2n):before {
  left: -57%;
}
@media only screen and (min-width:768px) {
  .content-image-section .content-image-block:nth-child(2n) .content-col {
    order: 2;
  }
}
.content-image-section .content-image-block:nth-child(2n) .content-col .content-box {
  padding-left: 10%;
}
@media only screen and (max-width: 1199px) {
  .content-image-section .content-image-block:nth-child(2n) .content-col .content-box {
    padding-left: 0;
  }
}
.content-image-section .content-image-block:nth-child(2n) .image-col {
  order: 1;
}
.content-image-section .content-image-block:before {
  content: "";
  height: 100%;
  width: 90%;
  position: absolute;
  top: 0;
  background: linear-gradient(323.25deg, #1E2038 2.94%, rgba(30, 32, 56, 0.49) 97.05%);
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 767px) {
  .content-image-section .content-image-block:before {
    display: none;
  }
}
.content-image-section .content-image-block .content-col {
  position: relative;
}
.content-image-section .content-image-block .content-col .content-box .section-small-heading {
  margin-bottom: 16px;
}
.content-image-section .content-image-block .content-col .content-box .section-heading {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .content-image-section .content-image-block .content-col .content-box .section-heading {
    margin-bottom: 20px;
  }
}
.content-image-section .content-image-block .content-col .content-box .content-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  transition: 0.3s all ease-in-out;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.content-image-section .content-image-block .image-col {
  position: relative;
}
.content-image-section .content-image-block .image-col .image-box img {
  border-radius: 5px;
  box-shadow: 0 4px 50px 10px rgba(0, 0, 0, 0.25);
}

.pricing-section {
  position: relative;
}
.pricing-section .pricing-block {
  padding: 56px 56px;
  text-align: center;
  border-radius: 24px;
  box-shadow: 0px 40px 100px rgba(8, 15, 21, 0.0529529);
  margin-bottom: 80px;
  transition: 0.3s all ease-in-out;
  background: #ff0793;
  background: linear-gradient(to right, #ff0793 0%, #ffab53 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff0793", endColorstr="#ffab53",GradientType=1 );
}
@media only screen and (min-width:1200px) {
  .pricing-section .pricing-block {
    margin-bottom: 160px;
    padding: 56px 80px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-section .pricing-block {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 420px) {
  .pricing-section .pricing-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pricing-section .section-heading {
  margin-bottom: 16px;
}
.pricing-section .pricing-col .pricing-card-box {
  border: 2px solid #FFFFFF;
  border-radius: 16px;
  padding: 24px;
  text-align: left;
  color: #FFFFFF;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.3s all ease-in-out;
}
.pricing-section .pricing-col .pricing-card-box:hover {
  background-color: #FFFFFF;
  color: #000000;
}
.pricing-section .pricing-col .pricing-card-box:hover .heading-box {
  border-bottom-color: rgba(0, 0, 0, 0.6);
}
.pricing-section .pricing-col .pricing-card-box:hover ul.plan-usp-box li .icon-box {
  background: #ff0793;
  background: linear-gradient(to right, #ff0793 0%, #ffab53 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff0793", endColorstr="#ffab53",GradientType=1 );
  transition: inherit !important;
}
.pricing-section .pricing-col .pricing-card-box:hover ul.plan-usp-box li .icon-box svg path {
  fill: #FFFFFF;
}
.pricing-section .pricing-col .pricing-card-box:hover .usp-btn {
  background: #ff0793;
  background: linear-gradient(to right, #ff0793 0%, #ffab53 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff0793", endColorstr="#ffab53",GradientType=1 );
  transition: inherit !important;
  color: #FFFFFF;
}
.pricing-section .pricing-col .pricing-card-box .heading-box {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 22px;
}
.pricing-section .pricing-col .pricing-card-box .heading-box .heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
  display: block;
}
.pricing-section .pricing-col .pricing-card-box .heading-box p {
  font-family: "Poppins", sans-serif;
}
.pricing-section .pricing-col .pricing-card-box .heading-box .plan-amount strong {
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}
.pricing-section .pricing-col .pricing-card-box .heading-box .plan-amount span {
  font-size: 16px;
  font-weight: 400;
}
.pricing-section .pricing-col .pricing-card-box ul.plan-usp-box {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 6px;
}
.pricing-section .pricing-col .pricing-card-box ul.plan-usp-box li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.pricing-section .pricing-col .pricing-card-box ul.plan-usp-box li .icon-box {
  height: 20px;
  width: 20px;
  min-width: 20px;
  border-radius: 50%;
  background: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.pricing-section .pricing-col .pricing-card-box ul.plan-usp-box li span {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.pricing-section .pricing-col .pricing-card-box .usp-btn {
  text-align: center;
  height: 56px;
  width: 100%;
  border-radius: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  background-color: #FFFFFF;
  letter-spacing: -0.325px;
  margin-top: auto;
}
@media only screen and (max-width: 991px) {
  .pricing-section .pricing-col .pricing-card-box .usp-btn {
    height: 48px;
  }
}

.verified-user-section {
  position: relative;
  background-color: rgba(208, 237, 245, 0.06);
  padding: 112px 0 170px;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .verified-user-section {
    padding: 80px 0 100px;
  }
}
@media only screen and (max-width: 991px) {
  .verified-user-section {
    padding: 80px 0 90px;
  }
}
.verified-user-section:before {
  content: "";
  background-image: url(../../../../images/s-graphic.svg?dc751e2e33a663904350ed9074bcb8d3);
  background-repeat: no-repeat;
  height: 524px;
  width: 301px;
  position: absolute;
  top: -10px;
  left: 30px;
  transition: 0.3s all ease-in-out;
  pointer-events: none;
}
.verified-user-section .content-col .content-box .section-small-heading {
  margin-bottom: 12px;
}
.verified-user-section .content-col .content-box .section-heading {
  margin-bottom: 56px;
}
@media only screen and (max-width: 1199px) {
  .verified-user-section .content-col .content-box .section-heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .verified-user-section .content-col .content-box .section-heading {
    margin-bottom: 30px;
  }
}
.verified-user-section .content-col .content-box ul li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.verified-user-section .content-col .content-box ul li .icon-box {
  height: 20px;
  width: 20px;
  min-width: 20px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  background: #ff0793;
  background: linear-gradient(to right, #ff0793 0%, #ffab53 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff0793", endColorstr="#ffab53",GradientType=1 );
}
.verified-user-section .content-col .content-box ul li span {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.verified-user-section .image-col .image-box {
  position: relative;
  text-align: right;
  display: inline-block;
}
@media only screen and (max-width: 575px) {
  .verified-user-section .image-col .image-box {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .verified-user-section .image-col .image-box {
    margin-right: 15px;
  }
}
.verified-user-section .image-col .image-box img.clickup-badge-img {
  position: absolute;
  bottom: -60px;
  right: -60px;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 991px) {
  .verified-user-section .image-col .image-box img.clickup-badge-img {
    bottom: -40px;
    right: -40px;
    max-height: 160px;
  }
}
@media only screen and (max-width: 480px) {
  .verified-user-section .image-col .image-box img.clickup-badge-img {
    bottom: -30px;
    right: -30px;
    max-height: 120px;
  }
}

.extended-feature-section {
  padding: 120px 0 150px;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .extended-feature-section {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 991px) {
  .extended-feature-section {
    padding: 80px 0;
  }
}
.extended-feature-section .heading-block .section-small-heading {
  margin-bottom: 24px;
}
.extended-feature-section .heading-block .section-heading {
  max-width: 60%;
  margin: 0 auto 64px;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .extended-feature-section .heading-block .section-heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .extended-feature-section .heading-block .section-heading {
    margin-bottom: 30px;
  }
}
.extended-feature-section .extended-feature-col .extended-feature-card {
  padding: 24px;
  border-radius: 16px;
  background: linear-gradient(323.25deg, #1E2038 2.94%, rgba(30, 32, 56, 0.49) 97.05%);
  height: 100%;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 991px) {
  .extended-feature-section .extended-feature-col .extended-feature-card {
    text-align: center;
  }
}
.extended-feature-section .extended-feature-col .extended-feature-card .img-box {
  margin-bottom: 24px;
  max-height: 221px;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
.extended-feature-section .extended-feature-col .extended-feature-card .img-box img {
  border-radius: 8px;
}
.extended-feature-section .extended-feature-col .extended-feature-card .content-box {
  max-width: 80%;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 991px) {
  .extended-feature-section .extended-feature-col .extended-feature-card .content-box {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  .extended-feature-section .extended-feature-col .extended-feature-card .content-box {
    max-width: 100%;
  }
}
.extended-feature-section .extended-feature-col .extended-feature-card .content-box .heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  margin-bottom: 16px;
  transition: 0.3s all ease-in-out;
}
.extended-feature-section .extended-feature-col .extended-feature-card .content-box .desc {
  color: #A9B3BE;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.testimonial-slider-section {
  position: relative;
}
.testimonial-slider-section:before {
  content: "";
}
.testimonial-slider-section .testimonial-slider-block {
  margin-bottom: 150px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-slider-section .testimonial-slider-block {
    margin-bottom: 100px;
  }
}
.testimonial-slider-section .testimonial-slider-block .testimonial-heading {
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-slider-section .testimonial-slider-block .testimonial-heading {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
.testimonial-slider-section .testimonial-slider-block .testimonial-slider.owl-carousel .owl-stage-outer {
  overflow: inherit;
}
.testimonial-slider-section .testimonial-slider-block .testimonial-slider .owl-nav {
  display: flex;
  align-items: center;
}
@media only screen and (min-width:768px) {
  .testimonial-slider-section .testimonial-slider-block .testimonial-slider .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-slider-section .testimonial-slider-block .testimonial-slider .owl-nav {
    margin-top: 20px;
    justify-content: center;
  }
}
.testimonial-slider-section .testimonial-slider-block .testimonial-slider .owl-nav button {
  height: 56px;
  width: 56px;
  min-width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ff0793;
  background: linear-gradient(to right, #ff0793 0%, #ffab53 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff0793", endColorstr="#ffab53",GradientType=1 );
  position: relative;
}
.testimonial-slider-section .testimonial-slider-block .testimonial-slider .owl-nav button:hover:before {
  opacity: 0;
}
.testimonial-slider-section .testimonial-slider-block .testimonial-slider .owl-nav button:before {
  height: 54px;
  width: 54px;
  min-width: 54px;
  background-color: #020311;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: 0.3s all ease-in-out;
}
.testimonial-slider-section .testimonial-slider-block .testimonial-slider .owl-nav button.owl-prev {
  margin-right: 16px;
}
.testimonial-slider-section .testimonial-slider-block .testimonial-slider .owl-nav button.owl-prev span:before {
  background-image: url(../../../../images/slider-left-arrow.svg?bc20130ccaa9db6c5f9e2906a60ea834);
}
.testimonial-slider-section .testimonial-slider-block .testimonial-slider .owl-nav button.owl-next span:before {
  background-image: url(../../../../images/slider-right-arrow.svg?0c8240c8136a0830d3393ecd18f05297);
}
.testimonial-slider-section .testimonial-slider-block .testimonial-slider .owl-nav button span {
  font-size: 0;
  position: relative;
}
.testimonial-slider-section .testimonial-slider-block .testimonial-slider .owl-nav button span:before {
  content: "";
  background-repeat: no-repeat;
  width: 15px;
  height: 14px;
  display: block;
}
.testimonial-slider-section .testimonial-slider-block .testimonial-slider .slide-item {
  padding: 40px;
  border-radius: 8px;
  background: linear-gradient(323.25deg, #1E2038 2.94%, rgba(30, 32, 56, 0.49) 97.05%);
}
@media only screen and (max-width: 480px) {
  .testimonial-slider-section .testimonial-slider-block .testimonial-slider .slide-item {
    padding: 40px 20px;
  }
}
.testimonial-slider-section .testimonial-slider-block .testimonial-slider .slide-item .user-rating-box {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.testimonial-slider-section .testimonial-slider-block .testimonial-slider .slide-item .user-rating-box .user-image {
  margin-right: 32px;
}
.testimonial-slider-section .testimonial-slider-block .testimonial-slider .slide-item .user-rating-box .user-image img {
  max-height: 56px;
  border-radius: 50%;
}
.testimonial-slider-section .testimonial-slider-block .testimonial-slider .slide-item .user-rating-box .rating-box {
  display: flex;
}
.testimonial-slider-section .testimonial-slider-block .testimonial-slider .slide-item .user-rating-box .rating-box svg {
  height: 18px;
  width: 18px;
  margin-right: 10px;
}
.testimonial-slider-section .testimonial-slider-block .testimonial-slider .slide-item .user-rating-box .rating-box svg.rated path {
  fill: #FAAD13;
}
.testimonial-slider-section .testimonial-slider-block .testimonial-slider .slide-item .content-box {
  color: #FFFFFF;
}
.testimonial-slider-section .testimonial-slider-block .testimonial-slider .slide-item .content-box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 48px;
}
.testimonial-slider-section .testimonial-slider-block .testimonial-slider .slide-item .content-box .auther-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2px;
}

.faq-section {
  padding: 120px 0;
  overflow: hidden;
  position: relative;
  background-color: rgba(208, 237, 245, 0.06);
}
@media only screen and (max-width: 1199px) {
  .faq-section {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 991px) {
  .faq-section {
    padding: 80px 0;
  }
}
.faq-section:before {
  content: "";
  background-image: url(../../../../images/s-graphic.svg?dc751e2e33a663904350ed9074bcb8d3);
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  left: 30px;
  width: 301px;
  height: 524px;
  pointer-events: none;
}
.faq-section:after {
  content: "";
  background-image: url(../../../../images/c-graphic.svg?ebbf9f7533d2f39360b09093147b44d4);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -250px;
  right: 0px;
  width: 353px;
  height: 647px;
  pointer-events: none;
}
.faq-section .section-graphic-block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  z-index: -2;
  mix-blend-mode: hard-light;
  pointer-events: none;
}
.faq-section .section-graphic-block img {
  height: 1280px;
  width: 65%;
  pointer-events: none;
}
.faq-section .heading-block .heading {
  font-weight: 700;
  font-size: 62px;
  line-height: 75px;
  margin-bottom: 24px;
  color: #FFFFFF;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .faq-section .heading-block .heading {
    font-size: 48px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-section .heading-block .heading {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 20px;
  }
}
.faq-section .heading-block p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 40px;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 991px) {
  .faq-section .heading-block p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
.faq-section .heading-block p a {
  color: #FFFFFF;
  font-weight: 500;
  text-decoration: underline;
}
.faq-section .heading-block .faq-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.325px;
  width: 128px;
  height: 56px;
  border-radius: 50rem;
  background-color: #FFFFFF;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  box-shadow: none;
}
@media only screen and (max-width: 991px) {
  .faq-section .heading-block .faq-btn {
    height: 48px;
  }
}
.faq-section .heading-block .faq-btn:hover {
  background: #ff0793;
  background: linear-gradient(to right, #ff0793 0%, #ffab53 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff0793", endColorstr="#ffab53",GradientType=1 );
  color: #FFFFFF;
}
@media only screen and (min-width:992px) {
  .faq-section .faq-accordion-block {
    padding-left: 24px;
  }
}
.faq-section .faq-accordion-block .card {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 36px;
  margin-bottom: 36px;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .faq-section .faq-accordion-block .card {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.faq-section .faq-accordion-block .card .card-header {
  padding: 0;
  border-bottom: none;
}
.faq-section .faq-accordion-block .card .card-header button {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
  padding: 0 110px 0 0;
  border: none;
  position: relative;
  width: 100%;
  box-shadow: none;
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .faq-section .faq-accordion-block .card .card-header button {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-section .faq-accordion-block .card .card-header button {
    font-size: 18px;
  }
}
.faq-section .faq-accordion-block .card .card-header button.collapsed:before {
  top: 10px;
  transform: rotateX(0deg);
}
.faq-section .faq-accordion-block .card .card-header button:before {
  content: "";
  background-image: url(../../../../images/down-arrow.svg?fac6537bc9ecaf7d5198f389dcab5f8a);
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  right: 30px;
  width: 14px;
  height: 14px;
  transform: rotateX(180deg);
}
.faq-section .faq-accordion-block .card .card-body {
  padding: 16px 110px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #ACACAC;
}
@media only screen and (max-width: 991px) {
  .faq-section .faq-accordion-block .card .card-body {
    font-size: 14px;
  }
}
.faq-section .faq-accordion-block .card .card-body a {
  color: #FFFFFF;
  transition: 0.3s all ease-in-out;
}
.faq-section .faq-accordion-block .card .card-body a:hover {
  color: #FF0793;
  text-decoration: underline;
}

footer .footer-main {
  padding: 120px 0 80px;
}
@media only screen and (max-width: 1199px) {
  footer .footer-main {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-main {
    padding: 80px 0 60px;
  }
}
footer .footer-main .footer-info-block {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #FFFFFF;
  transition: 0.3s all ease-in-out;
}
footer .footer-main .footer-info-block .footer-logo {
  margin-bottom: 32px;
  display: block;
}
footer .footer-main .footer-info-block p {
  max-width: 58%;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1199px) {
  footer .footer-main .footer-info-block p {
    max-width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-main .footer-info-block p {
    max-width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-main .footer-info-block p {
    max-width: 100%;
  }
}
footer .footer-main .footer-info-block .powered-by-box a {
  font-weight: 500;
  text-decoration: underline;
  color: #FFFFFF;
}
footer .footer-main .footer-link-block ul {
  margin-bottom: 0;
}
footer .footer-main .footer-link-block ul li:not(:last-child) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1199px) {
  footer .footer-main .footer-link-block ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
footer .footer-main .footer-link-block ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  transition: 0.3s all ease-in-out;
}
footer .footer-main .footer-link-block ul li a:hover {
  color: #FF0793;
}
footer .footer-bottom .copyright-box {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 32px 0 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.modal-backdrop {
  background-color: #1C1B28;
}
.modal-backdrop.show {
  opacity: 0.8;
}

.modal-open {
  padding-right: 0 !important;
}

.modal#contactModal .modal-dialog .modal-content {
  background-color: #020311;
  box-shadow: 0px 64px 64px -48px rgba(15, 15, 15, 0.08);
  border-radius: 24px;
  transition: 0.3s all ease-in-out;
}
.modal#contactModal .modal-dialog .modal-content .modal-header {
  padding: 40px 32px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: none;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 575px) {
  .modal#contactModal .modal-dialog .modal-content .modal-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.modal#contactModal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  letter-spacing: -1.5px;
  margin-bottom: 8px;
  transition: 0.3s all ease-in-out;
}
.modal#contactModal .modal-dialog .modal-content .modal-header p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #B6BBC3;
  margin-bottom: 0;
  transition: 0.3s all ease-in-out;
}
.modal#contactModal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0.3s all ease-in-out;
}
.modal#contactModal .modal-dialog .modal-content .modal-header .close:hover svg path {
  fill: #FF0793;
}
.modal#contactModal .modal-dialog .modal-content .modal-header .close svg path {
  transition: 0.3s all ease-in-out;
}
.modal#contactModal .modal-dialog .modal-content .modal-body {
  padding: 20px 32px 40px;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 575px) {
  .modal#contactModal .modal-dialog .modal-content .modal-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.modal#contactModal .modal-dialog .modal-content .modal-body form .form-group {
  margin-bottom: 16px;
  position: relative;
  transition: 0.3s all ease-in-out;
}
.modal#contactModal .modal-dialog .modal-content .modal-body form .form-group.session-field .form-control {
  padding-right: 82px;
}
.modal#contactModal .modal-dialog .modal-content .modal-body form .form-group .number-box {
  position: absolute;
  top: 32px;
  right: 24px;
  display: flex;
  align-items: center;
}
.modal#contactModal .modal-dialog .modal-content .modal-body form .form-group .number-box .minus {
  padding-right: 8px;
}
.modal#contactModal .modal-dialog .modal-content .modal-body form .form-group .number-box .minus, .modal#contactModal .modal-dialog .modal-content .modal-body form .form-group .number-box .plus {
  background-color: transparent;
  border: none;
  outline: none;
  line-height: 1;
}
.modal#contactModal .modal-dialog .modal-content .modal-body form .form-group .number-box .minus img, .modal#contactModal .modal-dialog .modal-content .modal-body form .form-group .number-box .plus img {
  cursor: pointer;
}
.modal#contactModal .modal-dialog .modal-content .modal-body form .form-group .form-control {
  background: rgba(30, 32, 56, 0.6);
  border-radius: 12px;
  min-height: 64px;
  border: none;
  padding: 10px 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  resize: none;
  transition: 0.3s all ease-in-out;
}
.modal#contactModal .modal-dialog .modal-content .modal-body form .form-group .form-control::-moz-placeholder {
  color: #FFFFFF;
}
.modal#contactModal .modal-dialog .modal-content .modal-body form .form-group .form-control:-ms-input-placeholder {
  color: #FFFFFF;
}
.modal#contactModal .modal-dialog .modal-content .modal-body form .form-group .form-control::placeholder {
  color: #FFFFFF;
}
.modal#contactModal .modal-dialog .modal-content .modal-body form .primary-btn svg {
  margin-right: 10px;
}
