:root {
    --orange: #FF9B31;
    --btn-sky-blue: #58cbe7;
    --btn-yellow: #e79f58;
}
body,
.main-page-wrapper {
    background-color: #134653;
    margin: 0;
    padding: 0 !important;
}
.main-page-wrapper > .container {
    max-width: 100%;
}
.main-page-wrapper > .container > .row {
    display: block;
}
.elementor-location-header {
    position: relative;
    z-index: 99;
    height: 47px;
    margin-bottom: 0 !important;
}
main {
    position: relative;
    top: -47px;
    z-index: 1;
}
li {
    margin-bottom: 10px;
}
.container {
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
    padding-inline: 0;
    position: relative;
    z-index: 2;
}
.wd-prefooter {
    display: none;
}
h1, h2, h3, h4, h5, h6, p, a, span, button, label,input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select {
    font-family: "Roboto", Sans-serif;
}
.premium a {
    font-weight: bold !important;
}
::-ms-input-placeholder { /* Edge 12-18 */
  color: lightgrey;
}

::placeholder {
  color: lightgrey;
}

footer {
    background-color: #07252F;
}
/*section*/
/*section*/
/*section*/
.hero {
    background-image: url(../assets/images/hero_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 75px 0 25px;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}
.hero::before {
    content: '';
    background-image: url(../assets/images/pattern.png);
    background-repeat: repeat;
    background-size: contain;
    width: calc(1920px + 100% + 100%);
    height: 450px;
    position: absolute;
    left: -100%;
    top: 0;
    z-index: -1;
}
.hero::after {
    content: '';
    background-image: linear-gradient(0deg, rgba(19, 70, 83, 0), rgba(19, 70, 83, 1));
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    transform: rotate(180deg);
    z-index: 1;
}
.hero-inner {
    background: rgb(226 239 223 / 90%);
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    margin-right: 0;
    padding: 25px 5px 5px;
    border-radius: 8px;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(min(10rem, 100%), 1fr));
}
.hero-inner-col {
    text-align: center;
    max-width: 300px;
}
.hero__heading {
    color: #1f5041;
    font-style: italic;
    font-weight: 700;
    margin-top: 0;
    font-size: 1.6rem;
    margin-bottom: 5px;
}
.hero__content {
    max-width: 260px;
    text-align: center;
    margin: 0 auto;
    color: #1f5041;
    font-size: 1rem;
    line-height: 22px;
    margin-bottom: 15px;
}
.hero_img {
    width: 240px;
}
.hero-inner-col:nth-child(4) .hero__heading {
    font-size: 1.5rem;
}
.hero-inner-col:nth-child(3) .hero_img {
    width: 300px;
}
.hero-inner-col:nth-child(4) .hero_img {
    width: 250px;
    margin-bottom: 5px;
}
.discover-more {
    background: #5b8b7c;
    width: fit-content;
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 8px 62px;
    margin: 0 auto;
    border-radius: 8px;
}
.discover-more:hover {
    background: var(--orange);
}

/*section*/
/*section*/
/*section*/
.btn-content-inner {
    margin-top: 30px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding-left: 60px;
}
.btn-col {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.btn-col:hover {
    color: #fff;
}
.btn-col:hover img {
    filter: invert(1);
}
.btn-col span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-col::before {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: 1;
}
.btn-1,
.btn-1 span {
    height: 40px;
    width: 265px;
}
.btn-1 span > span {
    font-weight: normal;
    position: relative;
    left: 5px;
    width: auto;
    height: auto;
}
.btn-1 img {
    border-radius: 8px;
}
.btn-1 span {
    left: 9px;
    top: 0;
}
.btn-1::before {
    background-image: url(../assets/images/btn-1.png);
    width: 40px;
    height: 45px;
    left: -10px;
}
.btn-2,
.btn-2 span {
    height: 40px;
    width: 195px;
}
.btn-2 span {
    left: 9px;
    top: 0;
}
.btn-2::before {
    background-image: url(../assets/images/btn-2.png);
    width: 33px;
    height: 36px;
    left: -10px;
}
.btn-3,
.btn-3 span {
    height: 40px;
    width: 215px;
}
.btn-3 span {
    left: 5px;
    top: 0;
}
.btn-3::before {
    background-image: url(../assets/images/btn-3.png);
    width: 47px;
    height: 37px;
    left: -10px;
}
.btn-4,
.btn-4 span {
    height: 40px;
    width: 140px;
}
.btn-4 span {
    left: 8px;
    top: 0;
}
.btn-4::before {
    background-image: url(../assets/images/btn-4.png);
    width: 38px;
    height: 32px;
    left: -10px;
}

/*section*/
/*section*/
/*section*/
.main-content .container {
    padding-left: 25px;
}
.main-content-inner {
    display: flex;
}
.col-left {
    width: 76%;
}
.col-right {
    width: 24%;
    padding-left: 20px;
}
.top-part {
    display: flex;
    align-items: center;
    padding-left: 15px;
}
.main__heading {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
}
.top-list {
    padding-left: 20px;
    list-style-type: none;
    display: flex;
    gap: 15px;
    width: 100%;
    margin-bottom: 0;
}
.top-list li {
    margin-bottom: 0;
}
.top-list li a {
    background: #359074;
    color: #fff;
    padding: 4px 22px;
    border-radius: 8px;
    display: inline-block;
}
.top-list li a:hover {
    background: var(--orange);
}
.top-list li:last-child {
    margin-left: auto;
}
.cards {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(min(10rem, 100%), 1fr));
    padding: 15px 5px 20px 25px;
}
.card__heading {
    color: #e3d4a8;
    margin-block: 0;
    font-size: 18px;
    line-height: 0.8;
}
.card__heading a {
    color: #e3d4a8;
    margin-block: 0;
    font-size: 18px;
    line-height: 0.8;
}
.card__heading a:hover {
    color: var(--orange);
}
.card_content {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
}
.card_content:hover,
.card_content:hover span {
    color: #fff;
}
.card_content span {
    color: var(--orange);
    font-style: italic;
    padding-left: 5px;
}
.card__img {
    margin-bottom: 10px;
}
.card__img img {
    max-width: 245px;
    width: 100%;
}
.card__meta-data {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 5px;
}
.card__meta-data a {
    background: #359074;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap: 5px;
    padding: 2.5px 4px;
    font-size: 14px;
    line-height: 1;
    width: 20%;
}
.card__meta-data a:hover {
    background: var(--orange);
}
.card__meta-data img {
    width: 16px;
}
.card__meta-data .add-to-cart {
    background: #e0940d;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    margin-right: auto;
    max-width: 140px;
    width: 60%;
    padding: 2px 6px;
    justify-content: space-between;
}
.card__meta-data .add-to-cart img {
    width: 18px;
}
.card__meta-data .add-to-cart:hover {
    color: #fff;
}
.card__meta-data .add-to-cart:hover img {
    filter: invert(1);
}
.separator {
    margin-block: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*section*/
.blog-section {
    display: flex;
    gap: 20px;
    padding-top: 10px;
}
.left-blog {
    width: 55%;
}
.left-blog__heading {
    color: #f0dea8;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
}
.left-blog__content {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.2;
}
.left-blog__img {
    border-radius: 8px;
    border: 8px solid #0a2e24;
}
.left-blog__img img {
    display: block;
    width: 100%;
}
.blog {
    display: flex;
    gap: 10px;
    padding: 20px 15px 5px;
}
.blog__content {
    color: #fff;
}
.blog__img {
    width: 260px;
}

.writer-name,
.category {
    font-size: 14px;
    padding-right: 8px;
}
.writer-name > span {
    color: var(--orange);
    font-style: italic;
    padding-right: 4px;
}
.blog__title,.blog__title a  {
    margin-top: 5px;
    margin-bottom: 0;
    color: #ffd62d;
    font-size: 22px;
    line-height: 1.1;
    font-weight: normal;
}
.blog__title a:hover {
    color: var(--orange);
}
.blog__desp {
    font-size: 17.6px;
    line-height: 1.2;
    margin-bottom: 0;
}
.read-more {
    color: var(--orange);
}
.read-more:hover {
    color: #fff;
}
.see-more {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: underline;
    font-style: italic;
    font-size: 14px;
}
.see-more:hover {
    color: var(--orange);
}
.blogs .separator {
    margin-block: 10px;
}

/*section*/
/*section*/
/*section*/

.card-of-day {
    text-align: center;
}
.card-of-day .main__heading {
    line-height: 1.2;
}
.card-of-day img {
    max-width: 310px;
    width: 100%;
}
.support-design {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 20px;
    padding-block: 5px;
    gap: 10px;
}
.support-design .img {
    border-radius: 50%;
    border: 4px solid #9bfcde;
    width: 37px;
    height: 37px;
    padding: 4px;
}
.support-design .heading {
    color: #9bfcde;
    font-size: 20px;
    margin-block: 0;
    font-weight: normal;
}
.support-design .heading:hover {
    color: var(--orange);
}
.cup-winner {
    display: flex;
    padding-inline: 10px;
    gap: 5px;
}
.cup-winner .img {
    max-width: 64px;
    position: relative;
    top: 8px;
}
.cup-winner__text1 {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.2;
}
.cup-winner__text1 span {
    color: var(--orange);
    font-style: italic;
}
.cup-winner__text2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1;
}
.coupons {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    padding: 15px 15px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.coupon {
    display: flex;
    gap: 8px;
}
.coupon__heading {
    color: #f6ff00;
    font-weight: bold;
    font-style: italic;
    margin-block: 0;
    font-size: 54px;
    line-height: 1.1;
}
.coupon__order {
    color: #91ffdd;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
}
.coupon__img {
    width: 92px;
    position: relative;
}
.number {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(143, 68, 49, 0.8);
    color: #f6ff00;
    font-weight: bold;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}
.number.n2 {
    color: #d8d6d1;
}
.number.n3 {
    color: #ffae00;
}
.coupons .cup-winner__text2 {
    line-height: 1.2;
}
.coupons .cup-winner__text1 {
    line-height: 1;
}
.coupons .cup-winner__text1:hover {
    color: #fff;
}
.coupons .cup-winner__text1:hover span {
    color: #fff;
}
.blogs-new .main__heading {
    text-align: center;
    margin-bottom: 5px;
}
.blogs-list {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    padding: 8px 8px 4px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.blog-list {
    display: flex;
}
.blog-list .img {
    width: 100px;
}
.blog-list__desp {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.2;
}
.blogs-new .see-more {
    text-align: right;
}
.blogs .separator:nth-child(4) {
    display: none;
}

/*design a card*/
.hero-design {
    background-image: url(../assets/images/design-a-card-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 47px;
    position: relative;
}
.hero-design::after {
    content: '';
    background-image: linear-gradient(0deg, rgba(19, 70, 83, 0), rgba(19, 70, 83, 1));
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    transform: rotate(180deg);
    z-index: 1;
}
.hero-design ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}
.top-bar {
    background: rgba(255, 255, 255, .9);
    padding: 15px 16px 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.top-bar ul {
    display: flex;
    gap: 30px;
}
.top-bar ul li a {
    display: inline-block;
    font-weight: bold;
    color: #000000;
    font-size: 20px;
    line-height: 1;
}
.top-bar ul li a:hover {
    color: var(--orange);
}
.top-bar ul li:first-child a {
    font-size: 26px;
}
.top-bar ul li:nth-child(2n) {
    margin-left: auto;
}

.middle-bar {
    padding: 15px 35px 0px;
}
.middle-bar ul {
    display: flex;
    gap: 20px;
}
.middle-bar ul li a {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    background: #4c96a9;
    border-radius: 8px;
    padding: 0 22px;
}
.middle-bar ul li a.active {
    background: var(--orange);
}
.middle-bar ul li:last-child {
    margin-left: auto;
}
.middle-bar ul li a:hover {
    background: var(--orange);
}
.card-section {
    background: #092d36;
    border-radius: 8px;
    padding: 15px;
}
.card-section__wrap2 {
    display: none;
    gap: 20px;
    position: relative;
}
.card-section__wrap
{
    display: none;
    gap: 20px;
}
.left-card {
    min-width: 440px;
}
.left-card__img {
    margin-bottom: 20px;
}
.left-card__btn a {
    color: #fff;
    font-size: 23px;
    background: #4c96a9;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px 5px 20px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.left-card__btn a span {
    color: var(--orange);
    font-size: 18px;
}
.left-card__btn a:hover {
    background: var(--orange);
}
.left-card__btn a:hover span {
    color: #fff;
}
.right-card {
    padding-left: 10px;
    padding-top: 10px;
    width: 100%;
}
.right-card ul {
    display: flex;
    row-gap: 10px;
    column-gap: 20px;
}
.right-card ul li a {
    display: inline-block;
    background: #367b8c;
    color: #fff;
    font-size: 22px;
    padding: 4px 24px;
    border-radius: 8px;
}
.right-card ul li a:hover {
    background: var(--orange);
}
.right-card-inner {
    display: none;
    margin-top: 10px;
}




/*tabs*/
/*tabs*/
/*tabs*/
.design-card__heading {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 0;
}
.design-card__btn {
    background: var(--btn-sky-blue);
    color: #000;
    border-radius: 4px;
    padding-inline: 28px;
    text-transform: none;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: normal;
}
.design-card__btn:hover {
    background: var(--btn-yellow);
    color: #000;
}
.btn-yellow {
    background: var(--btn-yellow);
}
.btn-yellow:hover {
    background: var(--btn-sky-blue);
    color: #000;
}
.card-inner-tab__wrap {
    padding-bottom: 40px;
}
.card-inner-tab__wrap:last-child {
    padding-bottom: 0;
}
.card-inner-tab__btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
label {
    color: #fff;
}
.design-card__para {
    color: #fff;
    font-size: 19px;
    margin-bottom: 3px;
}
.card-inner-tab__inner {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    min-width: 498px;
    padding-bottom: 5px;
}
.silver-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255,255,255,0.4);
    width: 100%;
    max-width: 460px;
    padding: 4px;
    padding-right: 10px;
    border-radius: 4px;
    cursor: pointer;
}
.silver-bar__left {
    display: flex;
    color: #fff;
    gap: 10px;
}
.silver-bar__right {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 18px;
}
.silver-bar__left p {
    font-size: 19px;
    margin-bottom: 0;
}
.silver-bar__right a {
    font-size: 17px;
    color: #fff;
    margin-bottom: 0;
}
.silver-bar__right a:hover {
    color: var(--orange);
}
.settings-img {
    filter: invert(1);
    width: 22px;
}
.settings-img:hover {
    filter: invert(0.8);
}
.frame-cover-small {
    width: 34px;
}
.frame-cover-close {
    width: 20px;
}

.silver-bar2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background: transparent;
}
.silver-bar__left {
    align-items: center;
}
.set_symbol-card-inner {
    max-width: 400px;
    width: 100%;
}
.set_symbol-card-inner .design-card__heading {
    font-size: 23px;
    padding-bottom: 2px;
}
.set_symbol-card-inner .card-inner-tab__wrap {
    padding-bottom: 20px;
}
.set-symbol__btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 4%;
    row-gap: 10px;
    padding-top: 10px;
}
.set-symbol__btns .checkbox-container {
    width: 190px;
    background: #fff;
    border-radius: 8px;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    padding: 1px 10px 1px 35px;
    width: 48%;
}
.set-symbol__btns .checkbox-container:nth-child(2){
    background-color: #9c9c9c;
}
.set-symbol__btns .checkbox-container:nth-child(3){
    background-color: #ffe50e;
}
.set-symbol__btns .checkbox-container:nth-child(4){
    background-color: #f07c45;
}
.set-symbol__btns .checkmark {
    position: absolute;
    top: 4.5px;
    left: 5px;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid;
}
.set-symbol__btns .checkbox-container input:checked ~ .checkmark {
    background-color: #000;
}
.set-symbol__btns .checkbox-container .checkmark:after {
    left: 50%;
    top: 50%;
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    background: #000;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
input[type="text"] {
    background: #fff;
    border-radius: 4px;
    width: 100%;
    padding: 5px 18px;
    font-size: 18.7px;
    color: #000;
    border: none;
}


/* The checkbox */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 4.5px;
  left: 2px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 4px;
}
/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  width: 230px;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #d9d9d9;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 18px;
  right: 18px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 10px;
}

/*style the items (options), including the selected item:*/
.select-selected {
    color: #ffffff;
    padding: 5px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    border-radius: 4px;
    font-size: 18.7px;
    color: #000;
}
.select-items div {
    color: #ffffff;
    padding: 5px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    border-radius: 0;
    font-size: 18.7px;
    color: #000;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}




.modal-frameworkspace {
    display: none;
    background: #0e6684;
    padding: 15px 20px;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 4px;
}
.modal-frameworkspace-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.modal-frameworkspace__heading {
    font-size: 23px;
    font-weight: 400;
    color: #fff;
}
.modal-frameworkspace-header a {
    font-size: 21px;
    color: #fff;
    border-bottom: 1px solid transparent;
}
.modal-frameworkspace-header a:hover {
    border-bottom-color: #fff;
}
.modal-frameworkspace-header a img {
    width: 22px;
    margin-left: 8px;
    filter: invert(1);
    position: relative;
    vertical-align: baseline;
}
.modal-frameworkspace-content {
    display: flex;
    text-align: center;
    gap: 20px;
    padding-bottom: 20px;
}
.modal-left__content img {
    max-width: 160px;
    min-width: 130px;
    padding-top: 30px;
    padding-bottom: 5px;
}
/*.modal-right__content img {
    width: 318px;
}*/

.block-page {
    background-color: #87b3c2;
    padding: 15px 15px 0;
    overflow: auto;
    max-height: 340px;
    width: 350px;
}
.block-page__wrapper {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
    border: 2px solid transparent;
    cursor: pointer;
}
.block-page__wrapper:hover {
    border-color: #fff;
}
.block-page__wrapper img {
    width: 75px;
}
.block-page__wrapper span {
    color: #000;
    font-size: 20px;
}

.modal-frameworkspace-content h6 {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 5px;
}
#pop-2,#pop-frameElement,.pop-custom,.pop-custom1 {
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    height: 100%;
    overflow: auto;
}
.modal-header__inner {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
    justify-content: space-between;
}
.modal-header__inner input[type="text"] {
    max-width: 188px;
}
.modal-header__inner span {
    color: #fff;
    font-size: 18px;
}
.modal-header__inner p {
    color: #fff;
    margin-bottom: 0;
    font-size: 19px;
}
.modal-header__icons {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    align-items: center;
}
.modal-header__icons img {
    width: 34px;
    border: 2px solid transparent;
    border-radius: 50%;
}
.modal-header__icons img:hover,
.modal-header__icons img.active {
    border-color: #fff;
}
.btn-black {
    color: #fff;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.4);
    padding: 4px 12px;
    font-size: 21px;
    font-weight: normal;
    text-transform: none;
    min-height: auto;
    font-family: "Roboto", Sans-serif;
}

#pop-2 .modal-frameworkspace-content,#pop-frameElement .modal-frameworkspace-content,.pop-custom .modal-frameworkspace-content,.pop-custom1 .modal-frameworkspace-content {
    gap: 16px;
    border-top: 1px solid rgba(255, 255, 255, .5);
    padding: 20px 80px;
}
.modal-content__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 47px;
    justify-content: center;
}
.modal-card {
    max-width: 158px;
    cursor: pointer;
}
.modal-card img {
    border: 2px solid transparent;
    border-radius: 8px;
}
.modal-card:hover img,
.modal-card.active img,.modal-card.selected img {
    border-color: rgba(255, 255, 255, 1);
}
.modal-card h6 {
    margin-bottom: 0;
    margin-top: 4px;
}

.art-bar {
    padding-bottom: 8px;
}
.art-bar .silver-bar__left { 
    gap:14px;
    padding-bottom: 10px;
}
.art-bar .silver-bar__left:last-child {
    padding-bottom: 0;
}
.art-bar .design-card__btn,
.art-bar2 .design-card__btn {
    padding-inline: 18px;
}
.art-bar a {
    font-size: 18px;
}
.art-bar .design-card__heading { 
    font-size: 23px;
}
.art-bar input[type="text"] {
    max-width: 330px;
}
.art-bar3 {
    margin-bottom: 15px;
}
.art-bar3 input[type="text"],
.art-bar3 .custom-select {
    max-width: 470px;
    width: 470px;
    margin-bottom: 5px;
}
.art-bar3 .select-items div,
.art-bar3 .select-selected {
    padding: 0px 13px;
    font-size: 18px;
}
.art-bar3 .select-selected:after {
    top: 14px;
}
.art-bar3 .select-selected.select-arrow-active:after {
    top: 7px;
}
.art-bar2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 470px;
}
.art-for-card {
    padding-bottom: 60px;
}
.art-overlay .art-bar .silver-bar__left {
    padding-bottom: 0;
}
.art-overlay .art-bar {
    padding-bottom: 15px;
}
.art-bar p {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
}

.art-ai {
    max-width: 590px;
    padding-bottom: 35px;
}
.art-ai p {
    font-size: 17.5px;
    line-height: 1.1;
}
.art-ai .art-bar:nth-child(1) {
    padding-bottom: 30px;
}
.art-ai .art-bar:nth-child(2) {
    padding-bottom: 0;
    text-align: center;
}
.art-ai .art-bar:nth-child(2) .design-card__btn {
    line-height: 1;
    gap: 2px;
    color: #fff;
    padding-inline: 10px;
    background: #367b8c;
    margin-bottom: 5px;
}
.art-ai .art-bar:nth-child(2) .design-card__btn:hover {
    background: var(--orange);
}
.art-ai .art-bar:nth-child(2) p {
    font-size: 16.5px;
}
.art-ai .art-bar:nth-child(2) p span {
    color: var(--orange);
}
.art-ai .art-bar2 {
    flex-wrap: wrap;
    max-width: 100%;
    column-gap: 2%;
    row-gap: 15px;
    margin-bottom: 10px;
}
.art-ai .art-bar2 .custom-select {
    max-width: 30%;
}
.art-ai .art-bar2 .design-card__btn {
    max-width: 20%;
}
.art-ai .art-bar2 input[type="text"] {
    max-width: 68%;
}
.art-ai .art-bar2 p {
    max-width: 78%;
}
.art-ai .art-bar2 .select-items div,
.art-ai .art-bar2 .select-selected {
    padding: 4px 10px;
    font-size: 18px;
    background: #fff;
}
.art-ai .art-bar2 .select-selected:after {
    right: 8px;
}
.error {
    background: #ff8181;
    color: #000;
    width: 100%;
    margin-bottom: 0;
    padding: 10px 10px;
    border-radius: 4px;
    text-align: center;
}
.art-ai .art-bar3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.art-bar__left {
    width: 700px;
}
.art-bar__right {
    text-align: center;
}
.art-bar__right .design-card__btn {
    width: 100%;
    margin-bottom: 15px;
}
.art-bar__right .design-card__btn:last-child {
    margin-bottom: 0;
}
.art-ai:last-child {
    padding-bottom: 0;
}
.art-ai:last-child div:last-child {
    margin-bottom: 0;
}
.art-ai-s {
    max-width: 590px;
    padding-bottom: 0;
}
.art-ai-s .am__col-3 .am_grid_col {
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 20px;
    padding: 0 10px;
}
.art-ai-s .am_thumb,
.art-ai-s .am_thumb img {
    height: auto;
}
.art-ai-s .am_cont {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 12px;
    gap: 5px;
}
.art-ai-s .am_cont .design-card__btn {
    width: 100%;
    font-size: 15px;
    width: 100%;
    padding-block: 0;
    min-height: auto;
}
.art-ai-s .am_posts_navigation {
    text-align: center;
    margin-bottom: 0;
}
.art-ai-s .am_posts_navigation_init {
    margin: 0px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.art-ai-s .am_posts_navigation_init .page-numbers.current, .am_posts_navigation_init .page-numbers:hover {
    background: var(--btn-yellow) !important;
}
.art-ai-s .am_posts_navigation_init .page-numbers {
    border-color: transparent;
    color: #000;
    background: var(--btn-sky-blue);
    border-radius: 4px;
    min-width: 25px;
    line-height: 1;
}

.frame-text {
    max-width: 590px;
}
.frame-text .art-bar input[type="text"] {
    max-width: 408px;
    padding: 5px 10px;
    font-size: 17px;
}
.frame-text .art-bar .silver-bar__left {
    gap: 14px;
    padding-bottom: 5px;
}
input.short-height {
    height: 24px;
}
.frame-text .art-bar:nth-child(1),
.frame-text .art-bar:nth-child(4),
.frame-text .art-bar:nth-child(5) {
    padding-bottom: 24px;
}
.frame-text .art-bar:nth-child(2) {
    padding-bottom: 14px;
}
.frame-text .art-bar:nth-child(3) {
    padding-bottom: 16px;
}
.frame-text .art-bar:nth-child(2) input[type="text"] {
    max-width: 285px;
}
.frame-text .design-card__btn {
    padding-inline: 10px;
}
.frame-text .custom-select {
    width: 100%;
    max-width: 408px;
}
.frame-text .select-items div, 
.frame-text .select-selected {
    background-color: #fff;
    padding: 5px 10px;
    font-size: 17px;
}
.rule-text,
.frame-text {
    padding-bottom: 0;
}
.frame-text .design-card__heading,
.rule-text .design-card__heading {
    font-size: 26px;
    line-height: 1.2;
}
.frame-text a {
    color: var(--orange);
}
.frame-text .art-bar:nth-child(4) .silver-bar__left:nth-child(2) {
    gap: 10px;
}
.frame-text .art-bar:nth-child(4) input[type="text"] {
    max-width: 88px;
}
.frame-text .art-bar:nth-child(5) .silver-bar__left:nth-child(2) {
    gap: 8px;
    padding-bottom: 10px;
}
.frame-text .art-bar:nth-child(5) input[type="text"] {
    height: 38px;
    text-align: center;
}
.frame-text .art-bar:nth-child(5) input[type="text"]:nth-child(1),
.frame-text .art-bar:nth-child(5) input[type="text"]:nth-child(6) {
    max-width: 60px;
}
.frame-text .art-bar:nth-child(5) input[type="text"]:nth-child(2),
.frame-text .art-bar:nth-child(5) input[type="text"]:nth-child(3),
.frame-text .art-bar:nth-child(5) input[type="text"]:nth-child(4) {
    max-width: 55px;
}
.frame-text .art-bar:nth-child(5) input[type="text"]:nth-child(5) {
    max-width: 104px;
}
.frame-text .art-bar:nth-child(5) .silver-bar__left:nth-child(4) {

}
.frame-text .art-bar:nth-child(5) .silver-bar__left:nth-child(4) .checkmark {
    top: 2.5px;
}
.frame-text .art-bar:last-child {
    padding-bottom: 0;
}
.frame-text textarea {
    overflow: auto;
    padding: 12px 12px;
    min-height: 60px;
    color: #000;
    border-radius: 4px;
    border: none;
    font-size: 16px;
    max-width: 330px;
    background: #fff;
    line-height: 1.1;
}
.frame-text .art-bar:last-child .silver-bar__left {
    align-items: flex-start;
}
.frame-text textarea,
.rule-text textarea {
  resize: none;
}
.rule-text {
    max-width: 645px;
}
.art-bar__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rule-text .art-bar:nth-child(1) .silver-bar__left:nth-child(3) {
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}
.rule-text textarea {
    overflow: auto;
    padding: 12px 12px;
    min-height: 255px;
    color: #000;
    border-radius: 4px;
    border: none;
    font-size: 16px;
    max-width: 100%;
    background: #fff;
    line-height: 1.1;
}
.rule-text .art-bar {
    padding-bottom: 20px;
}
.rule-text .art-bar:last-child {
    padding-bottom: 0;
}
.rule-text .art-bar:last-child .silver-bar__left:nth-child(2) .design-card__btn {
    padding-inline: 18px;
    color: #fff;
    font-size: 20px;
}
.rule-text .art-bar:last-child .silver-bar__left input[type="text"] {
    font-size: 17px;
    padding: 5px 10px;
}
.rule-text .art-bar:last-child .silver-bar__left:nth-child(3) input[type="text"] {
    max-width: 370px;
}
.rule-text .art-bar:last-child .silver-bar__left:nth-child(4) input[type="text"] {
    max-width: 55px;
    text-align: center;
}
.rule-text .art-bar:last-child .silver-bar__left:nth-child(5) input[type="text"] {
    max-width: 128px;
}
.import-card .design-card__heading {
    font-size: 23px;
    padding-bottom: 5px;
}
.import-card p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.import-card {
    max-width: 486px;
}
.import-bar__left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}
.import-bar__left input[type="text"] {
    padding: 4px 10px;
    font-size: 18px;
}
.import-bar__left .design-card__btn {
    padding-inline: 20px;
}


.set-symbol__select {
    position: relative;
    background: #fff;
    padding: 10px 10px;
    border-radius: 4px;
}
.set-symbol__select .design-card__heading {
    font-size: 19px;
    font-weight: 400;
    color: #000;
    margin-bottom: 5px;
}
.set-symbol__select input[type="text"] {
    border: 1px solid #dddddd;
    background: #dddddd;
    height: 48px;
    border: 1px solid #aaa;
    padding-left: 8px;
    padding-right: 8px;
}
.set-symbol__select input[type="text"]::placeholder {
  color: #444;
  opacity: 0.5;
}
.down-arrow {
    top: 10px;
    right: 30px;
    height: 26px;
    position: absolute;
    width: 20px;
    z-index: 1;
}
.down-arrow b {
    border-color: #000 transparent transparent transparent;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-hidden-accessible,
.select2-container {
    min-width: 100%;
}
.set-symbol__select .select2-container--default .select2-selection--single {
    padding: 6px 4px;
    height: 40px;
    background: #dddddd;
}
.select2-results {
    background: #f4f3f2;
}
.set-symbol__select .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}


.mySelect .select2-results {
    background: #fff;
}
.mySelect .select2-results>.select2-results__options {
    max-height: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.mySelect .select2-results__option {
    max-width: 33%;
}
.mySelect .select2-results__option span {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}


.placeholder-btn {
    width: 100%;
    background: var(--btn-sky-blue);
    border-radius: 4px;
    padding: 2px;
}
.placeholder-btn:hover {
    background: var(--orange);
}
.placeholder-btn:hover img {
    filter: invert(1);
}
.watermark__items {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin-top: 25px;
    height: 280px;
    overflow: auto;
}
.watermark__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    width: 32%;
    color: #000;
    border: 2px solid transparent;
    cursor: pointer;
}
.watermark__item.active,
.watermark__item:hover {
    border-color: #000;
}
.watermark__item img {
    width: 105px;
}
.set__items {
    margin-top: 20px;
    height: 200px;
    overflow: auto;
    background: #f4f3f2;
    border-radius: 4px;
    padding: 10px 5px;
}
.set__item {
    padding: 2px;
    margin-bottom: 2px;
    color: #000;
    cursor: pointer;
}
.set__item.active {
    background: #dbd8d8;
}
.set__item img {
    width: 34px;
    margin-right: 15px;
}

/*Responsive*/
/*Responsive*/
/*Responsive*/
/*Responsive*/
.f45{
    width: 45%;
}
@media screen and (max-width: 580px){
    .pop-custom .flex-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    }
    .f45{
        width: 100%;
    }
}
@media screen and (max-width: 1500px){
    .container {
        padding-inline: 15px;
    }
    .main-content .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    #pop-2,#pop-frameElement,.pop-custom,.pop-custom1 {
        top: 0;
        transform: translate(-50%, 0);
        height: 100%;
        overflow: auto;
    }
}

@media screen and (max-width: 1366px){
    .elementor-location-header {
        height: 65px;
    }
}

@media (min-width: 768px) and (max-width: 1400px){
    .hero-inner { margin-right: auto; }
    .btn-content-inner, .top-part { padding-left:0; }
    .cards { padding:15px; }
}

@media (min-width: 992px) and (max-width: 1360px){
    .hero-inner {
        grid-template-columns: repeat(auto-fit, minmax(min(14rem, 100%), 1fr));
        padding: 10px;
    }
    .hero-inner-col { max-width:100%; }
    .support-design,
    .cup-winner,
    .coupon,
    .blog-list {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .hero_img,
    .coupon__img,
    .blog-list .img {
        width: 100%;
    }
    .hero__heading { font-size:22px; }
    .coupon__heading { font-size:40px; }
    .main__heading,
    .left-blog__heading,
    .blog__title,
    .coupon__order { font-size:20px; }
    .card__heading,
    .left-blog__content,
    .blog__desp,
    .cup-winner__text1,
    .cup-winner__text2 { font-size:16px; }
    .card_content,
    .hero__content,
    .cup-winner__text1,
    .cup-winner__text2 { font-size:14px; line-height:1.1; }
    .discover-more { width:100%; padding:8px 10px; font-size:16px; }
    .left-card {
        min-width: auto;
        width: 40%;
    }
    .right-card {
        width: 60%;
    }
    .art-ai-s .am__col-3 .am_grid_col {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    
}

@media screen and (max-width: 1024px){
    .card-inner-tab__inner { min-width:auto; }
}

@media (min-width: 768px) and (max-width: 991px){
    .hero-inner {
        grid-template-columns: auto auto;
        padding: 10px;
    }
    .hero-inner-col { max-width:100%; }
    .support-design,
    .cup-winner,
    .coupon,
    .blog-list {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .hero_img {
        padding: 10px 50px;
    }
    .hero_img,
    .coupon__img,
    .blog-list .img,
    .hero-inner-col:nth-child(3) .hero_img,
    .hero-inner-col:nth-child(4) .hero_img {
        width: 100%;
    }
    .hero__heading { font-size:22px; }
    .coupon__heading { font-size:40px; }
    .main__heading,
    .left-blog__heading,
    .blog__title,
    .coupon__order { font-size:20px; }
    .card__heading,
    .left-blog__content,
    .blog__desp,
    .cup-winner__text1,
    .cup-winner__text2 { font-size:16px; line-height:1.1 }
    .card_content,
    .hero__content,
    .cup-winner__text1,
    .cup-winner__text2 { font-size:14px; line-height:1.1; }
    .discover-more { width:100%; padding:8px 10px; font-size:16px; }
    .top-part { padding-left:0; }
    .btn-content-inner { flex-wrap:wrap; }
    .main-content-inner {
        flex-direction: column;
    }
    .col-left,
    .col-right,
    .card__meta-data .add-to-cart {
        width: 100%;
    }
    .cards { padding:15px 0; }
    .card__meta-data a {
        width: 40%;
    }
    .blog-section { margin-bottom:20px; }
    .col-right { padding-left:0; }

    /* design a card */
    .top-bar ul li:first-child a {
        font-size: 22px;
    }
    .top-bar ul li a {
        font-size: 18px;
    }
    .middle-bar ul li a {
        font-size: 26px;
    }
    .right-card ul {
        flex-wrap: wrap;
    }
    .right-card ul li a {
        font-size: 20px;
    }
    .left-card__btn a {
        font-size: 21px;
    }
    .left-card {
        min-width: auto;
    }


    .design-card__heading {
        font-size: 26px;
    }
    .design-card__btn {
        font-size: 16px;
        padding-inline: 20px;
    }
    .checkbox-container {
        font-size: 18px;
    }
    .checkmark {
        top: 1.5px;
    }
    .silver-bar__left p {
        font-size: 17px;
    }
    .silver-bar__right p {
        font-size: 15px;
    }

    .modal-frameworkspace__heading {
        font-size: 20px;
    }
    .modal-frameworkspace-header a {
        font-size: 18px;
    }
    .modal-frameworkspace-header a img {
        width: 16px;
        margin-left: 4px;
    }
    .modal-frameworkspace-content h6 {
        font-size: 16px;
    }

    .modal-header__inner {
        flex-direction: column;
        align-items: flex-start;
    }
    #pop-2 .modal-frameworkspace-content,#pop-frameElement .modal-frameworkspace-content,.pop-custom .modal-frameworkspace-content,.pop-custom1 .modal-frameworkspace-content {
        padding: 20px;
    }
    .modal-content__inner {
        gap: 30px;
        align-items: center;
    }

    .left-card {
        min-width: auto;
        width: 40%;
    }
    .right-card {
        width: 60%;
    }
    .art-ai .art-bar2 .custom-select,
    .art-ai .art-bar2 input[type="text"],
    .art-ai .art-bar2 .design-card__btn,
    .art-ai .art-bar2 p {
        max-width: 100%;
    }
    .art-ai-s .am__col-3 .am_grid_col {
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media screen and (max-width: 767px){
    .hero::before { content:none; }
    .hero-inner {
        grid-template-columns: auto auto;
        padding: 15px 10px 10px;
    }
    .hero-inner-col { max-width:100%; }
    .support-design,
    .cup-winner,
    .coupon {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .hero_img,
    .coupon__img,
    .blog-list .img,
    .hero-inner-col:nth-child(3) .hero_img,
    .hero-inner-col:nth-child(4) .hero_img {
        width: 100%;
    }
    .coupon__img,
    .blog-list .img {
        max-width: 100%;
    }
    .hero_img {
        padding: 20px;
        max-width: 300px;
        width: 100%;
    }
    .hero-inner-col:nth-child(4) .hero__heading,
    .hero__heading { font-size:22px; line-height:1; }
    .coupon__heading { font-size:40px; }
    .main__heading,
    .left-blog__heading,
    .blog__title,
    .coupon__order { font-size:20px; }
    .card__heading,
    .left-blog__content,
    .blog__desp,
    .cup-winner__text1,
    .cup-winner__text2 { font-size:16px; line-height:1.1 }
    .card_content,
    .hero__content,
    .cup-winner__text1,
    .cup-winner__text2 { font-size:14px; line-height:1.1; }
    .discover-more { width:100%; padding:4px; font-size:16px; }
    .top-part { 
        align-items: start;
        padding-left: 0;
        flex-direction: column;
        gap: 5px;
    }
    .top-list li a {
        padding: 6px 6px 4px 6px;
        border-radius: 4px;
        font-size: 14px;
        line-height: 1;
    }
    .top-list li:last-child {
        margin-left: 0;
    }
    .btn-content-inner { flex-wrap:wrap; padding-left:0; }
    .main-content-inner {
        flex-direction: column;
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }
    .col-left,
    .col-right,
    .card__meta-data .add-to-cart,
    .left-blog,
    .right-blog {
        width: 100%;
        max-width: 100%;
    }
    .cards { padding:15px 0; }
    .card__meta-data a {
        width: 48%;
    }
    .blog-section { margin-bottom:20px; }
    .col-right { padding-left:0; }
    .top-list {
        padding-left: 0;
        flex-wrap: wrap;
        gap: 5px;
    }
    .card__img img {
        max-width: 100%;
    }
    .blog-section { flex-direction:column; }
    .blog {
        padding: 10px 0;
    }
    .blog__img
     {
        width: 35%;
    }
    .blog__content {
        width: 65%;
    }
    .blog-list {
        gap: 20px;
    }
    .blog-list .img,
    .blog-list .content {
        width: auto;
    }

    /* design a card */
    main {
        top: -67px;
    }
    .top-bar ul { gap: 15px; }
    .top-bar ul li:first-child a {
        font-size: 18px;
    }
    .top-bar ul li a {
        font-size: 16px;
    }
    .middle-bar ul li a {
        font-size: 18px;
        padding: 4px 10px;
    }
    .right-card ul {
        flex-wrap: wrap;
    }
    .right-card ul li a {
        font-size: 16px;
        padding: 5px 10px;
    }
    .left-card {
        min-width: auto;
    }
    .left-card__img {
        text-align: center;
    }
    .left-card__btn a {
        font-size: 16px;
    }
    .left-card__btn a span {
        font-size: 14px;
    }
    .top-bar,
    .middle-bar {
        padding: 15px 10px 0;
    }
    .middle-bar ul {
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .card-section__wrap,.card-section__wrap2 {
        flex-direction: column;
    }
    .left-card {
        width: 100%;
    }
    .right-card {
        padding-left: 0;
        padding-top: 0;
        order: -1;
    }
    .right-card ul {
        display: flex;
        gap: 10px;
    }

    .design-card__heading {
        font-size: 24px;
    }
    .set_symbol-card-inner .design-card__heading {
        font-size: 20px;
    }
    .design-card__btn {
        font-size: 16px;
        padding-inline: 20px;
    }
    .checkbox-container {
        font-size: 18px;
    }
    .checkmark {
        top: 1.5px;
    }
    .silver-bar__left p {
        font-size: 17px;
    }
    .silver-bar__right p {
        font-size: 15px;
    }
    .set-symbol__btns .checkbox-container {
        width: 100%;
    }
    input[type="text"] {
        font-size: 14px;
        padding: 4px 14px;
    }
    .silver-bar__left {
        flex-wrap: wrap;
    }
    .silver-bar__right {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .card-inner-tab__wrap {
        padding-bottom: 20px;
    }

    .modal-frameworkspace__heading {
        font-size: 18px;
    }
    .modal-frameworkspace-header a {
        font-size: 14px;
        margin-left: 5px;
        white-space: nowrap;
    }
    .modal-frameworkspace-header a img {
        width: 14px;
        margin-left: 4px;
    }
    .modal-frameworkspace-content h6 {
        font-size: 14px;
    }
    .modal-frameworkspace {
        width: 100%;
    }

    .modal-header__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    #pop-2 .modal-frameworkspace-content,#pop-frameElement .modal-frameworkspace-content {
        padding: 20px;
    }
    .modal-content__inner {
        gap: 2%;
        row-gap: 15px;
        justify-content: space-between;
        align-items: center;
    }
    .modal-card {
        max-width: fit-content;
        width: 46%;
    }
    .select-items div, .select-selected {
        padding: 4px 14px;
        font-size: 14px;
    }

    .modal-header__inner input[type="text"] {
        max-width: 100%;
    }
    .custom-select {
        width: 100%;
    }
    .btn-black {
        font-size: 16px;
    }
    .art-bar3 input[type="text"], 
    .art-bar3 .custom-select {
        width: 100%;
    }
    .art-bar .design-card__heading {
        font-size: 20px;
    }
    .art-bar3 .select-items div, .art-bar3 .select-selected {
        padding: 0px 13px;
        font-size: 16px;
    }
    .art-bar p {
        font-size: 14px;
    }
    .art-ai .art-bar2 .custom-select,
    .art-ai .art-bar2 input[type="text"],
    .art-ai .art-bar2 .design-card__btn,
    .art-ai .art-bar2 p {
        max-width: 100%;
    }
    .error {
        font-size: 14px;
        padding: 5px; 
    }
    .art-ai .art-bar:nth-child(2) p {
        font-size: 14px;
    }
    .art-ai-s .am__col-3 .am_grid_col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .frame-text .art-bar:nth-child(1) .silver-bar__left,
    .frame-text .art-bar:nth-child(3) .silver-bar__left {
         flex-wrap: nowrap; 
    }
    .frame-text .art-bar input[type="text"] {
        max-width: none;
    }
    .art-bar__inner {
        flex-direction: column;
    }
    .rule-text .art-bar:last-child .silver-bar__left:nth-child(3) {
        flex-wrap: nowrap;
    }
    
    .hero-design {
        background-attachment: fixed;
    }
    .art-bar .placeholder-btn__wrap {
        column-gap: 2%;
        row-gap: 10px;
        padding-top: 10px;
    }
    .placeholder-btn {
        width: 49%;
    }
    #pop-1 .modal-frameworkspace-content,.pop-custom1 .modal-frameworkspace-content {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    #pop-1 .modal-right__content,.pop-custom1 .modal-right__content
    .block-page {
        width: 100%;
    }
    .watermark__items { height:200px; }
    .watermark__item img {
        width: 60px;
    }

}
.card__img img,.card-of-day img {
    border-radius: 16px;
}

.blog__img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}