.logo-child {
    width: 36px;
    position: relative;
    border-radius: 50%;
    border: 3px solid var(--miscellaneous-sidebar-fill-selected);
    box-sizing: border-box;
    height: 36px;
}
.logo-icon {
    width: 100px;
    position: relative;
    height: 100px;
}
.logo3 {
    align-self: stretch;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.logo2 {
    align-self: stretch;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: var(--padding-8xs) 0px var(--padding-9xs);
    gap: var(--gap-xs);
}
.logo1 {
    align-self: stretch;
    height: 75px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--padding-7xl);
    box-sizing: border-box;
}
.logo {
    width: 243px;
    height: 100px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 29px;
    box-sizing: border-box;
}
.link-in-text {
    position: relative;
    line-height: 144%;
}
.nav-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    animation: slideDown 1s ease-in-out;
}
@keyframes slideDown {
    from { transform: translateX(-100px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}
.slide-down {
    animation: slideDown 1s ease-in-out;
}

.person-icon {
    width: 24px;
    position: relative;
    height: 24px;
}
.log-in {
    width: 47px;
    position: relative;
    line-height: 148%;
    display: flex;
    align-items: center;
    height: 24px;
    flex-shrink: 0;
}
.header-enter {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.div {
    position: relative;
    line-height: 148%;
    font-weight: 300;
}
.sign-up {
    width: 60px;
    position: relative;
    line-height: 148%;
    display: flex;
    align-items: center;
    height: 24px;
    flex-shrink: 0;
}
.header-registration {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    color: var(--corporate-purple);
}
.header-login {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-5xs);
    font-size: var(--body-txt-body-s-size);
}
.nav-menu {
    width: 1116px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 72px;
    box-sizing: border-box;
    gap: 86px;
    animation: fadeIn 1s ease-in-out;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.fade {
    animation: fadeIn 1s ease-in-out;
}

.header {
    background-color: #08071b;
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-family: var(--body-txt-body-xs);
}
.youtube-icon {
    position: absolute;
    top: 0px;
    left: 46px;
    width: 24px;
    height: 24px;
    overflow: hidden;
}
.fb-icon {
    position: absolute;
    top: 0px;
    left: 92px;
    width: 24px;
    height: 24px;
    overflow: hidden;
}
.twitter-icon {
    position: absolute;
    top: 0px;
    left: 138px;
    width: 24px;
    height: 24px;
    overflow: hidden;
}
.instagram-icon {
    position: absolute;
    top: 0px;
    left: 184px;
    width: 24px;
    height: 24px;
    overflow: hidden;
}
.dashiconswhatsapp {
    position: absolute;
    top: 0px;
    left: 230px;
    width: 24px;
    height: 24px;
}
.tiktok-icon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 24px;
    height: 24px;
    overflow: hidden;
}
.icons {
    width: 254px;
    position: relative;
    height: 24px;
}
.social-media-icons {
    display: flex;
    flex-direction: row;
    align-items: left;
    justify-content: flex-start;
    z-index: 0;
}
.getting-the-right {
    margin-block-start: 0;
    margin-block-end: 13px;
}
.title-txt {
    margin-bottom: 7rem;
    width: 100%;
}
.title {
    width: 599px;
    position: relative;
    line-height: 148%;
    font-weight: 800;
    display: flex;
    align-items: center;
    height: 278px;
    flex-shrink: 0;
    z-index: 1;
}
.sub-title {
    width: 599px;
    position: absolute;
    margin: 0 !important;
    top: 303px;
    left: 320px;
    font-size: var(--font-size-5xl);
    line-height: 148%;
    font-weight: 800;
    display: flex;
    align-items: center;
    height: 71px;
    z-index: 2;
}
.button1 {
    position: relative;
    line-height: 132%;
    animation: shake 0.5s ease-in-out infinite;
}
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
}
.shake {
    animation: shake 0.5s ease-in-out infinite;
}

.button {
    transition: 100ms;
    width: 230px;
    margin: 0 !important;
    position: absolute;
    top: 246px;
    left: 583px;
    border-radius: var(--br-9xs);
    background-color: var(--color-peru-100);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: var(--padding-xs) var(--padding-33xl);
    box-sizing: border-box;
    z-index: 3;
    text-align: center;
    font-size: var(--h4-size);
    font-family: var(--body-txt-body-xs);
}
.button:hover{
    background-color: #c98b45;
    scale: 1.5;
}
.frame-2 {
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(90deg, #08071b, rgba(11, 10, 38, 0.89) 56%, rgba(15, 13, 49, 0.78) 70.5%, rgba(18, 16, 60, 0.67) 74%, rgba(28, 24, 94, 0.34) 94.5%, rgba(38, 33, 129, 0));
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 141px 50px;
    gap: 3px;
    animation: slideRight 1s ease-in-out;
}
.hero-section {
    align-self: stretch;
    position: relative;
    height: 560px;
    overflow: hidden;
    flex-shrink: 0;
    background-image: url('images/barber\ 2.avif');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    font-size: 58px;

}
@keyframes slideRight {
    from { transform: translateX(-100px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}
.slide-right {
    animation: slideRight 1s ease-in-out;
}
.description-title {
    width: 635px;
    position: relative;
    line-height: 132%;
    white-space: pre-wrap;
    display: inline-block;
}
.our-skilled-barbers {
    margin: 0;
}
.description-text {
    align-self: stretch;
    position: relative;
    font-size: var(--font-size-5xl);
    line-height: 132%;
    font-family: var(--font-inter);
}
.text-frame {
    width: 990px;
    height: 700px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 94px 55px;
    box-sizing: border-box;
    gap: var(--gap-39xl);
}
.image-icon {
    width: 450px;
    position: relative;
    height: 700px;
    object-fit: cover;
}
.image-frame {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.about-section {
    background-color: #08071b;
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: var(--font-size-29xl);
    font-family: var(--font-potta-one);
}
.image-icon1 {
    width: 675px;
    position: relative;
    height: 700px;
    object-fit: cover;
}
.quality-service {
    color: var(--color-peru-100);
}
.service-title {
    width: 547px;
    position: relative;
    line-height: 132%;
    display: inline-block;
    height: 116px;
    flex-shrink: 0;
}
.haircuts-styling {
    margin-block-start: 0;
    margin-block-end: 20px;
}
.tailored-cuts-and {
    margin: 0;
    font-size: var(--body-txt-body-s-size);
    font-weight: 600;
    font-family: var(--font-inter);
}
.item-text {
    position: absolute;
    top: 127px;
    left: 15px;
    line-height: 132%;
    display: inline-block;
    width: 242px;
    height: 107px;
}
.price-tag-icon {
    position: absolute;
    top: 234px;
    left: 17px;
    width: 35px;
    height: 43px;
}
.icon {
    position: absolute;
    top: 231px;
    left: 52px;
    width: 45px;
    height: 50px;
}
.icon1 {
    position: absolute;
    top: 231px;
    left: 76px;
    width: 44px;
    height: 50px;
}
.dollar-icon {
    position: absolute;
    top: 236px;
    left: 108px;
    width: 36px;
    height: 40px;
}
.ouicut-icon {
    position: absolute;
    top: 0px;
    left: 1px;
    width: 92px;
    height: 91px;
}
.service-item-1 {
    width: 272px;
    position: relative;
    height: 305px;
    overflow: hidden;
    flex-shrink: 0;
}
.smooth-precise-shaves-with-at {
    margin: 0;
    font-size: var(--body-txt-body-s-size);
    font-family: var(--font-inter);
}
.item-text1 {
    position: absolute;
    top: 127px;
    left: 7px;
    line-height: 132%;
    display: inline-block;
    width: 265px;
}
.price-tag-icon1 {
    position: absolute;
    top: 234px;
    left: 7px;
    width: 35px;
    height: 43px;
}
.icon2 {
    position: absolute;
    top: 234px;
    left: 7px;
    width: 35px;
    height: 43px;
}
.icon3 {
    position: absolute;
    top: 234px;
    left: 7px;
    width: 350px;
    height: 43px;
}
.dollar-icon1 {
    position: absolute;
    top: 236px;
    left: 96px;
    width: 36px;
    height: 40px;
}
.ouicut-icon1 {
    position: absolute;
    top: 0px;
    left: 4px;
    width: 92px;
    height: 91px;
}
.item-text2 {
    position: absolute;
    top: 127px;
    left: calc(50% - 136px);
    line-height: 132%;
    display: inline-block;
    width: 272px;
}
.price-tag-icon2 {
    position: absolute;
    top: 234px;
    left: 13px;
    width: 35px;
    height: 43px;
}
.icon4 {
    position: absolute;
    top: 231px;
    left: 48px;
    width: 45px;
    height: 50px;
}
.icon5 {
    position: absolute;
    top: 231px;
    left: 66px;
    width: 44px;
    height: 50px;
}
.dollar-icon2 {
    position: absolute;
    top: 236px;
    left: 98px;
    width: 36px;
    height: 40px;
}
.ouicut-icon2 {
    position: absolute;
    top: 215px;
    left: -256px;
    width: 16px;
    height: 16px;
}
.service-items {
    align-self: stretch;
    border-radius: 5px;
    background-color: #08071b;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: var(--font-size-5xl);
    font-family: var(--font-potta-one);
}
.service-title-parent {
    width: 765px;
    height: 700px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 98px 0px;
    box-sizing: border-box;
    gap: 67px;
}
.service-section {
    align-self: stretch;
    background-color: var(--color-gray-200);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: var(--font-size-21xl);
}
.image-icon2 {
    position: absolute;
    top: 224px;
    left: 211px;
    border-radius: var(--br-3xs);
    width: 478px;
    height: 423px;
    object-fit: cover;
}

.pm {
    margin: 0;
    font-size: var(--font-size-6xl);
    color: var(--miscellaneous-sidebar-fill-selected);
}
.sunday {
    position: absolute;
    top: 86px;
    left: 33px;
    line-height: 132%;
    display: inline-block;
    width: 178px;
}
.weekend {
    position: absolute;
    top: 86px;
    left: 267px;
    line-height: 132%;
    display: inline-block;
    width: 178px;
}
.weekdays {
    position: absolute;
    top: 78px;
    left: 501px;
    line-height: 132%;
}
.hours {
    color: var(--miscellaneous-sidebar-fill-selected);
}
.working-hours1 {
    position: absolute;
    top: 31px;
    left: 33px;
    font-size: var(--font-size-13xl);
    line-height: 132%;
}
.working-hours {
    width: 720px;
    position: relative;
    height: 700px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 0;
    color: var(--color-peru-100);
}
.description-title1 {
    position: absolute;
    top: 58px;
    left: 30px;
    line-height: 132%;
    display: inline-block;
    width: 479px;
}
.description {
    width: 720px;
    position: relative;
    height: 700px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
}
.description-text1 {
    width: 607px;
    position: absolute;
    margin: 0 !important;
    top: 224px;
    left: 776px;
    font-size: var(--font-size-xl);
    line-height: 132%;
    display: inline-block;
    height: 322px;
    z-index: 2;
}
.choose-us-section {
    background-color: #08071B;
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    font-size: var(--font-size-21xl);
}
.description-child {
    position: absolute;
    top: 57px;
    left: 0px;
    width: 1px;
    height: 213px;
    object-fit: contain;
}
.guidline-title {
    position: absolute;
    top: 48px;
    left: 0px;
    line-height: 132%;
    display: inline-block;
    width: 621px;
    height: 194px;
}
.beard-icon {
    position: absolute;
    top: 99px;
    left: 621px;
    width: 100px;
    height: 100px;
}
.guidline-text {
    position: absolute;
    top: 250px;
    left: 84px;
    font-size: var(--font-size-xl);
    line-height: 132%;
    display: inline-block;
    font-family: var(--font-inter);
    width: 589px;
    height: 339px;
}
.description1 {
    width: 720px;
    position: relative;
    height: 700px;
    overflow: hidden;
    flex-shrink: 0;
}
.discount-child {
    position: absolute;
    top: 130px;
    left: 30px;
    width: 2.1px;
    height: 440px;
    object-fit: contain;
}
.get-10-discount1 {
    white-space: pre-wrap;
}
.get-10-discount {
    margin: 0;
    color: var(--color-peru-100);
}
.discount-text {
    position: absolute;
    top: 233px;
    left: 172px;
    line-height: 132%;
    display: inline-block;
    width: 375px;
    height: 103px;
}
.discount-button {
    position: absolute;
    top: 419px;
    left: 209px;
    border-radius: var(--br-9xs);
    background-color: var(--color-peru-100);
    width: 304px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: var(--padding-xs) var(--padding-33xl);
    box-sizing: border-box;
    text-align: center;
    font-size: var(--font-size-5xl);
    animation: shake 0.5s ease-in-out infinite;
}
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
}
.shake {
    animation: shake 0.5s ease-in-out infinite;
}

.discount {
    width: 720px;
    position: relative;
    height: 700px;
    overflow: hidden;
    flex-shrink: 0;
    font-size: var(--font-size-13xl);
    color: var(--miscellaneous-sidebar-fill-selected);
    font-family: var(--font-inter);
}
.guideline-section {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-image: url('images/barber\ 3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    font-size: var(--font-size-29xl);
    color: var(--color-peru-100);
    font-family: var(--font-potta-one);
}
.image-3-icon {
    align-self: stretch;
    position: relative;
    border-radius: var(--br-11xl);
    max-width: 100%;
    overflow: hidden;
    height: 360px;
    flex-shrink: 0;
    object-fit: cover;
}
.tiktok-icon1 {
    width: 24px;
    position: relative;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
}
.barber-1-socials {
    width: 247px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: var(--padding-11xs) 0px;
    box-sizing: border-box;
    gap: var(--gap-mini);
}
.barber-1-frame {
    width: 467px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: var(--padding-45xl) var(--padding-34xl);
    box-sizing: border-box;
    gap: var(--gap-39xl);
}
.barbers-section {
    background-color:#08071B; 
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.text {
    position: relative;
    font-size: 36px;
    line-height: 140%;
}
.text-title {
    position: relative;
    font-size: var(--font-size-29xl);
    line-height: 140%;
}
.text-aparagraph {
    width: 1170px;
    position: relative;
    line-height: 140%;
    display: inline-block;
    flex-shrink: 0;
}
.placeholder {
    flex: 1;
    position: relative;
    line-height: 140%;
}
.inputdropdown-txt {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.input-icon {
    width: 20px;
    position: relative;
    height: 20px;
    overflow: hidden;
    flex-shrink: 0;
}
.inputdropdown {
    width: 580px;
    box-shadow: var(--input-shadow);
    border-radius: var(--br-3xs);
    background-color: var(--miscellaneous-sidebar-fill-selected);
    border: 1px solid var(--corporate-purple);
    box-sizing: border-box;
    height: 74px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: var(--padding-xs);
    gap: var(--gap-5xs);
    font-size: var(--font-size-13xl);
    color: var(--color-gray-100);
}
.discount-button1 {
    width: 220px;
    border-radius: var(--br-3xs);
    background-color: var(--color-gray-200);
    height: 74px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: var(--padding-xs) var(--padding-33xl);
    box-sizing: border-box;
    text-align: center;
}
.discount-section {
    align-self: stretch;
    border-radius: var(--br-3xs);
    background-color: #c98b45;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    padding: 37px 21px;
    gap: 16px 0px;
    font-size: var(--font-size-5xl);
}
.image-1-icon {
    position: absolute;
    top: 57px;
    left: 100px;
    width: 520px;
    height: 586px;
    object-fit: cover;
    animation: wiggle 0.3s ease-in-out;
}
@keyframes wiggle {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(-2deg); }
    50% { transform: rotate(2deg); }
    75% { transform: rotate(-2deg); }
}
.hover-wiggle:hover {
    animation: wiggle 0.3s ease-in-out;
}


.testimonial-title {
    position: absolute;
    top: 122px;
    left: 120.13px;
    line-height: 132%;
}

.john-doe {
    margin-block-start: 0;
    margin-block-end: 20px;
    white-space: pre-wrap;
}
.i-had-an-amazing-experience-at {
    margin-block-start: 0;
    margin-block-end: 20px;
    white-space: pre-wrap;
    font-size: var(--font-size-xl);
    font-family: var(--font-inter);
}
.testimony-1 {
    position: absolute;
    top: 229px;
    left: 8px;
    line-height: 132%;
    display: inline-block;
    width: 712px;
    height: 222px;
    font-size: var(--font-size-13xl);
    font-family: var(--font-potta-one);
}
.b {
    position: relative;
    line-height: 148%;
    font-family: var(--h4);
}
.pagination {
    position: absolute;
    top: 451px;
    left: 438px;
    background-color: var(--color-gray-200);
    width: 150px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: var(--gap-xs);
    text-align: left;
    font-size: var(--body-txt-body-s-size);
    color: var(--color-orange);
    font-family: var(--body-txt-body-xs);
}
.rate-star-icon {
    width: 30px;
    position: relative;
    height: 31px;
}
.rate {
    position: absolute;
    top: 229px;
    left: 435px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-5xs);
}
.testimonies {
    width: 720px;
    position: relative;
    height: 700px;
    overflow: hidden;
    flex-shrink: 0;
    margin-left: -16px;
}
.testimonial-section {
    align-self: stretch;
    background-color: var(--color-gray-200);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    font-size: 50px;
}
.logo6 {
    align-self: stretch;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.logo5 {
    align-self: stretch;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: var(--padding-8xs) 0px var(--padding-9xs);
    gap: var(--gap-xs);
}
.logo4 {
    position: absolute;
    top: 0px;
    left: calc(50% - 618px);
    width: 235px;
    height: 132px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--padding-7xl);
    box-sizing: border-box;
}
.link {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.footer-item {
    position: absolute;
    top: 128px;
    left: calc(50% + 194px);
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 13px;
    font-size: var(--body-txt-body-s-size);
}
.back-to-top-button {
    position: absolute;
    top: 44px;
    left: calc(50% + 182px);
    border-radius: var(--br-3xs);
    background-color: var(--color-peru-100);
    width: 173px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: var(--padding-xs) var(--padding-33xl);
    box-sizing: border-box;
    text-align: center;
    font-size: var(--h4-size);
}
.back-to-top-arrow {
    position: absolute;
    top: 61px;
    left: 1049px;
    width: 17px;
    height: 17px;
    overflow: hidden;
    object-fit: contain;
}
.b1 {
    position: relative;
}
.mon-fri-900- {
    position: relative;
    font-size: var(--body-txt-body-xs-size);
    line-height: 140%;
    color: var(--grayscale-bg-light-grey);
}
.footer-components {
    position: absolute;
    top: 48px;
    left: calc(50% + 406.5px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    font-family: var(--h4);
}
.moscow-ul-name-container {
    position: absolute;
    top: 108px;
    left: calc(50% + 465px);
    font-size: var(--body-txt-body-xs-size);
    line-height: 140%;
    text-align: right;
    display: inline-block;
    width: 124px;
}
.emailemailru {
    position: relative;
    line-height: 24px;
}
.footer-components1 {
    position: absolute;
    top: 168px;
    left: calc(50% + 452px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: var(--h4-size);
    font-family: var(--h4);
}
.fb-icon4 {
    position: absolute;
    top: 208px;
    left: calc(50% + 522px);
    width: 24px;
    height: 24px;
    overflow: hidden;
}
.twitter-icon1 {
    position: absolute;
    top: 208px;
    left: calc(50% + 566px);
    width: 24px;
    height: 24px;
    overflow: hidden;
}
.line {
    position: absolute;
    height: 0.27%;
    width: 100.07%;
    top: 83.65%;
    right: -0.03%;
    bottom: 16.08%;
    left: -0.03%;
    border-top: 1px solid var(--color-orange);
    box-sizing: border-box;
}
.company-name-all-container {
    align-self: stretch;
    position: relative;
    line-height: 140%;
}
.footer-components2 {
    position: absolute;
    height: 6.49%;
    width: 22.36%;
    top: 87.84%;
    right: 75.35%;
    bottom: 5.68%;
    left: 2.29%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: var(--body-txt-body-xs-size);
}
.privacy-policy {
    position: relative;
    text-decoration: underline;
    line-height: 120%;
}
.footer-components3 {
    position: absolute;
    top: 330px;
    left: calc(50% + 456px);
    width: 79px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: var(--h4);
}
.link4 {
    position: absolute;
    top: 334px;
    left: 128px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: var(--body-txt-body-s-size);
    color: var(--color-orange);
}
.youtube-icon1 {
    position: absolute;
    top: 208px;
    left: 1198px;
    width: 24px;
    height: 24px;
    overflow: hidden;
}
.tiktok-icon4 {
    position: absolute;
    top: 208px;
    left: 1116px;
    width: 24px;
    height: 24px;
    overflow: hidden;
}
.instagram-icon4 {
    position: absolute;
    top: 208px;
    left: 1154px;
    width: 24px;
    height: 24px;
    overflow: hidden;
}
.dashiconswhatsapp4 {
    position: absolute;
    top: 208px;
    left: 1330px;
    width: 24px;
    height: 24px;
}
.text1 {
    position: absolute;
    top: 132px;
    left: 13px;
    line-height: 132%;
    font-family: var(--font-inter);
    color: var(--color-orange);
    text-align: center;
}
.button6 {
    position: relative;
    line-height: 132%;
    font-weight: 500;
    animation: shake 0.5s ease-in-out infinite;
}
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
}
.shake {
    animation: shake 0.5s ease-in-out infinite;
}

.button5 {
    position: absolute;
    top: 158px;
    left: 311px;
    border-radius: var(--br-3xs);
    background-color: #c07d25;
    width: 138px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: var(--padding-xs) var(--padding-33xl);
    box-sizing: border-box;
    text-align: center;
}
.footer-frame {
    width: 1440px;
    position: absolute;
    margin: 0 !important;
    top: 0px;
    left: 0px;
    background-color: #04030c;
    height: 370px;
    z-index: 0;
}
.inputdropdown1 {
    width: 297px;
    box-shadow: var(--input-shadow);
    border-radius: var(--br-3xs);
    background-color: var(--miscellaneous-sidebar-fill-selected);
    border: 1px solid var(--corporate-purple);
    box-sizing: border-box;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: var(--padding-xs);
    gap: var(--gap-5xs);
    z-index: 1;
    color: var(--color-gray-100);
    font-family: var(--font-inter);
}
.footer {
    align-self: stretch;
    height: 370px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 161px 14px;
    box-sizing: border-box;
    position: relative;
    gap: 10px;
    font-family: var(--body-txt-body-xs);
}
.header-parent {
    flex: 1;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    font-size: var(--font-size-xl);
    color: var(--miscellaneous-sidebar-fill-selected);
    font-family: var(--font-inter);
}

