@font-face {
    font-family: GalanoGrotesque-Bold;
    src: url("webfonts/GalanoGrotesque-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: GalanoGrotesque-Medium;
    src: url("webfonts/GalanoGrotesque-Medium.woff") format("woff"), url("webfonts/GalanoGrotesque-Medium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

:root {
    --color1: #EB4869;
    --color2: #3C3D3F;
    --color3: #FFFFFF;
    --color4: #000000;
    ;
    --color5: #141725;
    --color6: #ffffff;
    --color7: #4CC885;
    --bg-color: #F8F8F8;
    --animate-delay: 0.3s;
}

body {
    font-family: GalanoGrotesque-Medium;

}

a:hover {
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a {
    color: inherit;
}

.p10 {
    margin: 4rem 0;
}

.header-mobile-menu {
    display: none;
}

.header-logo img {
    width: 204px;
}

.header-menu {
    padding: 34px 0px;
    z-index: 999;
    position: relative;
    width: 100%;
    transition: all 0.3s;
}

.header-mobile-menu {
    display: none;
}

.header-menu .active a {
    color: var(--color1);
}

.pb {
    padding: 35px 0px 70px;
}

.pr {
    padding: 8rem 0;
}

.header-mobile-menu {
    padding: 25px 15px 10px;
    position: relative;
    z-index: 999;
    height: 11vh;
    background: var(--color5);
}


.header-mobile-logo img {
    max-width: 144px;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    height: 100%;
}

.menu-list {
    display: flex;
    gap: 45px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    justify-content: center;
    align-items: center;
}

.menu-list li a {
    color: var(--color2);
    transition: all 0.3s ease 0s;
}

.menu-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
    font-weight: 700;
}

.menu-list li a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.button-btn-light a {
    background: linear-gradient(360deg, var(--color1)0%, #ff98ad 100%);
    border-radius: 15px;
    min-height: 40px;
    min-width: 175px;
    align-items: center;
    padding: 6px 20px;
    justify-content: center;
    font-size: 18px;
    font-family: GalanoGrotesque-Bold;
    color: white !important;
    backdrop-filter:
        blur(2px);
    display: inline-flex;
    transition: all .3s ease;
}

.navbar {
    display: none;
}

.navbar {
    padding: 0px 5px;
    width: 100%;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
}

.navbar .menu-items {
    display: flex;
}

.navbar .nav-container li {
    list-style: none;
}

.navbar .nav-container a {
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    font-family: GalanoGrotesque-Bold;
    letter-spacing: -0.01em;
}

.navbar .nav-container a:hover {
    font-weight: bolder;
}

.nav-container {
    display: block;
    position: relative;
    height: 60px;
}

.nav-container .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.nav-container .hamburger-lines {
    height: 26px;
    width: 32px;
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nav-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: rgb(60, 61, 63);
}

.nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out 0s;
}

.nav-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out 0s;
}

.nav-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out 0s;
}

.navbar .menu-items {
    padding-top: 120px;
    box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 2000px inset;
    height: 100vh;
    width: 100%;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 87px;
    transition: transform 0.5s ease-in-out 0s;
    text-align: start;
}

.navbar .menu-items li {
    margin-bottom: 1.6rem;
    font-size: 1.7rem;
    font-weight: 600;
}

.mobile-logo {
    position: absolute;
    top: 20px;
    right: 40px;
}

.nav-container input[type="checkbox"]:checked~.menu-items {
    transform: translateX(0px);
}

.nav-container input[type="checkbox"]:checked~.hamburger-lines .line1 {
    transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked~.hamburger-lines .line2 {
    transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked~.hamburger-lines .line3 {
    transform: rotate(-45deg);
}

.nav-container input[type="checkbox"]:checked~.mobile-logo {
    display: none;
}

.mobile-logo img {
    width: 107px;
    z-index: 2;
    height: 37px;
}

.mobile {
    background-color: var(--color4);
    border-style: solid;
    border-color: rgb(51, 51, 51);
    border-image: initial;
    border-width: 50px 15px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.6) 5px 5px 0px;
    margin: 20px auto;
    max-width: 300px;
    height: 560px;
    overflow: hidden;
    position: relative;
}

mobile-menu header {
    background-color: rgb(255, 255, 255);
    height: 150px;
}

.menuBtn {
    height: 53px;
    width: 46px;
    top: 20px;
    right: 51px;
    z-index: 101;
    position: absolute;
}

.menuBtn>span {
    background-color: white;
    border-radius: 1px;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 30%;
    margin: -1px 0px 0px -15px;
    transition: height 100ms ease 0s;
}

.menuBtn>span::after,
.menuBtn>span::before {
    content: "";
    background-color: white;
    border-radius: 1px;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -23px;
    transition: all 200ms ease 0s;
}

.menuBtn>span::after {
    top: -7px;
}

.menuBtn>span::before {
    bottom: -7px;
}

.menuBtn.act>span {
    height: 0px;
}

.menuBtn.act>span::after,
.menuBtn.act>span::before {
    background-color: var(--color3);
    top: 1px;
}

.menuBtn.act>span::after {
    transform: rotate(45deg);
}

.menuBtn.act>span::before {
    transform: rotate(-45deg);
}

.mainMenu {
    background-color: var(--color5);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
    height: 100%;
    width: 100%;
    display: table;
    text-align: center;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    transform: scale(0);
}

.mainMenu.act {
    opacity: 1;
    transform: scale(1);
    height: 100vh;
}

.mainMenu.act ul li {
    opacity: 1;
    transform: translateX(0px);
}

.mainMenu ul {
    display: table-cell;
    vertical-align: middle;
}

.mainMenu li {
    padding: 8px 0px;
    opacity: 0;
}

.mainMenu li:nth-child(2n) {
    transform: translateX(-30%);
}

.mainMenu li:last-child {
    transform: none;
}

.mainMenu a {
    color: white;
    display: inline-block;
    font-size: 30px;
    font-family: GalanoGrotesque-Bold;
}

.mainMenu a.suBtn {
    color: rgb(255, 255, 255);
}

.suBtn {
    background-color: var(--color4);
    border-radius: 5px;
    padding: 10px 20px;
}

.header-top {
    background: #F6F6F6;
    padding: 1rem 0;
}

.header-top-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header-top-left ul {
    display: flex;
    gap: 1.3rem;
    justify-content: center;
    align-items: center;
}

.header-top-left ul li a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-right: 1px solid #b2b2b2;
    padding-right: 0.5rem;
    font-size: 14px;
}

.header-top-left ul li a img {
    width: 18px;
    object-fit: cover;
}

.header-top-right ul {
    display: flex;
    flex-direction: row;
    gap: 1.3rem;
    justify-content: center;
    align-items: center;
}

.header-top-right ul li a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-right: 1px solid #b2b2b2;
    padding-right: 0.5rem;
    font-size: 14px;
}

.header-top-right ul li a img {
    width: 18px;
    object-fit: cover;
}
ul.submenu {
    display: none;
    flex-direction: column;
    gap: 0.2rem!important;
    justify-content: start!important;
    border-right: none;
    padding: 1rem;
    align-items: start!important;
    min-width: 184px;
    z-index: 99999;
    background: white;
    box-shadow: rgb(17 17 26 / 0%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
    border-radius: 10px;
    position: absolute;
}
.submenu li {
    text-align: start;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.submenu li a {
    border-right: none!important;
    padding: 0.5rem;
    font-size: 16px;
}
.submenu-toggle:hover ul.submenu {
    display: block;
}


ul.submenu-alt {
    display: none;
    left: 93%;
    height: 100%;
    top: 0;
    flex-direction: column;
    gap: 0.2rem!important;
    justify-content: start!important;
    border-right: none;
    padding: 1rem;
    align-items: start!important;
    min-width: 276px;
    z-index: 99999;
    background: white;
    border-radius: 10px;
    position: absolute;
}
.submenu-alt  li {
    text-align: start;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.submenu-alt li a {
    border-right: none!important;
    padding: 0.5rem;
    font-size: 14px;
    font-weight: 500;
    font-family: 'GalanoGrotesque-Medium';
}
.submenu-alt-toggle:hover ul.submenu-alt {
    display: block;
}
.section-title {
 font-family: 'GalanoGrotesque-Bold';
 font-style: normal;
 font-weight: 800;
 font-size: 30px;
 color: var(--color2);
 line-height: 38px;
 position: relative;
}

.welcome .left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    margin-top: 1rem;
}

.welcome .desc {
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    /* or 120% */
    letter-spacing: -0.03em;
    margin-top: 2rem;
    color: var(--color5);
}

.welcome .subdesc {
    font-size: 15px;
    line-height: 15px;
    /* or 100% */
    letter-spacing: -0.03em;
    color: #949494;
    display: flex;
    gap: 0.2rem;
    align-items: center;
}

.welcome .section-title::after {
    content: "";
    width: 6vw;
    height: 4px;
    position: absolute;
    background: #EB4869;
    bottom: -14px;
    left: 0px;
    border-radius: 7px;
}

.services .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.services .desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    /* or 120% */
    letter-spacing: -0.03em;
}

.service-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    box-shadow: rgb(17 17 26 / -25%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
    padding: 0.8rem 0;
    height: 100%;
    gap: 0.5rem;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s;
}
.service-btn {
    display: none;
    border: solid 2px;
    border-radius: 15px;
    padding: 0.5rem 1rem;
    transition: all 0.5s;
    background: white;
    font-weight: 500;
}

.service-btn:hover {
    background: var(--color1);
    color: white;
}
.service-box:hover .service-btn{
    display: none;
    transition: all 0.5s;
}
.sm {
    margin-bottom: 2rem;
}

.service-box .title {
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
}

.service-box .title span {
    word-break: break-word;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
}

.service-box .instagram .title {
    color: red;
}

.service-box.instagram {
    color: #EB4869;
}

.service-box.twitter {
    color: #60A8F1;
}

.service-box.facebook {
    color: #006DF0;
}

.service-box.tiktok {
    color: #3C3D3F;
}

.service-box.twitch {
    color: #673AB7;
}

.service-box.youtube {
    color: #F44336;
}

.service-box.clubhouse {
    color: #000000;
}

.service-box.google {
    color: #3C3D3F;
}

.popular-package .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.general-box-top {
    display: flex;
    align-items: center;
    background: var(--color1);
    padding: 1rem;
    border-radius: 15px 15px 0px 0px;
}

.general-box .title span {
    word-break: break-word;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
}

.general-box .title {
    font-weight: 600;
    font-size: 22px;
    color: var(--color3);
    line-height: 22px;
}

.general-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    border-radius: 15px;
}

.general-box img {
    width: 20px;
    height: 20px;
}

.general-box-center ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.general-box-center ul li {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    color: var(--color2);
    padding: 5px 0;
    border-bottom: 1px solid #ECECEC;
}

.general-box-bottom strike {
    font-weight: 500;
    color: #949494;
}

.price p {
    font-weight: 700;
    font-size: 25px;
    color: var(--color4);
}

.general-box .button-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
}

.general-box-center {
    padding: 0 1rem;
}

.general-box-bottom {
    padding: 0 1rem;
}

.general-box .icon img {
    width: 50px;
    height: 50px;
}

.fav-btn img {
    width: 40px;
    height: 40px;
}

.parallax .right {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.subdesc {
    color: #949494;
    font-size: 16px;
    font-weight: 400;
}

.parallax .left img {
    max-width: 420px;
    object-fit: cover;
}

.favori-package .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.why-us .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.why-us .content .desc {
    max-width: 50%;
    align-items: center;
    text-align: center;
    line-height: 25px;
}

.why-us-box {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
    justify-content: center;
    padding: 4rem 2rem;
    box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: all .3s ease;
}

.why-us-box .icon {
    margin: 0 auto;
}

.why-us-box .title {
    font-weight: 600;
    font-size: 24px;
    align-items: center;
    text-align: center;
}

.why-us-box .icon img {
    height: 50px;
    object-fit: cover;
}

.why-us-box .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #949494;
}

.blog .content {
    align-items: center;
    text-align: center;
}

.blog-card .figure img {
    width: 100%;
}
    
.blog-card .figure {
    width: 100%;
    display: flex;
}
.blog-card .figure img {
    max-height: 260px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog-card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    justify-content: center;
    width: 100%;
    box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
    transition: all 0.3s;
    align-items: center;
    text-align: center;
}

.blog-card .desc {
    flex-grow: 1;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.blog-card-wrapper {
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 10px;
    height: 100%;
}

.blog-card .title {
    font-weight: 400;
    font-size: 14px;
    color: #909092;
}

.blog-card .button-btn-light a {
    min-height: 40px;
}



.faq .content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.faqwell {
    margin-top: 20px;
    margin-bottom: 50px;
}

.faqwell .item {
    background: #fff;
    padding: 10px 20px;
    box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
    border-radius: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}

.faqwell .item .fs-head {
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    color: #3C3D3F;
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
}

.faqwell .item .fs-head .plusminus .minus {
    display: none;
}

.faqwell .item .fs-content {
    display: none;
    padding: 1rem 0;
    color: var(--color2);
    font-size: 16px;
    line-height: 20px;
}

.faqwell span.plus img {
    width: 15px;
}

.footer-top button.button-btn-light {
    height: 100%;
}

.footer-parallax .left img {
    width: 25vw;
}

.footer-parallax .section-title span {
    color: var(--color1);
}

.footer-parallax {
    display: flex;
    height: 100%;
}

.footer-parallax .right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    margin: auto 0;
    height: 100%;
}

.parallax-bottom .icon img {
    width: 2.5vw;
}

.parallax-bottom .item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    align-items: center;
}

.parallax-bottom .title {
    font-weight: 600;
    font-size: 1.5rem;
    display: flex;
    color: var(--color2);

    flex-direction: column;
}

.parallax-bottom .title span {
    color: var(--color1);

}

.footer-top {
    background: var(--color5);
    color: white;
    padding: 4rem 0 1rem;
}

.footer-top .left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-top .desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    font-family: 'GalanoGrotesque-Medium';
    max-width: 70%;
}

.footer-email {
    color: var(--color1);
}

.form-group input {
    outline: none;
    padding: 0.8rem;
    border-radius: 10px;
    border: none;
    font-size: 10px;
    width: 13vw;
    height: 5.2vh;
}

.footer-title {
    font-size: 1.5rem;
    font-family: 'GalanoGrotesque-Bold';
}

.footer-top .center {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-center-menu {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-center {
    background: var(--color5);
    color: white;
    padding: 2rem 0;
}

footer .social-media {
    display: flex;
    gap: 0.5rem;
}

.footer-menu {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    height: 100%;
}

footer .social-media img {
    width: 2vw;
    object-fit: contain;
    height: 2vw;
}

.footer-menu li a {
    font-size: 14px;
}

.pay {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.footer-bottom {
    padding: 1rem;
    display: flex;
    height: 100%;
}

.pay img {
    width: 4.2vw;
    height: 7vh;
    object-fit: contain;
}

button.button-btn-light {
    background: linear-gradient(360deg, var(--color1)0%, #ff98ad 100%);
    border-radius: 10px;
    align-items: center;
    padding: 6px 20px;
    justify-content: center;
    font-size: 14px;
    font-family: GalanoGrotesque-Bold;
    color: white !important;
    backdrop-filter: blur(2px);
    display: inline-flex;
    cursor: pointer;
}

.social-media-bar .social-media img {
    width: 2.8vw;
    height: auto;
    object-fit: cover;
}

.sticky-smbar {
    position: fixed;
    left: 0vw;
    top: 50vh;
    z-index: 55;
}

.social-media-bar .social-media {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.free-tools .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.free-tools-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
    padding: 1rem;
    border-radius: 15px;
}

.free-tools-box .title {
    font-size: 1.3rem;
    font-family: 'GalanoGrotesque-Bold';
    max-width: 70%;
    text-align: center;
}

.free-tools-box img {
    width: 5vw;
}

.welcome .detail {
    color: #949494;
}

.blog-content {
    display: flex;
    gap: 3rem;
}

.blog-box {
    display: flex;
    gap: 2rem;
    box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
    border-radius: 15px;
}

.blog-wrapper {
    padding: 2rem 5rem 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.blog-wrapper .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    color: var(--color2);
    font-family: GalanoGrotesque-Bold;
}

.blog-wrapper .desc {
    flex-grow: 1;
    color: #949494;
}

.button-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.blog-box img {
    width: 17vw;
    height: 100%;
}

.date a {
    background: #949494;
    border-radius: 15px;
    min-height: 40px;
    min-width: 175px;
    align-items: center;
    padding: 6px 20px;
    justify-content: center;
    font-size: 18px;
    font-family: GalanoGrotesque-Bold;
    color: white !important;
    backdrop-filter: blur(2px);
    display: inline-flex;
}

.popular-blog-card {
    display: flex;
    gap: 0.5rem;
    margin: 1rem 0;
}

.popular-blog-card .title {
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    color: var(--color2);
}

.popular-blog-card .right {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    justify-content: center;
}

.popular-blog-card .sub-title {
    font-weight: 600;
    font-size: 12px;
    color: #949494;
}

.popular-blog-card img {
    width: 5vw;
}

.popular-blog-wrapper .content {
    align-items: start;
    text-align: start;
}

.popular-blog-wrapper .content .section-title {
    font-size: 1.6rem;
    line-height: 2rem;
}

.popular-blog-wrapper {
    box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
    border-radius: 15px;
    padding: 1rem;
}

.detail-title {
    background: linear-gradient(360deg, var(--color1)0%, #ff98ad 100%);
    border-radius: 15px;
    min-height: 40px;
    min-width: 175px;
    align-items: center;
    padding: 6px 20px;
    justify-content: center;
    font-size: 18px;
    font-family: GalanoGrotesque-Bold;
    color: white !important;
    backdrop-filter: blur(2px);
    display: inline-flex;
    margin: 1rem 0;
}

.detail-picture img {
    width: 100%;
}

.detail-send {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
}

.detail-send .date {
    color: #949494;
}

.detail-social ul {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.detail-social ul li a img {
    width: 1.5rem;
}

.detail-content .title {
    font-size: 2rem;
    font-weight: 700;
    margin: 1rem 0;
}

p,
h3 {
    color: #949494;
}

.detail-content ul {
    list-style: disc;
    color: #949494;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.contact-form-area .item1 {
    margin: 15px 0;
}

input.form-item {
    height: 60%;
}

.contact-form .item1 {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

input.form-item,
input#start {
    border-radius: 10px;
    padding: 0.7rem;
    border: none;
    height: 100%;
    padding: 1rem;
    outline: none;
    background: #F7F7F7;
    border-radius: 10px;
}

input#start {
    color: var(--color7);
}

input#message {
    height: 150px;
}

.contact-form-area button.button-btn-light {
    background: var(--color7);
    border-radius: 15px;
    min-height: 52px;
    min-width: 175px;
    align-items: center;
    padding: 6px 20px;
    justify-content: center;
    display: flex;
    font-size: 18px;
    font-family: GalanoGrotesque-Bold;
    color: white !important;
    display: flex;
    gap: 4rem;
}

select#cars,
input#appt {
    border-radius: 10px;
    padding: 0.7rem;
    border: none;
    outline: none;
    color: var(--color5);
    height: 4rem;
}

.contact-form-area label {
    font-size: 18px;
    font-family: 'GalanoGrotesque-Bold';
}

.contact-form-area button.button-btn-light img {
    width: 1.3vw;
}

.shopping-box {
    display: flex;
    justify-content: space-between;
    box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
    border-radius: 15px;
    padding: 2rem;
    width: 90%;
}

.shopping-box .left {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.shopping-box .right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.shopping-box-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.shopping-box-wrapper .title {
    font-weight: 600;
}

.shopping-box-wrapper .desc {
    font-weight: 400;
    color: #626262;
}

.shopping-box .right .price {
    font-family: 'GalanoGrotesque-Bold';
}

.payment-method-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
    border-radius: 15px;
    padding: 1rem;
}

.payment-method-box .top .item1 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #F7F7F7;
    border-radius: 15px;
    padding: 1rem;
    margin-bottom: 0.5rem;
}

.payment-method-box .top .title {
    font-weight: 600;
}

.payment-method-box .bottom {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--color1);
    border-radius: 15px;
    padding: 1rem;
    justify-content: space-between;
    color: white;
    cursor: pointer;
}

.payment-method-box .bottom .title {
    font-weight: 600;
}

.payment-method-box .center ul li {
    display: flex;
    justify-content: space-between;
    padding: 0.2rem 1rem;
}

.payment-method-box .center ul li .price {
    font-family: 'GalanoGrotesque-Bold';
}

.payment-method-box .top .item2 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #F7F7F7;
    border-radius: 15px;
    padding: 1rem;
    margin-bottom: 0.5rem;
}

input[type="text"] {
    outline: none;
    border: none;
}

.payment-method-box .top .item2 input {
    background: transparent;
}

.special-offer {
    display: flex;
    gap: 0.5rem;
    background: var(--color1);
    color: white;
    width: 26vw;
    height: auto;
    padding: 1rem;
    border-radius: 15px;
}

.special-offer .left {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.special-offer .left .title {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    font-size: 1.6rem;
    font-weight: 600;
}

.invoice {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
    border-radius: 15px;
    padding: 2rem;
    width: 90%;
}

.invoice .top {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-bottom: 1px solid lightgrey;
}

.invoice .top .title {
    font-weight: 600;
    font-size: 18px;
    color: #3C3D3F;
}

.invoice .top .icon img {
    width: 3vw;
}

.invoice .center .title {
    display: flex;
    font-weight: 600;
    align-items: center;
    gap: 4rem;
}

.invoice .center .title span {
    font-weight: 400;
    color: #3C3D3F;
    font-size: 13px;
}

.invoice .center {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-bottom: 1px solid lightgrey;
    padding: 1rem 0;
}

.invoice .center .content ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.invoice .center .content ul li {
    display: flex;
    gap: 0.8rem;
    font-size: 14px;
    color: #3C3D3F;
}

.invoice .center .content ul li img {
    width: 1.2vw;
}

.invoice .bottom {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}

input[type=radio]#red {
    accent-color: var(--color1);
}
.input1 {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}
.info-profile {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
    border-radius: 15px;
    padding: 2rem;
    width: 100%;
}
.info-profile .top {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.info-profile .center {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
}

.info-profile .center .avatar img {
    border-radius: 15px;
    width: 7vw;
}

.info-profile .bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:0.5rem;
}

.info-profile .bottom .price {
    background: var(--color7);
    border-radius: 15px;
    padding: 0.5rem 3rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    width: 75%;
    color: white;
}
.info-profile .bottom .bakiye {
    background: var(--color1);
    border-radius: 15px;
    padding: 0.5rem 3rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    color: white;
    width: 75%;
}
.quick-selection {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
    border-radius: 15px;
    padding: 2rem;
    width: 100%;
}
.quick-selection .top {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.quick-selection .content ul li a {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    font-size: 14px;
    padding: 0.5rem 0;
    color: #949494;
}

.quick-selection .content ul li a img {
    width: 21px;
    object-fit: contain;
    height: 15px;
}
.gecmis1 img {
    width: 32px;
}
select#payment {
    border-radius: 10px;
    padding: 0.7rem;
    border: none;
    height: 100%;
    padding: 1rem;
    outline: none;
    background: #F7F7F7;
    border-radius: 10px;
    color: #848484;
}
.bakiye-form-area .item1 {
    margin: 15px 0;
}
.bakiye-form .item1 {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.bakiye-form-area label {
    font-size: 18px;
    font-family: 'GalanoGrotesque-Bold';
}

.bakiye-form-area button.button-btn-light img {
    width: 19px;
}

.bakiye-form-area button.button-btn-light {
    background: var(--color1);
    border-radius: 15px;
    min-height: 52px;
    width: 100%;
    align-items: center;
    padding: 6px 20px;
    justify-content: space-between;
    display: flex;
    font-size: 18px;
    font-family: GalanoGrotesque-Bold;
    color: white !important;
    display: flex;
    gap: 4rem;
    margin-bottom: 1rem;
}
.bakiye-form-area button.button-btn-light-green {
    background: var(--color7);
    border-radius: 15px;
    min-height: 52px;
    width: 100%;
    align-items: center;
    padding: 6px 20px;
    justify-content: space-between;
    display: flex;
    font-size: 18px;
    font-family: GalanoGrotesque-Bold;
    color: white !important;
    display: flex;
    gap: 4rem;
    margin-bottom: 1rem;
}
.bakiye-form-area button.button-btn-light-green img {
    width: 23px;
}
.bills .top {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.bills td {
    padding: 0.5rem;
}
th {
    text-align: start;
    padding: 0.5rem;
    color: #949494;
}

tr.baslık {
    background: #F7F7F7;
    border-radius: 15px;
}
.bills {
    box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
    border-radius: 15px;
    padding: 2rem;
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.bills .center {
    flex-grow: 1;
    margin-bottom: 4rem;
}
.bills tr {
    border-bottom: 1px solid #d3d3d354;
}
.bills .bottom {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.bills .bottom img {
    width: 37px;
}



.orders .top {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.bills td {
    padding: 0.5rem;
}
th {
    text-align: start;
    padding: 0.5rem;
    color: #949494;
}

tr.baslık {
    background: #F7F7F7;
    border-radius: 15px;
}
.orders {
    box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
    border-radius: 15px;
    padding: 2rem;
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.orders .center {
    flex-grow: 1;
    margin-bottom: 4rem;
}
.orders tr {
    border-bottom: 1px solid #d3d3d354;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 0;
}
.orders .top .title{
    font-weight: 600;
}
.orders .bottom {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.orders .bottom img {
    width: 37px;
}
.product-card .right img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.welcome .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-card {
    display: flex;
    gap: 2rem;
    box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
    border-radius: 15px;
    padding-right: 2rem;
}

.product-card .bottom {
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    margin-bottom: 0.5rem;
}

.product-card .suprise-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
    width: 100%;
}

.product-card .buy-content {
    display: flex;
    flex-direction: revert;
    gap: 1rem;
    justify-content: center;
}
.product-card .top {
    font-weight: 600;
    font-size: 20px;
    border-radius: 10px;
    text-align: center;
    padding: 0.5rem;
    background: #F7F7F7;
    color: #949494;
}
.buy-form img {
    width: 20px;
    object-fit: contain;
}
.buy-form .item-wrapper {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    font-size: 14px;
    width: 100%;
    background: #F7F7F7;
    border-radius: 10px;
    align-items: center;
    padding: 0.5rem;
    color: #757575;
}
.buy-form input.form-item, input#start {
    padding: 0;
 

}
textarea {
    overflow: auto;
    outline: none;
    border-radius: 10px;
    border: none;
    width: 100%;
    background: #F7F7F7;
    padding: 1rem;
    
}
.buy-form .item1 {
    margin-bottom: 0.5rem;
}   
.button-btn-light-green a {
    background: #4CC885;
    border-radius: 15px;
    min-height: 40px;
    min-width: 175px;
    align-items: center;
    padding: 6px 20px;
    justify-content: center;
    font-size: 18px;
    font-family: GalanoGrotesque-Bold;
    color: white !important;
    backdrop-filter: blur(2px);
    display: inline-flex;
}
.button-btn-light img {
    width: 20px;
}
.button-btn-light-green img{
    width: 20px;
}

.welcome .right .wrapper {
    margin: 1rem 0;
}


.links{
    display: grid;
    place-items: center;
    min-height: 100vh;
    align-content: center;
    gap: 4px;
  }
  
  a{

    transition: all .2s ease-in-out;
  }

  
  .dialog{
    padding: 20px;
    border:0;
    background:transparent;
  }
  
  .dialog::backdrop{
    background-color: rgba(0,0,0,.3);
    backdrop-filter: blur(4px);
  }
  
  .dialog__wrapper{
    background:#fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,.3);
  }
  
  .dialog__close{
    border:0;
    padding:0;
    width: 24px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    background: var(--color1);
    color:#fff;
    border-radius: 50%;
    font-size: 12px;
    line-height: 20px;
    position:absolute;
    top:5px;
    right:5px;
    cursor:pointer;
    --webkit-appearance:none;
    appearance:none;
  }
  .siparis-sorgula .content .item-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.siparis-sorgula .content .item-wrapper img {
    width: 25px;
}
.siparis-sorgula .content label {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}
.siparis-sorgula .input-wrapper {
    width: 100%;
    margin: 0 auto;   
     background: #F7F7F7;
    border-radius: 10px;
    align-items: center;
    text-align: center;
}

.siparis-sorgula input.form-item {
    display: inline-flex;
    width: 90%;
}
.btn-submit {
    padding: 1rem;
    text-align: center;
    color: white;
    background: #FF6C8A;
    border-radius: 10px;
}

.btn-submit a {
    font-weight: 600;
    font-size: 20px;
}
.siparis-sorgula .content {
    margin: 1rem 0;
}
.telafi-talep .item1 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
}

.telafi-talep .item-wrapper {
    width: 100%;
    background: #F7F7F7;
    border-radius: 10px;
    padding: 0 1rem;
}

.telafi-talep input.form-item {
    width: 90%;
}
.telafi-talep .content {
    margin: 1rem 0;
}

.giris-yap {
    display: flex;
    flex-direction: row;
    gap: 3rem;
    justify-content: center;
    align-items: center;
}

.giris-yap .picture img {
    width: 34vw;
}

.giris-yap .section-title {
    align-items: center;
    text-align: center;
}
.popup-title{
 font-family: 'GalanoGrotesque-Bold';
    font-style: normal;
    font-weight: 800;
    display: flex;
    font-size: 50px;
    color: var(--color2);
    line-height: 50px;
    position: relative;
    text-align: center;
    gap: 1rem;
    align-items: center;
}
.popup-title:after{
    content: "";
    width: 6vw;
    height: 4px;
    position: absolute;
    background: #EB4869;
    bottom: -4px;
    left: 2%;
    border-radius: 7px;
}
.popup-title img {
    margin-top: -3rem;
    width: 6vw;
}
.giris-yap .left {
    margin: 0 auto;
    width: 30%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.popup-subtitle a {
    font-weight: 600;
}
.popup-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.popup-subtitle {
    margin: 1rem 0;
}
.popup-content .check {
    display: flex;
    gap: 0.5rem;
}

.popup-content .bottom {
    display: flex;
    justify-content: space-between;
}

.popup-content .bottom a {
    color: var(--color1);
}
button#btn-login {
    border-radius: 10px;
    background: var(--color1);
    color: white;
    font-weight: 600;
    font-size: 20px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 2rem;
}
button#btn-kayıt {
    border-radius: 10px;
    background: var(--color1);
    color: white;
    font-weight: 600;
    font-size: 20px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 2rem;
}
.telafi-talep {
    padding: 3rem;
}

.siparis-sorgula {
    padding: 3rem;
}


@media only screen and (min-width : 320px) and (max-width : 568px)  {
    .header-top {
        display: none;
    }
    
    .header-menu {
        display: none;
    }
    
    .header-mobile-menu {
        display: block;
    }
    .section-title {
        font-size: 25px;
        text-align: center;
        line-height: 30px;
    }
    
    .welcome .desc {
        font-size: 18px;
        line-height: 20px;
        text-align: center;
    }
    
    .welcome .right img {
        width: 100%;
    }
    
    .sticky-smbar {
        display: none;
    }
    
    .parallax .left img {
        max-width: 100%;
    }
    .blog-card .figure img {
        width: 100%;
        object-fit: cover;
    }
    .modals .picture img {
        width: 100%;
    }
    
    .telafi-talep .item-wrapper {
        padding: none;
        align-items: center;
        display: flex;
    }
    .why-us .content .desc {
        max-width: 100%;
    }
    
    .footer-parallax .left img {
        width: 100%;
    }
    
    footer .social-media img {
        width: 10vw;
        height: 5vh;
    }
    
    .footer input.form-item, input#start {
    width: 67%;
    }
    
    .footer-top .center {
        margin: 1rem 0;
    }
    
    .faqwell .item .fs-head {
        font-size: 14px;
        line-height: 20px;
    }
    
    .services .desc {
        text-align: center;
    }
    
    .welcome .section-title::after {
        left: 33%;
        width: 30vw;
    }
   
    
    .parallax .right .desc {
        text-align: center;
    }
    
    .right .subdesc {
        text-align: center;
    }
    
    .button-btn-light {
        align-items: center;
        margin:  auto;
    }
    .favori-package .desc {
        text-align: center;
    }
    
    .footer-top .desc {
        max-width: 100%;
    }
    .blog-content {
        flex-direction: column;
        gap: 3rem;
    }
    
    .footer-top input.form-item, input#start {
        width: 67%;
    }
    .shopping-box {
        flex-direction: column;
        gap: 1rem;
        width: 100%;
    }
    
    .shopping-box-wrapper {
        gap: 1rem;
    }
    
    .shopping-box .right {
        align-items: end;
        justify-content: end;
    }
    
    .shopping-box-wrapper .desc {
        font-size: 14px;
    }
    
    .special-offer {
        width: 100%;
    }
    
    .invoice {
        width: 100%;
    }
    
    .invoice .center .content ul li img {
        width: 4.2vw;
        height: 2vh;
    }
    
    .invoice .top .icon img {
        width: 13vw;
    }
    
    .invoice .top {
        padding: 1rem;
    }
    
    .parallax-bottom .icon img {
        width: 8.5vw;
    }
    .product-content .welcome .left img {
        width: 100%;
    }
    
    .buy-form .item-wrapper {
        width: 100%;
    
    }
    .button-btn-light a {
        min-width: 62px;
        min-height: 31px;
        font-size: 13px;
        gap: 0.5rem;
    }
    
    .button-btn-light-green a {
        min-width: 62px;
        min-height: 31px;
        font-size: 13px;
        gap: 0.5rem;
    }
    
    .button-btn-light-green img {
        width: 14px;
    }
    
    .button-btn-light img {
        width: 17px;
    }
    
    .product-card {
        flex-direction: column;
        padding-right: 0;
    }
    
    .product-card  .center {
        padding: 1rem;
    }
    
    .product-card .top {
        margin: 1rem;
    }
    
    .product-card .suprise-content {
        padding: 0 1rem;
    }
    
    .product-card .buy-content {
        padding: 0 1rem;
    }
    .blog-box {
        padding: 1rem;
        flex-direction: column;
    }
    
    .blog-wrapper .button-wrapper {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .blog-box img {
        width: 100%;
    }
    
    .blog-wrapper .title {
        line-height: 30px;
        align-items: center;
        text-align: center;
        font-size: 24px;
    }
    
    .blog-wrapper {
        padding: 0 1rem;
    }
    
    .popular-blog-card img {
        width: 20vw;
    }
    .contact-form-area button.button-btn-light img {
        width: 6.3vw;
    }
    .bills td {
        padding: 0 0.5rem;
        font-size: 12px;
    }
    
    .bills {
        width: 100%;
        padding: 0;
        gap: 0;
    }
    
    .bills .top {
        padding: 0 1rem;
    }
    
    tr.baslık {
        font-size: 13px;
    }
    
    td img {
        width: 0.5rem;
    }
    
    .orders {
        padding: 1rem;
        width: 100%;
    }
    
    .orders td {
        font-size: 13px;
        padding: 0.5rem;
    }
    
    .orders .baslık {
        font-size: 11px;
    }
    
    .p10 {
        margin: 2rem 0;
    }
    .giris-yap {
        flex-direction: column-reverse;
        gap: 0.7rem;
    }
    
    .giris-yap .left {
        width: 100%;
        margin-bottom: 1rem;
    }
    
    .popup-title {
        font-size: 26px;
    }
    
    .popup-title img {
        margin-top: 0;
        width: 15vw;
    }
    .popup-content {
        gap: 0.5rem;
    }
    .telafi-talep .item-wrapper img {
        width: 5vw;
        height: 3vh;
        object-fit: contain;
    }
    
    .telafi-talep {
        padding: 2rem;
    }
    
    .btn-submit {
        max-width: 90%;
        margin: 0 auto;
    }
    .siparis-sorgula {
        padding: 2rem;
    }
}
@media only screen and (min-width : 568px) and (max-width : 768px){
    .header-top {
        display: none;
    }
    
    .header-menu {
        display: none;
    }
    
    .header-mobile-menu {
        display: block;
    }
    .section-title {
        font-size: 25px;
        text-align: center;
        line-height: 30px;
    }
    
    .welcome .desc {
        font-size: 18px;
        line-height: 20px;
        text-align: center;
    }
    
    .welcome .right img {
        width: 100%;
    }
     
    .parallax .right .desc {
        text-align: center;
    }
    .parallax .left img {
        max-width: 100%;
    }
    
    .parallax .button-btn-light {
        align-items: center;
        text-align: center;
    }
    
    .subdesc {
        text-align: center;
    }
    
    .why-us .content .desc {
        max-width: 100%;
    }
    
    .blog-card .figure img {width: 100%;}
    
    .blog-card .figure {
        width: 100%;
        display: flex;
    }
    .footer-parallax .left img {
        width: 100%;
    }
    
    .social-media-bar .social-media img {
        width: 100%;
    }
    .welcome .section-title::after {
        left: 33%;
        width: 30vw;
    }
    .parallax-bottom .icon img {
        width: 4.5vw;
    }
    .blog-content {
        flex-direction: column;
    }
    
    .popular-blog-card img {
        width: 12vw;
    }
    .blog-box {
        flex-direction: column;
    }
    
    .blog-box img {
        width: 100%;
        object-fit: cover;
    }
    
    .blog-wrapper {
        padding: 1rem;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
    
    .blog-wrapper .desc {
        text-align: center;
    }
    
    .blog-wrapper .title {
        font-size: 26px;
        line-height: 36px;
    }
    
    .footer-top input.form-item, input#start {
        width: 70%;
    }
    
    .footer-top .center {
        margin: 1rem 0;
    }
    
    footer .social-media img {
        width: 7vw;
        height: 7vw;
        margin: 1rem 0;
    }
    .bills {
        padding: 1rem;
        width: 100%;
    }
    .orders {
        padding: 1rem;
        width: 100%;
    }
    .shopping-box {
        flex-direction: column;
        gap: 1rem;
        width: 100%;
    }
    
    .shopping-box-wrapper {
        gap: 1rem;
    }
    
    .shopping-box .right {
        align-items: end;
        justify-content: end;
    }
    
    .shopping-box-wrapper .desc {
        font-size: 14px;
    }
    
    .special-offer {
        width: 100%;
    }
    .invoice {
        width: 100%;
    }
    
    .invoice .center .content ul li img {
        width: 1.8vw;
        height: 1.8vh;
    }
    
    .invoice .top .icon img {
        width: 4vw;
    }
    
    .invoice .top {
        padding: 1rem;
    }
    .free-tools .desc {
        text-align: center;
    }
    .product-card {
        flex-direction: column;
        padding-right: 0;
    }
    
    .product-card  .center {
        padding: 1rem;
    }
    
    .product-card .top {
        margin: 1rem;
    }
    
    .product-card .suprise-content {
        padding: 0 1rem;
    }
    
    .product-card .buy-content {
        padding: 0 1rem;
    }
}

.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: transparent;
    overflow-x: hidden;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  
  /* Style the sidenav links and the dropdown button */
  .sidenav a, .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    display: block;
    border: none;
    background: none;
    text-align: left;
    cursor: pointer;
    color: white;
    outline: none;
    font-size: 30px;
    font-family: 'GalanoGrotesque-Bold';
  }
  
  /* On mouse-over */
  .sidenav a:hover, .dropdown-btn:hover {
    color: #f1f1f1;
  }
  
  /* Main content */
  .main {
    margin-left: 200px; /* Same as the width of the sidenav */
    font-size: 20px; /* Increased text to enable scrolling */
    padding: 0px 10px;
  }
  
  /* Add an active class to the active dropdown button */
  .active {
    color: white;
    font-size: 30px;
    font-weight: 600;
  }
  
  /* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
  .dropdown-container {
    display: none;
    background: var(--color1);
    padding-left: 15%;
    border-radius: 10px;
  }
  
  /* Optional: Style the caret down icon */
  .fa-caret-down {
    float: right;
    padding-right: 8px;
  }
  
  /* Some media queries for responsiveness */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }







  a.menu-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    box-shadow: rgb(17 17 26 / 0%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
    padding: 2rem 1rem;
    border-radius: 15px;
    height: 100%;
}

.menu-box .title {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    color: var(--color2);
    flex-grow: 1;
    letter-spacing: 0.03rem;
}

.menu-title {
    font-size: 1.9rem;
    font-weight: bold;
    color: var(--color2);
    margin: 1rem 0;
    border-bottom: 1px solid #8a89891c;
    padding: 1rem 0;
    text-align: center;
}
.menu-kategori .item1 {
    margin-bottom: 4rem;
}
.why-us-box:hover {
    scale: .9;
}

.blog-card:hover {
    margin-top: -1rem;
    margin-bottom: 1rem;
}
.button-btn-light a:hover {
    scale: 1.1;
}
.service-box:hover {
    box-shadow: rgb(235 72 105) 0px 5px 35px 0px;
}