@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700&display=swap');

@font-face {
    font-family: 'Satoshi-Regular';
    src: url(../fonts/Satoshi-Regular.woff);
}
@font-face {
    font-family: 'Satoshi-Medium';
    src: url(../fonts/Satoshi-Medium.woff);
}

@font-face {
    font-family: 'Satoshi-Bold';
    src: url(../fonts/Satoshi-Bold.woff);
}

input[type="number"] {
      -moz-appearance: textfield; /* Firefox */
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
       -webkit-appearance: none;
      margin: 0;
    }

.woocommerce-variation-add-to-cart.variations_button input[type="number"]::-webkit-inner-spin-button,
.woocommerce-variation-add-to-cart.variations_button   input[type="number"]::-webkit-outer-spin-button{
       -webkit-appearance: auto;
}

.is-search-icon {
    background: #4468E7;
}
.is-search-icon svg path{
    fill: #fff !important;
}

/*Global Styling*/
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Satoshi-Regular';
    font-size: 18px;
    background-color: #fff;
    scroll-behavior: smooth;

}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    
}

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

a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-style: normal;
   font-weight: 500;
   line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Archivo Black', sans-serif;
    color: #1F2326;
}

.background-position {

    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;

}


.up {
    text-transform: uppercase;
}

h1,
.h1 {
    font-size: 56px;
    font-weight: 400;
    line-height: normal;
    
}

h2,
.h2 {
    font-size: 44px;
    font-weight: 400;
    line-height: normal;

}

h3,
.h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
}

h4,
.h4 {
    font-weight: 400;
    font-size: 32px;
    line-height: normal;
}

h5,
.h5 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    font-family: 'Satoshi-Medium';
}

h6,
.h6 {
    font-size: 18px;
}

p {
    font-family: 'Satoshi-Regular';
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    margin: 0;

}
input:focus{
    outline: none;
    box-shadow: none;
}
/* Global  margin  and padding */
.padding-main {
    padding: 100px 0;
}


textarea {
    resize: none;
}
input:focus, textarea:focus, select:focus {
    outline: none;
    box-shadow: none;

}
.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

}

.woocommerce-cart .woocommerce a.remove:hover {
    color: #fff!important;
    background: #4468E7;
    border-radius: inherit;
}

.woocommerce-cart p.return-to-shop a {
    background: #0056b3 !important;
    color: #fff !important;
    margin-bottom: 40px !important;
}

.single-product .woocommerce-message a.button.wc-forward {
    background: #0056b3;
    color: #fff;
}

.woocommerce-cart .woocommerce a.remove:hover img {
    filter: brightness(8.5);
}

.woocommerce-cart p.return-to-shop {
    display: flex;
    justify-content: center;
}

.flex.custom-posts {
    gap: 50px;
}

.woocommerce-cart .woocommerce a.remove:hover img.custom-remove-icon {
    filter: brightness(11.5);
}

.like-flex.flex {
    align-items: unset;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}

.flex.custom-posts .blogs-flex {
    width: 48%;
}
.align-center{
    align-items: center;
}
.align-end{
    align-items: flex-end;
}

.transition{
    transition: all ease .3s;
}
.text-center{
    text-align: center;
}

/*transisition*/
ul.nav>li a {
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
.container-fluid {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
    margin-right: auto;
    margin-left: auto;
  }
.container {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
}

header#header {
    padding: 11px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
    background-color: #F3FBFE;
    border: 1px solid #E3E6F0;


}


nav#nav ul li {
    display: inline-block;
}

nav#nav ul li a {
    font-size: 14px;
    font-family: 'Satoshi-Medium', sans-serif;
    margin: 0 24px;
    transition: all ease .3s;
    color: #1B2A5E;
}
nav#nav ul li.demo-btn a {
    border-radius: 8px;
    background:#4468E7;
    font-size: 16px;
    padding: 11px 16px;
    display: inline-block;
    color: #fff;
    border: 1px solid #4468E7;
    margin: 0;
width: 182px;
    text-align: center;
}

nav#nav ul li a:hover {
    color: #4468E7!important;
}
nav#nav ul li.demo-btn a:hover{
    background: transparent!important;
    color: #4468E7!important;
}




.demo-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-nav-logo {
    display: none;
}
.headerHamburger {
    display: none;
}
.headerMobileOverlay {
    display: none;
}


.logo img {
    width: 100%;
    max-width: 255px;
}


header.bar-color .logo img {
    scale: .8;
    transition: all ease-in-out .5s;
}
header.bar-color nav#nav ul li.demo-btn a {
    font-size: 14px;
    padding: 7px 20px ;
}
header.bar-color{
    padding: 0px!important;
}

header#header {
    transition: all ease-in-out .5s;
}

header.bar-color {
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
}


nav#nav ul>li>a>i {
    margin-left: 10px;
    font-size: 12px;
}
li.demo-btn {
    margin-left: 20px;
}
section.home-banner {
    min-height: 844px;
    padding-top: 160px;
    background-position: center top 10px;
    background-size: cover;
    background-color: #F3FBFE;
    text-align: center;
}
span.hello {
    border-radius: 38.235px;
    border: 1.275px solid var(--gray-900, #171717);
    font-size: 20px;
    line-height: normal;
    letter-spacing: -0.3px;
    padding: 12.745px 25.49px;
    display: inline-block;
    font-family: 'Satoshi-Medium';
    position: relative;
}
.heading-banner h1 span {
    font-size: 44px;
    display: block;
    color: #171717;
}

.heading-banner h1 {
    font-size: 72px;
    color: #4468E7;
    margin: 34px 0 32px;
}
.heading-banner {
    max-width: 823px;
    margin: 0 auto;
}
.heading-banner p {
    color: #71778D;
    position: relative;
    margin-bottom: 32px;
}
span.hello::after {
    position: absolute;
    content: "";
    background-image: url(../images/about1.svg);
    width: 27.5px;
    height: 28.5px;
    background-position: center;
    background-repeat: no-repeat;
    top: -20px;
    right: -20px;
    background-size: contain;
}
.heading-banner p::after {
    position: absolute;
    content: "";
    background-image: url(../images/about2.svg);
    width: 72px;
    height: 74px;
    background-position: center;
    background-repeat: no-repeat;
    bottom: -30px;
    left: -63px;
    background-size: contain;
}
.inner-width {
    width: 23.5%;
}

.inner-width1 {
    width: 52.5%;
}

.inner-width1 img {
    width: 100%;
}
.inner-width h3 {
    font-size: 24px;
    font-family: 'Satoshi-Bold';
    font-weight: 700;
    line-height: 32px;
    color: #1B2A5E;
}

.bio-pragaph p {
    line-height: 24px;
    font-size: 16px;
    color: #71778D;
    font-weight: 400;
    margin: 16px 0 48px;
}

.bio-services ul li {
    font-size: 16px;
    line-height: 24px;
    color: #71778D;
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 8px;
}

.featured-work p {
    font-size: 18px;
    line-height: 130%;
    color: #71778D;
    font-weight: 500;
    font-family: 'Satoshi-Medium';
    margin: 16px 0;
}

.featured-work a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #71778D;
}

.bio-services ul {
    margin: 16px 0 48px;
}

.bullet-width{
    text-align: end;
    flex-direction: row-reverse;
    display: flex;
    align-items: flex-start;
}

.buy-btn.see a {
    background-color: #4468E7;
    color: white;
}

.buy-btn.see {
    padding-bottom: 60px;
    width: 24%;
    margin: auto;
}

.inner-data span {
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    color: #121314;
}

.inner-data p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #71778D;
    margin-top: 12px;
}

.bullets-list ul li {
    margin-bottom: 48px;
}
.inner-data {
    margin-right: 24px;
}
.inner-width1 img {
    position: relative;
    top: -280px;
    margin-bottom: -296px;
}
.bullets-list {
    margin-top: 70px;
}
.biography {
    padding-bottom: 100px;
}
.featured-work a img {
    margin-left: 5px;
}
section.available-service {
    background: #F5F6F7;
    padding: 80px 0;
}

.service-width {
    padding: 32px;
    background: #fff;
    border-radius: 12px;
    width: 23.7%;
}

.inner-dataa {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inner-dataa span {
    font-family: 'Cardo', serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    color: #F0F1F3;
}

.service-width h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    font-family: 'Satoshi-Bold';
    margin: 16px 0;
}

.service-width p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Satoshi-Regular';
    color: #666074;
    min-height: 95px;
}
section.available-service h2 {
    text-align: center;
    color: #1B2A5E;
}

.primary-btn a {
    padding: 12px 16px;
    background: #4468E7;
    display: inline-block;
    color: #FFF;
    border-radius: 8px;
    width: 170px;
    text-align: center;
    border: 1px solid #4468E7;
    transition: all ease .3s;
}

.primary-btn {
    text-align: center;
}
section.available-service .flex {
    margin: 40px 0;
}
.primary-btn a:hover {
    background: transparent;
    color: #4468E7;
}
section.about-me {
    padding: 89px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.round-width {
    width: 49%;
    text-align: center;
    border-radius: 100%;
    background: #fff;
    height: 100%;
    padding: 185px 52px;
    min-height: 630px;
    border: 1px solid #E3E6F0;
    box-shadow: 0px 6px 74px 0px rgba(0, 0, 0, 0.05);
}

.right-width {
    width: 43.6%;
}

.round-width span {
    font-size: 36px;
    font-weight: 400;
    line-height: 48px;
}

.round-width p {
    font-weight: 400;
    line-height: 26px;
    font-family: 'Satoshi-Regular';
    color: #5E6971;
    padding: 32px 0;
    max-width: 424px;
    margin: 0 auto;
}

.round-width a {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    color: #1777E5;
    font-family: 'Satoshi-Bold';
}
.right-width h2 {
    color: #1B2A5E;
    margin-bottom: 32px;
}

.right-width p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Satoshi-Regular';
    color: #5E6971;
    margin-bottom: 30px;
}

.right-width .primary-btn {
    text-align: left;
    margin-top: 10px;
    display: inline-block;
}
section.about-me::after {
    position: absolute;
    content: "";
    width: 376px;
    background: #4468E7;
    top: 0;
    left: 0;
    height: 100%;
}
section.about-me .flex {
    z-index: 1;
    position: relative;
}
.artist-width {
    width: 49.5%;
}

.artist-portfolio .artist-width h5 {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border-radius: 38.235px;
    border: 1px solid #4468E7;
    background: #FFF;
    padding: 10px 25.49px;
    color: #4468E7;
}


.artist-width1 img {
    width: 100%;
    margin: 0 auto;
}
.artist-width1 {
    width: 38.7%;
    border-radius: 30px;
    background: #F7F7F7;
}
.artist-width span {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border-radius: 38.235px;
    border: 1px solid var(--gray-900, #4468E7);
    background: #FFF;
    padding: 10px 25.49px;
    color: #4468E7;
}

.artist-width h2 {
    padding: 20px 0 19px;
    color: #1B2A5E;
}
.artist-width p {
    font-size: 14px;
    line-height: 24px;
    color: #666074;
    max-width: 500px;
    margin-bottom: 32px;
}

.inner-artist h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    font-family: 'Satoshi-Bold';
}

ul.artist-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 37px 0;
}

.inner-artist {
    display: flex;
    align-items: center;
    max-width: 269px;
    width: 278px;
}

.inner-artist img {
    margin-right: 30px;
}


ul.artist-bullets li {
    font-size: 14px;
    color: #666074;
    margin-bottom: 5px;
    position: relative;
   
    border: none;
    padding: 0px;
    padding-left: 20px;
}

ul.artist-bullets li::after {
    position: absolute;
    content: "";
    background: #666074;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    left: 0;
}
section.artist-portfolio.padding-main .container {
    max-width: 1306px;
}
section.portfolio-projects {
    background: #F5F6F7;
}

.heading-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

a.projects-width span {
    display: none;
}

a.projects-width:hover span {
    display: block;
    padding: 30px;
}

a.projects-width:hover span h4 {
    color: #ffffff;
    font-size: 27px;
}

a.projects-width:hover span p {
    color: white;
}

.heading-content h2 {
    color: #1B2A5E;
}

.heading-content p {
    color: #5E6971;
    font-family: 'Satoshi-Regular';
    font-weight: 400;
    margin-top: 24px;
    font-size: 14px;
}

.heading-content {
    max-width: 532px;
}

.projects {
    margin-top: 50px;
}

.projects-width {
    width: 32.1%;
    min-height: 536px;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    border-radius: 24px;
    cursor: pointer;
    margin-bottom: 24px;
    transition: all ease .3s;
	background-size: cover;
}
.projects-width a {
    margin-left: 30px;
    margin-bottom: 40px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all ease .3s;
}

.projects-width a h4 {
    color: #fff;
    margin-bottom: 12px;
}

.projects-width a p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Inter', sans-serif;
}

.projects-width {
    position: relative;
}
.projects-width:hover::after {
    background: linear-gradient(180deg, rgba(19, 34, 56, 0.00) 0%, #000 100%);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 24px;
    transition: all ease .3s;
}
.projects-width:hover *{
    position: relative;
    z-index: 1;
}

.projects-width:hover a{
    visibility: visible;
    opacity: 1;
}
.center-heading {
    text-align: center;
}

.center-heading h3 {
    color: #4468E7;
}

.center-heading p {
    margin-top: 24px;
    color: #5E6971;
    font-weight: 400;
}

.timline-width {
    width: 49.4%;
    border-radius: 24px;
    border: 1px solid #DEDEDE;
    background: #F3FBFE;
    padding: 40px 60px;
    margin-bottom: 32px;
}

.timline-ser.flex {
    margin-top: 60px;
}

.timline-width span {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    color: #4468E7;
    border: 1px solid #4468E7;
    border-radius: 12px;
    padding: 12px 24px;
    display: inline-block;
    font-family: 'Satoshi-Medium';
}

.timline-width h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    color: #4468E7;
    font-family: 'Satoshi-Bold';
    margin: 24px 0;
}

.timline-width h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    color: #1B2A5E;
    font-family: 'Satoshi-Medium';
    margin-bottom: 12px;
}

.timline-width p {
    color: #71778D;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
}
section.contact-information {
    border: 1px solid #E2E2E2;
    background: #F7F7F7;
    padding: 56px 0;
}
.inner-padding h5 {
    color: #020A0D;
}


section.contact-information .container {
    max-width: 1208px;
}
.contact-width {
    width: 40%;
    border-right: 1px solid #E3E6F0;
}
.contact-width p {
    font-size: 16px;
    line-height: 24px;
    margin: 16px 0 32px;
    color: #71778D;
}
.contact-list {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.contact-data p {
    margin: 0;
}

.icon-social {
    border-radius: 100px;
    background: #FFF;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-data a {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #020A0D;
    font-family: 'Satoshi-Medium';
}

.contact-data {
    margin-left: 16px;
}
.social-icons {
    padding: 16px 48px;
    border-radius: 12px;
    background: #fff;
    margin-top: 8px;
    display: inline-block;

}

.social-icons p {
    margin: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #020A0D;
    font-family: 'Satoshi-Medium';
    margin-bottom: 16px;
}

.social-icons ul li {
    display: inline-block;
    margin: 0 8px;
}

.social-icons ul>li>a>i {
    color: #4468E7;
    font-size: 16px;
}
.social-icons ul li a{
    border-radius: 100px;
    background:  #fff;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all ease .3s;
}

.social-icons ul li a:hover {
    background:  #4468E7;
}
.social-icons ul li a:hover i {
    color: #fff;
    font-size: 16px;
}
.social-icons ul::after {
    position: absolute;
    content: "";
    background: #4468E7;
    width: 24px;
    height: 2px;
    left: 0px;
    top: 23px;
}

.social-icons ul {
    position: relative;
}

.social-icons ul li:first-child {
    margin-left: 24px;
}

.social-icons ul li:last-child {
    margin-right: 24px;
}
.social-icons ul::before {
    position: absolute;
    content: "";
    background: #4468E7;
    width: 24px;
    height: 2px;
    right: 0px;
    top: 23px;
}
.inner-padding {
    max-width: 424px;
}


.contact-width1 {
    width: 55%;
}

.form-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 16px;
}


.form-width {
    width: 49%;
}

.form-width input , .full-width input, .full-width textarea{
    border-radius: 8px;
    border: 1px solid var(--Border, #E3E6F0);
    background: var(--FFFFFF, #FFF);
    padding: 12px 18px;
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Satoshi-Regular';
}
.full-width textarea{
    min-height: 124px;
}

.form-width input::placeholder {
    color: #87909D;
}
.full-width input::placeholder{
    color: #87909D;
}
.full-width textarea::placeholder{
    color: #87909D;
}
.full-width {
    width: 100%;
}
.contact-width1 form {
    margin-top: 32px;
}
.sub-btn button {
    padding: 12px 16px;
    background: #4468E7;
    display: inline-block;
    color: #FFF;
    border-radius: 8px;
    width: 170px;
    text-align: center;
    border: 1px solid #4468E7;
    transition: all ease .3s;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
}
.sub-btn button:hover{
    background: transparent;
    color: #4468E7;
}
.sub-btn {
    margin-top: 16px;
    display: inline-block;
}
.contact-width {
    padding: 50px 0px;
}
.inner-newsletter {
    border-radius: 24px;
    background: #CAE9F8;
    padding: 17px 23px 19px 48px;
}

.news-width {
    width: 46.8%;
}

.news-width1 {
    width: 43.5%;
}

.news-width1 img {
    width: 100%;
}

.news-width h3 {
    margin-bottom: 32px;
    color: #1B2A5E;
}

.news-width input {
    border-radius: 8px;
    background:  #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 12px 14px 12px 16px;
    width: 473px;
    border: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Satoshi-Regular';
}

.news-width form {
    position: relative;
}
/* hassaan */
.news-width button {
    position: absolute;
    border-radius: 8px;
    border: 1px solid #4468E7;
    background:#4468E7;
    padding: 11px 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #FFF;
    right: 19%;
	top: 0;
    width: 112px;
    cursor: pointer;
    font-family: 'Satoshi-Medium';
}
.news-width p  {
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
    color: #71778D;
    font-weight: 400;
}


.news-width a {
    text-decoration: underline;
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
    color: #71778D;
}

.news-width input::placeholder {
    color: #71778D;
}
footer#footer {
    background: var(--Gradient, linear-gradient(180deg, #50B6E7 -15.06%, #4468E7 121.55%));
    padding-top: 60px;
}

.footer-nav ul li {
    display: inline-block;
    margin: 0 19px;
}

.footer-nav ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #EDF5F4;
    font-family: 'Satoshi-Medium';
}

.footer-socials ul li a {
    border-radius: 8px;
    border: 1px solid var(--FFFFFF, #FFF);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-socials ul li {
    display: inline-block;
    margin-left: 16px;
}

.footer-socials ul>li>a>i {
    font-size: 18px;
    color: #fff;
}

footer#footer .flex {
    padding-bottom: 59px;
}

.bottom-footer {
    border-top: 1px solid rgba(237, 245, 244, 0.16);
    padding: 20px 0;
    text-align: center;
}

.bottom-footer p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #EDF5F4;
}
section.all-banner {
    padding: 181px 0 120px;
    background: var(--Gradient, linear-gradient(180deg, #50B6E7 -15.06%, #4468E7 121.55%));
    text-align: center;
}
section.all-banner h1 {
    color: #fff;
}
section.recent-blogs {
    padding: 80px 0;
    background: #F3FBFE;
}

section.recent-blogs h4 {
    margin-bottom: 40px;
    color: #1B2A5E;
}


.blogs-width {
    width: 45.2%;
}

.blogs-flex {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: column;
}

.blogs-flex img {
    height: 333px;
}

.blogs-width1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.img-s {
    border-radius: 16px;
    background: #DCF0FA;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
    margin-bottom: 10px;
}


.blogs-width img {
    width: 100%;
}
.blogs-width span {
    font-size: 12px;
    line-height: 20px;
    color: #71778D;
    margin: 16px 0 12px;
    display: inline-block;
}

.blogs-width h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    max-width: 500px;
}

.blogs-width p {
    font-size: 16px;
    line-height: 24px;
    color: #71778D;
    margin: 8px 0;
    max-width: 500px;
}

.blogs-width a {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #4468E7;
}

.blogs-width a>i {
    margin-left: 10px;
    transform: rotate(-45deg);
}
.blog-details {
    margin-left: 24px;
}

.blog-details span {
    color: #71778D;
    font-size: 12px;
    line-height: 20px;
}

.blog-details h5 {
    color: #1B2A5E;
    font-size: 20px;
    line-height: normal;
    margin: 12px 0 8px;
    font-weight: 700;
    
}

.blog-details p {
    color: #71778D;
    font-size: 16px;
    line-height: 24px;
}

.blog-details {
    max-width: 586px;
}
.blog-main-width {
    width: 32%;
    margin-bottom: 48px;
}

.blog-main-width img {
    width: 100%;
    height: 240px;
}

.blog-main-width span {
    color:  #71778D;
    font-size: 12px;
    line-height: 20px;
    margin: 32px 0 12px;
    display: inline-block;
}

.blog-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-title h4 {
    color:  #1B2A5E;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    font-family: 'Satoshi-Bold';
}

.blog-title img {
    width: 24px;
    height: 24px;
}

.blog-main-width p {
    color: #71778D;
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
}

section.blogs-main {
    padding: 80px 0;
}
section.blogs-main .flex {
    margin-top: 48px;
}
section.detailss {
    padding: 80px 0;
}

section.detailss .container {
    max-width: 820px;
}

section.detailss p {
    color: #71778D;
    font-size: 16px;
    line-height: 24px;
}

.detail-information {
    margin: 60px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}


.detail-icon {
    display: flex;
    align-items: center;
}

.name-info {margin-left: 12px;}

.name-info span {
    color: #1B2A5E;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.name-info p {
    color:  #71778D;
    font-size: 14px;
    font-style: italic;
}

.name-info p {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.date span {
    color: #1B2A5E;
    font-size: 16px;
    font-weight: 500;
}

section.detailss h5 {
    color: #1B2A5E;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%; /* 33.6px */
    text-transform: capitalize;
    margin: 60px 0 40px;
}


.para1 p ,.para2 p,.para4 p,.para3 p   {
    margin-bottom: 30px;
}

.para1, .para2, .para4 {
    margin-bottom: 60px;
}
.quote {
    min-height: 570px;
    border-radius: 20px;
    background:  #CAE9F8;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    margin-bottom: 120px;
}

.quote h2 {
    color:  #1B2A5E;
    text-align: center;
    font-size: 32px;
    line-height: 160%;
    font-family: 'Satoshi-Medium';
    max-width: 692px;
    margin: 0 auto;
    padding: 60px 0;
}

.quote-img {
    padding-top: 80px;
}

.btm-img {
    position: relative;
    bottom: -70px;
    margin-bottom: 70px;
}
.detail-gallary {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.detail-width {
    width: 49%;
}

.detail-width img {
    width: 100%;
    height: auto;
}
.last-img {
    margin-top: 14px;
}
.para3 {
    margin-top: 60px;
}


.product-img img {
    object-fit: contain;
    height: 100%;
}
.product-slider .owl-thumbs .owl-thumb-item {
    height: 80px;
    width: 100%;
    max-width: 64px;
    background: transparent;
    border: none;
    margin-bottom: 16px;
    outline: none;
    margin-right: 24px;
}
.product-slider .owl-thumbs .owl-thumb-item img {
    height: 100%;
}
button.owl-thumb-item.active img {
    border: 1px solid #4468E7;
}

section.product-details {
    padding-top: 145px;
}
.product-width {
    width: 48%;
}
.owl-carousel.owl-theme.slider-position.owl-loaded.owl-drag {
    display: flex;
    flex-direction: row-reverse;
}
.product-img img {
    width: 520px!important;
    height: 656px;
}
section.product-details .container {
    max-width: 1280px;
}
.bread-crums ul li {
    display: inline-block;
    margin-right: 20px;
}

.bread-crums ul li a {
    color:  #71778D;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    font-family: 'Satoshi-Medium';
}

.bread-crums ul>li>a>i {
    margin-left: 4px;
}
.bread-crums {
    margin-bottom: 32px;
}
span.new {
    border-radius: 6px;
    background:  #ECF0FD;
    padding: 0 8px;
    color:  #4468E7;
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: -0.084px;
    font-family: 'Satoshi-Bold';
    display: inline-block;
}

.product-width h4 {
    color: #1B2A5E;
    margin: 8px 0 18px;
}

.product-width h3 {
    color: #50B6E7;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 12px;
}

span.itemss {
    color: #71778D;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 38px;
    display: inline-block;
}

.product-width h5 {
    color: #1B2A5E;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Satoshi-Bold';
}

ul.info {
    margin: 14px 0 24px;
}

ul.info li {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.084px;
    color: #71778D;
}

.size p {
    color: #252C32;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.084px;
    margin-bottom: 4px;
}

.size label {
    background: #ECF0FD;
    padding: 8px 16px;
    display: inline-block;
    color: #71778D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.size {
    margin-bottom: 24px;
}

.cart-btns button {
    border-radius: 6px;
    background: #4468E7;
    padding: 8px 16px;
    width: 380px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.084px;
    border: none;
    font-family: 'Satoshi-Bold';
    border: 1px solid #4468E7;
    cursor: pointer;
    cursor: pointer;
    font-weight: 700;
}


button.add-cart {
    border-radius: 6px;
    border: 1px solid #4468E7;
    background: transparent;
    color: #4468E7;
    margin-top: 8px;
}

.varients ul li {
    color: #1B2A5E;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.084px;
    font-family: 'Satoshi-Medium';
    border-bottom: 1px solid #E3E1E9;
    padding: 8px 0;
    max-width: 380px;
}

.varients ul li i {
    margin-right: 8px;
}

.varients {
    margin-top: 32px;
}
.size input {
   opacity: 0;
   position:absolute;
}

.details-tabss ul.tabs {
    text-align: center;
    border-bottom: 1.5px solid #E3E1E9;
}
.details-tabss ul.tabs li {
    background: none;
    display: inline-block;
    cursor: pointer;
    color: #71778D;
    font-family: 'Archivo Black', sans-serif;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 17px;
    margin: 0 108px;
    position: relative;
  
}

.details-tabss ul.tabs li.current{
    color: #4468E7;
    border-bottom: 1.5px solid #4468E7;
    position: relative;
    bottom: -1.5px;
}

.details-tabss ul.tabs li.current::after {
    position: absolute;
    content: "";
    width: 148px;
    height: 1.5px;
    background: #4468E7;
    bottom: -1.5px;
    left: -17px;
}
.details-tabss .tab-content{
    display: none;
    padding-top: 60px;
}

.tab-content.current{
    display: inherit;
}
.details-tabss ul.tabs li span {
    padding: 4px 4px 3px 4px;
    border-radius: 24px;
    background: #71778D;
    color: #F7F7F7;
    font-family: 'Archivo Black', sans-serif;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 8px;
}

.details-tabss .tab-content p {
    color: #71778D;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
    font-weight: 400;
}
.details-tabss {
    margin: 100px 0 80px;
}
div#tab-3 h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
}

div#tab-3 p {
    margin-bottom: 40px;
}

div#tab-3 span {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    color: #1B2A5E;
    font-family: 'Satoshi-Bold';
    margin-bottom: 14px;
    display: block;
}
.chexk label {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    font-family: 'Satoshi-Medium';
    color: #71778D;
}

.chexk input {
    margin-bottom: 16px;
}
.like-width {
    width: 24%;
    border-radius: 12px;
    border: 1px solid#E3E6F0;
    padding: 14px;
}

.like-width img {
    width: 100%;
}
.like-width {
    width: 24.1%;
    border-radius: 12px;
    border: 1px solid #E3E6F0;
    padding: 14px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.like-width img {
    width: 100%;
}

.like-width h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    color: #1B2A5E;
    margin: 16px 0 12px;
}

.like-width p {
    font-size: 14px;
    line-height: 24px;
    color: #71778D;
    margin-bottom: 20px;
    font-weight: 400;
}

.like-width h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #50B6E7;

}

.like-width h4 span {
    color: #71778D;
    font-size: 12px;
    margin-left: 15px;
}
.buy-btn a {
    border-radius: 8px;
    border: 1px solid #4468E7;
    width: 100%;
    padding: 10px 0;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #4468E7;
    font-family: 'Satoshi-Medium';
    transition: all ease .3s;
}
.buy-btn a:hover{
    background: #4468E7;
    color: #fff;
}
h4.center {
    text-align: center;
    margin-bottom: 40px;
    color: #1B2A5E;
}

section.might-also {
    padding-bottom: 120px;
}
li.tab-link.current span {
    background: #4468E7;
}
section.ads-blogs {
    padding: 100px 0;
}

ads-width {
    width: 25.2%;
}

.ads-width img {
    width: 100%;
}

.ads-width1 {
    width: 73%;
}
.ads-width1 span {
    color:  #71778D;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.ads-width1 h4 {
    color: #1B2A5E;
    font-size: 20px;
    line-height: 30px;
    margin: 12px 0;
    font-family: 'Satoshi-Bold';
}

.ads-width1 p {
    color:#71778D;
    font-size: 16px;
    line-height: 24px;
    max-width: 857px;
}

span.category {
    color: #4468E7;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    margin: 24px 0 62px;
    display: inline-block;
}

.ads-btn a {
    color: #4468E7;
    font-size: 18px;
    display: flex;
    font-family: 'Satoshi-Medium';
}
.ads-box {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #E3E6F0;
    margin-bottom: 32px;
}
section.vending-machine {
    padding-top: 100px;
}

.text-center h3 {
    margin-bottom: 60px;
    color: #1B2A5E;
}

.machine-width {
    width: 54.8%;
}

.machine-width img {
    width: 100%;
}

.machine-width1 {
    width: 41%;
}

.machine-width1 p {
    color: #71778D;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 400;
}

.machine-width1 .primary-btn {
    text-align: left;
    margin-top: 18px;
    display: inline-block;
}
section.request-machine {
    padding: 100px 0;
}
section.request-machine {
    padding: 100px 0;
}

.machine-form label {
    font-size: 14px;
    font-family: 'Satoshi-Medium';
    margin-bottom: 10px;
    display: inline-block;
    color: #1B2A5E;
}

.machine-form .form-flex {
    margin-bottom: 24px;
}

.machine-form textarea {
    height: 120px;
}

.machine-form textarea::placeholder {
    font-family: 'Satoshi-Regular';
}

.machine-form input {
    font-size: 14px;
    font-family: 'Satoshi-Regular';
}
section.request-machine {
    padding: 100px 0;
}

.machine-form label {
    font-size: 14px;
    font-family: 'Satoshi-Medium';
    margin-bottom: 10px;
    display: inline-block;
    color: #1B2A5E;
}

.machine-form .form-flex {
    margin-bottom: 24px;
}

.machine-form textarea {
    height: 120px;
}

.machine-form textarea::placeholder {
    font-family: 'Satoshi-Regular';
}

.machine-form input {
    font-size: 14px;
    font-family: 'Satoshi-Regular';
}

.machine-form {
    border-radius: 12px;
    border: 1px solid #E3E6F0;
    padding: 32px;
}

.request-btn button {
    border-radius: 8px;
    border: 0.5px solid rgba(255, 255, 255, 0.45);
    background: #4468E7;
    display: inline-block;
    padding: 13px 32px;
    font-size: 16px;
    font-family: 'Satoshi-Medium';
    color: #F0F0F0;
    margin-top: 8px;
}

.request-btn {
    text-align: right;
	margin-top: 70px;
}
.website-blogs {
    width: 49%;
}

.website-blogs span {
    color: #71778D;
    font-family: 'Satoshi-Regular';
    font-size: 12px;
    line-height: 20px;
    margin: 16px 0 12px;
    display: inline-block;
}

.website-blogs h4 {
    margin-bottom: 12px!important;
    font-family: 'Satoshi-Bold';
    color: #1B2A5E;
}

.website-blogs p {
    color: #71778D;
    font-family: 'Satoshi-Regular';
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    max-width: 95%;
}

.readmore a {
    display: flex;
    align-items: center;
    color: #4468E7;
    font-family: 'Satoshi-Medium';
    font-size: 18px;
    line-height: normal;
}

.readmore img {
    margin-left: 8px;
}
section.website-blog {
    padding-top: 180px;
    text-align: center;
}

section.website-blog h1 {
    color: #4468E7;
    margin-bottom: 32px;
}

section.website-blog img {
    width: 100%;
}

section.website-blog .container {
    max-width: 1100px;
}
section.portolio-main {
    padding-top: 105px;
    margin-bottom: 90px;
    position: relative;
}

section.portolio-main h4 {
    color: #1B2A5E;
    margin-bottom: 32px;
}

.portfolio-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.portfolio-para {
    width: 48%;
}

.portfolio-para p {
    color:#71778D;
    font-family: 'Satoshi-Regular';
    font-size: 16px;
    line-height: 28px;
    position: relative;
    margin-left: 30px;
    max-width: 559px;
    font-weight: 400;
}

.portfolio-para p::after {
    position: absolute;
    content: "";
    background: #4468E7;
    width: 12px;
    height: 12px;
    left: -30px;
    top: 8px;
    border-radius: 100%;
}
.flex.compression {
    padding: 80px 0 0 0;
}

.compression-width {
    width: 50%;
}

.compression-width h4 {
    max-width: 527px;
    color: #1B2A5E;
}

.compression-width p {
    color:  #71778D;
    font-family: 'Satoshi-Regular';
    font-size: 16px;
    line-height: 28px;
    margin: 24px 0 48px;
    max-width: 559px;
    font-weight: 400;
}

.compression-width .primary-btn {
    text-align: left;
}

.compression-width a {
    padding: 11px 6px;
    width: 128px;
    font-family: 'Satoshi-Medium';
}

.compression-width span {
    color: var(--primary-dark-primary-dark-03, #1B2A5E);
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-top: 14px;
    display: inline-block;
}

.compression-width img {
    width: 100%;
}

section.portolio-main::after {
    position: absolute;
    content: "";
    background:  #F3FBFE;
    height: 843px;
    bottom: -90px;
    width: 100%;
    z-index: -1;
}
span.upper {
    color: #4468E7;
    margin-bottom: 6px;
    font-size: 24px;
}
section.white-portolio .flex.compression {
    padding: 0;
    padding-bottom: 80px;
    
}
section.white-portolio .flex.compression:first-child {
    padding-top: 80px;
    
}

section.white-portolio .flex.compression:last-child {
    flex-direction: row-reverse;
    padding-top: 0px;

}
.flex.compression:last-child .primary-btn.transition a {
    width: 128px;
}
section.white-portolio:nth-child(even) {
    background: #F3FBFE;
}
section.services-data {
    padding: 100px 0;
}

section.services-data ul.tabs li {
    margin: 0 6px;
    border-radius: 8px;
    border: 0.5px solid #4468E7;
    /* Blur/Button */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    font-family: 'Satoshi-Medium';
    padding-bottom: 0;
    padding: 12px;
    display: inline-flex;
}

section.services-data ul.tabs {
    border: none;
    margin-bottom: 80px;
}

section.services-data li.tab-link {
    display: flex;
    align-items: center;
}

section.services-data ul.tabs li img {
    margin-right: 10px;
}

section.services-data li.tab-link.current {
    background: #4468E7;
    color: #fff;
}
section.services-data li.tab-link.current img{
    filter: invert(1) brightness(100);
}
.tab-thumb {
    width: 38.6%;
}

.tab-left-content {
    width: 57.8%;
}
.tab-thumb {
    width: 38.6%;
}

.tab-left-content {
    width: 57.8%;
}

.tab-left-content h4 {
    color:  #132238;
    font-family: 'Satoshi-Medium';
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    margin: 16px 0;
}

.tab-left-content p {
    color: #666074;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
    font-weight: 400;
}

.tab-left-content .primary-btn {
    text-align: left;
    margin-top: 32px;
    display: inline-block;
}

.tab-left-content .primary-btn a {
    width: 218px;
    padding: 11px 16px;
}
.tab-thumb img {
    width: 100%;
}
section.services-data .tab-content {
    padding-top: 0;
}
.book-width {
    width: 48%;
}

.book-width h4 {
    color: #1B2A5E;
    margin: 40px 0 14px;
}

.book-width p {
    color:  #71778D;
    font-family: 'Satoshi-Regular';
    font-size: 16px;
    line-height: 28px;
}

.book-width .flex-wrap {
    padding: 32px 0 40px;
}

.mail-img {
    border-radius: 6px;
    border: 1px solid  #4468E7;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mail-details h5 {
    color: #1B2A5E;
    font-family: Archivo Black;
    font-size: 24px;
    line-height: 32px; /* 133.333% */
    text-transform: capitalize;
}

.mail-details a {
    color:  #71778D;
    font-family: 'Satoshi-Regular';
    font-size: 16px;
    line-height: 28px;
}

.mail-details {
    margin-left: 20px;
}

.book-width h5 {
    color: #1B2A5E;
    font-family: Archivo Black;
    font-size: 24px;
    line-height: 30px; /* 125% */
    text-transform: capitalize;
}
.book-width .footer-socials ul li a {
    border-radius: 8px;
    border: 1px solid #4468E7;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.book-width .footer-socials ul>li>a>i {
    font-size: 18px;
    color: #4468E7;
}
.book-width .footer-socials ul li {
    display: inline-block;
    margin-right: 16px;
    margin-left: 0px;
}
.book-width .footer-socials {
    margin-top: 24px;
}
.full-width select{
    border-radius: 8px;
    border: 1px solid var(--Border, #E3E6F0);
    background: var(--FFFFFF, #FFF);
    padding: 12px 18px;
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #71778D;
}
.machine-form select,.machine-form input,.machine-form textarea {
    font-size: 14px;
    font-family: 'Satoshi-Regular';
}
header.artist-header {
    background: #FFF9FA!important;
}
section#artist-banner span.hello::after {
    background-image: url(../images/artist1.svg);
}
section#artist-banner .heading-banner p::after {
    background-image: url(../images/artist2.svg);
}
section#artist-banner h1 {
    color: #DD7E5E;
}
section#artist-banner p {
    color: #7C6868;
}
section#artist-banner .heading-banner {
    max-width: 634px;
    margin: 0 auto;
}
section#artist-bio .bullets-list {
    text-align: right;
    margin-top: 0;
}
.center {
    text-align: center;
}

.center h2 {
    color: #DD7E5E;
    line-height: 110%;
    margin-bottom: 32px;
}

.center h2 span {
    color: #171717;
}

.center {
    margin-bottom: 48px;
}

.center p {
    color: #7C6868;
    line-height: 32px;
    font-size: 18px;
    font-family: 'Satoshi-Medium';
}
.video-heart {
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}
section#about-brain h2 span {
    border: none;
    padding: 0;
    color: #DD7E5E;
    font-family: Archivo Black;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

section#about-brain h2 {
    color: #171717;
}
section#about-brain p {
    color: #7C6868;
}
section#about-brain li {
    color: #7C6868;
}
section#about-brain h4 {
    color: #171717;
}
section#heart-portfolio h2 {
    color: #DD7E5E;
}

section#heart-portfolio h2 span {
    color: #171717;
}

section#heart-portfolio .heading-content p {
    color: #7C6868;
}
section#heart-portfolio .primary-btn a {
    background: #DD7E5E;
    border-color: #DD7E5E;
}
section#heart-portfolio .primary-btn a:hover{
    background: transparent;
    color: #DD7E5E;
}


.products-tabs ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    position: relative;
    right: 160px;
}
.products-tabs ul.tabs li{
    background: none;
    display: inline-block;
    cursor: pointer;
    margin: 0 16px;
    background: #fff;
    border-radius: 14px;
}

.products-tabs .tab-content{
    display: none;
}
.tab-content{
    display: none;
}

.products-tabs .tab-content.current{
    display: inherit;
}
.cata-img {
    background:  #EDF8FD;
    padding: 20px 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    
}
.products-tabs ul.tabs li.current .cata-img  {
    background: #4468E7;
}
.products-tabs ul.tabs li.current .product-cata img {
    filter: invert(1) brightness(100);
}
.product-cata img {
    height: 68px;
    width: 100%;
}
.products-tabs ul.tabs li.tab-link.current span{

  background: transparent;
}
.products-tabs ul.tabs li.tab-link span{

    background: transparent;
}
.product-cata {
    border: 8px solid #fff!important;
    position: relative;
    border-radius: 12px;
}
.product-cata::after {
    position: absolute;
    content: "";
    border: 1px solid #E3E6F0;
    width: 100%;
    height: 100%;
    top: -8px;
    left: -9px;
    right: 0;
    bottom: 0;
    padding: 8px;
    border-radius: 12px;
}
li.tab-link span {
    color:  #1B2A5E;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
}
.products-tabs {
    position: relative;
    top: -65px;
}
.products-width {
    width: 24.1%;
}

.products-width1 {
    width: 72%;
}
.products-width1 .like-width {
    width: 32.5%;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.prod-content h3 {
    color: var(--primary-dark-primary-dark-03, #1B2A5E);
    font-size: 32px;
    line-height: normal;
    margin-bottom: 21px;
}

.prod-content {
    margin: 58px 0 32px;
}
.products-width1 {
    width: 75%;
}
.search-bar,.filters {
    border-radius: 12px;
    border: 1px solid #E7E7E7;
    padding: 24px 20px;
}

.products-width {
    padding-top: 150px;
}



.products-width h5 {
    color:#1B2A5E;
    font-family: 'Satoshi-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 23px;
}
.filters {
    margin-top: 24px;
}
.filter-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.variations-all label {
    color:  #71778D;
    font-family: 'Satoshi-Medium';
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.filter-flex span {
    color:  #71778D;
    font-family: 'Satoshi-Medium';
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.search-bar input {
    border-radius: 8px;
    border: 1px solid #E7E7E7;
    background: var(--White, #FFF);
    padding: 13px 16px;
    width: 100%;
}

.search-bar button {
    background: #4468E7;
    border: none;
    padding: 12px 14px;
    border-radius: 8px;
}

.search-bar form {
    position: relative;
}

.search-bar button {
    position: absolute;
    right: 0;
}
section.product-all {
    padding-bottom: 120px;
}
.prod-content p {
    color:  #71778D;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.loader-img {
    text-align: center;
    margin-top: 34px;
    display: none;
}
section#product-banner {
    padding-bottom: 157px;
}
section.submit-product {
    padding: 107px 0 120px;
}
.form-heading h4 {
    color: #1B2A5E;
}

.form-heading p {
    color: #71778D;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin: 14px 0 40px;
}



.file-data {
    border-radius: 2px 8px;
    border: 1px solid var(--Border, #E3E6F0);
    background-color: #FBFBFB;
    padding: 20px 0 24px;
}
.file-data {
    text-align: center;
}

.file-data p {
    color:  #71778D;
    font-family: 'Satoshi-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
}

.file-data p strong {
    font-family: 'Satoshi-Medium';
}
.checklist-flex {
    display: flex;
}

.checklist label {
    border-radius: 8px;
    background: var(--style-1-f-7-f-7-f-7, #F7F7F7);
    padding: 8px 16px 8px 16px;
    color: var(--primary-dark-primary-dark-03, #1B2A5E);
    font-family: 'Satoshi-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    display: flex;
    margin-right: 20px;
}

/* .checklist input {
    appearance: none;
    border: none;
    padding: 0;
} */


section.timeline .center-heading h2 {
    color: #1B2A5E;
}
section.blogs-main h4 {
    color: #1B2A5E;
}

.pagination-data {
    display: flex;
    align-items: center;
    border-top: 1px solid var(--Border, #E3E6F0);
    padding-top: 20px;
    margin-top: 34px;
}

.next-pre a {
    display: flex;
    align-items: center;
    color: #4468E7;
    font-family: 'Satoshi-Medium';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.next-pre a img {
    margin: 0 8px;
}


.page-numbers {
    color: black;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    font-family: 'Satoshi-Medium';
    display: inline-block;
  }

.page-numbers .current {
     background-color: #ddd;
    color: #000;
    border-radius: 8px;

  }
  
  .page-numbers :hover:not(.current) {
    background-color: #ddd;
    border-radius: 8px;
	  font-size: inherit;
	  line-height: inherit;
  }

/* .pagination a {
    color: black;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    font-family: 'Satoshi-Medium';
    display: inline-block;
  }

.pagination a.active {
    background-color: #E3E6F0;
    color: #000;
    border-radius: 8px;

  }
  
  .pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 8px;
    
  } */

  .compression:nth-child(odd) .compression-width .compression-inner {
    margin-left: 67px;
}
.compression:nth-child(even) .compression-width .compression-inner {
    margin-left: 0px;
}
.logo a {
    display: inline-block;
}
.website-blogs img {
    width: 100%;
}
.readmore a img {
    width: 22px;
}
section.portolio-main img {
    width: 100%;
}
.book-thumb img {
    width: 100%;
}
section#para-graph {
    padding: 0px 0 80px;
}
section#para-graph .detail-information {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 40px;
}
.checklist input:checked + label {
    background: #50B6E7;
    color: #fff;
}
.size input:checked + label {
    background: #D9E1FA;
    color: #1B2A5E;
}
.checklist label img{
    display: none;
    margin-right: 10px;
}
.checklist input:checked + label img {
    display: flex; 
}
.checklist input {
    opacity: 0;
    position: absolute;
}
.full-width p {
    color:  #71778D;
    margin-bottom: 18px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
input[type="file"] {
    opacity: 0;
    position: absolute;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    margin: 0 auto;
    padding: 67px 0 67px;
    border-radius: 24px;
    background: var(--FFFFFF, #FFF);
    width: 76%;
    position: relative;
    margin-top: 88px;

  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  .inner-model {
    text-align: center;
}
.inner-model h3 {
    color: #1B2A5E;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'Archivo Black', sans-serif;
    margin: 33px 0 24px;
}
.inner-model p {
    color:  #71778D;
    text-align: center;
    font-family: 'Satoshi-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    max-width: 572px;
    margin: 0 auto;
}

.modal-btn a {
    border-radius: 8px;
    background: #4468E7;
    padding: 12px 24px;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    font-family: 'Satoshi-bold';
    color: #fff;
}

.modal-btn {
    margin-top: 60px;
}
.modal-content span.close {
    position: absolute;
    top: 10px;
    right: 20px;
}
section.ads-blogs .pagination-data {
    margin-top: 100px;
}
.size label:last-child {
    border-radius: 0px 6px 6px 0px;
}
.size label:first-child {
    border-radius: 6px 0px 0px 6px;
}
section#all-blog {
    padding: 80px 0 0;
}
section.ads-blogs {
    padding-bottom: 0;
}
.submit-main {
    margin: 0 95px;
}
.checklist-flex {
    display: flex;
    flex-wrap: wrap;
}
section.submit-product {
    overflow: hidden;
    position: relative;
}
section.brain-heart {
    background-image: url(../images/Holder.png);
    width: 100%;
    height: auto;
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 100px;
}
.round-width  #doneed{
    font-size: 36px;
    font-weight: 400;
    line-height: 48px;
	font-family: 'Satoshi-Regular';
}
nav#nav ul li.current-menu-item >a {
    color: #4468E7;
}

.demo-btn a{
color: #fff !important;
}

section.home-banner .primary-btn a {
    width: 161px;
    position: relative;
    z-index: 3;
}


header.transparent-header {
    background-color: transparent!important;
    border: none!important;
}

header.transparent-header img {
    filter: invert(1) brightness(100);
}

header.transparent-header nav a {
    color: #fff!important;
}
header.transparent-header nav#nav ul li.demo-btn a{
    background: transparent!important;
    border: 1px solid #fff;
}
header.bar-color img {
    filter: none!important;
}
header.bar-color {
    background: #fff!important;
    border: 1px solid #E3E6F0!important;
}

header.bar-color nav a {
    color: #1B2A5E!important;
}
header.bar-color nav#nav ul li.demo-btn a{
    background:#4468E7!important;
    border: 1px solid #4468E7;
    color: #fff!important;
   
    
}
header.bar-color nav#nav ul li a:hover {
    color: #4468E7!important;
}
header.bar-color nav#nav ul li.demo-btn a:hover{
    background: transparent!important;
    color: #4468E7!important;
}
.quote p {
    font-size: 18px!important;
}
.services-data div#tab-3 p {
    margin-bottom: 16px;
}
.services-data div#tab-3 h4 {
    font-size: 22px;
    font-weight: 700;
}
span.blu {
    color: #4468E7;
}
.price-range img {
    width: 100%;
}
div#details-flex {
    align-items: flex-start;
}
.reviewsimg img {
    width: 100%;
}
.contact-width1 h5 {
    display: flex;
    align-items: center;
}

.contact-width1 img {
    margin: 0 7px;
}
.ads-box.flex {
    display: flex!important;
}
section.ads-blogs .flex {
    display: flex!important;
}
.details-tabss ul.tabs {
    display: flex;
    justify-content: center;
    align-items: end;
}
header.transparent-header nav#nav ul li.demo-btn a:hover {
    color: #fff!important;
}
header.bar-color nav#nav ul li.demo-btn a:hover {
    color: #4468E7!important;
}
.whish img {
    width: 32px;
    height: 32px;
    display: block;
}

.whish {
    display: block;
    position: absolute;
    top: 28px;
    right: 27px;
}

.like-width {
    position: relative;
}

.whish img:last-child {
    margin-top: 10px;
}
/* cart */
.woocommerce-cart .blog-desc-col {
    width: 100%;
}

.woocommerce-cart .blog-desc-row.flex.jc-sb {
    margin-top: 100px;
}

.woocommerce-cart table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'Archivo Black';
    color: #1B2A5E;
}

.woocommerce-cart tr.woocommerce-cart-form__cart-item.cart_item span bdi {
    color: var(--50B6E7, #50B6E7);
    text-align: center;
    font-family: Archivo Black;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.woocommerce-cart td.product-quantity input {
    color: var(--71778-d-text, #71778D);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.woocommerce-cart tr.woocommerce-cart-form__cart-item.cart_item td a {
    color: var(--Primary-Dark-Primary-Dark-03, #1B2A5E);
    font-family: 'Satoshi-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.woocommerce-cart button.button {
    font-family: 'Satoshi-Regular';
    font-size: 14px!important;
    font-style: normal;
    font-weight: 500!important;
    line-height: 24px!important;
    border-radius: 8px!important;
    background-color: #4468E7!important;
    color: #fff!important;
    height: 48px;
    width: 185px;
    text-align: center!important;
}

.woocommerce-cart .coupon input {
    border-radius: 8px;
    border: 1px solid var(--Border, #E3E6F0);
    color: var(--71778-d-text, #71778D);
    font-family: 'Satoshi-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    height: 48px;
    width: 320px!important;
    padding-left: 14px!important;
}

.woocommerce-cart tr.woocommerce-cart-form__cart-item.cart_item td {
    padding: 40px 40px;
}

.woocommerce-cart tr.woocommerce-cart-form__cart-item.cart_item {
}

.woocommerce-cart a.checkout-button.button.alt.wc-forward.siteBtn {
    font-family: 'Satoshi-Regular';
    font-size: 14px!important;
    font-style: normal;
    font-weight: 500!important;
    line-height: 24px!important;
    border-radius: 8px!important;
    background-color: #4468E7!important;
    color: #fff!important;
    height: 48px;
    width: 185px;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce-cart td.actions {
    padding: 32px 40px!important;
}
.woocommerce-cart .recent-blogs{
	display: none;
}

.woocommerce-cart .navigation-wrap.flex.ai-center.jc-sb {
    display: none;
}

.woocommerce-cart .blog-social {
    display: none;
}


/* extra */
.price-range .filter-flex input {
    max-width: 100px;
    border-radius: 8px;
    padding: 8px 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
   
    box-shadow: none !important;
}
.product-cata::after{
	display:none;
}
ul.page-numbers {
    display: flex;
    align-items: center;
}
form.wpcf7-form.init br {
    display: none;
}
.orderReviewing,
.woocommerce-checkout .recent-blogs,
.woocommerce-cart .recent-blogs,
.woocommerce-checkout .navigation-wrap,
.woocommerce-cart .navigation-wrap,
.woocommerce-cart .blog-social,
.woocommerce-checkout .blog-social{
    display: none;
}
/* extra ended */

/* checkout code by hashim  */
.woocommerce-checkout .checkout{
display:flex;
justify-content: space-between;
}
.woocommerce-checkout .woocommerce-billing-fields {
        width: 95%;
    border-radius: 24px;
    border: 1px solid var(--Border, #E3E6F0);
    background: var(--FFFFFF, #FFF);
    padding: 32px 24px;
}
.woocommerce-checkout .woocommerce-billing-fields h3 {
color: var(--Primary-Dark-Primary-Dark-03, #1B2A5E);
font-family: Archivo Black;
font-size: 24px;
font-weight: 400;
text-transform: capitalize;
    margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce form .form-row label {
color: var(--Primary-Dark-Primary-Dark-03, #1B2A5E);
   font-family: 'Satoshi-Regular';
font-size: 14px;
font-weight: 500;
margin-bottom: 12px;
line-height: normal;
}
.woocommerce-checkout .woocommerce form .form-row .required {
color: var(--4468E7, #4468E7);
   font-family: 'Satoshi-Regular';
font-size: 14px;
font-style: normal;
font-weight: 500;
}
.woocommerce-checkout .woocommerce form .form-row {
flex-direction: column;
    margin: 0 0 20px;
    padding: 0;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
color: var(--71778-d-text, #71778D);
   font-family: 'Satoshi-Regular';
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.woocommerce-checkout .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {

border-radius: 8px;
border: 1px solid var(--Border, #E3E6F0);
background: var(--White, #FFF);
}


.woocommerce-checkout .select2-container--default .select2-selection--single {
    padding: 16px 0 16px 13px;
border-radius: 8px;
border: 1px solid var(--Border, #E3E6F0);
background: var(--White, #FFF);
}
.woocommerce-checkout .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border-radius: 8px;
    border: 1px solid var(--Border, #E3E6F0);
    background: var(--White, #FFF);
    / box-sizing: border-box; /
    color: var(--71778-d-text, #71778D);
       font-family: 'Satoshi-Regular', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 16px 0 16px 13px;
}

.woocommerce-checkout .woocommerce form .form-row.woocommerce-invalid label {
        color: var(--Primary-Dark-Primary-Dark-03, #1B2A5E);
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 14px;
    right: 16px;
    width: 20px;
}

.woocommerce-checkout .woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    / border-color: #a00; /
    border-radius: 8px;
    border: 1px solid var(--Border, #E3E6F0);
    background: var(--White, #FFF);
}

.woocommerce-checkout .select2-container .select2-selection--single {
height:100%;
}

.comment-form {
    display: none;
}
.woocommerce-page aside#secondary {
    display: none;
}

.heading-banner .demo-btn:hover,
.geneateWord-child .demo-btn:hover{
    color: #4468E7!important;
    background: transparent!important;
}
.heading-banner .demo-btn,
.geneateWord-child .demo-btn{
    background: #4468E7!important;
    border: 1px solid #4468E7;
    color: #fff!important;
    font-family: 'Satoshi-Medium', sans-serif;
    border-radius: 8px;
    margin: 0;
    width: 182px;
    text-align: center;
}

.heading-banner .demo-btn,
.geneateWord-child .demo-btn{
    font-size: 14px;
    padding: 10px 32px;
}


.summary .product_title {
    color: #1B2A5E;
    margin: 8px 0 18px;
}



.price .woocommerce-Price-amount  bdi {
    color: #50B6E7;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 12px;
}




.woocommerce-product-details__short-description p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.084px;
    color: #71778D;
}

.label label {
    color: #252C32;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.084px;
    margin-bottom: 4px;
}


.attribute_pa_size .reset_variations{
display:none;
}



.variations .variationButtons{
max-width: 160px;
    gap: 4px;
}




.variationButtons .buttonContainer button{
    border: none;
    background: #ECF0FD;
    padding: 8px 16px;
    display: inline-block;
    color: #71778D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}







.single-product.woocommerce-page  .woocommerce div.product form.cart .button {
 vertical-align: middle;
 float: left;
 width: 100%;
  border-radius: 6px; 
background:transparent;
 margin-top: 8px;
 padding: 8px 16px;
 / width: 380px; /
 color:  #4468E7;
 text-align: center;
 font-size: 14px;
 line-height: 24px;
 letter-spacing: -0.084px;
 border: none;
 font-family: 'Satoshi-Bold';
 border: 1px solid  #4468E7;
 cursor: pointer;
 font-weight: 700;
}

.single-product.woocommerce-page  .product-slider .owl-thumbs .owl-thumb-item {
    height: 80px;
    width: 100%;
    max-width: 64px;
    background: transparent;
    border: none;
    margin-bottom: 16px;
    outline: none;
    margin-right: 50px;
}

.single-product.woocommerce-page  .woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 3.33em;
    overflow: hidden;
    position: relative;
}

.single-product.woocommerce-page  .woocommerce-Tabs-panel  p {
    color: #71778D;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
    font-weight: 400;
    font-family: 'Satoshi-Regular';

}

h4.center {
    text-align: center;
    margin-bottom: 40px;
    color: #1B2A5E;
}

.single-product.woocommerce-page  .woocommerce .woocommerce-Tabs-panel h4, .h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;

}
.single-product.woocommerce-page  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: none;
    display: inline-block ;
cursor: pointer;
    color: #71778D; 
    font-family: 'Archivo Black', sans-serif;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 17px;
    margin: 0 108px;
    position: relative;
}




.single-product.woocommerce-page  .woocommerce div.product .woocommerce-tabs ul.tabs li.current {
    color: #4468E7;
    border-bottom: 1.5px solid #4468E7;
    position: relative;
    bottom: -1.5px;
}
.single-product.woocommerce-page  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 0.5em 0;
    font-weight: 700;
    text-decoration: none;
}
.single-product.woocommerce-page.woocommerce  div.product form.cart .button {
 vertical-align: middle;
 float: left;
 width: 100%;
  border-radius: 6px; 
background:transparent;
 margin-top: 8px;
 padding: 8px 16px;
 color:  #4468E7;
 text-align: center;
 font-size: 14px;
 line-height: 24px;
 letter-spacing: -0.084px;
 border: none;
 font-family: 'Satoshi-Bold';
 border: 1px solid  #4468E7;
 cursor: pointer;
 font-weight: 700;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    display: flex;
}



.woocommerce div.product form.cart .reset_variations {
    display: none;
    font-size: .83em;
}

 .variationButtons{
max-width: 160px;
    gap: 4px;
}




 .buttonContainer button{
    border: none;
    background: #ECF0FD;
    padding: 8px 16px;
    display: inline-block;
    color: #71778D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
td.variationButtons {
    display: flex!important;
}
/* New Css */


 ul.sub-menu {
    position: absolute;
    display: inline-block;
    width: 200px;
    height: auto;
    left: 25px;
    top: 24px !important;
    background: #fff;
/*     padding: 15px; */
    visibility: hidden;
    opacity: 0;

}
nav#nav ul>li>a>i {
    margin-left: 10px;
    font-size: 12px;
  
}

 li#menu-item-834 {
    position: relative;
}

 ul.sub-menu li a {
    margin: 0!important;
    padding: 0;
}

/*  li#menu-item-834:hover ul.sub-menu {
    opacity: 1!important;
    visibility: visible!important;
} */

/* li#menu-item-1287 ul.sub-menu {
	visibility:hidden;
	opacity:0;
}

 */

#menu-menu-1 > li:hover > .sub-menu,
#menu-menu-1 > li:hover > .sub-menu > li:hover >.sub-menu{
	opacity: 1;
    visibility: visible;
}
ul.sub-menu li {
    padding: 0px 10px;
    margin: 5px;
	width: 200px;
}
#menu-menu-1 > li:hover > .sub-menu > li:hover >.sub-menu{
	position: absolute;
    right: -100%;
    left: unset;
    top: 0;
}

li.custom_tab_tab.current.active {
    color: #4468E7!important;
    border-bottom: 1.5px solid #4468E7!important;
    position: relative!important;
    bottom: -1.5px!important;
}

.details-tabss li.custom_tab_tab.current.active::after {
    position: absolute!important;
    content: "";
    width: 148px!important;
    height: 1.5p!importantx;
    background: #4468E7!important;
    bottom: -1.5px!important;
    left: -17px!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: none;
    display: inline-block;
    cursor: pointer;
    color: #71778D;
    font-family: 'Archivo Black', sans-serif;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 17px;
    margin: 0 108px;
    position: relative;
	border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: #4468E7;
	border:none;
    border-bottom: 1.5px solid #4468E7;
    position: relative;
    bottom: -1.5px;
}
/* .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after{
	display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{
	display:none;
} */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
    z-index: unset;
}
.woocommerce-tabs.details-tabss ul.tabs {
    text-align: center;
    border-bottom:0px solid #E3E1E9;
}
li.description_tab.current.active{
	position:relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	position:relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #e9e6ed;
    position: absolute;
    content: "";
    height: 2.5px;
    background: #4468E7;
    bottom: -0.5px;
    left: -1px;
    z-index: 1;
	width: 135px;
}
div#reviews {
    display: flex;
    justify-content: space-between;
}

div#comments {
    width: 60%;
}

div#review_form_wrapper {
    width: 38%;
}
.woocommerce #reviews #comments ol.commentlist li {
    position: relative;
    background: 0;
    border: 0;
    margin: 0;
    padding: 40px 0;
    border-bottom: 1px solid rgba(0,0,0,.4);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border-radius: 0px;
    padding: 0;
    border: none;
    border-bottom: 0px solid rgba(0,0,0,.5);
    margin: 0;
	    margin-top: 40px;
	margin-left: 30px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: none;
    position: relative;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #e9e6ed;
    border: 1px solid #e1dde7;
    margin: 0;
    box-shadow: none;
}
div.comment_container {
    display: flex;
    align-items: flex-start;
}
.woocommerce-review__author .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
    top: -100px;
}
span.woocommerce-review__dash {
    display: flex;
}

.woocommerce-review__author {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    color: #1B2A5E;
	  font-family: 'Satoshi-Medium';
}

time.woocommerce-review__published-date, span.woocommerce-review__dash {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.084px;
    color: #71778D;
    font-family: 'Satoshi-Regular';
}
.woocommerce .star-rating span::before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0;
    color: #f59e0c;
}
form#commentform {
    border-radius: 24px;
    background: #ECF0FD;
    padding: 32px 24px;
}

.comment-form-rating label {
    color: var(--Secondary-Dark-Secondary-Dark-05, #122C39);
    font-family: 'Satoshi-Regular'!important;
    font-size: 18px!important;
    font-style: normal;
    font-weight: 500!important;
    line-height: 22px!important;
}
p.stars span a {
    color: #DEDCE4;
}
.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0;
    color: #F59E0B;
}
.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    border-radius: 12px;
    border: 1px solid var(--Border, #E3E6F0);
    background: var(--FFFFFF, #FFF);
    height: 198px;
}
p.comment-form-comment label {
    color: var(--Secondary-Dark-Secondary-Dark-05, #122C39);
    font-family: 'Satoshi-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
p.comment-form-comment label {
    color: var(--Secondary-Dark-Secondary-Dark-05, #122C39);
    font-family: 'Satoshi-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

p.form-submit input {
    border-radius: 8px!important;
    background: var(--4468E7, #4468E7)!important;
    color: #fff!important;
    font-family: 'Satoshi-Regular';
    font-size: 16px!important;
    font-style: normal;
    font-weight: 500!important;
    line-height: 24px;
    padding: 14px 20px!important;
}
p.form-submit {
    text-align: right;
}
button#reply-title {
    border-radius: 8px!important;
    background: var(--4468E7, #4468E7)!important;
    color: #fff!important;
    font-family: 'Satoshi-Regular';
    font-size: 16px!important;
    font-style: normal;
    font-weight: 500!important;
    line-height: 24px;
    padding: 9px 20px!important;
    border: navajowhite;
}
form#commentform {
    margin-top: 20px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0px 0 0em;
}
h3#ship-to-different-address span {
    color: var(--Primary-Dark-Primary-Dark-03, #1B2A5E);
    font-family: Archivo Black;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.shipping_address {
    width: 95%;
    border-radius: 24px;
    border: 1px solid var(--Border, #E3E6F0);
    background: var(--FFFFFF, #FFF);
    padding: 32px 24px;
}
div#order_review {
    width: 95%;
    border: 1px solid var(--Border, #E3E6F0);
    border-radius: 24px;
    background: var(--Secondary-Light-Primary-Light-07, #F3FBFE);
    padding: 32px 24px;
    height: max-content;

}
.woocommerce-additional-fields {
    width: 95%;
    border-radius: 24px;
    border: 1px solid var(--Border, #E3E6F0);
    background: var(--FFFFFF, #FFF);
    padding: 32px 24px;
}
button#place_order {
    border-radius: 8px!important;
    background: var(--4468E7, #4468E7)!important;
    color: #fff!important;
    font-family: 'Satoshi-Regular';
    font-size: 16px!important;
    font-style: normal;
    font-weight: 500!important;
    line-height: 24px;
    padding: 9px 20px!important;
    border: none;
}
.woocommerce-privacy-policy-text p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 28px;
}
.woocommerce-checkout #payment {
    background: #F3FBFE;
	border-radius: 24px;
    border: 1px solid var(--Border, #E3E6F0);

}
.chexk br {
    display: none;
}

.chexk {
    display: flex;
    flex-wrap: wrap;
}

.chexk label {
    width: calc(100% - 13px);
    margin-bottom: 10px;
    padding-left: 8px;
}

.chexk input {
    margin-bottom: 10px;
}
div#tab-custom_tab h4 {
    color: var(--Primary-Dark-Primary-Dark-03, #1B2A5E);
    font-family: Archivo Black;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}

form#commentform label {
    display: block;
    font-size: 16px;
    font-family: 'Satoshi-Regular';
}

form#commentform input {
    box-sizing: border-box;
    width: 100%;
    border-radius: 4px;
    border: 1px solid var(--Border, #E3E6F0);
    background: var(--FFFFFF, #FFF);
}
div#reviews h2 {
    margin-bottom: 40px;
    color: #1B2A5E;
    font-size: 32px;
}

div#review_form_wrapper {
    border-radius: 24px;
    background: var(--Primary-Light-Primary-Light-06, #ECF0FD);
    padding: 24px;
}

.rev-form {
    display: flex;
    align-items: center;
}

.title-ratings {
    width: 139px;
    height: 139px;
    border-radius: 12px;
    border: 1px solid var(--Border, #E3E6F0);
    background: #FFF;
    box-shadow: 0px 6px 25px 20px rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: center;
    justify-content: center;
}

.star-rating {
    position: relative!important;
}
.rev-info p {
    margin-bottom: 0px!important;
	margin-top:30px!important;
}
.rev-info {
    margin-left: 18px;
}
.rev-form {
    margin-bottom: 24px;
}
button#reply-title {
    width: 100%;
}
.lasttext {
    margin-top: 15px;
}
.lasttext p{
color: var(--Primary-Dark-Primary-Dark-03, #1B2A5E);
font-family: 'Satoshi-Regular';
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.title-ratings h3 {
    color: var(--Primary-Dark-Primary-Dark-03, #1B2A5E);
    font-family: 'Satoshi-Bold';
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
form#commentform {
    margin-top: 20px;
    padding: 0;
}

img#thumbnail-preview {
    width: 40px;
    height: 40px;
}

div#subCategory {
    display: none;
}
div#uploadImage input {
    opacity: 1;
    max-width: 1060px;
    display: flex;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 3.5em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top: 3px solid #7f54b3;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    font-family: WooCommerce;
    display: inline-block;
    position: absolute;
    top: 3.5em;
    left: 1.5em;
}
.page-template-artist-profile header#header {
    background-color: #fff9fa !important;
}

span#hiddentext {
    text-decoration: line-through;
}

a.restore-item,
a.showcoupon{
    color: #007bff;
    text-decoration: underline;
}

section.contact-information ul li:last-child {
    visibility: hidden;
}

.pagination {
    margin: auto !important;
    justify-content: center;
}


.woocommerce .woocommerce-product-rating .star-rating {
    margin: 5px 4px 0 0 !important;
}


.projects-width {
    width: 32.1%;
    min-height: 416px;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    border-radius: 24px;
    cursor: pointer;
    margin-bottom: 24px;
    transition: all ease .3s;
    background-size: 120% 100%;
}

.check ul li {
  color: var(--71778-d-text, #71778d);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 16px;
  position: relative;
  margin-left: 20px;
}

.check ul li::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: -22px;
  background-image: url('https://wp.jaidenshannon.com/spendswell-marketplace/wp-content/uploads/2024/01/check.png');
  background-position: center;
  background-size: contain;
  top: 3px;
}


div#tab-3 p span {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	color: #1b2a5e !important;
	font-family: "Satoshi-Bold";
	margin-bottom: 14px;
	display: block;
}

.woocommerce div.product form.cart .reset_variations {
    margin-left: -30px;
}

.buttonContainer .price {
    display: none;
}

.woocommerce-variation-price .price {
    display: none;
}

.single-product .ppc-button-wrapper,
.woocommerce-cart .ppc-button-wrapper,
.woocommerce-car .message__container.locale--US,
.single-product .message__container,
.single-product .price del span.woocommerce-Price-amount.amount {
    display: none;
}
.single-product .price ins {
    text-decoration: none;
}
.single-product .message__container {
	display: none;
}
.message__container {
	display: none !important;
}
.message__container {
    min-width: 100%;
    display: none;
}

.woocommerce .woocommerce-customer-details address {
    min-width: 300px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    max-width: max-content;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: fit-content;
}

.woocommerce-column__title {
    font-size: 26px !important;
    margin-bottom: 20px;
}


.woocommerce .woocommerce-customer-details address {
    min-width: 300px;
    min-height: 180px;
}

.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
}

.woocommerce-checkout .checkout {
    flex-wrap: wrap;
}

.woocommerce-checkout div#order_review {
    width: 40%;
}

.woocommerce-checkout .woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 60%;
}


span.toChild {
    display: none;
}


.codeQr {
    width: 210px;
    margin: auto;
}


section.vending-machine .like-width {
    margin-bottom: 50px;
}

section.vending-machine .like-width h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #50B6E7;
    margin-bottom: 15px;
}

section.detailssContent {
    padding: 0 0 40px;
}


.single-vending_machine .might-also .like-width h4 {
    margin-bottom: 10px;
}

.page-template-vending_machineproduct .like-width img {
    width: 100%;
    max-height: 216px;
    border-radius: 8px;
}

.demoBook a.demo-btn,
.geneateWord-child .demo-btn{
    border-radius: 8px;
    background: #4468E7;
    font-size: 16px;
    padding: 11px 16px;
    display: inline-block;
    color: #fff;
    border: 1px solid #4468E7;
    margin: 0;
    width: 182px;
    text-align: center;
}
.page-template-artist-profile .demoBook {
    display: none;
}

li#wp-admin-bar-view-store {
    display: none !important;
}

.social_icons_list a {
    width: 56px;
    height: 56px;
    border: 1px solid #DD7E5E;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_icons_list {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin: 56px 0 0;
}
.products-tabs .tab-content.current .like-flex.flex.spaceCustom {
    justify-content: flex-start;
    gap: 12px;
}
@media screen and (min-width:991px){
	ul#menu-menu-1 li:first-child ul.sub-menu {
    display: none;
}
}
@media(max-width:600px){
	.social_icons_list{gap:6px;}
	.social_icons_list a {
		width: 36px;
		height: 36px;
	}
}


section#generateWord {
    padding: 60px 0 40px 0;
    margin: auto;
    display: flex;
    justify-content: center;
    max-width: 600px;
    flex-direction: column;
}


.geneateWord-child {
    display: flex;
    flex-direction: column !important;
    padding-top: 20px;
}

.geneateWord-child input {
    margin: 10px 0 30px;
    max-width: 400px;
    padding: 10px;
    border-radius: 10px;
}

div#plot svg {
    display: flex;
    height: auto !important;
}

.giftsChild select {
    padding: 10px;
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}

.giftsChild {
    margin-bottom: 10px;
}

.geneateWord-child.giftsChild-Btn .giftsearch.demo-btn{
	width: 100%;
}

form#gifts {
    margin-bottom: 0;
}





.cata-img:hover {
    background: #4468E7;
    transition: 0.5s;
}

.cata-img:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(13%) saturate(2%) hue-rotate(306deg) brightness(109%) contrast(100%);
}



/* menu */
@media only screen and (max-width:450px){
	.products-tabs ul {
    	display: none !important;
	}
	nav#nav {
		display: flex;
		justify-content: flex-start;
		width: 100%;
	}

	li .tabs {
		display: flex !important;
		flex-wrap: wrap;
		max-width: 100% !important;
		margin: 0px !important;
		justify-content: space-between;
		row-gap: 10px;
		margin-top: 10px !important;
	}

	.tab-link {
		width: 48% !important;
		padding-bottom: 0px !important;
		padding: 0px !important;
	}

	.tab-link .cata-img {
		padding: 10px 10px !important;
	}

	.tab-link .cata-img img {
		max-width: 50px !important;
	}

	.menu-item li.tab-link span {
		margin: 10px 0px 0px;
	}

	.menu-item a {
		margin-left: 0px !important;
	}

	.tab-link .product-cata {
		border: 1px solid #4468e7 !important;
		overflow: hidden;
	}
	.megaMenuCat {
		display: none;
	}
	nav#nav ul li {
		position: relative;
	}

	nav#nav {
		gap: 0px;
	}

}

.price-socials {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.share-btns a {
    border-radius: 8px;
    color: #2b69e6;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4468E7;
    transition: 0.2s all;
}

.share-btns {
    display: flex;
    gap: 4px;
}

.share-btns a:hover {
    background-color: #2b69e6;
    color: #fff;
}
@media screen and (max-width:1199px){
	.share-btns a {
    width: 24px;
    height: 24px;
    font-size: 12px;
}

.share-btns {
    gap: 3px;
}
}
@media screen and (max-width:991px){
	.price-socials {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}

}
@media screen and (max-width:767px){
	.price-socials {
    flex-direction: row;
}
	li.tab-link.current span {
    background-color: transparent;
    color: #4468E7;
}
.navbar.scroll-nav.active {
    top: 25px;
}	
ul#menu-menu-1 >li:first-child {
    display: none;
}

ul.all-products-mobile {
    display: block !important;
}

ul.all-products-mobile li a {
    margin: 0 !important;
}	
.megaMenuCat ul.tabs {
    left: 26px;
    position: relative;
}

li.tab-link span {
    font-family: 'Satoshi-Regular';
    margin: 0;
    font-size: 14px;
}
	
}