/*-- Reset styles  -- */
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* -- Common elements -- */
html {
  scroll-behavior: smooth;
  margin-right: 0 !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: normal;
  color: #1e1b3a;
  background-color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  transition: all 0.6s ease;
}

ul,
li {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.container {
  max-width: 1360px;
  padding: 0;
}

/* -- form style -- */
textarea,
input[type=text],
input[type=password],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=datetime],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
  font-family: "Inter", sans-serif;
  border: 1px solid #e7e5f5;
  outline: 0;
  box-shadow: none;
  font-size: 14px;
  line-height: 24px;
  border-radius: 3px;
  padding: 12px 18px;
  width: 100%;
  background: #ffffff;
  color: #1e1b3a;
  font-weight: normal;
}
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=datetime]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus {
  border-color: #e7e5f5;
}
textarea::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=color]::-moz-placeholder {
  color: #1e1b3a;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
textarea::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=datetime]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder {
  color: #1e1b3a;
  transition: all 0.3s ease;
}

textarea {
  min-height: 120px;
  resize: none;
}

/* -- Placeholder color -- */
::-webkit-input-placeholder {
  color: #1e1b3a;
}

:-moz-placeholder {
  color: #1e1b3a;
}

::-moz-placeholder {
  color: #1e1b3a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #1e1b3a;
}

/* -- Typography setting -- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fraunces", serif;
  text-rendering: optimizeLegibility;
  color: #1e1b3a;
  font-weight: bold;
}

h1 {
  font-size: 80px;
  line-height: 1.1em;
}

h2 {
  font-size: 68px;
  line-height: 1.2em;
}

h3 {
  font-size: 56px;
  line-height: 1.3em;
}

h4 {
  font-size: 42px;
  line-height: 1.4em;
}

h5 {
  font-size: 28px;
  line-height: 1.5em;
}

h6 {
  font-size: 20px;
  line-height: 1.6em;
}

p {
  line-height: 1.4em;
}

b,
strong {
  font-weight: bolder;
}

video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  color: #1e1b3a;
}
a:focus, a:hover {
  transition: all 0.3s ease;
  text-decoration: none;
  outline: 0;
}

label {
  font-weight: bold;
}

.link {
  transition: all 0.3s ease;
}
.link:hover {
  color: #5647b8;
}

.border-line {
  border: 1px solid #e7e5f5;
}

.border-line-black {
  border: 1px solid #1e1b3a;
}

.border-line-bottom {
  border-bottom: 1px solid #1e1b3a;
}

.no-line {
  border: 0 !important;
}

/* -- radius --*/
.radius-8 {
  border-radius: 8px;
}

.radius-24 {
  border-radius: 24px;
}

.radius-32 {
  border-radius: 32px;
}

.radius-56 {
  border-radius: 56px;
}

.rounded-full {
  border-radius: 999px;
}

.overflow-hidden {
  overflow: hidden;
}

.none {
  display: none;
}

.padding-y {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-top {
  padding-top: 100px;
}

.padding-bottom {
  padding-bottom: 100px;
}

.padding-x {
  padding-left: 30px;
  padding-right: 30px;
}

.padding-left {
  padding-left: 30px;
}

.padding-right {
  padding-right: 30px;
}

/* -- text-size -- */
.text-size-1 {
  font-size: 12px;
}

.text-size-2 {
  font-size: 14px;
}

.text-size-3 {
  font-size: 16px;
}

.text-size-4 {
  font-size: 18px;
}

.text-size-5 {
  font-size: 20px;
}

.text-size-6 {
  font-size: 24px;
}

.text-size-7 {
  font-size: 28px;
}

.text-size-8 {
  font-size: 32px;
}

.text-size-9 {
  font-size: 38px;
}

.text-size-10 {
  font-size: 40px;
}

.text-size-11 {
  font-size: 48px;
}

.text-size-12 {
  font-size: 56px;
}

.text-size-13 {
  font-size: 64px;
}

.text-size-14 {
  font-size: 96px;
}

.f-h-150 {
  height: 150px !important;
}

.f-h-120 {
  height: 120px !important;
}

.f-h-100 {
  height: 100px !important;
}

/*-- main styles  -- */
body.admin-bar .wooprex-mobile-menu,
body.admin-bar header.wooprex-header-section {
  top: 32px !important;
}
body.admin-bar .wooprex-mobile-menu {
  height: calc(100% - 32px) !important;
}

/* For mobile view (admin bar height is smaller) */
@media screen and (max-width: 782px) {
  body.admin-bar .wooprex-mobile-menu,
  body.admin-bar header.wooprex-header-section {
    top: 46px !important;
  }
  body.admin-bar .wooprex-mobile-menu {
    height: calc(100% - 46px) !important;
  }
}
/******************* HEADER START *******************/
/* Start Wooprex Header & Light header */
header.wooprex-header-section {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: 0.4s all;
  border-bottom: 1px solid #e7e5f5;
}
header.wooprex-header-section .wooprex-header-top-section {
  background: #000000;
  padding: 10px 20px;
}
header.wooprex-header-section .wooprex-header-top-section .inner-main {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 0px;
  flex-wrap: wrap;
}
header.wooprex-header-section .wooprex-header-top-section .inner-main p {
  text-align: center;
  font-size: 14px;
  color: #efedfb;
}
header.wooprex-header-section .wooprex-header-top-section .inner-main p strong {
  font-weight: 600;
  color: #6c5dd3;
}
header.wooprex-header-section .wooprex-header-top-section .inner-main .buy-btn {
  font-weight: 500;
  position: relative;
  padding: 3px 0px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #efedfb;
}
header.wooprex-header-section .wooprex-header-top-section .inner-main .buy-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #efedfb;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}
header.wooprex-header-section .wooprex-header-top-section .inner-main .buy-btn:hover:before {
  transform: scaleX(1);
}
header.wooprex-header-section .wooprex-header-main-wrapper {
  padding: 15px 20px;
  background-color: #ffffff;
}
header.wooprex-header-section .header-logo a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
header.wooprex-header-section .header-logo a span {
  display: inline-block;
  font-weight: 600;
  color: #1e1b3a;
}
header.wooprex-header-section.sticky {
  position: fixed !important;
  top: 0px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}

@keyframes stickyAnimation {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
/* Wooprex menu css that applies to all section */
header.wooprex-header-section .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.wooprex-header-section .header-main .header-right {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
}

/* Start desktop menu */
.wooprex-desktop-menu ul.box-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 30px;
  flex-wrap: wrap;
}
.wooprex-desktop-menu ul.box-nav li.menu-item {
  position: relative;
}
.wooprex-desktop-menu ul.box-nav li.menu-item a.item-link {
  color: #1e1b3a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 3px 0px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item a.item-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 12px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item a.item-link:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  background-color: #5647b8;
  width: 0%;
  height: 1px;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item:hover > a.item-link, .wooprex-desktop-menu ul.box-nav li.menu-item.current-menu-item > a.item-link {
  color: #5647b8;
}
.wooprex-desktop-menu ul.box-nav li.menu-item:hover > a.item-link:before, .wooprex-desktop-menu ul.box-nav li.menu-item.current-menu-item > a.item-link:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.wooprex-desktop-menu ul.box-nav li.menu-item:hover a.item-link i {
  transform: rotate(180deg);
}
.wooprex-desktop-menu ul.box-nav li.menu-item > ul.sub-menu {
  left: 0px;
  top: 40px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu {
  position: absolute;
  width: 250px;
  padding: 20px 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  background-color: #6c5dd3;
  box-shadow: 0px 14px 28px 0px rgba(30, 27, 58, 0.06);
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li {
  padding: 8px 15px;
  position: relative;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.item-link, .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li.current-menu-item > a.item-link {
  color: #5647b8;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.item-link:before, .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li.current-menu-item > a.item-link:before {
  opacity: 1;
  visibility: visible;
  height: 15px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li a.item-link {
  padding: 0px 25px;
  display: block;
  color: #1e1b3a;
  text-transform: capitalize;
  font-size: 14px;
  position: relative;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li a.item-link i {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li a.item-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  background-color: #5647b8;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  height: 0px;
  width: 4px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li > ul.sub-menu {
  right: -220px;
  top: 0;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.item-link i {
  transform: rotate(180deg);
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li:hover > ul.sub-menu {
  right: -250px;
  opacity: 1;
  visibility: visible;
}
.wooprex-desktop-menu ul.box-nav li.menu-item:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

/* Start mobile menu */
.wooprex-mobile-menu {
  width: 350px;
  max-width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: fixed;
  left: 0%;
  transform: translateX(-110%);
  top: 0;
  padding: 30px 0px;
  box-shadow: 0px 0px 5px 0px rgba(30, 27, 58, 0.06);
  transition: all 0.6s ease;
  overflow-y: auto;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wooprex-mobile-menu ul.box-nav {
  margin-top: 25px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item {
  padding: 0px 20px;
  border-bottom: 1px solid #e7e5f5;
}
.wooprex-mobile-menu ul.box-nav li.menu-item:hover > a.item-link, .wooprex-mobile-menu ul.box-nav li.menu-item.current-menu-item > a.item-link {
  color: #5647b8;
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link {
  padding: 15px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1e1b3a;
  transition: all 0.3s ease;
  gap: 5px;
  font-weight: 500;
  font-size: 14px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  transform: rotate(-90deg);
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link.link-active i {
  transform: rotate(0deg);
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu {
  padding-bottom: 10px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li {
  padding: 0px 10px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.item-link, .wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li.current-menu-item > a.item-link {
  color: #5647b8;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.item-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  color: #1e1b3a;
  font-weight: 500;
  font-size: 14px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.item-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.item-link.link-active i {
  transform: rotate(0deg);
}
.wooprex-mobile-menu .mobile-menu-top {
  position: relative;
}
.wooprex-mobile-menu .mobile-menu-top .top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0px 20px;
}
.wooprex-mobile-menu .mobile-menu-bottom {
  padding: 0px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 340px) {
  .wooprex-mobile-menu .mobile-menu-bottom .sc-btn {
    flex: auto;
  }
}
.wooprex-mobile-menu.show {
  transform: translateX(0%);
}

.wooprex-mobile-menu-bar {
  cursor: pointer;
  display: none;
}
.wooprex-mobile-menu-bar i {
  font-size: 28px;
  color: #1e1b3a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu-bar-close {
  cursor: pointer;
}
.mobile-menu-bar-close i {
  font-size: 28px;
  color: #1e1b3a;
}
.mobile-menu-bar-close:hover i {
  color: #5647b8;
}

/******************* HEADER END *******************/
/* ================= BUTTONS ================ */
.sc-btn {
  display: inline-flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 5px;
  color: #1e1b3a;
  border-radius: 30px;
  background-color: transparent;
  border: 1px solid #e7e5f5;
  padding: 0px 20px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.3s ease;
  font-size: 14px;
}
.sc-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
}
.sc-btn:hover {
  background-color: rgba(56, 88, 233, 0.0392156863);
  color: #5647b8;
  border-color: #5647b8;
}
.sc-btn:hover i {
  transform: rotate(0deg);
}
.sc-btn.color-btn {
  color: #efedfb;
  border-color: #6c5dd3;
  background-color: #6c5dd3;
}
.sc-btn.color-btn:hover {
  background-color: #5647b8;
  border-color: #5647b8;
  color: #efedfb;
  box-shadow: 0px 4px 20px 0px rgba(30, 27, 58, 0.1);
}

/* ============== Template card css =============*/
.sc-template-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.sc-template-card {
  background: #ffffff;
  border: 1px solid #e7e5f5;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.sc-template-card:hover {
  box-shadow: 0px 4px 20px 0px rgba(30, 27, 58, 0.1);
  transform: translateY(-2px);
}
.sc-template-card .card-preview {
  padding: 15px 15px 0px 15px;
  overflow: hidden;
  height: 200px;
  position: relative;
}
.sc-template-card .card-preview .browser-top {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 10px;
  gap: 10px;
}
.sc-template-card .card-preview .browser-top .browser-left {
  display: flex;
  gap: 10px;
}
.sc-template-card .card-preview .browser-top .browser-left .browser-bar {
  width: 50px;
  height: 25px;
  border-radius: 50px;
}
.sc-template-card .card-preview .browser-top .browser-left .browser-dot {
  width: 35px;
  height: 25px;
  border-radius: 50px;
}
.sc-template-card .card-preview .browser-top .plan-badge {
  padding: 2px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc-template-card .card-preview .browser-top .plan-badge.free {
  color: #1f8a55;
  background: #e8f6ee;
}
.sc-template-card .card-preview .browser-top .plan-badge.pro {
  color: #ffffff;
  background: #5647b8;
}
.sc-template-card .card-preview .browser-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.sc-template-card .card-preview .browser-grid .grid-box {
  height: 80px;
  border-radius: 8px;
  padding: 10px;
  position: relative;
}
.sc-template-card .card-preview .browser-grid .grid-box .grid-line {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  height: 6px;
  border-radius: 4px;
  opacity: 0.5;
}
.sc-template-card .card-content {
  flex: 1;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}
.sc-template-card .card-content .card-content-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sc-template-card .card-content .card-content-top .card-title {
  font-size: 20px;
  font-weight: 500;
  color: #1e1b3a;
}
.sc-template-card .card-content .card-content-top .card-subtitle {
  color: #5647b8;
  font-size: 14px;
  font-weight: 500;
}
.sc-template-card .card-content .card-content-top .card-description {
  color: #1e1b3a;
  font-size: 16px;
}
.sc-template-card .card-content .card-content-bottom {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sc-template-card .card-content .card-content-bottom .card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sc-template-card .card-content .card-content-bottom .card-tags span {
  background: rgba(56, 88, 233, 0.0392156863);
  padding: 3px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1e1b3a;
}
.sc-template-card .card-content .card-content-bottom .card-buttons {
  display: flex;
  gap: 10px;
}
.sc-template-card .card-content .card-content-bottom .card-buttons a {
  flex: 1;
}
.sc-template-card .card-content .card-content-bottom .card-buttons a.btn-menu {
  background: rgba(56, 88, 233, 0.0392156863);
  border-color: #e7e5f5;
}
.sc-template-card .card-content .card-content-bottom .card-buttons a.btn-menu:hover {
  background: #e7e5f5;
  color: #1e1b3a;
}
.sc-template-card.template-2 .card-preview .browser-top {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}
.sc-template-card.template-2 .card-preview .browser-grid {
  grid-template-columns: repeat(1, 1fr);
}
.sc-template-card.template-2 .card-preview .browser-grid .grid-box {
  display: flex;
  gap: 10px;
  align-items: center;
  height: auto;
}
.sc-template-card.template-2 .card-preview .browser-grid .grid-box .browser-bar {
  width: 28px;
  height: 25px;
  border-radius: 8px;
}
.sc-template-card.template-2 .card-preview .browser-grid .grid-box .grid-line {
  position: relative;
  display: inline-block;
  left: inherit;
  top: inherit;
  bottom: inherit;
  right: inherit;
  width: 100%;
}

/* ================= FOOTER ================ */
footer.footer-section {
  background: #6c5dd3;
  padding: 70px 20px 30px 20px;
}
footer.footer-section .footer-logo a img {
  width: 120px;
}
footer.footer-section .footer-middle {
  padding: 0px 0px 30px 0px;
  border-bottom: 1px solid #e7e5f5;
}
footer.footer-section .footer-middle .row {
  row-gap: 40px;
}
footer.footer-section .footer-middle .footer-item h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
footer.footer-section .footer-middle .footer-item h4,
footer.footer-section .footer-middle .footer-item a,
footer.footer-section .footer-middle .footer-item p {
  color: #efedfb;
}
footer.footer-section .footer-middle .footer-item ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
}
footer.footer-section .footer-middle .footer-item ul li a {
  font-size: 14px;
  opacity: 0.6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
footer.footer-section .footer-middle .footer-item ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.footer-section .footer-middle .footer-item ul li a:hover {
  color: #efedfb;
  opacity: 1;
}
footer.footer-section .footer-middle .footer-item ul li p {
  font-size: 14px;
  max-width: 250px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  opacity: 0.6;
  margin: 0;
}
footer.footer-section .footer-middle .footer-item ul li p i {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.footer-section .footer-middle .footer-item p {
  font-size: 14px;
  margin-bottom: 30px;
}
footer.footer-section .footer-middle .footer-item .follow-us {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
footer.footer-section .footer-middle .footer-item .follow-us h5 {
  font-size: 14px;
  color: #efedfb;
  letter-spacing: 1px;
}
footer.footer-section .footer-middle .footer-item .follow-us ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  flex-direction: row;
}
footer.footer-section .footer-middle .footer-item .follow-us ul li a {
  font-size: 22px;
}
footer.footer-section .footer-middle .footer-item .follow-us ul li a:hover {
  color: #5647b8;
}
footer.footer-section .footer-bottom {
  padding-top: 30px;
}
footer.footer-section .footer-bottom .copyright {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.footer-section .footer-bottom p {
  text-align: center;
  color: #efedfb;
  opacity: 0.5;
  font-size: 14px;
}
footer.footer-section .footer-bottom p a {
  color: #efedfb;
  font-size: 14px;
}
footer.footer-section .footer-bottom p a:hover {
  opacity: 1;
  text-decoration: underline;
}

/*-- Responsive styles -- */
/* -- Wooprex - Media Queries -- */
@media only screen and (max-width: 1480px) {
  .padding-x {
    padding-left: 20px;
    padding-right: 20px;
  }
  .padding-left {
    padding-left: 20px;
  }
  .padding-right {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .padding-y {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .padding-top {
    padding-top: 80px;
  }
  .padding-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1025px) {
  .wooprex-mobile-menu {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-logo .logo {
    max-width: 200px;
  }
  .wooprex-desktop-menu ul.box-nav {
    gap: 32px;
  }
  .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li > ul.sub-menu {
    right: inherit;
    left: -220px;
  }
  .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li:hover > ul.sub-menu {
    left: -250px;
  }
}
@media only screen and (max-width: 1024px) {
  .wooprex-desktop-menu {
    display: none;
  }
  .wooprex-mobile-menu-bar {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 880px) {
  .padding-y {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .padding-top {
    padding-top: 60px;
  }
  .padding-bottom {
    padding-bottom: 60px;
  }
  .sc-template-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  header.wooprex-header-section .header-main .header-right {
    gap: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .header-logo .logo {
    max-width: 170px;
  }
  header.wooprex-header-section .header-main .header-right .wooprex-search-bar i {
    font-size: 20px;
  }
  header.wooprex-header-section .header-main .header-right .sc-btn {
    display: none;
  }
  .sc-template-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  /*********************** FOOTER **************/
  footer.footer-section {
    padding: 60px 20px 30px 20px;
  }
  footer.footer-section .footer-logo {
    text-align: left;
  }
  footer.footer-section .footer-logo a img {
    width: 80px;
  }
  footer.footer-section .footer-top .footer-item.item-1, footer.footer-section .footer-top .footer-item.item-3 {
    margin: 0 auto;
  }
  footer.footer-section .footer-middle .footer-item h4 {
    margin-bottom: 20px;
    text-align: left;
  }
  footer.footer-section .footer-middle .footer-item ul {
    align-items: left;
  }
  footer.footer-section .footer-middle .footer-item .follow-us {
    margin-top: 40px;
    justify-content: left;
    gap: 20px;
  }
  footer.footer-section .footer-bottom .copyright {
    justify-content: left;
  }
  footer.footer-section .footer-bottom p {
    text-align: left;
    font-size: 14px;
  }
  footer.footer-section .footer-bottom p a {
    font-size: 14px;
  }
}/*# sourceMappingURL=styles.css.map */