* {
  box-sizing: border-box;
}

body {
  line-height: 32px;
  overflow-x: hidden;
}
.main{
  overflow-x: hidden;
}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: inherit;
  transition: inherit;
  vertical-align: baseline;
}

a:hover {
  color: inherit;
  text-decoration: inherit;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  transition: 0.2s ease;
}

a,
button {
  cursor: pointer;
  display: inline-block;
}

button {
  font-family: "Inter", sans-serif;
}

img {
  max-width: 100%;
}

.container-stretch {
  max-width: 1569px;
  padding: 0 12px;
  margin: auto;

}


.s-space {
  padding: 80px 0;
}

.s-space-b {
  padding-bottom: 120px;
}

.s-space-t {
  padding-top: 120px;
}

.s-space-sm {
  padding: 100px 0;
}

.s-space-sm-b {
  padding-bottom: 100px;
}

.s-space-sm-t {
  padding-top: 100px;
}


.s-sub-title {
  font-size: 20px;
  line-height: 30px;
  color: #1D1D1D;
  margin-bottom: 5px;
}

.s-title {
  font-size: 50px;
  line-height: 59px;
  color: #1D1D1D;
}
.features-sec-2 .s-sub-title {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 5px;
}

.features-sec-2  .s-title {
  font-size: 50px;
  line-height: 59px;
  color: #fff;
}

.s-title-sm {
  font-size: 40px;
  line-height: 56px;
  color: #2e2e2e;
}

.i-list-s1,
.i-list-s2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.i-list-s1 li span,
.i-list-s2 li span {
  vertical-align: middle;
  display: inline-block;
}
.i-list-s1 li span.icon,
.i-list-s2 li span.icon {
  margin-right: 14px;
}
.i-list-s1 li span.text,
.i-list-s2 li span.text {
  margin-top: 4px;
}

.i-list-s2 {
  flex-direction: column;
  align-items: flex-start;
  gap: 23px;
}

.i-list-s2 li .text {
  font-size: 18px;
  color: #222;
}

.btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 4px;
  transition: 0.25s ease;
}
.btn-sg-1{
  color: white;
  background: linear-gradient(94.04deg, #27AE60 -1.84%, #1C8247 94.43%);
}
.btn-sg-2{
  color: white;
  background: linear-gradient(92.23deg, #2D9CDB 1.14%, #2B80B0 99.2%);
}
.btn-sg-2:hover {
   color: #fff;
   box-shadow: 0 8px 15px 0 rgb(0 0 0 / 30%);
 }

.btn-sg-1:hover {
  color: #fff;
  box-shadow: 0 8px 15px 0 rgb(0 0 0 / 30%);
}
.btn-s1 {
  background: #ffbb38;
}
.btn-s1:hover {
  color: #fff;
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.3);
}

.btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: transparent;
  z-index: 99;
}

#nav-open {
  display: none;
  width: 52px;
  height: 52px;
  border: 1px solid #000;
  border-radius: 4px;
  background: #ffbb38;
}

#nav-close {
  width: 53px;
  height: 53px;
  border: 1px solid #000;
  border-radius: 4px;
  background: #ffbb38;
}

#nav-close img {
  width: 18px;
}

.header.sticky {
  -webkit-animation: slideIn 0.4s ease-out;
  animation: slideIn 0.4s ease-out;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
}

@-webkit-keyframes slideIn {
  from {
    transform: translateY(-30px);
  }
  to {
    transform: translateY(0px);
  }
}

@keyframes slideIn {
  from {
    transform: translateY(-30px);
  }
  to {
    transform: translateY(0px);
  }
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px;
}

.nav-list {
  display: flex;
  gap: 50px;
}
.nav-list li a {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.3px;
  color: #222222;
  position: relative;
  transition: 0.25s ease;
}
.nav-list li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: #ffbb38;
  left: 0;
  bottom: 0;
  transition: 0.25s ease;
}
.nav-list li a:hover::before {
  width: 100%;
}

.m-link:hover {
  opacity: 0.8;
}

.h-btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color:  white;
  background: #303392;
  padding: 17px 30px;
  border-radius: 4px;
  margin-left: 15px;
  transition: 0.25s ease;
}
.h-btn:hover {
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.3);
  color: #222222;
}

#m-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 300px;
  background: #fff;
  z-index: 999;
  transform: translateX(-100%);
  display: none;
  transition: 0.4s ease 0.5s;
}

#m-menu-container::before {
  content: "";
  width: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -8;
  transition: 0.5s ease;
}

#m-menu-container.active {
  transform: translateX(0);
}
#m-menu-container.active::before {
  right: 0;
  width: calc(100vw + 300px);
}

#m-menu-container .nav-list {
  flex-direction: column;
  gap: 20px;
}
#m-menu-container .nav-list li a {
  font-weight: 500;
}

#m-menu-container .logo {
  margin-top: 30px;
  margin-bottom: 50px;
}

.m-menu-inner {
  background: #fff;
  padding: 20px;
  height: 100vh;
}

.hero-banner {
  position: relative;
  z-index: 9;
  padding-top: 150px;
  background: url(https://6amtech.com/wp-content/uploads/2023/12/6amtech-hero-section-mesh-2-1536x768.webp);
  background-size: contain;
}
.hero-banner-one{
  padding-top: 0;
}
.hero-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  background: linear-gradient(
      66.49deg,
      #f5a87d 21.49%,
      #ffbb38 51.38%,
      #9ed9ee 61.96%,
      #56c4f5 149.16%,
      #c156c2 149.17%
    )
    no-repeat center/200% 200%;
  opacity: 0.16;
  -webkit-animation: gradient 4s ease infinite;
  animation: gradient 4s ease infinite;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.h-title {
  font-size: 50px;
  /* line-height: 71px; */
  text-align: center;
  color: #2e2e2e;
  /* margin-bottom: 30px; */
}
.h-title .highlight {
  color: #ffbb38;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
}

.hero-banner .btn-group {
  margin-top: 55px;
}
.hero-banner .btn-group .btn-s1:nth-child(1) {
  background: #27ae60;
}
.hero-banner .btn-group .btn-s1:nth-child(2) {
  background: #2d9cdb;
}
.hero-banner .btn-group .btn-s1:nth-child(3) {
  background: #9b51e0;
}
.hero-banner .btn-group .btn-s1:nth-child(4) {
  background: #ef5da8;
}
.hero-banner .btn-group .btn-s1:nth-child(5) {
  background: #f2994a;
}
.hero-banner .btn-group .btn-s1:nth-child(6) {
  background: #6c5ce7;
}
.hero-banner .btn-group .btn-s1:nth-child(7) {
  background: #e17055;
}

.h-bottom {
  display: flex;
  gap: 25px;
  align-items: flex-end;
  padding-top: 45px;
}

.h-bottom .thumb {
  text-align: center;
  position: relative;
}
.h-bottom .thumb img:nth-child(2) {
  display: block;
}
.h-bottom .thumb.dashboard {
  flex-basis: 33%;
}

.features-sec {
  background-image: url("../images/feature-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.features-sec .s-title-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.features-sec .feats-container .feat-row:first-child .s-feat-box {
  border-top: 0;
  padding-top: 0;
}
.features-sec .feats-container .feat-row:last-child .s-feat-box {
  border-bottom: 0;
  padding-bottom: 0;
}

.feat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.s-feat-box {
  display: flex;
  gap: 14px;
  width: 300px;
  height: 100px;
  align-items: center;
  border: 1px solid #4a49499c;
  margin-bottom: 14px;
  padding-left: 33px;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
  position: relative;border-radius: 4px

}
.s-feat-box .tag-new{
  width: 55px;
  height: 24px;
  background: #FFBB38;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 4px;
  position: absolute;
  right: 0;
  top: 0;
}
.s-feat-box .tag-new span{
  color: #1D1D1D;
  font-size: 16px;
  font-weight: bold
}
.s-feat-box:hover{
  transform: scale(1.05);
}

.s-feat-box .thumb .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 64px;
}

.s-feat-box.green .thumb .icon {
  background: #27ae60;
  box-shadow: 0px 9px 48px rgba(39, 174, 96, 0.27);
}
.s-feat-box.blue .thumb .icon {
  background: #2095f3;
  box-shadow: 0px 9px 48px rgba(32, 149, 243, 0.27);
}
.s-feat-box.red .thumb .icon {
  background: #f54748;
  box-shadow: 0px 9px 48px rgba(245, 71, 72, 0.27);
}
.s-feat-box.purple .thumb .icon {
  background: #9b51e0;
  box-shadow: 0px 9px 48px rgba(155, 81, 224, 0.27);
}
.s-feat-box.yellow .thumb .icon {
  background: #ffbb38;
  box-shadow: 0px 9px 48px rgba(243, 188, 39, 0.29);
}
.s-feat-box.ocean .thumb .icon {
  background: #00b7a9;
  box-shadow: 0px 9px 48px rgba(32, 149, 243, 0.27);
}
.s-feat-box.pink .thumb .icon {
  background: #f178b6;
  box-shadow: 0px 9px 48px rgba(241, 120, 182, 0.27);
}
.s-feat-box.orange .thumb .icon {
  background: #f2994a;
  box-shadow: 0px 9px 48px rgba(242, 153, 74, 0.27);
}

.s-feat-box .content h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 48px;
  color: #fff;
  margin-top: 8px;
  margin-bottom: 6px;
  text-transform: capitalize;
}

.s-feat-box .content p {
  font-size: 18px;
  line-height: 30px;
  color: #4f5562;
}

.pay-methods {
  background: url(../images/p-methods-bg.png) no-repeat center/cover;
}

.pay-methods .s-title-wrap {
  text-align: center;
  margin-bottom: 45px;
}

.p-methods-container {
  background: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 65px 50px 0px;
}
.p-methods-container > * {
  flex-basis: 25%;
  text-align: center;
  margin-bottom: 65px;
}

.contact-sec {
  /* background: url(../images/contact-banner.png) no-repeat center/cover; */
  padding: 35px 0;
  background-color: #303392;
}
.contact-sec .contact-content ul li{
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.contact-sec .contact-content ul li span{
  color: white;
  font-size: 34px;
}

.contact-content {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.contact-content .c-sub-title {
  font-weight: 500;
  font-size: 34px;
  line-height: 70px;
  color: #ffffff;
}
.contact-content .c-title {
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  color: #ffffff;
  margin-bottom: 30px;
}
.contact-content .rate-hour {
  font-size: 30px;
  line-height: 40px;
  color: #f2c94c;
  padding-left: 15%;
}
.contact-content .rate-hour::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 40%;
  background: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
  margin-right: 10px;
}

.c-btn {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  border-radius: 4px;
  padding: 10px 20px;
}

.c-btn .icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #2e2e2e;
  display: inline-block;
  text-align: center;
  line-height: 52px;
  margin-right: 12px;
}

.c-btn.email {
  background: #ffc154;
  color: #2e2e2e;
}

.c-btn.skype {
  background: #02b0ef;
  color: #fff;
}
.c-btn.whatsup {
  background: #29A71A;
  color: #fff;
}
.c-btn.skype .icon {
  width: auto;
  background-color: transparent;
}

.contact-content .btn-group {
  flex-direction: column;
  align-items: start;
  margin-top: 20px;
  flex-wrap: wrap;
}

.prod-display-thumb {
  position: relative;
  z-index: 9;
}

.prod-display-thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(
    66.49deg,
    #f5e37d 15.16%,
    #ffbb38 51.38%,
    #9ed9ee 78.35%,
    #56c4f5 149.16%,
    #c156c2 149.17%
  );
  opacity: 0.23;
  filter: blur(125px);
  z-index: -1;
  right: -50%;
  bottom: -50%;
}

.prod-display-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.prod-display-content .s-title-sm {
  margin-bottom: 6px;
}
.prod-display-content p {
  font-size: 18px;
  padding-right: 17%;
}
.prod-display-content .i-list-s2 {
  margin-top: 35px;
}

.prod-display.reversed .prod-display-content {
  padding-left: 30px;
}
.prod-display.reversed .prod-display-thumb::before {
  left: -50%;
}

.pricing-sec {
  background: #fffcf5;
}
.pricing-sec .s-title-wrap {
  text-align: center;
  margin-bottom: 60px;
}

.s-price-table {
  background: #fff;
  text-align: center;
  padding: 43px 0px 50px;
  border: 1px solid #fff;
  border-radius: 8px;
  position: relative;
  transition: 0.3s ease;
}
.s-price-table:hover,
.s-price-table.active {
  border-color: #f2994a;
  box-shadow: -9px -1px 80px rgba(0, 0, 0, 0.1);
}
.s-price-table:hover .p-btn,
.s-price-table.active .p-btn {
  background: #f2994a;
}

.s-price-table .p-name {
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #2e2e2e;
  margin-bottom: 22px;
}

.s-price-table .price {
  width: 156px;
  height: 156px;
  background: #f2994a;
  box-shadow: 0px 9px 48px rgba(242, 153, 74, 0.27);
  border-radius: 50%;
  line-height: 156px;
  text-align: center;
  margin: auto;
  margin-bottom: 35px;
}
.s-price-table .price h4 {
  font-size: 50px;
  line-height: inherit;
  color: #ffffff;
}

.s-price-table .label {
  position: absolute;
  right: 0px;
  top: -9px;
}

.s-price-table .f-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 35px;
}
.s-price-table .f-list .icon {
  margin-right: 15px;
}
.s-price-table .f-list .text {
  color: #000;
}

.s-price-table .p-btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #222222;
  border: 1px solid #ffbb38;
  border-radius: 4px;
  padding: 18px 24px;
  transition: 0.3s ease;
}
.s-price-table .p-btn:hover {
  background: #ffbb38;
}

.accordion-s1 .s-accordion {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  box-shadow: 0px 10px 10px rgba(198, 198, 198, 0.19);
  border-radius: 4px;
  margin-bottom: 20px;
}
.accordion-s1 .s-accordion.active {
  padding-bottom: 20px;
}
.accordion-s1 .s-accordion.active .s-accordion__h {
  border-color: #e7e7e7;
  margin-bottom: 20px;
}
.accordion-s1 .s-accordion:last-child {
  margin-bottom: 0px;
}

.accordion-s1 .s-accordion > .s-accordion__h {
  padding: 20px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.accordion-s1 .s-accordion > .s-accordion__h h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #2e2e2e;
}

.s-accordion__b {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: height 0.45s ease;
}
.s-accordion__b p {
  line-height: 24px;
  font-size: 18px;
  line-height: 38px;
  color: #4f5562;
}

.faq-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.faq-content .s-title {
  margin-bottom: 42px;
}

.faq-thumb {
  margin-right: -220px;
  padding-left: 100px;
}

.d-app-sec {
  background: url(../images/app-d-bg.png) no-repeat center/cover;
}
.d-app-sec.d-app-sec-2 {
  background: url(../images/app-d-bg-2.png) no-repeat center/cover;
}

.d-app-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.d-app-content .s-title-sm {
  font-size: 42px;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 20px;
}
.d-app-content .s-title-sm .highlight {
  color: #ffbb38;
}
.d-app-content .s-title-sm  .highlight-2{
  color:#27AE60;
}

.d-app-content .desc {
  font-size: 18px;
  color: #fff;
  margin-bottom: 40px;
}

.d-app-content .btn-group {
  justify-content: flex-start;
}

.d-app-content .btn {
  color: #222222;
}
.d-app-content .btn.envato {
  padding: 19px 34px;
  font-size: 16px;
  line-height: 19px;
  color: #689134;
  background: #fff;
}
.d-app-content .btn.envato .icon {
  margin-right: 6px;
}

.d-app-thumb {
  margin-left: -120px;
}
.d-app-thumb-2 {
  margin-right: -120px;
  margin-left: 0;
}
.d-app-thumb img {
  display: block;
}

.footer-cta {
  margin-bottom: -122px;
  z-index: 9;
  position: relative;
}

footer {
  background: #303392;
  padding-top: 122px;
}

.footer-cta-container {
  background: #c83d4b;
  display: flex;
  gap: 60px;
  padding: 55px 80px;
  box-shadow: -9px -1px 80px rgba(0, 0, 0, 0.26);
  border-radius: 12px;
}

.footer-cta-container .p-right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer-cta-container h2 {
  font-weight: 700;
  font-size: 46px;
  line-height: 70px;
  color:white;
}
.footer-cta-container h2 .highlight {
  text-decoration: underline;
}

.footer-cta-container .btn {
  background: #2F3290;
  padding: 18px 30px;
  color: white;
}

.footer-m-container {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 40px;
}

.f-widget > * {
  color: #fff;
}

.f-widget-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  color: #ffffff;
  margin-bottom: 20px;
}

.f-menu li {
  margin-bottom: 10px;
}
.f-menu li a {
  transition: 0.25s ease;
}
.f-menu li a:hover {
  color: #ffbb38;
}
.f-menu li:last-child {
  margin-bottom: 0px;
}

.f-widget.widget-1 .logo {
  margin-bottom: 20px;
}
.f-widget.widget-1 .info {
  margin-bottom: 20px;
}
.f-widget.widget-1 .info p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #ffbb38;
}
.f-widget.widget-1 .info a {
  font-size: 16px;
  line-height: 28px;
}

.s-links {
  display: flex;
  gap: 12px;
}

.s-links li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #fff;
  color: black;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  transition: 0.25s ease;
}
.s-links li a:hover {
  transform: translateY(-5px);
}

.footer-bottom {
  padding: 25px;
  text-align: center;
}

.cr-text {
  color: #8c8c8c;
}
.cr-text .highlight {
  color: #ffbb38;
}

.admin-panel-info {
  background-image: url("../images/admin-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.admin-panel-info .s-title-wrap {
  text-align: center;
  margin-bottom: 30px;
}
.admin-panel-info .thumb{
  display: flex;
  justify-content: center;
}

.promo-sec {
  background: linear-gradient(101.25deg, #ecae35 -0.94%, rgba(236, 174, 53, 0.39) 97.2%);
  padding: 80px 0px;
}

.promo-sec .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: flex-start;
}
.promo-sec .content .title {
  font-weight: 700;
  font-size: 38px;
  line-height: 56px;
  padding-right: 15%;
  color: #2e2e2e;
  margin-bottom: 100px;
}
.promo-sec .content .title .bold {
  font-weight: 700;
  font-size: 51px;
  line-height: 56px;
  display: block;
  margin-top: 23px;
}
.promo-sec .content .sub-title {
  font-size: 40px;
  line-height: 35px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  margin-bottom: 35px;
}
.promo-sec .content .c-btn.email {
  background: #222222;
  color: white;
}
.promo-sec .content .c-btn.email .icon {
  background: #ffbb38;
  color: #222222;
}

.promo-sec .thumb {
  display: flex;
  gap: 25px;
}
.promo-sec .thumb img {
  box-shadow: 0px 4px 73px rgba(0, 0, 0, 0.13);
}

.promo-sec .thumb .p-right {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
/* black friday */
.black-friday {
  width: 100%;
  height: 490px;
}
.black-friday-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/black-friday-wrapper.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.black-friday-wrapper .count-down-wrapper .time-count-down-main-wrapper {
  display: flex;
  justify-content: center;
}
.black-friday-wrapper .count-down-wrapper .time-count-down {
  box-sizing: border-box;
  width: 399.38px;
  height: 45px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px dashed #ffffff;
  border-radius: 1px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.count-down-wrapper .time-count-down .time-count-down-text {
  margin-left: 10px;
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
}
.count-down-wrapper .black-friday-headling {
  width: 615px;
  text-align: center;
  margin-bottom: 30px;
}
.count-down-wrapper .black-friday-headling h1.black-friday-headling-text {
  color: white;
  font-size: 50px;
  font-weight: bold;
  line-height: 65px;
}
.count-down-wrapper .black-friday-headling h1.black-friday-headling-text span {
  color: #ffbb38;
}
.count-down-wrapper .black-friday-pricing {
  display: flex;
  justify-content: center;
}
.count-down-wrapper .black-friday-pricing .black-friday-pricing-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.count-down-wrapper .black-friday-pricing .black-friday-pricing-wrapper .offer-price {
  font-size: 45px;
  color: white;
  margin: 0px 10px;
}
/* black friday end */
/* licence licence-bg.png  */
.licence-main-wrapper {
  width: 100%;
  height: 810px;
}
.licence-main-wrapper .licence-wrapper {
  width: 100%;
  height: 100%;
  background: url(../images/licence-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.licence-main-wrapper .licence-wrapper .card-wrapper {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
.licence-main-wrapper .licence-wrapper .card-wrapper :is(.regular-item-card, .extended-item-card) {
  width: 560px;
  height: 494px;
  padding: 40px 30px;
  border-radius: 12px;
}
.licence-main-wrapper .licence-wrapper .card-wrapper .regular-item-card {
  background: #fff;
}
.licence-main-wrapper .licence-wrapper .card-wrapper .buy-now-txt {
  font-weight: 500;
  font-size: 40px;
  color: #2095f3;
  margin-bottom: 20px;
}
.licence-main-wrapper .licence-wrapper .card-wrapper .extended-item-card {
  background: #f2c94c;
}
.licence-main-wrapper .licence-wrapper .card-wrapper .conditon-offer {
  font-weight: 700;
  font-size: 54px;
  color: #020101;
  margin-bottom: 20px;
}
.licence-main-wrapper .licence-wrapper .card-wrapper .conditon-offer-2 {
  font-weight: 400;
  font-size: 30px;
  color: #4f5562;
  margin-bottom: 30px;
}
.licence-main-wrapper .licence-wrapper .card-wrapper .tick-items {
  display: flex;
  gap: 17px;
}
.licence-main-wrapper .licence-wrapper .card-wrapper .tick-items p {
  font-weight: 400;
  font-size: 26px;
  line-height: 45px;
  color: #4f5562;
}
/* licence end licence-bg.png  */
/*announcement*/
.announcement-modal{
  width: 100%;
  height: 100vh;
  position:fixed;
  left:0;
  top: 0;
  background: rgba(0, 0, 0, 0.59);
  z-index: 99;
  display: none;
  justify-content: center;
  align-items: center;
}
.announcement-modal .a-modal{
  background: #fff;
  border-radius: 12px;
  position: relative;
}
.announcement-modal .a-modal .a-button{
  position: absolute;
  right: -12px;
  top: -19px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  appearance: none;
  background: #EF262C;
  color: white;
  outline: none;
  border: none;
}
/*announcement end*/
.container-stretch .app-down-btn{
  font-size: 16px;
  line-height: 18px;
  border-radius: 4px;
  color: white;

  display: flex;justify-content: center;
  align-items: center;
  position: absolute;
  top: 100%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.container-stretch .h-bottom .thumb.app .app-down-btn{
  left: 43px;
  background: #EF5DA8;
  width: 154px;
  height: 56px;
}
.container-stretch .h-bottom .thumb.desktop .app-down-btn{
  background: #27AE60;
  left: calc(50% - 77px);
  width: 154px;
  height: 56px;
}
.container-stretch .h-bottom .thumb.dashboard .app-down-btn{
  background: #2D9CDB;
  left: calc(50% - 77px);
  width: 197px;
  height: 56px;
}
.container-stretch .h-bottom .thumb:hover .app-down-btn{
  top: 50%;
  opacity: 100;
  box-shadow: 0 8px 15px 0 rgb(0 0 0 / 30%);
}
.container-stretch .h-bottom .h-thumb{
  transition: all 0.5s ease-in-out;
}
.container-stretch .h-bottom .thumb:hover .h-thumb{
  filter: opacity(70%);
}
@media (max-width: 1600px) {
  .container-stretch {
    max-width: 1194px;
  }
  .prod-display {
    overflow: hidden;
  }
  .faq-thumb {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
    height: 100%;
  }
  .prod-display-thumb::before {
    display: none;
  }
}
@media (max-width: 1200px) {
  .licence-main-wrapper .licence-wrapper .card-wrapper {
    flex-direction: column;
  }
  .licence-main-wrapper {
    height: 1200px;
  }

  .container-stretch {
    max-width: 960px;
  }

  

  .header-inner .p-center {
    display: none;
  }
  .header-inner .p-right > * {
    margin-left: 35px;
  }
  #nav-open {
    display: inline-block;
  }
  #m-menu-container {
    display: block;
  }
  .promo-sec .content .title {
    font-size: 32px;
    line-height: 46px;
    padding: 0;
  }
  .promo-sec .content .title .bold {
    font-size: 42px;
    line-height: 56px;
  }
  .promo-sec .content .sub-title {
    font-size: 34px;
    line-height: 46px;
  }
  .promo-sec .content .c-btn {
    font-size: 16px;
  }
  .h-title {
    font-size: 42px;
    line-height: 62px;
  }
  .s-title,
  .contact-content .c-title,
  .footer-cta-container h2 {
    font-size: 42px;
    line-height: 54px;
  }
}
@media (max-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .justify-lg-center {
    justify-content: center;
  }
  .i-list-s1,
  .i-list-s2 {
    flex-wrap: wrap;
    gap: 20px;
  }
  .hero-banner .btn-group {
    flex-wrap: wrap;
  }
  .hero-banner{
    padding-top: 17vmax;
  }
  .hero-banner-one{
    padding-top: 0;
  }
  .d-app-sec {
    padding: 110px 0px;
  }
  .prod-display-thumb {
    margin-top: 60px;
  }
  .prod-display.reversed .prod-display-content {
    padding-left: 0;
  }
  .prod-display.reversed .prod-display-thumb {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .justify-lg-center > div:last-child > div {
    margin-top: 25px;
  }
  .footer-cta-container h2 {
    font-size: 28px;
    line-height: 42px;
  }
  .footer-cta-container {
    padding: 30px 40px;
    gap: 30px;
  }
  .f-widget {
    margin-bottom: 60px;
  }
  .footer-m-container {
    flex-wrap: wrap;
  }
  .footer-m-container > * {
    flex-basis: 50%;
  }
  .footer-m-container .f-widget:last-child {
    margin-bottom: 0;
  }
  .feat-row {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
  .s-feat-box {
    text-align: center;
  }
  .p-methods-container > * {
    flex-basis: 33%;
  }
  .promo-sec .content {
    align-items: center;
    text-align: center;
  }
  .promo-sec .content .title {
    margin-bottom: 35px;
  }
  .promo-sec .thumb {
    padding-top: 60px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .s-space {
    padding: 70px 0px;
  }
  .s-space-b {
    padding-bottom: 70px;
  }
  .s-space-t {
    padding-top: 70px;
  }
  .s-space-sm {
    padding: 60px 0px;
  }
  .s-space-sm-b {
    padding-bottom: 60px;
  }
  .m-link {
    display: none;
  }
  .header-inner .p-right > * {
    margin-left: 25px;
  }
  .h-title {
    font-size: 40px;
    line-height: 55px;
  }
  .h-bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
  .h-bottom .thumb.desktop {
    flex-basis: 100%;
  }
  .h-bottom .thumb.dashboard {
    flex-basis: 100%;
  }
  .h-bottom .thumb img:nth-child(2) {
    margin: auto;
  }
  .h-bottom .s-title {
    font-size: 38px;
    line-height: 50px;
  }
  .feat-row {
    grid-template-columns: 1fr 1fr;
    row-gap: 0px;
  }
  .s-feat-box .content p {
    display: none;
  }
  .s-feat-box .content h4 {
    font-size: 14px;
    line-height: 22px;
  }
  .s-feat-box .thumb .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .p-methods-container {
    padding: 50px 15px 0px;
  }
  .p-methods-container > * {
    flex-basis: 100%;
    margin-bottom: 50px;
  }
  .d-app-content .s-title-sm {
    font-size: 38px;
    line-height: 50px;
  }
  .d-app-content .btn-group {
    flex-wrap: wrap;
    justify-content: center;
  }
  .d-app-sec {
    padding: 70px 0px;
  }
  .i-list-s2 {
    gap: 10px;
  }
  .i-list-s2 li .text {
    font-size: 14px;
  }
  .i-list-s2 li span.icon {
    width: 20px;
    margin-right: 10px;
  }
  .justify-lg-center > div:nth-child(2) > div {
    margin-top: 25px;
  }
  .contact-content .c-sub-title {
    font-size: 26px;
    line-height: 40px;
    font-weight: 400;
  }
  .contact-content .c-title {
    font-size: 46px;
  }
  .contact-content .rate-hour {
    padding: 0;
    font-size: 20px;
  }
  .c-btn {
    font-size: 16px;
  }
  .accordion-s1 .s-accordion > .s-accordion__h {
    gap: 20px;
  }
  .accordion-s1 .s-accordion > .s-accordion__h h3 {
    font-size: 16px;
  }
  .accordion-s1 .s-accordion > .s-accordion__h .icon {
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
  .footer-cta-container {
    flex-direction: column;
    align-items: center;
  }
  .f-widget.widget-1 .info.address a {
    padding-right: 30px;
  }
  .s-title,
  .contact-content .c-title,
  .footer-cta-container h2,
  .d-app-content .s-title-sm {
    font-size: 28px;
    line-height: 42px;
  }
  .h-title {
    font-size: 32px;
    line-height: 48px;
  }
  .announcement-modal .a-modal{
   margin: 0 20px;
  }
  .announcement-modal .a-modal .a-button{
    right: -12px;
    top: -19px;
    width: 30px;
    height:30px;
  }
  .announcement-modal .a-modal .a-button span{
    transform: scale(0.7);
  }
} /*# sourceMappingURL=style.css.map */
.content-thumb-img img{
  /* background-color: red; */
  height: 30vmax;
  /* width: 100%; */
}
.logo-footer{
  background-color: white;
  width: max-content;
  padding: .5vmax;
  border-radius: 5px;
}
@media (max-width: 430px) {
  .feat-row {
    grid-template-columns: 1fr;
    row-gap: 0px;
  }
  .licence-main-wrapper .licence-wrapper .card-wrapper :is(.regular-item-card, .extended-item-card) {
    width: 350px;
    height: 420px;
    border-radius: 12px;
  }
  .licence-main-wrapper .licence-wrapper .card-wrapper .buy-now-txt {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .licence-main-wrapper .licence-wrapper .card-wrapper .conditon-offer {
    font-size: 30px;

    margin-bottom: 10px;
  }
  .licence-main-wrapper .licence-wrapper .card-wrapper .conditon-offer-2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .licence-main-wrapper .licence-wrapper .card-wrapper .tick-items {
    display: flex;
    gap: 17px;
  }
  .licence-main-wrapper .licence-wrapper .card-wrapper .tick-items p {
    font-size: 20px;
    line-height: 30px;
  }
  .count-down-wrapper .black-friday-headling {
    width: 100%;
  }
  .count-down-wrapper .black-friday-headling h1.black-friday-headling-text {
    font-size: 30px;
    line-height: 45px;
  }
  .count-down-wrapper .black-friday-pricing .black-friday-pricing-wrapper {
    flex-direction: column;
  }
  .count-down-wrapper .black-friday-pricing .black-friday-pricing-wrapper .offer-price {
    margin: 10px 0px;
  }
}
