* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}

body {
    margin: 0px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.rs-header .menu-wrap {
    display: flex;
    align-items: center;
}

.rs__hame__banner {
    background-color: #efc86a;
    transition: .2s ease-in-out;
}

.rs__hame__banner .rs__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    min-height: 90vh;
}

.rs__hame__banner .rs__cantainer {
    width: 1200px;
    margin: auto;
}

.rs__hame__banner .rs__grid .rs__images__wrap {}

.rs__hame__banner .rs__grid .rs__text__wrap {}

.rs__hame__banner .rs__grid .rs__text__wrap h1 {
    font-family: Nunito, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 48px;
    font-weight: 900;
    /* color: #3c526f; */
    color: white;
    line-height: 1.2;
}

.rs__hame__banner .rs__grid .rs__text__wrap p {
    margin: 0;
    font-size: 16px;
    font-family: Nunito, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    max-width: 490px;
    line-height: 1.8;
    margin: 0px 0px 30px;
    color: white;
}

.rs__hame__banner .rs__grid .rs__text__wrap .rs__field__wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 65%;
}

.rs__hame__banner .rs__grid .rs__text__wrap .rs__field__wrap input {
    text-align: left;
    font-size: 20px;
    font-family: PT Sans, sans-serif;
    padding: 0 10px;
    border: 0;
    background-color: #fff;
    /* box-shadow: 1px 1px 21px 5px #6ccdf7; */
    padding: 7px 10px;
    border-radius: 8px;
    line-height: 20px;
    /* border: 1px solid #6ccdf7; */
    width: 100%;
}

.rs__hame__banner .rs__grid .rs__text__wrap .rs__field__wrap button {
    background: linear-gradient(90deg, #6ccdf7 0, #9158ed);
    background-size: 400% 400%;
    animation: a 4s ease infinite;
    width: 100%;
}

.ScreenContainer_container__3cRA8 {
    position: relative!important;
    width: 100%!important;
}

.rs__icon__wrapper {
    height: 300px;
    overflow-y: auto;
}

.rs__icon__wrapper .loader {
    margin: auto;
}

.SettingsToolbar_component__3CSRP .TextField_field__ukZvK input {
    height: 33px;
}

.rs__hide {
    display: none!important;
}

.rs__icon__list__on__create .loader {
    margin: 40px auto 0px;
}

.rs__pricing__section .rs__container {
    max-width: 100%;
    width: 85%;
}

.rs__pricing__section .rs__pricing__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.rs__pricing__section .rs__pricing__wrap .packages-item {
    width: 100%;
    max-width: 100%;
}

.pricing-section .rs__package .package-description {
    text-align: left;
    min-height: 83px;
}

.pricing-section .rs__package .rs__package__buy__btn {
    width: 100%;
    display: block;
    margin: 16px 0px 0px;
    background-color: #00bae8;
    padding: 14px 0px 16px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    border-radius: 100px;
}

.pricing-section .rs__package .package-advantages {
    padding: 0px 0px 0px 10px;
    min-height: 528px;
}

.pricing-section .rs__package .package-advantages li {
    position: relative;
}

.pricing-section .rs__package .package-advantages li::before {
    content: '';
    position: absolute;
    left: -16px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 6px;
    width: 6px;
    background-color: #00bae8;
    border-radius: 100%;
}

.rs__app__header .profile-btn-wrap {
    display: flex;
    background-color: transparent;
    border: 1px solid transparent;
    color: #666666;
    padding: 4px;
    cursor: pointer;
    transition: .2s ease-in-out;
    border-radius: 8px;
    position: relative;
    align-items: center;
}

.rs__app__header .profile-btn-wrap .profile-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs__app__header .profile-btn-wrap .profile-img-wrap img {
    width: 24px;
    height: auto;
}

.rs__app__header .profile-btn-wrap .profile-option-wrap {
    position: absolute;
    background-color: #fff;
    padding: 8px;
    top: 30px;
    right: 0;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    min-width: 195px;
    transition: .2s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.rs__app__header .profile-btn-wrap .profile-option-wrap ul {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.rs__app__header .profile-btn-wrap .profile-option-wrap ul li {
    position: relative;
    inset: 0;
    text-align: left;
    display: block;
    min-width: 100%;
}

.rs__app__header .profile-btn-wrap .profile-option-wrap ul li a {
    display: flex;
    align-items: center;
    color: black;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
}

.rs__app__header .profile-btn-wrap .profile-option-wrap ul li a svg {
    height: auto;
    width: 18px;
}

.rs__app__header .profile-btn-wrap .profile-option-wrap ul li a span {
    position: unset;
    display: inline-block;
    width: 100%;
    text-align: left;
    background-color: transparent;
    color: black;
    font-size: 15px;
    border-radius: unset;
    padding: 3px 8px 5px;
}

.rs__app__header .profile-btn-wrap .profile-option-wrap.profile-option-active {
    top: 50px;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.rs__app__header .profile-btn-wrap .profile-option-wrap ul li a:hover {
    background-color: rgb(211 211 211 / 30%);
}

.rs__profile__page {
    padding: 50px 0px 100px;
    margin: 0px 0px -47px;
    background: rgb(245,246,250);
    background: linear-gradient(180deg, rgba(245,246,250,1) 0%, rgba(255,255,255,1) 100%);
}

.rs__profile__page .rs__mainaria .card-body .form-group label {
    color: rgb(0 0 0 / 60%);
    font-weight: 600;
    margin: 0px 0px 6px;
    display: block;}

.rs__profile__page .rs__mainaria .card-body .form-group input {
    border: 1px solid #cfd1d8;
    border-radius: 4px;
    height: 38px;
    padding: 0px 8px 0px;
    font-size: 16px;
}

.rs__profile__page .rs__table__wrap table {
    width: 100%;
}

.rs__profile__page .rs__table__wrap table td {
    border: 1px solid black;
    padding: 8px;
    font-size: 16px;
}

.rs__profile__page .rs__table__wrap table thead td {
    background-color: #283747;
    color: white;
    font-weight: 600;
}
.rs__profile__page .rs__table__wrap table td p {
    display: inline-block;
    margin: 0px 0px 0px 0px;
}

.rs__profile__page .rs__sidebar .rs__package__details .rs__grid2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(0 0 0 / 30%);
    padding: 10px 0px;
}

.rs__profile__page .rs__sidebar .rs__package__details .rs__grid2 .rs__title {
    font-size: 18px;
    font-weight: 500;
}

.rs__profile__page .rs__sidebar .rs__package__details .rs__grid2 .rs__value {
    font-size: 18px;
    font-weight: 600;
}
nav.menu-wrap ul li {
    inset: 0;
}

.rs__notify {
    position: fixed;
    top: 100px;
    right: 25px;
    z-index: 9999;
    background-color: white;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgb(0 0 0 / 5%);
}

.rs__notify .rs__icon__wrap {
    height: 100%;
    padding: 28px 14px;
}

.rs__notify .rs__text__wrap {}

.rs__notify .rs__icon__wrap svg {
    width: 24px;
    height: inherit;
    color: white;
}

.rs__notify .rs__text__wrap .rs__title {
    margin: 0px;
    color: #464646;
    font-weight: 700;
    font-size: 18px;
    margin: 0px 0px 3px;
}

.rs__notify .rs__text__wrap .rs__text {
    margin: 0px;
    font-size: 15px;
    color: black;
}

.rs__notify .rs__text__wrap .rs__text span {
    font-weight: 600;
}

.rs__notify .rs__icon__wrap .rs__cancel__notify {}

.rs__notify .rs__icon__wrap .rs__cancel__notify svg {}

.rs__notify .rs__btn__wrap {}

.rs__notify .rs__btn__wrap button {
    color: black;
    padding: 24px 10px 24px 0px;
}

.rs__notify .rs__btn__wrap button svg {
    height: 30px;
    width: 30px;
}

.rs__notify.rs__failed__notify {}
.rs__notify.rs__success__notify .rs__icon__wrap {
    background-color: #20ab60;
}
.rs__notify.rs__failed__notify .rs__icon__wrap {
    background-color: red;
}
.rs-payment-success {}

.rs-payment-success .image-wrap {}

.rs-payment-success .image-wrap img {
    height: auto;
    width: 300px;
}

.rs-payment-success .heading-wrap {
    text-align: center;
}

.rs-payment-success .backword-wrap {}

.rs-payment-success .backword-wrap a {
    text-transform: capitalize;
    background: linear-gradient(271deg, #00d5f7, #53df83);
    background-size: 400% 400%;
    animation: a 4s ease infinite;
    box-shadow: 0 4px 17px 0 #53df83;
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 18px 42px;
    display: inline-block;
    border-radius: 8px;
    transition: .2s ease-in-out;
}

.rs-payment-success .heading-wrap span {
    font-size: 30px;
    font-weight: 600;
    display: block;
    margin: 4px 0px 10px;
}

.rs-payment-success .heading-wrap p {
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px 32px;
}

.rs-payment-success .grid1 {}

.rs-payment-success .grid1 .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0px 50px;
}

.rs-payment-success .backword-wrap a:hover {
    box-shadow: 0 0px 0px 0 #53df83;
}

.rs__profile__heading {
    color: #283747 !important;
}

.SettingsToolbar_field__235_f .close__btn__wrap button {
    display: block;
    width: 100%;
    padding: 12px 0px;
    margin: 16px 0px 0px;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    background-color: rgb(0 0 0 / 70%);
}

.SettingsToolbar_field__235_f .close__btn__wrap button:hover {
    opacity: .8;
}

.ColorPicker_menu__x2Taj.SettingsToolbar_menu__1ougU {
    padding: 24px;
}

.SettingsToolbar_field__235_f .rs__remaining__credits {
    display: flex;
    align-items: center;
    height: 100%;
}

.SettingsToolbar_field__235_f .rs__remaining__credits p {
    margin: 0px;
    font-size: 16px;
}

.SettingsToolbar_field__235_f .rs__remaining__credits p span {
    font-weight: 700;
    font-size: 18px;
}

.GeneratorResults_controlPanel__2ZRKS {
    height: 0px;
}

.rs__h3__span {
    margin: 0 auto;
    color: #3c526f;
    max-width: 560px;
    font-weight: 300;
    text-align: center;
    font-size: 18px;
    font-family: Nunito, Helvetica, Arial, sans-serif;
    line-height: 2.5;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    display: block;
    position: relative;
}

.create-logo-for-anything-section .appliance span {
    font-family: Nunito, Helvetica, Arial, sans-serif;
    margin: 0;
    font-weight: 900;
    font-size: 18px;
    display: block;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    line-height: 2.5;
}

.faq-section .rs__faqs__question {
    margin: 1.8em 0 .2em;
    font-size: 26px;
    line-height: 2.5;
    font-weight: bold;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    display: block;
    text-align: left;
}
/* .faq-section span {
    margin: 1.8em 0 .2em;
    font-size: 24px;
    line-height: 2.5;
    font-weight: 900;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    display: block;
} */
/* button[disabled] {
    opacity: .5 !important;
    cursor: no-drop !important;
    box-shadow: 0 0 0 black !important;
} */

.LogoPreview_logo__2EaYf:hover button {
    color: #fff;
    /* background: linear-gradient(90deg, #00d5f7 0, #53df83); */
    background: linear-gradient(90deg, #6ccdf7 0, #9158ed);
    box-shadow: 0 4px 17px 0 #9158ed;
}

.LogosList_list__3oGVN button::after {
    content: unset;
}

.Navigation_navigationItem__12V29 a.Navigation_link__3v4bs {
    cursor: pointer;
    pointer-events: unset;
}

.LogosList_logos__2nWt6 .rs__grid__3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.LogosList_logos__2nWt6 .rs__grid__3 .rs__col {
    border-radius: 12px;
    overflow: hidden;
}

.LogosList_logos__2nWt6 .rs__grid__3 .rs__col button {
    height: 100%;
    width: 100%;
}

.Navigation_navigationItem__12V29 a.Navigation_link__3v4bs.rs__disabled {
    pointer-events: none;
}
.rs__toolbarcomponent_disabled {
    opacity: .7;
    pointer-events: none;
}

.pricing-section .package .tooltip {
    opacity: 1;
}

.pricing-section .rs__package .package-advantages li::before {
    content: unset;
}

.pricing-section .rs__package .package-advantages li.rs__light__bar::before {
    content: '';
    width: 100%;
    height: 14px;
    background-color: rgb(247 249 251);
    z-index: 5;
    border-radius: 100px;
    inset: 0;
}

.rs__download__logo {}

.rs__download__logo .rs__container {
    width: 1366px;
    margin: auto;
}

.rs__download__logo .rs__grid__2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    height: fit-content;
    margin-top: 60px;
}

.rs__download__logo .rs__grid__2 .rs__selected__logo {
    width: 100%;
    display: flex;
    justify-content: right;
    border-right: 1px solid lightgray;
    padding: 0px 25px 0px 0px;
}

.rs__download__logo .rs__grid__2 .rs__selected__logo button {
    width: 400px;
    cursor: default;
}

.rs__download__logo .rs__grid__2 .rs__logo__setting {
    padding: 0px 0px 0px 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rs__download__logo .rs__grid__2 .rs__logo__setting .rs__field__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 0px 0px 30px;
}

.rs__download__logo .rs__grid__2 .rs__logo__setting .rs__field__wrap .rs__field {}

.rs__download__logo .rs__grid__2 .rs__logo__setting .rs__field__wrap .rs__field label {
    font-size: 16px;
    font-weight: 600;
    color: black;
}

.rs__download__logo .rs__grid__2 .rs__logo__setting .rs__field__wrap .rs__field input, .rs__download__logo .rs__grid__2 .rs__logo__setting .rs__field__wrap .rs__field select {
    border: 1px solid rgb(211 211 211 / 100%);
    height: 38px;
    padding: 8px;
    border-radius: 4px;
    background-color: rgb(211 211 211 / 30%);
    font-size: 15px;
    font-weight: 600;
    outline: none;
}

.rs__download__logo .rs__grid__2 .rs__logo__setting .rs__save__btn__wrap {}

.rs__download__logo .rs__grid__2 .rs__logo__setting .rs__save__btn__wrap button {
    width: 220px;
    min-height: 50px;
    color: #fff;
    background: linear-gradient(90deg, #6ccdf7 0, #9158ed);
    box-shadow: 0 4px 17px 0 #9158ed;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    transition: .2s ease-in-out;
}

.rs__download__logo .rs__grid__2 .rs__logo__setting .rs__save__btn__wrap button:hover {
    box-shadow: 0 0px 0px 0 #9158ed;
}

.rs__download__logo .rs__grid__2 .rs__logo__setting .rs__save__btn__wrap button[disabled] {
    pointer-events: none;
    opacity: .8;
    box-shadow: 0 0px 0px 0 #9158ed;
}

.rs__generated__logo__page {}

.rs__generated__logo__page .rs__generated__logo {}

.rs__generated__logo__page .rs__generated__logo .rs__grid__3 {}

.rs__generated__logo__page .rs__generated__logo .rs__grid__3 .struc__wrap {}

.rs__generated__logo__page .rs__generated__logo .rs__grid__3 .struc__wrap .image__wrap {
    border-radius: 12px;
    overflow: hidden;
    display: flex;
}

.rs__generated__logo__page .rs__generated__logo .rs__grid__3 .struc__wrap .image__wrap img {
    height: auto;
    width: 100%;
}

.rs__generated__logo__page .rs__generated__logo .rs__heading__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    padding-bottom: 12px;
    margin-bottom: 50px;
}

.rs__generated__logo__page .rs__generated__logo .rs__heading__wrap h1 {
    font-size: 30px;
    margin: 0px;
}

.rs__generated__logo__page .rs__generated__logo .rs__heading__wrap p {
    font-family: Nunito,Helvetica,Arial,sans-serif;
    font-size: 18px;
    margin: 0px;
}

.rs__generated__logo__page .rs__generated__logo .rs__heading__wrap p span {
    font-weight: 700;
    font-size: 19px;
}

.Navigation_navigationItem__12V29 .rs__logomaker__btn__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 37px;
    border: 2px solid gray;
    border-radius: 100px;
    gap: 0px;
    background-color: gray;
}

.Navigation_navigationItem__12V29 .rs__logomaker__btn__wrap a.Navigation_link__3v4bs {
    width: fit-content;
    min-width: fit-content;
    height: fit-content;
    min-height: 100%;
    line-height: 100%;
    padding: 0px 10px;
    font-size: 13px;
    font-weight: 500;
    background-color: white;
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
}

/* .Navigation_navigationItem__12V29 .rs__logomaker__btn__wrap a.Navigation_link__3v4bs.Navigation_active__2ZFct {
    background-color: #9159ed;
    color: white;
} */
.rs__Navigation_navigation__1NXdy .Navigation_navigationItem__12V29 {
    display: flex;
    align-items: center;
}
.Navigation_navigationItem__12V29 .rs__logomaker__btn__wrap a.Navigation_link__3v4bs img {
    height: auto;
    width: 26px;
}

.Navigation_navigationItem__12V29 .rs__logomaker__btn__wrap a.rs__create__logo__btn {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    color: gray;
    border: unset;
}

.Navigation_navigationItem__12V29 .rs__logomaker__btn__wrap a.rs__generate__logo__btn {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: transparent;
    color: white;
    border: unset;
}

.Navigation_navigationItem__12V29 .rs__logomaker__btn__wrap a.rs__generate__logo__btn::before {
    content: 'To unlock this feature buy the "Standard" package!';
    position: absolute;
    z-index: 1;
    background-color: #323232;
    color: white;
    bottom: -40px;
    font-size: 10px;
    padding: 10px 8px;
    border-radius: 4px;
    left: -52px;
    text-transform: capitalize;
    transition: .2s ease-in-out;
    pointer-events: none;
    opacity: 0;
}

.Navigation_navigationItem__12V29 .rs__logomaker__btn__wrap a.rs__generate__logo__btn:hover::before {
    opacity: 1;
    bottom: -45px;
}

.Navigation_navigationItem__12V29 .rs__logomaker__btn__wrap a.rs__generate__logo__btn.rs__remove__pseudo__before::before {
    content: none;
}

.rs__suggestion__press__button .arrow {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: rotate(0deg);
    cursor: pointer;
}

.rs__suggestion__press__button .arrow span {
    display: block;
    width: 1.5vw;
    height: 1.5vw;
    border-bottom: 5px solid #9158ed;
    border-right: 5px solid #9158ed;
    transform: rotate(45deg);
    margin: -10px;
    animation: rs__arrow__animate 2s infinite;
}

.rs__suggestion__press__button .arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.rs__suggestion__press__button .arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes rs__arrow__animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

.rs__suggestion__press__button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 250px 0px 0px;
    position: relative;
}

.rs__suggestion__press__button > span {
    font-size: 50px;
}

.pricing-section .rs__package .package-advantages li.rs__ai__credits {
    font-weight: 600;
}

.pricing-section .rs__package .package-advantages li.rs__ai__credits button {
    color: black;
    border: 1px solid black;
}

div#name-generator-results {
    width: 100%;
    height: 100%;
}

.rs__download__logo .rs__grid__2 .rs__logo__setting .rs__info__wrap {
    margin-bottom: auto;
}

.rs__download__logo .rs__grid__2 .rs__logo__setting .rs__info__wrap p {
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.rs__download__logo .rs__grid__2 .rs__logo__setting .rs__info__wrap p span {
    font-weight: 600;
}

@media (max-width: 568px) {
    .rs__h3__span {
        line-height: 1.5;
    }
    .create-logo-for-anything-section .appliance span {
        font-size: 16px;
    }
    .faq-section .rs__faqs__question {
        margin: 1.8em 0 .2em;
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 1.5px;
        font-weight: 700;
    }
}

/* HOME BANNER DESIGN */
.rs__hame__banner .rs__grid .rs__groups__wrap {
    position: relative;
    width: 652.500px;
    height: 659.700px;
}

.rs__hame__banner .rs__grid .rs__groups__wrap .rs__image__group__wrap picture img {
    position: absolute;
    top: 0;
    left: 0;
}

/* banner a */
.rs__hame__banner .rs__grid .rs__groups__wrap .rs__group__a picture:nth-child(1) img {
    left: 16%;
    width: 25%;
    height: auto;
    top: 4.5%;
    -webkit-animation: rs__floating__anime 2.4s ease-in-out infinite alternate;
    animation: rs__floating__anime 2.4s ease-in-out infinite alternate;
}

.rs__hame__banner .rs__grid .rs__groups__wrap .rs__group__a picture:nth-child(2) img {
    left: 21.5%;
    width: 32.8%;
    height: auto;
    top: 22.5%;
    -webkit-animation: rs__floating__anime 2.7s ease-in-out infinite alternate;
    animation: rs__floating__anime 2.7s ease-in-out infinite alternate;
}

.rs__hame__banner .rs__grid .rs__groups__wrap .rs__group__a picture:nth-child(3) img {
    width: 12.5%;
    height: auto;
    left: 0;
    top: 22.9%;
    -webkit-animation: rs__floating__anime 2.74s ease-in-out infinite alternate;
    animation: rs__floating__anime 2.74s ease-in-out infinite alternate;
}

.rs__hame__banner .rs__grid .rs__groups__wrap .rs__group__a picture:nth-child(4) img {
    width: 32.5%;
    height: auto;
    top: 39.9%;
    left: 3.7%;
    -webkit-animation: rs__floating__anime 2.17s ease-in-out infinite alternate;
    animation: rs__floating__anime 2.17s ease-in-out infinite alternate;
}

.rs__hame__banner .rs__grid .rs__groups__wrap .rs__group__a picture:nth-child(5) img {
    width: 16%;
    height: auto;
    top: 77%;
    left: 37%;
    -webkit-animation: rs__floating__anime 2.32s ease-in-out infinite alternate;
    animation: rs__floating__anime 2.32s ease-in-out infinite alternate
}

.rs__hame__banner .rs__grid .rs__groups__wrap .rs__group__a picture:nth-child(6) img {
    width: 32%;
    height: auto;
    top: 24%;
    left: 57%;
    -webkit-animation: rs__floating__anime 2.72s ease-in-out infinite alternate;
    animation: rs__floating__anime 2.72s ease-in-out infinite alternate
}

.rs__hame__banner .rs__grid .rs__groups__wrap .rs__group__a picture:nth-child(7) img {
    width: 43.5%;
    height: auto;
    top: 37.1%;
    left: 55.7%;
    -webkit-animation: rs__floating__anime 1.8s ease-in-out infinite alternate;
    animation: rs__floating__anime 1.8s ease-in-out infinite alternate
}

/* banner b */
.rs__hame__banner .rs__grid .rs__groups__wrap .rs__group__b picture:nth-child(1) img {
    left: 6%;
    width: 18%;
    height: auto;
    top: 6%;
    -webkit-animation: rs__floating__anime 2.23s ease-in-out infinite alternate;
    animation: rs__floating__anime 2.23s ease-in-out infinite alternate
}
.rs__hame__banner .rs__grid .rs__groups__wrap .rs__group__b picture:nth-child(2) img {
    width: 39%;
    height: auto;
    left: 18.5%;
    top: 17.4%;
    -webkit-animation: rs__floating__anime 1.86s ease-in-out infinite alternate;
    animation: rs__floating__anime 1.86s ease-in-out infinite alternate
}
.rs__hame__banner .rs__grid .rs__groups__wrap .rs__group__b picture:nth-child(3) img {
    width: 33.5%;
    height: auto;
    left: 50.3%;
    top: 8%;
    -webkit-animation: rs__floating__anime 2.75s ease-in-out infinite alternate;
    animation: rs__floating__anime 2.75s ease-in-out infinite alternate
}
.rs__hame__banner .rs__grid .rs__groups__wrap .rs__group__b picture:nth-child(4) img {
    width: 28%;
    height: auto;
    left: 37.7%;
    top: 25.5%;
    -webkit-animation: rs__floating__anime 3s ease-in-out infinite alternate;
    animation: rs__floating__anime 3s ease-in-out infinite alternate
}
.rs__hame__banner .rs__grid .rs__groups__wrap .rs__group__b picture:nth-child(5) img {
    width: 30.2%;
    height: auto;
    top: 60.9%;
    left: 15%;
    -webkit-animation: rs__floating__anime 1.7s ease-in-out infinite alternate;
    animation: rs__floating__anime 1.7s ease-in-out infinite alternate
}
.rs__hame__banner .rs__grid .rs__groups__wrap .rs__group__b picture:nth-child(6) img {
    width: 38.8%;
    height: auto;
    top: 32%;
    left: 55%;
    -webkit-animation: rs__floating__anime 2.2s ease-in-out infinite alternate;
    animation: rs__floating__anime 2.2s ease-in-out infinite alternate
}

/* banner c */
.rs__hame__banner .rs__grid .rs__groups__wrap .rs__group__c picture:nth-child(1) img {
    left: 0;
    width: 49%;
    height: auto;
    top: 8%;
    -webkit-animation: rs__floating__anime 2.16s ease-in-out infinite alternate;
    animation: rs__floating__anime 2.16s ease-in-out infinite alternate
}
.rs__hame__banner .rs__grid .rs__groups__wrap .rs__group__c picture:nth-child(2) img {
    width: 74.5%;
    height: auto;
    left: 27.5%;
    top: 4.4%;
    -webkit-animation: rs__floating__anime 1.91s ease-in-out infinite alternate;
    animation: rs__floating__anime 1.91s ease-in-out infinite alternate
}
.rs__hame__banner .rs__grid .rs__groups__wrap .rs__group__c picture:nth-child(3) img {
    width: 43.8%;
    height: auto;
    top: 39.9%;
    left: 48%;
    -webkit-animation: rs__floating__anime 2.03s ease-in-out infinite alternate;
    animation: rs__floating__anime 2.03s ease-in-out infinite alternate
}
.rs__hame__banner .rs__grid .rs__groups__wrap .rs__group__c picture:nth-child(4) img {
    width: 23%;
    height: auto;
    top: 58%;
    left: 27.5%;
    -webkit-animation: rs__floating__anime 1.81s ease-in-out infinite alternate;
    animation: rs__floating__anime 1.81s ease-in-out infinite alternate
}

/* banner d */
.rs__hame__banner .rs__grid .rs__groups__wrap .rs__group__d picture:nth-child(1) img {
    left: 5%;
    width: 47%;
    height: auto;
    top: 3%;
    -webkit-animation: rs__floating__anime 1.97s ease-in-out infinite alternate;
    animation: rs__floating__anime 1.97s ease-in-out infinite alternate
}
.rs__hame__banner .rs__grid .rs__groups__wrap .rs__group__d picture:nth-child(2) img {
    width: 49.2%;
    height: auto;
    left: 43.4%;
    top: 3%;
    -webkit-animation: rs__floating__anime 1.89s ease-in-out infinite alternate;
    animation: rs__floating__anime 1.89s ease-in-out infinite alternate
}
.rs__hame__banner .rs__grid .rs__groups__wrap .rs__group__d picture:nth-child(3) img {
    width: 47%;
    height: auto;
    top: 37%;
    left: 37%;
    -webkit-animation: rs__floating__anime 2.39s ease-in-out infinite alternate;
    animation: rs__floating__anime 2.39s ease-in-out infinite alternate
}

/* .rs__hame__banner .rs__grid .splide__track--fade>.splide__list.rs__groups__wrap >.splide__slide.is-active {
    transition: opacity 3s cubic-bezier(0.25, 1, 0.5, 1)!important;
} */

.rs__heading__break {
    width: 900px;
    margin: auto;
    display: block;
    line-height: 1.4;
}

.rs__home__logo {
    display: none;
}
.rs__home__page .rs-header {
    transition: .2s ease-in-out;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0);
}
.rs__home__page .rs-header .cantainer {
    max-width: 1200px;
}

.rs__home__page .rs-header .logo-wrap a img {
    filter: contrast(0) brightness(5000);
    display: none;
}

.rs__home__page .rs-header .logo-wrap a img.rs__home__logo {
    display: block;
}

.rs__home__page .rs-header .menu-wrap ul li a.navbar-menu {
    color: white;
    font-weight: 600;
}

.rs__home__page .rs-header .rs__signupbtn button img {
    filter: brightness(500);
}

.rs__home__page .rs-header .rs__signupbtn button a {
    color: white;
    font-weight: 600;
}
.rs__hame__banner .rs__grid .rs__mockup__anime__wrap {
    transform: translate(50px, 0px);
}

@-webkit-keyframes rs__floating__anime {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(5%);
        transform: translateY(5%)
    }
}

@keyframes rs__floating__anime {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(5%);
        transform: translateY(5%)
    }
}
header.rs-header.rs__header__scrolled img {
    filter: unset !important;
    display: inline-block !important;
}

header.rs-header.rs__header__scrolled {
    background-color: white !important;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

header.rs-header.rs__header__scrolled img.rs__home__logo {
    display: none !important;
}
.rs__home__page .rs-header.rs__header__scrolled .menu-wrap ul li a.navbar-menu {
    color: black;
}
.alternate-section-2 {
    overflow: hidden;
}
.rs__newsletter__sec form .hh-from-feild {
    margin: 16px 0px 0px;
}
.rs__newsletter__sec form .hh-from-feild .form-group input[type="text"] {
    background-color: #fff;
    box-shadow: 1px 1px 21px 5px #6ccdf7;
    padding: 7px 10px;
    border-radius: 8px;
    line-height: 20px;
    border: 1px solid #6ccdf7;
    width: 400px;
    font-size: 20px;
    font-family: PT Sans, sans-serif;
}
.rs__newsletter__sec form .hh-from-feild .form-group input[type="submit"] {
    padding: 20px 23px;
}
.rs__newsletter__sec form .hh-from-feild .form-group input[type="submit"]:hover {
    background: linear-gradient(90deg, #6ccdf7 0, #9158ed);
    background-size: 400% 400%;
    animation: a 4s ease infinite;
}
.rs__hame__banner p {
    color: #000;
}
.create-logo-for-anything-section .appliances {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.create-logo-for-anything-section .appliances .appliance {
    padding: 0px;
}

.rs__home__page .rs-header.rs__header__scrolled .rs__signupbtn button a {
    color: black;
}

.rs__home__page .rs-header .rs-navbar-menu-icon-wrap a {
    display: flex;
    border: 1px solid white;
    padding: 4px;
    color: white;
}

.rs__home__page .rs-header.rs__header__scrolled .rs-navbar-menu-icon-wrap a {
    display: flex;
    border: 1px solid black;
    padding: 4px;
    color: black;
}

/* media query */

/* 1366 */
@media (max-width: 1367px) {
    .rs__hame__banner .rs__cantainer {
        width: 90%;
        margin: auto;
    }
    .rs__hame__banner .rs__grid .rs__text__wrap h1 {
        font-size: 44px;
    }
    .rs__hame__banner .rs__grid .rs__text__wrap .rs__field__wrap {
        gap: 18px;
    }
    .rs__hame__banner .rs__grid .rs__groups__wrap {
        width: 550px;
        height: 550px;
    }
    .rs__hame__banner .rs__grid .rs__mockup__anime__wrap {
        transform: translate(25px, 0px);
    }
    .rs__hame__banner .rs__grid .rs__text__wrap .rs__field__wrap input {
        font-size: 18px;
    }
}

/* 1200 */
@media (max-width: 1200px) {
    .rs__hame__banner .rs__grid .rs__text__wrap h1 {
        line-height: 1.2;
        font-size: 40px;
    }
    .rs__hame__banner .rs__grid .rs__text__wrap p {
        max-width: 100%;
    }
    .rs__hame__banner .rs__grid .rs__text__wrap .rs__field__wrap {
        width: 100%;
    }
    .rs__hame__banner .rs__grid .rs__groups__wrap {
        width: 450px;
        height: 450px;
    }
    .rs__hame__banner .rs__grid .rs__mockup__anime__wrap {
        transform: translate(15px, 0px);
    }
    .rs__heading__break {
        width: 100%;
    }
}

/* 1024 */
@media (max-width: 1024px) {
    .rs__hame__banner .rs__grid {
        grid-template-columns: 100%;
        min-height: 100vh;
    }
    .rs__hame__banner .rs__grid .rs__mockup__anime__wrap {
        display: none;
    }
    .rs__hame__banner .rs__grid .rs__text__wrap {
        text-align: center;
    }
    .rs__hame__banner .rs__grid .rs__text__wrap {
        text-align: center;
        width: 80%;
        margin: auto;
    }
    .rs__hame__banner .rs__grid .rs__text__wrap h1 {
        font-size: 38px;
    }
    .rs__hame__banner .rs__grid .rs__text__wrap .rs__field__wrap {
        width: 80%;
        margin: auto;
    }
    .hh-from-section {
        padding: 50px 0px;
    }
    .rs__newsletter__sec form .hh-from-feild {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .create-logo-for-anything-section .appliances {
        display: flex;
    }
    .rs__newsletter__sec form .hh-from-feild .form-group input[type="text"] {
        width: 100%;
    }
}

/* 768 */
@media (max-width: 768px) {
    .rs__hame__banner .rs__grid .rs__text__wrap  {
        width: 90%;
    }
    .rs__hame__banner .rs__grid .rs__text__wrap h1 {
        font-size: 36;
    }
    .rs__hame__banner .rs__grid .rs__text__wrap p {
        margin: 0px 0px 22px;
    }
    .rs__hame__banner .rs__grid .rs__text__wrap .rs__field__wrap input {
        width: 100%;
        text-align: center;
        font-size: 17.5px;
    }
}

/* 568 */
@media(max-width: 568px) {
    .rs__hame__banner .rs__grid {
        min-height: 100vh;
        padding: 50px 0px;
    }
    .rs__hame__banner .rs__grid .rs__text__wrap {
        width: 100%;
    }
    .rs__hame__banner .rs__grid .rs__text__wrap h1 {
        font-size: 28px;
        font-weight: 800;
    }
    .hh-logo-info-card-body span {
        font-size: 20px;
        font-weight: 700;
    }
    .alternate-content span {
        font-size: 20px;
        font-weight: 700;
    }
    .rs__home__page p {
        font-size: 16px;
    }
    .mySlidesContainer q {
        font-size: 16px !important;
        line-height: 1.6;
    }
    .create-logo-for-anything-section .appliances .appliance {
        padding: 0px;
        width: 100%;
        margin-bottom: 35px;
    }
    .print-section .section-inner p {
        font-size: 16px;
    }
    .create-logo-for-anything-section .appliance span {
        font-size: 20px;
        font-weight: 700;
    }
    .cta-section h2 {
        font-size: 26px;
    }
    .print-section li b::before {
        position: absolute;
        opacity: 0;
        display: none;
    }
    .create-logo-for-anything-section img {
        margin-bottom: 0px;
    }
}