@import "https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inconsolata:wght@500&display=swap";

body {
  font-family: 'Lexend', sans-serif !important;
  margin: 0;
  width: 100%;
  height: 100%
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}



/* Header Code Start */
.MobileToggle {
  display: none;
}

.advantageBig_Mobile {
  display: none;
}

.siteHeader_wrapper {
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}

.siteHeader_wrapper nav {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0px !important;
}

.siteHeader_wrapper ul.navbar-nav {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
}








.siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu li a:focus span,
.siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu li a:focus-within span {
  text-shadow: unset;
}

.siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu li a:focus,
.siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu li a:focus-within {
  text-shadow: unset;
}

/* Header Code end */




/* common style start */



.deskNone_mobBlock {
  display: none
}

.deskblock_mobnone {
  display: block
}

/* common style end */







@media (max-width: 767px) {

  .MobileToggle {
    display: block;
  }

  .MobileToggle button span {
    display: block;
    height: 3px;
    margin-top: 5px;
    border-radius: 3px;
    background: linear-gradient(180deg, #694ED6 0%, #C137A2 100%);
  }

  .MobileToggle button span:nth-child(2) {
    width: 20px
  }

  .MobileToggle button {
    background: transparent;
    outline: unset;
    border: 1px solid transparent;
    width: 35px;
    height: 30px;
    padding: 0px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    display: block;
  }

  .navbar-brand img {
    width: 150px;
  }

  .deskNone_mobBlock {
    display: block
  }

  .deskblock_mobnone {
    display: none
  }

  .siteHeader_wrapper ul.navbar-nav li.nav-item:last-child {
    display: none;
  }

  .mobileSearch {
    display: block;
  }

  /* mobile Header Responsive start */
  .mobileHeader {
    padding: 12px 24px;
    border-bottom: 1px solid #d4d1d1;
    background: #fff;
  }

  .siteHeader_wrapper .container {
    max-width: none;
  }


  .mobileMenu {
    display: none;
  }

  .mobileMenu.showMenu {
    display: block;
  }

  .topHeader {
    display: none;
  }

  .topHeader .container>div {
    display: block;
  }

  ul.topHeaderMenulist li a {
    margin-right: 16px;
  }

  .siteHeader_wrapper {
    padding: 0px;
  }



  .siteHeader_wrapper nav {
    display: block !important;
    padding: 0px !important;
  }

  .siteHeader_wrapper ul.navbar-nav {
    display: block;
  }

  .siteHeader_wrapper ul.navbar-nav li a {
    margin: 0px;
    padding: 12px 24px !important;
    border-bottom: 1px solid #f9f9f9;
    color: #777;
    font-weight: 500;
  }



  .siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu {
    box-shadow: unset !important;
    border-top: unset !important;
  }

  .siteHeader_wrapper ul.navbar-nav .dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 50%;
  }

  .siteHeader_wrapper ul.navbar-nav li.nav-item.dropdown {
    display: block;
  }

  .siteHeader_wrapper ul.dropdown-menu.show {
    display: block !important;
  }





  /* mobile Header Responsive end */
}


@media (min-width: 768px) and (max-width: 1026px) {

  /* mobile Header Responsive start */
  .mobileHeader {
    padding: 12px 24px;
    /* box-shadow: -.64px -.77px 32px #0000000d; */
    border-bottom: 1px solid #d4d1d1;
    background: #080B36;
  }

  .siteHeader_wrapper {
    box-shadow: -.64px -.77px 32px #0000000d;
  }

  .siteHeader_wrapper .container {
    max-width: none;
    padding: 0px;
  }

  .MobileToggle {
    display: block;
  }

  .mobileMenu {
    display: none;
  }

  .mobileMenu.showMenu {
    display: block;
  }

  .topHeader {
    display: none;
  }

  .topHeader .container>div {
    display: block;
  }

  ul.topHeaderMenulist li a {
    margin-right: 16px;
  }

  .siteHeader_wrapper {
    padding: 0px;
  }



  .siteHeader_wrapper nav {
    display: block !important;
    padding: 0px !important;
  }

  .siteHeader_wrapper ul.navbar-nav {
    display: block;
  }

  .siteHeader_wrapper ul.navbar-nav li a {
    margin: 0px;
    padding: 12px 24px !important;
    border-bottom: 1px solid #f9f9f9;
    color: #777;
    font-weight: 500;
  }

  .siteHeader_wrapper ul.navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu {
    display: none;

  }

  .siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu {
    box-shadow: unset !important;
    border-top: unset !important;
  }

  .siteHeader_wrapper ul.navbar-nav .dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 50%;
  }

  .siteHeader_wrapper ul.navbar-nav li.nav-item.dropdown {
    display: block;
  }

  .siteHeader_wrapper ul.dropdown-menu.show {
    display: block !important;
  }





  /* mobile Header Responsive end */
}


@media (min-width: 1027px) and (max-width: 1229px) {


  .siteHeader_wrapper ul.navbar-nav li a {
    font-size: 12px;
    margin-right: 16px;
    padding: 12px 8px;
  }

  .siteHeader_wrapper {
    padding: 12px 0px;
  }
}






/* Theecode Site Header Start */

#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020
}

.siteHeader_wrapper .navbar-brand {
  padding: 0;
  margin: 0
}

.siteHeader_wrapper nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 !important
}

.siteHeader_wrapper ul.navbar-nav li.dmenu.show {
  position: unset !important
}

.siteHeader_wrapper ul.navbar-nav li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #252525;
  margin-right: 32px;
  text-decoration: none !important;
  gap: 4px;
  padding: 28px 8px;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  display: block;
  cursor: pointer;
}

.siteHeader_wrapper ul.navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu {
  display: block;
}

.siteHeader_wrapper ul.navbar-nav ul.dropdown-menu li a img {
  filter: brightness(0) saturate(100%) invert(49%) sepia(6%) saturate(3%) hue-rotate(21deg) brightness(93%) contrast(90%);
}

.siteHeader_wrapper ul.navbar-nav ul.dropdown-menu li a {
  color: #777 !important;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 8px 20px !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.siteHeader_wrapper ul.navbar-nav li:hover .mega-menu-content {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.siteHeader_wrapper ul.navbar-nav li:last-child a {
  margin-right: 0
}

.siteHeader_wrapper ul li:not(:first-child) a.active {
  background-color: #6C4DD5;
  color: #FFF
}

.siteHeader_wrapper ul.navbar-nav li a:hover,
.siteHeader_wrapper ul.navbar-nav li a.active {
  color: #BF37A3
}

.dmenu.show a {
  position: relative;
  cursor: pointer
}

.dmenu.show a::before {
  width: 100% !important
}

li.singleDropdown {
  position: relative !important
}

.singleDropdown.show a::before {
  width: 100% !important
}

.singleDropdown .dropdown-menu.show {
  right: auto !important;
  left: 50% !important;
  transform: translate(-50%) !important;
  top: 30px;
  padding: 6px 0
}

.singleDropdown:hover .dropdown-menu {
  right: auto !important;
  left: 50% !important;
  transform: translate(-50%) !important;
  top: 100%;
  padding: 6px 0;
  min-width: 11rem
}

.singleDropdown ul li a:hover {
  padding-left: 30px !important;
  transition: all .5s ease
}

.singleDropdown:hover .dropdown-menu {
  display: block
}

.singleDropdown .dropdown-menu.show .dropdown-item {
  color: #777 !important;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  padding: 8px 12px;
  margin: 0 !important;
  transition: all .5s ease;
  -webkit-transition: .5s
}

.singleDropdown:hover .dropdown-menu .dropdown-item img {
  filter: brightness(0) saturate(100%) invert(49%) sepia(6%) saturate(3%) hue-rotate(21deg) brightness(93%) contrast(90%)
}

.singleDropdown:hover .dropdown-menu .dropdown-item::before {
  content: unset !important
}

.singleDropdown:hover .dropdown-menu .dropdown-item {
  color: #777 !important;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  padding: 8px 20px;
  margin: 0 !important;
  display: flex;
  align-items: center;
  gap: 12px
}

.singleDropdown ul.dropdown-menu.show li a.dropdown-item::before {
  content: unset !important
}

.singleDropdown:hover ul.dropdown-menu:hover li a.dropdown-item::before {
  content: unset !important
}

.singleDropdown .dropdown-menu.show .dropdown-item:active {
  background: #f8f9fa !important
}

.singleDropdown .dropdown-menu:hover .dropdown-item:active {
  background: #f8f9fa !important
}

.dropdown-menu.megamenu.sm-menu.show {
  width: 100%
}

.mega-menu-content {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #FFF;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  border-radius: 5px;
  border: unset !important;
  z-index: 1000;
  min-width: 100%
}

.mega-menu:hover .mega-menu-content {
  display: block
}

.mega-menu {
  position: unset
}

.siteHeader_wrapper .dropdown-menu {
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  border-radius: 5px;
  border: unset !important
}

.MenuList {
  border-right: 1px solid #CCC;
  border-bottom: unset !important;
  padding-right: 0
}

.MenuContent {
  padding: 24px 16px
}

.MenuList ul {
  list-style: none;
  margin: 0;
  padding: 16px 0 0;
  display: block;
  border: unset !important
}

.MenuList ul li a {
  display: flex;
  align-items: center;
  gap: 12px !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
  color: #252525;
  width: 100%;
  padding: 12px 34px !important;
  clear: both;
  text-align: inherit;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  border-radius: 0 !important
}

.MenuList ul li a:hover {
  background-color: #6C4DD5;
  color: #FFF !important
}

.MenuList ul li a:hover img {
  filter: brightness(0) saturate(100%) invert(79%) sepia(100%) saturate(0%) hue-rotate(32deg) brightness(107%) contrast(101%)
}

.MenuList ul li a.active {
  background-color: #6C4DD5 !important;
  color: #FFF !important;
  border: 1px solid transparent
}

.MenuList ul li a::before {
  content: unset !important
}

.MenuList ul li a.active img {
  filter: brightness(0) saturate(100%) invert(79%) sepia(100%) saturate(0%) hue-rotate(32deg) brightness(107%) contrast(101%)
}

.MenuList ul li a sup {
  font-size: 6px !important;
  top: -1.5em !important
}

.MenuList ul li a.active::after {
  content: "";
  background: url("https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/active_circle.svg");
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 0;
  right: -8px;
  width: 15px;
  height: 15px
}

.MenuList ul li a:hover::after {
  content: "";
  background: url("https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/active_circle.svg");
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 0;
  right: -8px;
  width: 15px;
  height: 15px
}

.MenuList_subItem a {
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
  color: #252525;
  width: 100%;
  padding: 0 !important;
  text-align: inherit;
  position: relative;
  margin: 0 !important
}

.MenuList_subItem a::before {
  content: unset !important
}

.MenuList_subItem {
  border-radius: 5px;
  padding: 16px;
  text-align: left;
  transition: .5s
}

.MenuList_subItem:hover {
  background: #f5f5f5;
  transform: translateY(-7px)
}

.MenuList_subItem a h4 {
  color: #BF37A3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 12px
}

.MenuList_subItem a p {
  color: #777;
  font-size: 14px;
  font-weight: 300;
  margin: 0
}

/* Theecode Site Header End */













@import "https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inconsolata:wght@500&display=swap";

body {
  font-family: 'Lexend', sans-serif !important;
  margin: 0;
  width: 100%;
  height: 100%
}

*,
::after,
::before {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

a:hover {
  text-decoration: unset !important;
  color: #6C4DD5
}

.Display_Flex {
  display: flex !important
}

.displayInlineFlex {
  display: inline-flex !important
}

.deskFlex_mobileBlock {
  display: flex
}

.displayBlock {
  display: block
}

.justify_content_end {
  justify-content: flex-end
}

.justify_content_center {
  justify-content: center
}

.align_item_Center {
  align-items: center
}

.AlignItem_stretch {
  align-items: stretch
}

.AlignItem_baseline {
  align-items: baseline
}

.AlignItem_start {
  align-items: flex-start
}

.justify-content_Spacebetween {
  justify-content: space-between
}

.justifyContent_spaceEvenly {
  justify-content: space-evenly
}

.flexDirection_column {
  flex-direction: column
}

.flexWrap {
  flex-wrap: wrap
}

.textAlign_center {
  text-align: center
}

.textAlign_right {
  text-align: right
}

.textAlign_left {
  text-align: left
}

.height100per {
  height: 100%
}

.height40 {
  height: 40px
}

.width100per {
  width: 100%
}

.width200 {
  width: 200px
}

.width18 {
  width: 18px !important
}

.width20 {
  width: 20px !important
}

.width24 {
  width: 24px !important
}

.width28 {
  width: 28px !important
}

.gap_12 {
  gap: 12px
}

.gap_16 {
  gap: 16px
}

.gap_20 {
  gap: 20px
}

.gap_30 {
  gap: 30px
}

.gap_6 {
  gap: 6px
}

.emptyList {
  margin: 0;
  list-style: none;
  padding: 0
}

.positionRelative {
  position: relative
}

button:focus {
  outline: unset
}

.width297 {
  width: 297px
}

.width60 {
  width: 60px
}

.whiteText {
  color: #FFF;
  line-height: 1.5;
  margin: 0
}

.rightZero {
  right: 0
}

.leftZero {
  left: 0
}

.blackText {
  color: #000;
  line-height: 1.5;
  margin: 0
}

.platinumGraniteText {
  color: #7F7F7F;
  line-height: 1.5;
  margin: 0
}

.aconitePurpleText {
  color: #6C4DD5;
  line-height: 1.5;
  margin: 0
}

.steelWoolText {
  color: #777;
  line-height: 1.5;
  margin: 0
}

.steelWoolFilter {
  filter: brightness(0) saturate(100%) invert(44%) sepia(0%) saturate(0%) hue-rotate(91deg) brightness(105%) contrast(93%)
}

.neroText {
  color: #252525;
  line-height: 1.5;
  margin: 0
}

.byzantineText {
  color: #BF37A3 !important;
  line-height: 1.5;
  margin: 0
}

.hydrargyrumText {
  color: #9C9B9B;
  line-height: 1.5;
  margin: 0
}

.fontSize12 {
  font-size: 12px
}

.fontSize14 {
  font-size: 14px
}

.fontSize15 {
  font-size: 15px
}

.fontSize16 {
  font-size: 16px
}

.fontSize18 {
  font-size: 18px
}

.fontSize20 {
  font-size: 20px
}

.fontSize22 {
  font-size: 22px
}

.fontSize24 {
  font-size: 24px
}

.fontSize28 {
  font-size: 28px
}

.fontSize30 {
  font-size: 30px
}

.fontSize34 {
  font-size: 34px
}

.fontSize40 {
  font-size: 40px
}

.fontSize44 {
  font-size: 44px
}

.fontWeight300 {
  font-weight: 300
}

.fontWeight400 {
  font-weight: 400
}

.fontWeight500 {
  font-weight: 500
}

.fontWeight600 {
  font-weight: 600
}

.fontWeight700 {
  font-weight: 700
}

.cursorPointer {
  cursor: pointer
}

.margin_auto {
  margin: auto
}

.ml_min34 {
  margin-left: -34px
}

.mb_24 {
  margin-bottom: 24px !important
}

.mb_20 {
  margin-bottom: 20px !important
}

.mb_34 {
  margin-bottom: 34px !important
}

.mb_40 {
  margin-bottom: 40px !important
}

.mb_50 {
  margin-bottom: 50px !important
}

.mb_32 {
  margin-bottom: 32px !important
}

.mb_12 {
  margin-bottom: 12px !important
}

.mb_5 {
  margin-bottom: 5px !important
}

.pb_12 {
  padding-bottom: 12px
}

.pb_16 {
  padding-bottom: 16px
}

.pb50 {
  padding-bottom: 50px
}

.mb_16 {
  margin-bottom: 16px !important
}

.paddinglr_50 {
  padding: 0 50px
}

.textDecoration_underline {
  text-decoration: underline !important
}

.textDecoration_underline_unset {
  text-decoration: unset !important
}

.plr_24 {
  padding: 0 24px
}

.mlr_16 {
  margin-left: 16px;
  margin-right: 16px
}

.pl_16 {
  padding-left: 16px
}

.plr_44 {
  padding: 0 44px !important
}

.plr20_ptb8 {
  padding: 8px 20px
}

.deskNone_mobBlock {
  display: none
}

.cerebralGrey_borderBottom {
  border-bottom: 1px solid #CCC
}

.zIndex999 {
  z-index: 999
}



.statusMessage {
  border-radius: 25px;
  background: #F5F5F5;
  display: inline-block;
  color: #424242;
  font-size: 10px;
  padding: 2px 10px;
  font-weight: 500;
  line-height: 1.5
}

.sectionheader {
  padding-bottom: 50px;
  width: 80%;
  margin: auto
}

.sectionheader h1 {
  color: #252525;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0
}

.navbar-area.sticky-top {
  -webkit-animation: .5s ease-in-out fadeInDown;
  animation: .5s ease-in-out fadeInDown;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  padding: 12px 0
}

.emptybtn {
  background: transparent;
  border: 1px solid transparent;
  padding: 0;
  outline: none
}

.Mainbutton {
  padding: 0 24px;
  height: 40px;
  border-radius: 90px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  outline: unset
}

.custButtonheight>div {
  height: 16px
}

.Mainbutton {
  --text: #FFF;
  --font-size: 14px;
  --duration: .44s;
  --move-hover: -4px;
  --font-shadow: var(--font-size);
  line-height: var(--font-size);
  display: block;
  outline: none;
  text-decoration: none;
  font-size: var(--font-size);
  letter-spacing: .5px;
  color: var(--text);
  transform: translateY(var(--y)) translateZ(0);
  transition: transform var(--duration) ease, box-shadow var(--duration) ease
}

.Mainbutton div {
  display: flex;
  overflow: hidden;
  justify-content: center;
  text-shadow: 0 var(--font-shadow) 0 var(--text)
}

a.Mainbutton:hover {
  color: #FFF
}

.Mainbutton div span {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
  transition: transform var(--duration) ease;
  transform: translateY(var(--m)) translateZ(0)
}

.Mainbutton div span:empty {
  padding-right: 8px;
  display: block
}

.Mainbutton div span:nth-child(1) {
  transition-delay: .05s
}

.Mainbutton div span:nth-child(2) {
  transition-delay: .1s
}

.Mainbutton div span:nth-child(3) {
  transition-delay: .15s
}

.Mainbutton div span:nth-child(4) {
  transition-delay: .2s
}

.Mainbutton div span:nth-child(5) {
  transition-delay: .25s
}

.Mainbutton div span:nth-child(6) {
  transition-delay: .3s
}

.Mainbutton div span:nth-child(7) {
  transition-delay: .35s
}

.Mainbutton div span:nth-child(8) {
  transition-delay: .4s
}

.Mainbutton div span:nth-child(9) {
  transition-delay: .45s
}

.Mainbutton div span:nth-child(10) {
  transition-delay: .5s
}

.Mainbutton div span:nth-child(11) {
  transition-delay: .55s
}

.Mainbutton:hover {
  --y: var(--move-hover);
  --shadow: var(--shadow-hover)
}

.Mainbutton:hover span {
  --m: calc(var(--font-size) * -1)
}

.Mainbutton.reverse {
  --font-shadow: calc(var(--font-size) * -1)
}

.Mainbutton.reverse:hover span {
  --m: calc(var(--font-size))
}

.primary_clr {
  background: #6C4DD5;
  border: 2px solid #6C4DD5;
  color: #FFF
}

.primaryHover_clr {
  background: transparent;
  border: 2px solid #6C4DD5;
  color: #6C4DD5
}

.primaryHover_clr:hover {
  background: #6C4DD5;
  border: 2px solid #6C4DD5;
  color: #FFF
}

.secondary_clr {
  background: #BF37A3;
  border: 2px solid #BF37A3;
  color: #FFF
}

.gradient_clr {
  background: linear-gradient(90deg, #6C4DD5 47.32%, #BF37A3 100%);
  border: 2px solid transparent;
  color: #FFF
}

.MoreBlog {
  position: relative
}

.MoreBlog a {
  background: #BF37A3;
  border: 2px solid #BF37A3;
  color: #FFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0
}

.MoreBlog a:hover {
  background: transparent;
  border: 2px solid #BF37A3
}

.MoreBlog a:hover img {
  filter: brightness(0) saturate(100%) invert(34%) sepia(50%) saturate(3048%) hue-rotate(288deg) brightness(79%) contrast(87%)
}

.bannerSection {
  padding: 30px 0 80px;
  /* background: #ccc3; */
  background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}

.bannerBgImage {
  background: url("https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/bannerBg.png");
  width: 100%;
  height: 450px;
  background-position: right;
  background-size: contain;
  margin-left: auto;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.bannerBgImage object {
  width: 500px;
  position: absolute;
  right: 40px
}

.bannerContent h2 {
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  padding-top: 50px;
}

.circlerotate_animation {
  border: 2px dashed #6C4DD5;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  animation-name: rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  right: 60%
}

@keyframes rotate {
  from {
    transform: rotate(-360deg)
  }

  to {
    transform: rotate(360deg)
  }
}

.client_sec {
  padding: 70px 0 40px
}

.platformSec {
  padding: 70px 0;
  position: relative
}

.platformSec::before {
  content: "";
  background: url("https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/platformtext_img.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 854px;
  display: block;
  background-position: left;
  position: absolute;
  top: 20%;
  left: 10px;
  background-size: contain
}

.platformName {
  background: #252525;
  height: 57px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px
}

.smallplatformName {
  background: #252525;
  height: 36px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px
}

.smallplatformName img {
  width: 85px
}

.aboutUsText {
  position: relative
}

.aboutUsText::before {
  content: "";
  background: url("https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/aboutus_text.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 854px;
  display: block;
  background-position: right;
  position: absolute;
  top: 20%;
  right: 10px;
  background-size: contain
}

.shapeAnimationRightTop,
.shapeAnimationLeftTop,
.shapeAnimationCenterSecTop {
  position: relative;
  -webkit-animation: translatey 10s infinite linear;
  animation: translatey 10s infinite linear
}

.circle_gradient {
  position: relative
}

.circle_gradient::before {
  content: "";
  right: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100px;
  background: url("https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/platform_bigrec.svg")
}

.shapeAnimationLeftTop {
  top: 50px
}

.shapeAnimationCenterSecTop {
  top: 300px
}

.shapeAnimationRightTop::before {
  content: "";
  background: url(https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/platform_bigrec.svg);
  position: absolute;
  -webkit-animation: translatey 5s infinite linear;
  animation: translatey 5s infinite linear;
  display: block;
  width: 100px;
  height: 155px;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  margin-left: auto
}

.shapeAnimationRightTop::after {
  content: "";
  background: url(https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/plat_smallRec.svg);
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  right: 10px;
  margin-left: auto;
  top: 180px;
  -webkit-animation: translatey 5s infinite linear;
  animation: translatey 5s infinite linear
}

@-webkit-keyframes translatey {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
  }

  10% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

@keyframes translatey {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
  }

  10% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

.shapeAnimationLeftTop::before {
  content: "";
  background: url(https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/countingBig_rec.svg);
  position: absolute;
  -webkit-animation: translatey 5s infinite linear;
  animation: translatey 5s infinite linear;
  display: block;
  width: 100px;
  height: 165px;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  margin-right: auto;
  background-position: center
}

.shapeAnimationLeftTop::after {
  content: "";
  background: url(https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/plat_smallRec.svg);
  position: absolute;
  top: 180px;
  -webkit-animation: translatey 5s infinite linear;
  animation: translatey 5s infinite linear;
  display: block;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  left: 16px;
  margin-right: auto
}

.shapeAnimationCenterSecTop::before {
  content: "";
  background: url(https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/countingBig_rec.svg);
  position: absolute;
  -webkit-animation: translatey 5s infinite linear;
  animation: translatey 5s infinite linear;
  display: block;
  width: 100px;
  height: 165px;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  margin-right: auto;
  background-position: center
}

.shapeAnimationCenterSecTop::after {
  content: "";
  background: url(https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/plat_smallRec.svg);
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-animation: translatey 5s infinite linear;
  animation: translatey 5s infinite linear;
  display: block;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  left: 16px;
  margin-right: auto;
  top: 180px
}

.videoBg {
  position: relative;
  -webkit-animation: translatey 10s infinite linear;
  animation: translatey 10s infinite linear
}

.videoBg::before {
  content: "";
  background: url(https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/single_video_animation.png);
  position: absolute;
  -webkit-animation: translatey 5s infinite linear;
  animation: translatey 5s infinite linear;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  left: -50px;
  background-position: center;
  top: -40%
}

.videoPlay_icon {
  position: relative
}

.videoPlay_icon::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  border: 3px solid #BF37A3;
  -webkit-animation: pulse 2s ease-out infinite;
  animation: pulse 2s ease-out infinite;
  left: 0;
  right: 0;
  bottom: 0;
  top: -50px;
  border-radius: 50%
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: opacity(.9);
    filter: opacity(.9)
  }

  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: opacity(0);
    filter: opacity(0)
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: opacity(.9);
    filter: opacity(.9)
  }

  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: opacity(0);
    filter: opacity(0)
  }
}

.videopopup .modal-content {
  background: transparent;
  border: unset !important;
  padding: 0
}

.videopopup .modal-header {
  border-bottom: unset !important;
  padding: 0;
  justify-content: end;
  margin-bottom: 24px
}

.videopopup .modal-body {
  padding: 0;
  border: unset
}

.videopopup video {
  border-radius: 10px
}

.firstPlatform {
  padding-bottom: 100px
}

.videoBg {
  background: url(https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/video_img.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 600px;
  height: 400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  position: relative
}

.videoBg img {
  margin-top: -60px;
  width: 70px
}

.whiteSmoke_bg {
  margin-top: -80px;
  background-color: #F5F5F5;
  padding: 80px 0
}

.whiteSmoke_bg>div {
  width: 100%;
  margin: auto
}

.whiteSmoke_bg h3 {
  color: #252525;
  text-align: center;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px
}

.whiteSmoke_bg h3 span {
  color: #6C4DD5
}

.videoSection {
  padding: 70px 0
}

.solutionSec {
  position: relative;
  padding: 100px 0
}

.solutionSec::after {
  content: "";
  background: url(https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/solutiontext_img.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 100%;
  display: block;
  background-position: right;
  position: absolute;
  top: 10%;
  right: 20px;
  background-size: contain
}

.solutionSec::before {
  content: "";
  background: url(https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/solution_bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  background-position-x: 1px;
  background-position-y: -25px;
  position: absolute
}

.solutionparent {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 35px
}

.solutionItem {
  border-radius: 26.733px;
  background: #FFF;
  width: 200px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 26px;
  text-decoration: unset !important;
  border: 3px solid transparent;
  overflow: hidden;
  position: relative;
  transition: .5s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10)
}

.solutionItem:hover {
  transform: translateY(-7px)
}

@keyframes borderColor {
  0% {
    border: 2px solid #6C4DD5
  }

  50% {
    border: 2px solid #6C4DD5
  }

  51% {
    border-bottom-color: transparent;
    border-left-color: transparent
  }

  100% {
    border-bottom-color: transparent;
    border-left-color: transparent
  }
}

.active.solutionItem,
.solutionItem:hover {
  border: 3px solid #6C4DD5
}

.active.solutionItem h5,
.solutionItem:hover h5 {
  color: #BF37A3 !important
}

.countparent {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 34px;
  gap: 130px
}

.countItem {
  width: 193px;
  height: 150px;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}

.countItem h5 {
  text-align: center;
  font-size: 44px;
  line-height: 1.5;
  font-weight: 400
}

.countItem::before {
  content: "";
  position: absolute;
  display: inline-block;
  border-top: 15px solid #fff;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  bottom: -10px;
  right: 50%;
  z-index: 999;
  transform: translate(50%)
}

.countItem::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  bottom: -16px;
  right: 50%;
  transform: translate(50%)
}

.countItem:first-child {
  border-bottom: 5px solid #6C4DD5
}

.countItem:first-child:after {
  border-top: 15px solid #6C4DD5
}

.countItem:first-child h5 {
  color: rgba(108, 77, 213, 0.60)
}

.countItem:nth-child(2) {
  border-bottom: 5px solid #BF37A3
}

.countItem:nth-child(2):after {
  border-top: 15px solid #BF37A3
}

.countItem:nth-child(2) h5 {
  color: rgba(191, 55, 163, 0.60)
}

.countItem:nth-child(3) {
  border-bottom: 5px solid #777
}

.countItem:nth-child(3):after {
  border-top: 15px solid #777
}

.countItem:nth-child(3) h5 {
  color: rgba(119, 119, 119, 0.60)
}

.countItem:nth-child(4) {
  border-bottom: 5px solid #252525
}

.countItem:nth-child(4):after {
  border-top: 15px solid #252525
}

.countItem:nth-child(4) h5 {
  color: #252525
}

.counterSection {
  padding: 100px 0
}

.counterSectionpoint ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  justify-content: space-between;
  list-style: none
}

.counterSectionpoint ul li {
  flex: 1 1 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 9px
}

.counterSectionpoint ul li::after,
.counterSectionpoint ul li::before {
  content: "";
  border-bottom: 1px solid #CCC;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 53%
}

.counterSectionpoint ul li:last-child::after,
.counterSectionpoint ul li:last-child::before {
  border-bottom: unset
}

.counterSectionpoint ul li span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
  position: relative
}

.counterSectionpoint ul li:first-child span {
  background: rgba(108, 77, 213, 0.60)
}

.counterSectionpoint ul li:nth-child(2) span {
  background: rgba(191, 55, 163, 0.60)
}

.counterSectionpoint ul li:nth-child(3) span {
  background: rgba(119, 119, 119, 0.60)
}

.counterSectionpoint ul li:nth-child(4) span {
  background: #252525
}

.serviceSec {
  position: relative;
  padding: 70px 0
}

.serviceSec::before {
  content: "";
  background: url(https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/serviceText_img.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 230px;
  height: 100%;
  display: block;
  background-position: right;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0
}

.serviceSec::after {
  content: "";
  background: url(https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/service_bg.png);
  width: 82%;
  height: 500px;
  display: block;
  background-position: right;
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0
}

.serviceSec .owl-stage-outer {
  padding: 0 0 16px
}

.indWeServe_item:hover .weServe_img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.weServe_img {
  position: relative;
  overflow: hidden
}

.indWeServe_item .weServe_img img {
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 0;
  min-height: 427px;
  max-height: 427px;
  height: 100%;
  width: 100%;
  object-fit: cover
}

.indWeServe_item:hover::after {
  content: "";
  background: linear-gradient(90deg, #6C4DD5 0%, #BF37A3 100%);
  height: 10px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -20px
}

.indWeServe_item {
  position: relative;
  z-index: 999
}

.indWeServe_item .weServe_img:before {
  content: "";
  position: absolute;
  top: 140px;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #1c1d1e, transparent);
  transition: .5s
}

.indWeServe_item:hover .weServe_img::after {
  content: "";
  position: absolute;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #1c1d1e, transparent);
  transition: .5s
}

.industryWeserve_caption {
  width: 100%;
  z-index: 999;
  position: absolute;
  bottom: 30px;
  padding: 0 16px;
  transition: .5s
}

.industryWeserve_caption h3 {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  color: #FFF;
  margin-bottom: 10px
}

.clientlogo_img img {
  width: 100px !important;
  aspect-ratio: 3/2;
  object-fit: contain;
}


.insights_sec {
  padding: 70px 0
}

.insights_sec a.blogTitle {
  min-height: 50px
}

.insights_sec .owl-nav,
.insights_sec .owl-dots {
  display: none
}

.insights_sec .item {
  padding: 12px
}

.blog_img img {
  width: 100% !important;
  height: 220px;
  object-fit: cover;
  margin-bottom: 20px
}

img.footerLogo {
  width: 150px
}

footer {
  padding: 40px 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
  position: relative
}

footer::after {
  content: "";
  background: linear-gradient(90deg, #6C4DD5 0%, #BF37A3 100%);
  height: 6px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0
}

.copyRightSec {
  border-top: 1px solid #6c4dd52b;
  padding: 16px 0
}

ul.policy_Condition {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 0;
  padding: 0;
  gap: 50px
}

ul.policy_Condition li::marker {
  color: #6C4DD5
}

ul.policy_Condition li a:hover {
  color: #6C4DD5;
  text-decoration: none
}

.common_bnr {
  padding: 50px 0 70px
}

.common_bnr_img {
  position: relative
}

.common_bnr_img::after {
  content: "";
  background: url(https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/common_bnr.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 100%;
  height: 450px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin-left: auto
}

.sayshopbnr_img {
  position: relative
}

.sayshopbnr_img::after {
  content: "";
  background: url(https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/sayshop_bnr.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 100%;
  height: 450px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin-left: auto
}

.commonSec_spacing {
  padding: 0 0 70px
}

.rotatePertext {
  transform: rotate(270deg);
  position: relative
}

.rotatePertext::after {
  content: "";
  background: linear-gradient(90deg, #6C4DD5 0%, #BF37A3 100%);
  height: 10px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -12px
}

.ourServices {
  padding: 100px 0 70px
}

.ourServices .item {
  padding: 0 34px
}

.ourServicesItem {
  border-radius: 10px;
  border: 2px solid #6C4DD5;
  background: rgba(217, 217, 217, 0.00);
  padding: 34px;
  height: 100%;
  min-height: 340px;
  max-height: 340px
}

.ourServicesItem_img {
  margin-bottom: 24px
}

.ourServicesItem_img img {
  width: 75px;
  height: 75px
}

.ourServicesItem p {
  color: #777;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  margin: 0
}

.ourServicesItem h4 {
  color: #252525;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 12px;
  text-align: center
}

.ourServices .owl-carousel .owl-stage {
  padding: 50px 0
}

.ourServices .owl-item.active.center .ourServicesItem {
  height: 100%;
  min-height: 400px;
  margin-top: -32px;
  border-radius: 10px;
  border: 2px solid transparent;
  background: rgba(108, 77, 213, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10)
}

.ourServices .owl-item.active.center .ourServicesItem h4 {
  color: #6C4DD5
}

.ourServices .owl-item.active.center .ourServicesItem p {
  color: #252525
}

.ourServices .owl-dots {
  display: block !important
}

.ourServices .owl-theme .owl-dots .owl-dot span {
  border-radius: 20px;
  background: rgba(108, 77, 213, 0.30);
  margin: 5px 4px
}

.ourServices .owl-dot.active span {
  background: #6C4DD5 !important;
  width: 28px !important
}

.marketing_box {
  background: rgba(108, 77, 213, 0.30);
  height: 134px;
  padding: 16px
}

.socialMenu li a {
  position: relative
}

.socialMenu li a:hover::before {
  content: "";
  background: linear-gradient(90deg, #6C4DD5 0%, #BF37A3 100%);
  height: 5px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -24px;
  border-radius: 10px
}

.gradient_border {
  position: relative
}

.gradient_border::after {
  content: "";
  background: linear-gradient(90deg, #6C4DD5 0%, #BF37A3 100%);
  height: 3px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -8px
}

.ourStoryBook {
  background: url(https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/book_img.png);
  width: 100%;
  height: 600px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 70px 100px 70px 70px
}

.ourStoryBook div {
  margin-bottom: 50px
}

.ourStoryBook div p::first-letter {
  font-size: 24px
}

.shapeTomorrow {
  border-radius: 10px;
  background: rgba(108, 77, 213, 0.10);
  padding: 50px
}

.shapeTomorrow h1 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 34px;
  color: #252525
}

.fintechItem {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
  position: relative;
  width: 100%;
  padding: 40px 24px;
  height: 100%;
  min-height: 390px;
  max-height: 390px;
  border-bottom: 3px solid #6C4DD5;
  -webkit-transition: .5s;
  transition: .5s
}

.fintechItem:hover {
  background: #F5F5F5;
  margin-top: -10px
}

.fintechItemImg {
  display: flex;
  justify-content: center;
  margin-bottom: 34px
}

.SupplyChainItem {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
  border-radius: 10px;
  height: 100%;
  min-height: 350px;
  display: flex;
  align-items: center;
  -webkit-transition: .5s;
  transition: .5s
}

.SupplyChainItem:hover {
  background: #F5F5F5;
  margin-top: -10px
}

.SupplyChainItem>div {
  padding: 24px
}

.logistics_bg {
  background: url(https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/bg_logistics.svg);
  background-repeat: no-repeat
}

.blockchain_bg {
  background: url(https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/big_blockChain.svg);
  background-repeat: no-repeat
}

.ecommerce_bg {
  background: url(https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/big_ecommerce.svg);
  background-repeat: no-repeat
}

.soltionpageText {
  position: relative
}

.soltionpageText::before {
  content: "";
  background: url(https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/solutionpage_text.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100%;
  display: block;
  background-position: left;
  position: absolute;
  top: 20%;
  left: 10px
}

.industriesLeftSpace {
  /* padding-left: 200px; */
  padding-left: 0px;

}

.workingConceptParent {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px
}

.workingConceptItem {
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
  border-radius: 10px;
  gap: 12px;
  width: 180px;
  height: 100%;
  min-height: 110px
}

.workingConceptItem img {
  width: 40px;
  filter: brightness(0) saturate(100%) invert(46%) sepia(22%) saturate(6%) hue-rotate(344deg) brightness(97%) contrast(97%)
}

.workingConceptItem h5 {
  color: #BF37A3;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: center
}

.servicespageText {
  position: relative
}

.servicespageText::before {
  content: "";
  background: url(https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/servicestext.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100%;
  display: block;
  background-position: center;
  position: absolute;
  top: 0;
  left: 15px
}

.Condition_bnr {
  padding: 50px 0 0
}

.Condition_Sec {
  padding: 0 0 70px
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 100;
  background-color: #BF37A3;
  -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
  transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out
}

.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #bf37a333;
  opacity: .3;
  z-index: 9999
}

.cursor-outer.cursor-hover {
  border: unset !important
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #BF37A3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  opacity: .5;
  -webkit-transition: all .08s ease-out;
  transition: all .08s ease-out
}

.cursor-outer.cursor-hover {
  opacity: 0
}

.dodo_tm_all_wrap[data-magic-cursor="hide"] .mouse-cursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111
}

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 70px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.progress-wrap::after {
  position: absolute;
  content: "";
  background: url(https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/toparrow_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear
}

.lightScrollIcon::after {
  color: #ecedf3 !important
}

.progress-wrap:hover::after {
  opacity: 0
}

.progress-wrap::before {
  position: absolute;
  content: '';
  background: url(https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/toparrow_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  opacity: 0;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear
}

.progress-wrap:hover::before {
  opacity: 1
}

.progress-wrap svg path {
  fill: none
}

.progress-wrap svg.progress-circle path {
  stroke: #6C4DD5;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear
}

.hightligtText {
  background: #BF37A3;
  color: #fff;
  border-radius: 0 20px 0 0;
  padding: 2px 12px
}

ul.companyStoryTab {
  gap: 20px;
  margin-bottom: 50px
}

ul.companyStoryTab li a {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 26px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #000;
  transition: .3s;
  display: block
}

ul.companyStoryTab li a.active {
  background: #f4f1fc;
  border: 1px solid #f4f1fc;
  color: #6C4DD5
}

ul.companyStoryFooter {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 400px
}

ul.companyStoryFooter li {
  display: flex;
  align-items: center;
  gap: 12px
}

ul.companyStoryFooter li img {
  border-radius: 5px;
  border: 1px solid #6C4DD5;
  padding: 6px
}

.about-image img {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  z-index: 1;
  -webkit-animation: wrep 10s infinite linear;
  animation: wrep 10s infinite linear;
  width: 100%;
  max-width: unset
}

.whatWeDo_img img {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  z-index: 1;
  -webkit-animation: wrep 10s infinite linear;
  animation: wrep 10s infinite linear;
  width: 100%;
  max-width: unset
}

@-webkit-keyframes wrep {
  0% {
    border-radius: 55% 45% 38% 62%/52% 57% 43% 48%
  }

  35% {
    border-radius: 67% 33% 39% 61%/48% 63% 37% 52%
  }

  70% {
    border-radius: 40% 60% 62% 38%/32% 41% 59% 68%
  }

  100% {
    border-radius: 55% 45% 38% 62%/52% 57% 43% 48%
  }
}

@keyframes wrep {
  0% {
    border-radius: 55% 45% 38% 62%/52% 57% 43% 48%
  }

  35% {
    border-radius: 67% 33% 39% 61%/48% 63% 37% 52%
  }

  70% {
    border-radius: 40% 60% 62% 38%/32% 41% 59% 68%
  }

  100% {
    border-radius: 55% 45% 38% 62%/52% 57% 43% 48%
  }
}

.riskandcompliance_text::before {
  content: "";
  background: url(https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/Riskandcompliance_text.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 854px;
  display: block;
  background-position: right;
  position: absolute;
  top: 100%;
  right: 10px;
  background-size: contain
}

.clientLogo_sec .container>div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}

.clientLogo_sec .owl-nav {
  display: none
}

.clientLogo_sec .owl-dots {
  display: none
}

.glenzy_bg {
  background: url(https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/glenzy_bg.png);
  width: 450px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  display: flex;
  align-items: end
}

.glenzy_bg object {
  width: 300px;
  position: absolute;
  right: -30%;
  bottom: 18%
}

.getStartFrame {
  border-radius: 10px;
  border: 1px solid #c254d4;
  position: relative;
  width: 380px;
  padding: 16px;
  position: relative
}

.getStartFrame::before {
  content: "";
  background: url(https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/getStartFrame_bg.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0
}

.circleAnimation {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 45vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -50px;
  top: -50px;
  background-color: #fff;
  padding: 0 24px
}

.logoCenterAnimation {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/gradientTheecode_logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center
}

.textAnimation {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: consolas;
  color: #000;
  animation: textRotation 8s linear infinite
}

@keyframes textRotation {
  to {
    transform: rotate(360deg)
  }
}

.textAnimation span {
  position: absolute;
  left: 50%;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 300;
  transform-origin: 0 45px;
  color: #777
}

.carousel-indicators li {
  background-color: #BF37A3;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50px;
  border: unset !important
}

.carousel-indicators li.active {
  width: 24px;
  height: 8px
}

.carousel-indicators {
  bottom: -24px
}

.carousel {
  min-height: 100%
}


.mapframe_img {
  background: url("https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/mapframe_img.png");
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}

@keyframes jump {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
  }

  60% {
    transform: translateY(-10px);
  }
}

.chennai_pin {
  position: absolute;
  top: 100px;
  right: -15px;
}

.chennai_pin img {
  animation: jump 2s infinite;

}

.uae_Office {
  position: absolute;
  top: 85px;
  right: 160px;
}

.us_Office {
  position: absolute;
  top: 90px;
  left: 100px;
}

.mapPointArea {
  width: 57%;
  height: 200px;
  /* border: 1px solid red; */
  transform: translate(27%, 30%);
}

.custom_tooltip {
  position: relative;
  /* display: inline-block; */
}

.custom_tooltip .custom_tooltiptext {
  visibility: hidden;
  font-size: 14px;
  font-weight: 400;
  list-style: 1.5;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 6px 8px;
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  width: 260px;
  transform: translateY(-90px);
}

.custom_tooltip .custom_tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 21px;
  border-width: 6px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.custom_tooltip:hover .custom_tooltiptext {
  visibility: visible;
}

@media (max-width: 767px) {
  .siteHeader_wrapper ul.navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu {
    display: unset !important;
  }

  .siteHeader_wrapper ul.navbar-nav li a {
    margin-right: 0px;
  }

  .siteHeader_wrapper ul.navbar-nav li.dropdown ul {
    display: none !important;
  }

  .siteHeader_wrapper ul.navbar-nav li.dropdown.show ul {
    display: block !important;
  }

  .appbuilderImg {
    width: 100%;
  }

  .carousel-indicators {
    bottom: -60px
  }

  .circleAnimation {
    right: -10px !important
  }

  .plr_44 {
    padding: 0 16px !important
  }

  .getStartFrame {
    width: 100%
  }

  .bannerBgImage object {
    width: 320px;
    position: absolute;
    right: 0;
    left: 0
  }

  .navbar-area .mobile-nav .navbar-nav {
    height: 100% !important;
    border-bottom: 1px solid #777 !important
  }

  header .dropdown-menu {
    box-shadow: unset !important
  }

  .deskNone_mobBlock {
    display: block
  }

  .deskblock_mobnone {
    display: none
  }

  .team_boxes .col {
    flex: unset
  }

  .MenuList_subItem {
    padding: 0 !important
  }

  .mega-menu:hover .mega-menu-content {
    display: unset
  }

  .mega-menu-content.show {
    display: block !important;
    box-shadow: unset;
    position: static
  }

  .mega-menu-content {
    top: 58px
  }

  .progress-wrap {
    right: 16px;
    bottom: 16px
  }

  .MenuList {
    width: 100%;
    padding: 0
  }

  .MenuContent {
    width: 100%;
    padding: 0
  }

  .mega-menu:focus .dropdown-toggle .mega-menu-content {
    display: block;
    position: static
  }

  .solutionItem h5 {
    font-size: 16px
  }

  .solutionparent {
    justify-content: unset;
    gap: 24px
  }

  .solutionItem {
    width: 150px;
    height: 130px;
    gap: 16px
  }

  .solutionItem img {
    width: 38px
  }

  .mob_flexDir_colReve {
    flex-direction: column-reverse
  }

  img.footerLogo {
    width: 120px;
    margin-bottom: 24px
  }

  .ourStoryBook {
    background: unset;
    padding: 0;
    height: auto
  }

  .ourStoryBook div:last-child {
    margin: 0
  }

  .ourStoryBook div {
    margin-bottom: 24px
  }

  .common_bnr {
    height: auto;
    margin-top: 50px;
    padding: 40px 0 0
  }

  .commonSec_spacing {
    padding: 40px 0
  }

  .deskFlex_mobileBlock {
    display: block
  }

  .navbar-area .mean-container .mean-bar {
    background: #fff !important
  }

  .mobile-nav .logo img {
    width: 120px
  }

  .mean-container .mean-nav ul {
    display: block;
    position: static
  }

  header {
    padding: 0
  }

  .navbar-area.sticky-top {
    padding: 0
  }

  .navbar {
    padding: 0
  }

  .optionMenu {
    display: none
  }

  .mobSpace_mb24 {
    margin-bottom: 24px
  }

  .mobSpace_mb16 {
    margin-bottom: 16px
  }

  .mobSpace_mb34 {
    margin-bottom: 34px
  }

  .bannerContent h2 {
    font-size: 28px;
    line-height: 1.5
  }

  .bannerSection {
    padding: 40px 0;
    margin-top: 40px;
    height: auto
  }

  .bannerSection .row {
    flex-direction: column-reverse
  }

  .common_bnr .row {
    flex-direction: column-reverse
  }

  .videoBg {
    width: 100%;
    height: 330px
  }

  .solutionSec::before {
    width: 100%
  }

  .bannerBgImage {
    width: 100%;
    height: 250px
  }

  .bannerBgImage img {
    width: 250px
  }

  .circlerotate_animation {
    width: 120px;
    height: 120px;
    left: 0;
    animation-duration: 13s
  }

  :root {
    --radius: 10vmin !important
  }

  .circleText .logo {
    background-size: 25px !important
  }

  .whiteSmoke_bg {
    margin-top: -100px;
    padding: 24px 0 0
  }

  .whiteSmoke_bg>div {
    width: 100%;
    padding: 0 24px 24px
  }

  .whiteSmoke_bg h3 {
    font-size: 20px
  }

  .videoSection {
    padding: 40px 0
  }

  .solutionSec {
    padding: 40px 0
  }

  .solutionSec::after {
    background-position: top;
    width: 50px;
    top: 50%;
    right: 10px
  }

  .sectionheader {
    width: 100%;
    padding-bottom: 24px
  }

  .sectionheader h1 {
    font-size: 28px
  }

  .platformSec::before {
    top: 17%;
    right: 10px;
    left: unset;
    background-position: right;
    width: 60px
  }

  .counterSectionpoint {
    display: none
  }

  .countparent {
    gap: 30px
  }

  .counterSection {
    padding: 40px 0
  }

  .serviceSec::after {
    width: 100%
  }

  .serviceSec::before {
    content: unset !important
  }

  .serviceSec {
    padding: 40px 0 0
  }

  .client_sec {
    padding: 40px 0
  }

  .clientlogo_img img {
    width: 80px !important
  }

  .insights_sec {
    padding: 40px 0
  }

  footer {
    padding: 40px 0 20px
  }

  .videoBg img {
    margin-top: -40px;
    width: 50px
  }

  .videoPlay_icon::before {
    width: 50px;
    height: 50px;
    top: -30px
  }

  .videoBg::before {
    left: 0;
    top: -30%
  }

  .platformSec {
    padding: 40px 0
  }

  .firstPlatform {
    padding-bottom: 40px
  }

  header ul.navbar-nav li a::before {
    content: unset
  }

  .mean-container a.meanmenu-reveal span {
    height: 3px;
    margin-top: 5px;
    border-radius: 3px;
    background: linear-gradient(180deg, #694ED6 0%, #C137A2 100%)
  }

  .meanclose {
    color: #000 !important
  }

  .mean-container a.meanmenu-reveal span:nth-child(2) {
    width: 20px
  }

  .shapeTomorrow {
    padding: 24px
  }

  .shapeTomorrow h1 {
    font-size: 18px;
    margin-bottom: 24px
  }

  ul.policy_Condition {
    padding-left: 20px;
    gap: 8px 16px;
    flex-wrap: wrap;
    justify-content: space-between
  }

  .aboutUsText::before {
    height: 500px;
    top: 0
  }

  .parent_circleSection {
    display: none
  }

  .platformName {
    height: 50px;
    padding: 0 12px
  }

  .industriesLeftSpace {
    padding: 0
  }

  .clientLogo_sec .owl-dot.active span {
    background-color: #6C4DD5 !important;
    width: 24px !important
  }

  .clientLogo_sec .owl-nav {
    display: none
  }

  .clientLogo_sec .owl-stage-outer {
    padding-bottom: 24px
  }

  .common_bnr_img::after {
    position: unset;
    height: 300px
  }

  .sayshopbnr_img {
    display: flex;
    flex-direction: column-reverse
  }

  .ourServices {
    padding: 40px 0
  }

  .ourServices .item {
    padding: 0
  }

  .ourServices .owl-item.active.center .ourServicesItem,
  .ourServicesItem {
    height: 100%;
    min-height: 350px !important;
    max-height: 350px !important;
    margin-top: 0
  }

  .ourServices .owl-carousel .owl-stage {
    padding: 24px 0
  }

  .sayshopbnr_img::after {
    position: unset;
    background-position: top;
    width: 100%;
    height: 260px;
    background-size: contain
  }

  .workingConceptItem {
    width: 100%
  }

  .fintechItem {
    padding: 24px
  }

  .fintechItemImg {
    margin-bottom: 24px
  }

  .soltionpageText::before {
    top: 60%
  }

  .singleDropdown ul li a:hover {
    padding: unset !important;
    transition: unset !important
  }

  .singleDropdown:hover .dropdown-menu .dropdown-item img {
    display: none
  }

  .singleDropdown ul li a:hover {
    padding: 1em 5% !important
  }

  .singleDropdown:hover .dropdown-menu .dropdown-item {
    display: unset;
    padding: 1em 10% !important;
    color: #677294 !important;
    border-top: 1px solid #dbeefd;
    opacity: 1;
    font-weight: 400 !important;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible;
    text-transform: none;
    font-size: 14px
  }

  .singleDropdown:hover .dropdown-menu {
    transform: unset !important
  }

  .singleDropdown a img {
    display: none
  }

  img.retail_img {
    width: 100%
  }

  .glenzy_bg {
    width: 100%;
    height: 280px
  }

  .glenzy_bg object {
    width: 180px;
    right: 0;
    bottom: 18%
  }

  .sayshop_bg {
    width: 100% !important;
    height: 280px !important
  }

  .sayshop_bg object {
    width: 180px !important;
    left: 0 !important;
    bottom: 18% !important
  }

  .linebg {
    background-image: unset !important
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bannerBgImage object {
    width: 320px;
    position: absolute;
    right: 0;
    left: 0
  }

  .navbar-area .mobile-nav .navbar-nav {
    height: 100% !important;
    border-bottom: 1px solid #777 !important
  }

  header .dropdown-menu {
    box-shadow: unset !important
  }

  .deskNone_mobBlock {
    display: block
  }

  .deskblock_mobnone {
    display: none
  }

  .team_boxes .col {
    flex: unset
  }

  .MenuList_subItem {
    padding: 0 !important
  }

  .mega-menu:hover .mega-menu-content {
    display: unset
  }

  .mega-menu-content.show {
    display: block !important;
    box-shadow: unset;
    position: static
  }

  .mega-menu-content {
    top: 58px
  }

  .progress-wrap {
    right: 16px;
    bottom: 16px
  }

  .MenuList {
    width: 100%;
    padding: 0
  }

  .MenuContent {
    width: 100%;
    padding: 0
  }

  .mega-menu:focus .dropdown-toggle .mega-menu-content {
    display: block;
    position: static
  }

  .solutionItem h5 {
    font-size: 16px
  }

  .solutionparent {
    justify-content: unset;
    gap: 24px
  }

  .solutionItem {
    width: 150px;
    height: 130px;
    gap: 16px
  }

  .solutionItem img {
    width: 38px
  }

  .mob_flexDir_colReve {
    flex-direction: column-reverse
  }

  img.footerLogo {
    width: 120px;
    margin-bottom: 24px
  }

  .ourStoryBook {
    background: unset;
    padding: 0;
    height: auto
  }

  .ourStoryBook div:last-child {
    margin: 0
  }

  .ourStoryBook div {
    margin-bottom: 24px
  }

  .common_bnr {
    height: auto;
    margin-top: 50px;
    padding: 40px 0 0
  }

  .commonSec_spacing {
    padding: 40px 0
  }

  .deskFlex_mobileBlock {
    display: block
  }

  .navbar-area .mean-container .mean-bar {
    background: #fff !important
  }

  .mobile-nav .logo img {
    width: 120px
  }

  .mean-container .mean-nav ul {
    display: block;
    position: static
  }

  header {
    padding: 0
  }

  .navbar-area.sticky-top {
    padding: 0
  }

  .navbar {
    padding: 0
  }

  .optionMenu {
    display: none
  }

  .mobSpace_mb24 {
    margin-bottom: 24px
  }

  .mobSpace_mb16 {
    margin-bottom: 16px
  }

  .mobSpace_mb34 {
    margin-bottom: 34px
  }

  .bannerContent h2 {
    font-size: 28px;
    line-height: 1.5
  }

  .bannerSection {
    padding: 40px 0;
    margin-top: 40px
  }

  .bannerSection .row {
    flex-direction: column-reverse
  }

  .common_bnr .row {
    flex-direction: column-reverse
  }

  .videoBg {
    width: 100%;
    height: 330px
  }

  .solutionSec::before {
    width: 100%
  }

  .bannerBgImage {
    width: 100%;
    background-position: center;
    height: 320px
  }

  .bannerBgImage object {
    width: 360px;
    left: 10%
  }

  .circlerotate_animation {
    width: 120px;
    height: 120px;
    left: 50px;
    animation-duration: 13s
  }

  :root {
    --radius: 10vmin !important
  }

  .circleText .logo {
    background-size: 25px !important
  }

  .whiteSmoke_bg {
    margin-top: -50px;
    padding: 24px 0 0
  }

  .whiteSmoke_bg>div {
    width: 100%;
    padding: 0 24px 24px
  }

  .whiteSmoke_bg h3 {
    font-size: 20px
  }

  .videoSection {
    padding: 40px 0
  }

  .solutionSec {
    padding: 40px 0
  }

  .solutionSec::after {
    background-position: top;
    width: 50px;
    top: 50%;
    right: 10px
  }

  .sectionheader {
    width: 100%;
    padding-bottom: 24px
  }

  .sectionheader h1 {
    font-size: 28px
  }

  .platformSec::before {
    top: 17%;
    right: 10px;
    left: unset;
    background-position: right;
    width: 60px
  }

  .counterSectionpoint {
    display: none
  }

  .countparent {
    gap: 30px
  }

  .counterSection {
    padding: 40px 0
  }

  .serviceSec::after {
    width: 100%
  }

  .serviceSec::before {
    content: unset !important
  }

  .serviceSec {
    padding: 40px 0 0
  }

  .client_sec {
    padding: 40px 0
  }

  .clientlogo_img img {
    width: 80px !important
  }

  .insights_sec {
    padding: 40px 0
  }

  footer {
    padding: 40px 0 20px
  }

  .videoBg img {
    margin-top: -40px;
    width: 50px
  }

  .videoPlay_icon::before {
    width: 50px;
    height: 50px;
    top: -30px
  }

  .videoBg::before {
    left: 0;
    top: -30%
  }

  .platformSec {
    padding: 40px 0
  }

  .firstPlatform {
    padding-bottom: 40px
  }

  header ul.navbar-nav li a::before {
    content: unset
  }

  .mean-container a.meanmenu-reveal span {
    height: 3px;
    margin-top: 5px;
    border-radius: 3px;
    background: linear-gradient(180deg, #694ED6 0%, #C137A2 100%)
  }

  .meanclose {
    color: #000 !important
  }

  .mean-container a.meanmenu-reveal span:nth-child(2) {
    width: 20px
  }

  .shapeTomorrow {
    padding: 24px
  }

  .shapeTomorrow h1 {
    font-size: 18px;
    margin-bottom: 24px
  }

  ul.policy_Condition {
    padding-left: 20px;
    gap: 8px 16px;
    flex-wrap: wrap;
    justify-content: space-between
  }

  .aboutUsText::before {
    height: 500px;
    top: 0
  }

  .parent_circleSection {
    display: none
  }

  .platformName {
    height: 50px;
    padding: 0 12px
  }

  .industriesLeftSpace {
    padding: 0
  }

  .clientLogo_sec .owl-dot.active span {
    background-color: #6C4DD5 !important;
    width: 24px !important
  }

  .clientLogo_sec .owl-nav {
    display: none
  }

  .clientLogo_sec .owl-stage-outer {
    padding-bottom: 24px
  }

  .common_bnr_img::after {
    position: unset;
    height: 300px
  }

  .sayshopbnr_img {
    display: flex;
    flex-direction: column-reverse
  }

  .ourServices {
    padding: 40px 0
  }

  .ourServices .item {
    padding: 0
  }

  .ourServices .owl-item.active.center .ourServicesItem,
  .ourServicesItem {
    height: 100%;
    min-height: 350px !important;
    max-height: 350px !important;
    margin-top: 0
  }

  .ourServices .owl-carousel .owl-stage {
    padding: 24px 0
  }

  .sayshopbnr_img::after {
    position: unset;
    background-position: top;
    width: 100%;
    height: 260px;
    background-size: contain
  }

  .workingConceptItem {
    width: 100%
  }

  .fintechItem {
    padding: 24px;
    min-height: 300px;
    max-height: 300px
  }

  .fintechItemImg {
    margin-bottom: 24px
  }

  .soltionpageText::before {
    top: 60%
  }

  .singleDropdown ul li a:hover {
    padding: unset !important;
    transition: unset !important
  }

  .singleDropdown:hover .dropdown-menu .dropdown-item img {
    display: none
  }

  .singleDropdown ul li a:hover {
    padding: 1em 5% !important
  }

  .singleDropdown:hover .dropdown-menu .dropdown-item {
    display: unset;
    padding: 1em 10% !important;
    color: #677294 !important;
    border-top: 1px solid #dbeefd;
    opacity: 1;
    font-weight: 400 !important;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible;
    text-transform: none;
    font-size: 14px
  }

  .singleDropdown:hover .dropdown-menu {
    transform: unset !important
  }

  .singleDropdown a img {
    display: none
  }

  img.retail_img {
    width: 100%
  }

  .glenzy_bg {
    width: 100%;
    height: 280px
  }

  .glenzy_bg object {
    width: 180px;
    right: unset;
    left: 25%;
    bottom: 18%
  }

  .SupplyChainItem {
    min-height: 300px
  }

  .blogoverflow {
    min-height: unset !important;
    max-height: unset !important;
    overflow: unset !important
  }
}

:root {
  --radius: 10vmin;
  --frame-size: calc(var(--radius) / 3);
  --d-outer: calc(var(--radius) * 2);
  --d-inner: calc(var(--d-outer) - var(--frame-size));
  --font-size: calc(var(--radius) / 10)
}

.parent_circleSection {
  position: absolute;
  top: -70px
}

.circleText {
  position: relative;
  width: var(--d-outer);
  height: var(--d-outer);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center
}

.circleText p {
  font-size: var(--font-size)
}

.circleText .logo {
  position: absolute;
  width: var(--d-inner);
  height: var(--d-inner);
  background: url(https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/gradientTheecode_logo.svg);
  background-size: 50px;
  border-radius: 50%;
  filter: contrast(1.5);
  background-repeat: no-repeat;
  background-position: center
}

.circleText .text,
.circleText .text1 {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotateText 10s linear infinite
}

@keyframes rotateText {
  0% {
    transform: rotate(360deg)
  }

  100% {
    transform: rotate(0deg)
  }
}

.circleText .text p span,
.circleText .text1 p span {
  position: absolute;
  left: 50%;
  font-size: 1.2em;
  transform-origin: 0 var(--radius)
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent
}

.tabcontent {
  display: none
}

.whoweare {
  background: var(--lightgray);
  padding: 70px 0
}

.linebg {
  background-image: url(https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/line.svg);
  min-height: 500px;
  width: 100%;
  background-repeat: no-repeat
}

.whowearegrayBox {
  background: #fff;
  border-radius: 10px;
  width: 200px;
  height: 160px;
  border: 1px solid #ccc;
  border-bottom: 3px solid #BF37A3;
  box-shadow: #ccc 1px 0 10px -2px
}

.whowearecircle {
  background: #fff;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid #ccc;
  box-shadow: #ccc 1px 0 10px -2px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -27px;
  position: relative
}

.mt150px {
  margin-top: 150px
}

.mt70px {
  margin-top: 70px
}

.boxcontent {
  padding: 10px;
  margin-top: -25px;
  font-size: 13px;
  text-align: center
}

.pb100px {
  padding-bottom: 100px
}

.listdisc {
  list-style: disc !important
}

.tmtext {
  font-size: 15px;
  top: -35px
}

.gap50 {
  gap: 50px
}

.whowearecircle img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(14%) saturate(7316%) hue-rotate(234deg) brightness(107%) contrast(92%)
}

.decisionAI_img {
  height: 500px;
  width: 100%;
  border-radius: 10px;
  z-index: 999;
  position: relative
}

.decisionAI_bg {
  position: relative
}

.decisionAI_bg::after {
  content: "";
  width: 100%;
  height: 490px;
  background-color: red;
  display: block;
  border-radius: 10px;
  position: absolute;
  top: 27px;
  right: -17px;
  border-bottom-left-radius: 35px;
  border-top-right-radius: 35px
}

.width300 {
  width: 300px
}

.team_spring {
  background: url(https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/spring_team.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat
}

.blogoverflow {
  min-height: 200px;
  max-height: 200px;
  overflow: auto
}

.showmorecontent .more {
  display: none
}

.showmorecontent a.showLink,
a.hideLink {
  text-decoration: none;
  color: #6C4DD5;
  font-weight: 400
}

.sayshop_bg {
  background: url(https://theecode-sayshop.s3.us-west-1.amazonaws.com/demo-sayshop/slices/sayshop_bg.png);
  width: 450px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  position: relative;
  margin-left: auto
}

.sayshop_bg object {
  width: 300px;
  position: absolute;
  left: -30%;
  bottom: 18%
}

@media screen and (min-width: 1229px) and (max-width: 1397px) {
  .bannerContent h2 {
    font-size: 43px;
    line-height: 1.5
  }
}

.spacearound {
  justify-content: space-between
}

.bannertext {
  display: flex;
  align-items: center;
}





/* team Css code start */
.mt50 {
  margin-top: 50px
}

.justify_content_center {
  justify-content: center;
}

.our-team {
  text-align: center;
  margin-bottom: 30px;
  transition: .5s;
  border: 1px dashed #6C4DD5;
  border-radius: 10px;
  padding: 5px;
}

.our-team:hover {
  transform: translateY(-7px);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
}

.our-team .team_img {
  position: relative;
  overflow: hidden;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  border-radius: 10px;
}

.our-team img {
  width: 100%;
  height: auto;
}

.our-team .title:after {
  content: "";
  width: 25px;
  height: 1px;
  background: #6C4DD5;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: 9px;
  transition-duration: 0.25s;
}

.our-team .title:before {
  content: "";
  width: 25px;
  height: 1px;
  background: #6C4DD5;
  position: absolute;
  bottom: -10px;
  right: 50%;
  margin-right: 9px;
  transition-duration: 0.25s;
}

.our-team .team_img:hover {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
}

.our-team .social {
  padding: 0 0 18px 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: -100%;
  right: 10px;
  background: #ffc45c;
  border-radius: 0 0 20px 20px;
  z-index: 1;
  transition: all 0.3s ease 0s;
  display: none;
}

.our-team .team_img:after {
  content: "";
  width: 100%;
  height: 100%;
  /* background-color: rgba(255,255,255,0.2); */
  /* background-image: url(../images/team-hover-img.png); */
  position: absolute;
  bottom: -100%;
  left: 0;
  transition: all 0.3s ease 0s;
  background-repeat: no-repeat;
}

.our-team .team-content {
  padding: 20px 0;
  /* background: #fff; */
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.our-team .title {
  font-size: 18px;
  font-weight: 500;
  color: #6C4DD5;
  text-transform: capitalize;
  margin: 0 0 20px;
  position: relative;
  line-height: 1.5;
}

.our-team .post {
  display: inline-block;
  font-size: 14px;
  color: #6C4DD5;
  text-transform: capitalize;
}

.our-team .post:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6C4DD5;
  margin: 0 auto;
  position: relative;
  top: -13px;
}


.gallerybox img {
  width: 100% !important;
  /* height: 575px; */
  height: 220px;
  margin-bottom: 24px;
  object-fit: cover;
  border-radius: 10px;
}

.ourgreatleaders {
  font-size: 28px;
  line-height: 1.5;
  padding-bottom: 30px;
  color: #6C4DD5;
}

.our-team:hover .title:before,
.our-team:hover .title:after {
  width: 50px;
}

/* team css code end */






/* blog css start */
.single-blog-post {
  /* background: #fff; */
  position: relative;
  transition: .5s;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
  min-height: 580px;
  /* border: 1px dashed #6C4DD5;
    padding: 16px; */
  /* border-radius: 5px; */
  color: #000000;
}

.blogImage {
  height: 250px;
  overflow: hidden;
}

.single-blog-post .blog-post-content {
  transition: .5s;
  padding: 24px;
}

.width100per {
  width: 100%;
}

.single-blog-post .blog-post-content {
  transition: .5s;
  padding: 24px;
}

.alignItemcenter {
  align-items: center;
}

.calcicon {
  width: initial !important;
  float: left;
  padding-right: 7px;
}

.blog-post-content span {
  font-size: 12px;
}

.single-blog-post a {
  color: #000000;
  text-decoration: none !important;
}

.blog-post-content .innertitle {
  line-height: 30px;
  font-size: 20px;
  min-height: 70px;
  max-height: 70px;
  overflow: auto;
  padding-top: 10px;
  margin-bottom: 10px;
}

.blog-post-content .innertitle {
  line-height: 30px;
  font-size: 16px;
  min-height: 70px;
  max-height: 70px;
  overflow: auto;
  color: #252525;
  line-height: 1.5;
  text-align: left;
}

.blog-post-content .innercontent2 {
  min-height: 120px;
  max-height: 120px;
  overflow: auto;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 24px;
}

.alignItemcenter {
  align-items: center;
}

a.blogpostbutton {
  /* background: linear-gradient(135deg, #23bdb8, #43e794); */
  color: #000 !important;
  border: 1px dashed #6C4DD5;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.single-blog-post a {
  color: #000000;
  text-decoration: none !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Track */

.innertitle::-webkit-scrollbar-track {
  background: var(--lightgray) !important;
}


/* Handle */

.innertitle::-webkit-scrollbar-thumb {
  background: #6C4DD5 !important;
  border-radius: 20px !important;
}


/* Handle on hover */

.innertitle::-webkit-scrollbar-thumb:hover {
  background: #555 !important;
}


.innercontent2::-webkit-scrollbar {
  width: 5px !important;
}


/* Track */

.innercontent2::-webkit-scrollbar-track {
  background: var(--lightgray) !important;
  border-radius: 20px !important;
}


/* Handle */

.innercontent2::-webkit-scrollbar-thumb {
  background: #6C4DD5 !important;
  border-radius: 20px !important;
}


/* Handle on hover */

.innercontent2::-webkit-scrollbar-thumb:hover {
  background: #555 !important;
}


/*
// ::-webkit-scrollbar {
//   width: 5px;

// }

// ::-webkit-scrollbar-track {
//   background: var(--lightgray)
// }

// ::-webkit-scrollbar-thumb {
//   background: #6C4DD5;
//   border-radius: 20px;
// }

// ::-webkit-scrollbar-thumb:hover {
//   background: #555;
// } */


.back_text {
  color: #6C4DD5;
}

.rightblogcontentfull {
  padding-left: 10px !important;
  padding-bottom: 20px;
}

.blog_subhead {
  font-size: 18px;
  color: #6C4DD5;
}

.rightblogcontentimg {
  width: 100px;
  border-radius: 5px;
}

.textblack {
  color: #6C4DD5;
  font-size: 18px;
}

.rightblogcontent {
  margin-top: 20px;
  /* background: #fff; */
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  border: 1px dashed #6C4DD5;
  ;
}

.rightsmallblogs {
  color: #6C4DD5;
  font-size: 12px;
  margin-left: 15px;
}

.rightsmallblogs a {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}

.rightsmallblogs a:hover {
  color: #6C4DD5;
}

.textDecoration_unset {
  text-decoration: unset !important;
}

.pb10 {
  padding-bottom: 10px;
}

.blog_text ul li {
  margin-bottom: 12px;
}

.listnone {
  list-style: none;
}

.datebox {
  position: absolute;
  bottom: 0;
  margin-left: 0px;
  background: #fff;
  padding: 10px;
  /* border-radius: 5px; */
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  display: flex;
}

.calcicon {
  width: initial !important;
  float: left;
  padding-right: 7px;
}

.positionRelative {
  position: relative;
}

.blogcontentimg {
  border-radius: 5px;
  margin: 0;
}

.blogcontent {
  /* padding-left: 20px; */
  margin-top: 20px;
}

.blog_head {
  font-size: 28px;
  font-weight: 600;
  color: #6C4DD5;
}

.blog_text {
  color: #000;
  margin-top: 20px;
  /* text-align: justify; */
  line-height: 25px;
}

.sharecontent {
  margin-top: 20px;
  background: #fff;
  height: 100%;
  padding: 10px 5px;
  border-radius: 5px 5px 30px 30px;
  display: none;
}

.pl0 {
  padding-left: 0;
}

.backarrow {
  margin: 30px 0px;
  text-decoration: none;
  color: #fff;
  gap: 12px;
  padding-top: 50px;
}

.listdisc {
  list-style: disc !important;
}







.greenbutton3 {
  justify-content: center;
  align-items: center;
  padding: 5px 30px;
  height: 38px;
  background: #6C4DD5;
  cursor: pointer;
  border: 1px solid #6C4DD5;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}

.greenbutton3:hover {
  border: 1px dashed #6C4DD5;
  background: none;
  color: #000;
  transition: 0.3s ease-in-out;
}

.justifyCenter {
  justify-content: center;
}

.emailimg {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -99;
}

.emailimg img {
  width: 100%;
}

.contact_us {
  /* background-image: url("../images/contactus.jpg"); */
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.white-box {
  border: 1px dashed #6C4DD5;

  padding: 30px;
  margin: 40px 0px;
  border-radius: 30px;
}

.sectionTitleTxt {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  color: #6C4DD5;
  margin-bottom: 12px;
}

.mb_24 {
  margin-bottom: 24px !important;
}

.whitec {
  color: #fff !important;
}

.main_input {
  background: transparent;
  /* padding: 16px 0px; */
  color: #000 !important;
  padding: 0px 12px;
  height: 44px;
  width: 100%;
  border-bottom: 1px solid #E6E6E6 !important;
  border: unset;
  border-radius: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  outline: none;
}

.errormsg {
  position: fixed;
  top: 0;
  right: 0;
  padding: 20px;
  background: #ef513a;
  color: #fff;
  z-index: 9999999;
  display: flex;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  display: none;
}

.successmsg {
  position: fixed;
  top: 0;
  right: 0;
  padding: 20px;
  background: #2ecc71;
  color: #fff;
  z-index: 9999999;
  display: flex;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  display: none;
}



.gap5 {
  gap: 10px;
}

input[type=radio]#blackradio {
  accent-color: #6C4DD5;
}

.whitep {
  color: #000 !important;
}

/* blog css end */






.counterSectionpoint ul{
  display: none;
}
