@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    max-width: 100%;
}

body {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth
}

body {
    padding: 0;
    margin: 0;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    background: linear-gradient(0deg, #FFF 0%, #eceff7 100%);
}

body.overflow {
    height: 100vh;
    overflow: hidden;
}

*,
::after,
::before {
    box-sizing: border-box;
}

a,
a:hover {
    text-decoration: none
}

button {
    border: none;
    padding: 0px;
}

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

section {
    width: 100%;
    float: left
}

.themeRow {
    width: 100%;
    float: left
}

.themeContainer {
    width: 100%;
    margin: 0 auto;
    max-width: 1170px
}

.quarterContainer {
    width: 100%;
    max-width: calc(100% - 375px);
    float: right;
}

.containerMiddle {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px
}

.fluidContainer {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

.p0 {
    padding: 0 !important;
}

input,
.form-select {
    outline: none;
}

ul::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
}

ul::-webkit-scrollbar-track {
    background: #1ad5975e;
    border-radius: 10px;
}

ul::-webkit-scrollbar-thumb {
    background: #1c3981;
    border-radius: 10px;
}

ul::-webkit-scrollbar-thumb:hover {
    background: #0fa372;
}

.notBg {
    background: none !important;
}

/*general styles*/

.navbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
}

section.headerTop {}

.navbarRight {
    display: flex;
    align-items: center;
}

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

.navbarLinks ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.navbarLinks ul li {}

.navbarLinks ul li a {
    color: var(--desc-grey, #8D96AA);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 28px */
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all .3s ease;
}

.navbarLinks ul li a:hover {
    color: var(--desc-greyhover, #1e93ff);
}

.mini-icon {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.headerWrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0 0px 0;
}

.logo {
    display: flex;
    margin-bottom: 0px;
}

.logo a {
    display: flex;
}

.logo a img, .ftLogo img {
    display: flex;
}

.ftLogo img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(56deg) brightness(97%) contrast(97%);
}

.menu {
    display: flex;
    align-items: center;
    gap: 30px;
}

.menuWrapper {
    display: flex;
    align-items: center;
}

.menuWrapper>ul {
    display: flex;
    align-items: center;
    gap: 0px;
}

.menuWrapper>ul>li {
    display: flex;
    align-items: center;
}

.menuWrapper>ul>li>a {
    display: flex;
    align-items: center;
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    gap: 0px;
    transition: all .3s ease;
    padding-bottom: 0;
    margin-top: 0px;
    position: relative;
}

.menuWrapper>ul>li>a:hover:after {
    content: "";
    height: 40px;
    width: 100%;
    position: absolute;
    top: 100%;
}

.menuWrapper>ul>li>a>ion-icon {
    font-size: 24px;
}

.menuWrapper>ul>li>a:hover {
    color: #fff;
}

.menuIcons {
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 1px solid #1C2D5630;
    padding-left: 30px;
}

.orderLink {display: flex;}
.favoriteLink {padding-left: 5px;display: none;}

.menuIcons a {
    color: var(--Primary-1, #1C2D56);
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all .3s ease;
}

.menuIcons a ion-icon {
    font-size: 24px;
}

.menuIcons a:hover {
    color: #1e93ff;
}

.login {
    display: flex;
    margin-left: 20px;
}

.menuIcons .login a ion-icon {}

.login a {
    display: flex;
    align-items: center;
    border-radius: 12px;
    background: var(--Primary-1, #1C2D56);
    color: white;
    padding: 9px 20px;
    gap: 13px;
    transition: all .3s ease;
}

.login a:hover {
    background: #1e93ff;
    color: white;
}

section#hero {
    padding-top: 50px;
    margin-bottom: 65px;
}

.heroWrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.bannerArea {
    width: 100%;
    max-width: 730px;
}

.heroDescription {
    width: 100%;
    max-width: 590px;
}

.heroDescription h1 {
    font-family: Gilroy,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #1C2D56;
}

.heroDescription h2 {
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 90px */
    background: linear-gradient(90deg, #1C2D56 0%, #1e93ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    padding: 0;
}

.heroDescription p {
    background: linear-gradient(90deg, #1C2D56 0%, #1e93ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fastOrder {
    width: 100%;
    margin-top: 60px;
}

.fastOrder span {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    color: #1C2D56;
    margin-bottom: 15px;
    display: flex;
}

.productSelect {
    border-radius: 16px;
    background: rgba(28, 45, 86, 0.10);
    backdrop-filter: blur(100px);
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.bannerImage {
    position: relative;
    right: 0;
    z-index: -1;
    width: 100%;
}

.bannerImage img {
    position: absolute;
    top: 0;
    right: -60px;
}

.custom-select-container {
    width: 100%;
    position: relative;
    display: flex;
    gap: 15px;
}

.custom-select {
    position: relative;
    width: 100%;
    max-width: 220px;
    cursor: pointer;
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: #fff;
    padding: 8px;
    border-radius: 8px;
}

.custom-select ion-icon, .custom-select img {
    position: absolute;
    left: 10px;
    height: 22px;
    width: 22px;
}

.custom-select .selected:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
       right: 15px;
    top: 13px;
    background: url('../img/right.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.custom-select .selected {
    transition: all 0.5s ease;
    /* YavaÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸latma */
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
/*
.custom-select .selected i{
    display: none;
}*/

.custom-select:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-select.disabled .selected {
    background-color: #e0e0e0;
    pointer-events: none;
}

.options-container {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    /* YavaÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸latma */
    z-index: 1;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    height: 0;
}

.option {
    padding: 8px;
    transition: background-color 0.5s ease;
    /* YavaÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸latma */
    border-radius: 8px;
}

.option i, .option ion-icon{
    margin-right: 5px;
}

.option:hover {
    background-color: #f0f0f0;
}

.show {
    max-height: 200px;
    overflow-y: auto;
    margin-top: 0px;
    z-index: 999;
    padding: 10px;
    transition: none;
    height: auto;
}

.options-container.show::-webkit-scrollbar {
    width: 4px;
}

.options-container.show::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.options-container.show::-webkit-scrollbar-thumb {
    background: #1e93ff;
}

.options-container.show::-webkit-scrollbar-thumb:hover {
    background: #555;
}

section#customBar {
    background: linear-gradient(90deg, #1C2D56 0%, #1e93ff 100%);
    padding: 20px 0;
    z-index: -2;
    position: relative;
    margin-bottom: 150px;
}

.customBarWrapper {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    padding-left: 90px;
}

.rankStar {
    position: absolute;
    bottom: -20px;
    left: -65px;
    display: flex;
}

.rankStar img {}

.scoringArea {
    display: flex;
    align-items: center;
}

.scoringResult {
    display: flex;
    align-items: center;
    color: #FFF;
    font-family: Gilroy,sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 40px */
    gap: 10px;
}

.happyCustomers {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 14px */
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.customerStars {
    display: flex;
    align-items: center;
    gap: 5px;
}

.happyCustomers span {
    font-weight: 500;
}

.completedOrder {
    display: flex;
    gap: 10px;
    align-items: center;
}

.completedOrder p {
    color: #FFF;
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 14px */
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
}

.completedOrder p strong {
    font-size: 24px;
}

.completedOrder img {
    display: flex;
    height: auto;
}

.popularPlatformsArea {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 80px;
}

.popularPlatformsArea {}

.popularPlatformsArea h2 {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    margin: 0;
}

.popularPlatformsArea h2 span {
    color: var(--desc-grey, #8D96AA);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 10px;
    margin-bottom: -5px;
}
.popularPlatformsArea h2 img{margin-right: 7px;}
.popularPlatformsArea h2 ion-icon {
    color: var(--Primary-2, #1c2d56);
    font-family: "Font Awesome 6 Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.allPopularPlatforms {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 60px;
}

.platformLinks {
    display: flex;
    align-items: center;
    gap: 20px;
    /* width: 33%; */
    flex-wrap: wrap;
}

.platformLinks a {
    width: 150px;
    height: 158px;
    padding: 10px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EFF1F7;
    border-radius: 100%;
    flex-direction: column;
    color: var(--Primary-1, #1C2D56);
    text-align: center;
    font-family: Gilroy,sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all .3s ease;
}

.platformLinks a ion-icon {
    font-size: 33px;
    margin-bottom: 4px;
}

.lastLink {
    display: flex;
}

.lastLink a {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 16px */
}

.platformLinks a:hover {
    box-shadow: 1px 1px 8px 4px #eff1f7;
    /* -webkit-animation: rotate-scale-up-ver 0.65s linear both;
    animation: rotate-scale-up-ver 0.65s linear both; */
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #1c2d56;
    box-shadow: 1px 1px 20px 7px #00000020;
    color: white;
}

@-webkit-keyframes rotate-scale-up-ver {
    0% {
        -webkit-transform: rotateY(0);
                transform: rotateY(0);
      }
      100% {
        -webkit-transform: rotateY(-180deg);
                transform: rotateY(-180deg);
      }
}

@keyframes rotate-scale-up-ver {
    0% {
        -webkit-transform: rotateY(0);
                transform: rotateY(0);
      }
      100% {
        -webkit-transform: rotateY(-180deg);
                transform: rotateY(-180deg);
      }
}


/*home tab area s*/
.tab {
    overflow: hidden;
    display: flex;
    gap: 20px;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    padding:0px;
}

.tab button:hover {
    background-color: #1c2d56!important;
    color: white!important;
}
.tab button:hover ion-icon{
    color: white!important;
}

.tab button.active {
    background: var(--Primary-1, #1C2D56);
}

.tabcontent {
    display: none;
    padding: 0;
    border-top: none;
}

section#ourPackages {
    background: #EFF0F7;
    padding: 80px 0;
    margin-bottom: 100px;
    position: relative;
}

#ourPackages::before{
    content: "";
    position: absolute;
    background: url('../img/medyahizmetin-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 546px;
    height: 95px;
    top: -35px;
    left: calc(50% - 273px);
}

.mostPopularPackages {}

.titleWithTab {
    width: 100%;
    display: flex;
    gap: 60px;
    padding: 0 60px;
}

.themeTitle {
    width: 100%;
}

.themeTitle.titleCenter h2 {
    justify-content: center;
    margin-bottom: 40px;
}

.themeTitle h2 {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 5px 0;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #1C2D56 0%, #1e93ff 30%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.notBgText, .commentForm .themeTitle h2{
    background: none!important;
    background-clip: unset!important;
    -webkit-background-clip: unset!important;
    -webkit-text-fill-color: unset!important;
}

.themeTitle h2 ion-icon, .themeTitle h2 img {
    color: var(--desc-grey, #8D96AA);
    font-size: 32px;
    margin-right: 10px;
}

.themeTitle p {
    color: var(--desc-grey, #8D96AA);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

button.tablinks.active {
    color: white;
}

button.tablinks {
    font-size: 24px;
    background: white;
    color: #1C2D56;
}

.packagesContent {}

.titleWithTab {
    margin-bottom: 80px;
}

.contactNumbers a img {
    height: 13px;
}

.packagesList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 80px 15px;
}

.packageCard {
    width: calc(100% * 1/4 - 11.25px);
    box-shadow: 1px 1px 8px 4px #0000000d;
    border-radius: 24px;
    background: #FBFBFD;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    justify-content: space-between;
}

.packageTop {
    width: 100%;
    border-radius: 32px;
    background: rgba(242, 243, 249, 0.50);
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: space-between;
}

.packageTop span {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.packageRating {
    display: flex;
    font-size: 16px;
}

.packageRating ion-icon {
    color: #E2E8ED;
}

.packageRating ion-icon.voted {
    color: #FFB800;
}

.packageHead {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.packageHead h3 {}

.packageHead h3 {
    text-align: center;
    font-family: Gilroy,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: var(--Linear, linear-gradient(90deg, #1C2D56 0%, #1e93ff 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.packageIcon {
    font-size: 72px;
    display: flex;
}

.packageIcon ion-icon {
    background: var(--Linear, linear-gradient(90deg, #1C2D56 0%, #1e93ff 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #1e93ff;
}

.packageHead p {
    color: var(--Primary-1, #1C2D56);
    text-align: center;
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.packageForInfo {}

.packageForInfo ul {
    height: 195px;
    overflow-y: auto;
}

.packageForInfo ul li {
    color: var(--Primary-1, #000000);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 6px;
    padding-left: 0px;
    position: relative;
}

.packageForInfo ul li:before {
    /* content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 2px;
    background: url('../img/checkmark.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(20%) sepia(59%) saturate(4474%) hue-rotate(265deg) brightness(85%) contrast(99%); */
}

.packageForInfo ul li i {
    margin-right: 5px;
    font-size: 12px;
    color: #1c2d56;
}

.packageForInfo ul li span {}

.packageBottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.packageBottom {}

.packageBottom {}

.packageCardOrder {
    display: flex;
    width: 100%;
}

.packageCardOrder a {
    border-radius: 12px;
    background: var(--Primary-1, #1C2D56);
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    transition: all .3s ease;
}

.packageCardFav {
    display: flex;
}

.packageCardFav button {
    display: flex;
    border-radius: 12px;
    background: #F2F3F9;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    transition: all .3s ease;
    padding: 14px;
}

.packageCardFav button ion-icon {
    color: #1C2D56!important;
}

.packageCardFav button.active,
.packageCardFav button:hover {
    background: #dfe1eb;
    color: #1c2d56!important;
}

.packageCardFav ion-icon {
    transition: all .3s ease;
}

.packageCardFav button:hover ion-icon,
.packageCardFav button.active ion-icon {
    color: #1c2d56!important;
}

.packageCardOrder a ion-icon {
    font-size: 20px;
    margin-top: -2px;
}

.packagePrice {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 10px 0 10px 0;
}

.packagePrice span {
    color: var(--Primary-2, #1c2d56);
    text-align: center;
    font-family: Gilroy,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.packageCardOrder a:hover {
    background: #1c2d56;
}

.pacimg {
    display: flex;
}

/*home tab area f*/

#whyUs {
    margin-bottom: 160px;
}

.whyUsContent {
    width: 100%;
    display: flex;
    gap: 100px;
}

.widgetTitle {
    border-radius: 16px;
    background: #F6F1FB;
    padding: 13px 15px;
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
}

.widgetBox {
    width: calc(100% * 1/2 - 30px);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.widgetList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 60px;
}

.widgetBox p {
    margin: 0;
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 28px */
}

.whyUsDescription {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.whyUsDescription .themeTitle p {
    color: #1C2D56;
}

.widgetTitle ion-icon {
    color: #1c2d56;
    font-size: 20px;
}

#customerComments {
    position: relative;
    margin-bottom: 20px;
}

#customerComments:before {
    content: "";
    background: linear-gradient(360deg, #EFF0F7 0%, #FFF 100%);
    width: 100%;
    height: 350px;
    position: absolute;
    left: 0;
    top: -55px;
    z-index: -1;
}

#customerComments:after {
    content: "";
    background: url(../img/quote.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 270px;
    height: 206px;
    position: absolute;
    top: -20px;
    right: 100px;
}

.commentWrapper {
    width: 100%;
    display: flex;
    gap: 30px;
}

.commentWrapper .owl-stage-outer {
    padding: 110px 0 90px 30px;
}

.commentCard {
    border-radius: 28px;
    background: #FFF;
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px;
}

.commentInfo {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.commentInfo span {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.commentInfo p {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 23.8px */
}

.commentInfo a {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
    border-top: 1px solid #1C2D5610;
    padding-top: 15px;
}

.commentWrapper .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
    margin-bottom: 15px;
}

body .owl-carousel .owl-dot,
body .owl-carousel .owl-nav .owl-next,
body .owl-carousel .owl-nav .owl-prev {
    width: 70px;
    height: 70px;
    background: var(--Primary-1, #1C2D5640);
    border-radius: 100%;
    margin: 0 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
}

body .owl-carousel .owl-nav .owl-prev {
    background-image: url(../img/left.svg);
    filter: brightness(0) saturate(100%) invert(93%) sepia(4%) saturate(410%) hue-rotate(181deg) brightness(90%) contrast(91%);
}

body .owl-carousel .owl-nav .owl-next {
    background-image: url(../img/right.svg);
    filter: brightness(0) saturate(100%) invert(93%) sepia(4%) saturate(410%) hue-rotate(181deg) brightness(90%) contrast(91%);
}

body .owl-carousel .owl-dot span,
body .owl-carousel .owl-nav .owl-next span,
body .owl-carousel .owl-nav .owl-prev span {
    display: none;
}

#seoWrapper {
    padding: 50px 0;
    background: linear-gradient(0deg, #FFF 0%, #F7F7FB 100%);
}

.seoContent {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.aboutDescription.withImage {
    flex-direction: row;
    gap: 30px;
}

.aboutDescription {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
}

.aboutDescription {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
}

.aboutDescription h2 {
    margin: 0 0 20px 0;
}

.aboutDescription h3 {
    margin: 0 0 0px 0;
    font-weight: 500;
}

.aboutDescription,
.aboutDescription p {
    margin: 0 0 20px 0;
}






.aboutDescriptionddd.withImage {
    flex-direction: row;
    gap: 30px;
}
.aboutDescriptionddd img {
   max-width: 400px;
   width: 100%
   }
.aboutDescriptionddd {
    width: 100%;
    display: flex;
    align-items: flex-start;
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
}

.aboutDescriptionddd {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
}

.aboutDescriptionddd h2 {
    margin: 0 0 20px 0;
}

.aboutDescriptionddd h3 {
    margin: 0 0 0px 0;
    font-weight: 500;
}

.aboutDescriptionddd,
.aboutDescriptionddd p {
    margin: 0 0 20px 0;
}

.aboutDescriptionddd ul li strong {
  font-weight: bold;
}
.aboutDescriptionddd ul li  {list-style: decimal;padding: .5rem;}
.aboutDescriptionddd ul   {
 padding-inline-start: 20px;
}
   
#footer {
    padding: 55px 00px 0;
    background: linear-gradient(77deg, #151F37 29.46%, #463B74 121.87%, #8B63CC 171.36%);
    position: relative;
    z-index: 99999999;
}

.footerBar {
    width: 100%;
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    padding: 10px 0;
    margin-top: 25px;
}

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

.copyright p {
    margin: 0 0;
    color: rgba(255, 255, 255, 0.30);
    font-family: Gilroy,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 200% */
    max-width: 690px;
}

.copyright span {
    color: rgba(255, 255, 255, 0.30);
    font-family: Gilroy,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 200% */
}

.footerMenu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff10;
}

.footerMenu ul {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

.footerMenu ul li {
    list-style: disc;
    color: #ffffff50;
    transition: all .3s ease;
}

.footerMenu ul > span {
    color: white;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    position: relative;
}

.footerMenu ul > span:before {
    content: "";
    width: 10px;
    height: 4px;
    background: white;
    border-radius: 6px;
    display: block;
    position: absolute;
    left: -17px;
    top: 10px;
}

.footerMenu ul li a {
    color: #ffffff50;
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    /* 228.571% */
    transition: all .3s ease;
}

.footerMenu ul li:hover a {
    color: white;
}

.footerMenu ul li:hover {
    color: white;
}

.footerSocialServices.mobileHiddenFooterTitle {
    display: none;
}

.footerSocialServices {
    width: calc(100% + 20px);
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 12px;
    margin-left: -20px;
}

.footerSocialServices a {
    display: flex;
    align-items: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
    padding: 16px;
    gap: 12px;
    color: #FFF;
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all .6s ease;
}

.footerSocialServices a ion-icon {}

.ftMenuLinks {
    display: flex;
    align-items: center;
}

.ftMenuLinks {}

.ftMenuLinks ul {
    display: flex;
    gap: 30px;
}

.ftMenuLinks ul li {}

.ftMenuLinks ul li a {
    color: #ffffff50;
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all .3s ease;
}

.ftMenuLinks ul li a ion-icon {
    color: #ffffff60;
    font-size: 20px;
    transition: all .3s ease;
}

.ftLogoTopbar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    border-bottom: 1px solid #ffffff10;
    padding-bottom: 25px;
}

.ftLogo {
    display: flex;
}


.ftMenuLinks ul li a:hover {
    color: white;
}

.ftMenuLinks ul li a:hover ion-icon {
    color: white;
}

.footerSocialServices a:hover {
    box-shadow: 1px 1px 8px 7px #ffffff3b;
}

section#newsletter {
    background: white;
    padding-top: 80px;
    padding-bottom: 90px;
}

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

.newsletterContent {
    max-width: 570px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.newsletterContent h2 {
    color: #323B4B;
    font-family: Gilroy,sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 48px */
    margin: 0;
}

.newsletterContent p {
    color: var(--desc-grey, #8D96AA);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 32px */
    margin: 0;
}

.newsletterInput {}

.newsletterInput {}

.inputGroup {
    width: 100%;
    position: relative;
}

.iconWithInput {
    width: 100%;
    position: relative;
}

.iconWithInput ion-icon, .iconWithInput img {
    position: absolute;
    left: 15px;
    top: 16.5px;
    filter: brightness(0) saturate(100%) invert(67%) sepia(11%) saturate(511%) hue-rotate(183deg) brightness(87%) contrast(87%);
    font-size: 18px;
}

.iconWithInput input, .iconWithInput select, .iconWithInput textarea {
    width: 100%;
    padding: 10px 20px 9px 40px;
    border-radius: 12px;
    background: #F7F7FB;
    border: 0;
    color: var(--desc-grey, #8D96AA);
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    outline: none;
    -webkit-appearance: none; /* Safari ve diÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€¦Ã‚Â¸er Webkit tarayÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±cÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±larÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â± iÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§in */
    -moz-appearance: none; /* Firefox iÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§in */
    appearance: none; /* Genel */
}

.newsletterInput .iconWithInput input,
.newsletterInput .iconWithInput textarea {
    border-radius: 12px 0px 0px 12px;
    padding-right: 180px;
}

#signUpForm .iconWithInput input,
#signUpForm .iconWithInput textarea {
    background: white;
    padding: 13px 170px 13px 50px;
}

.inputGroup button {
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 0px 12px 12px 0px;
    background: var(--Primary-1, #1C2D56);
    cursor: pointer;
    color: white;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 15px 30px;
    color: #FFF;
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    transition: all .3s ease;
}

.inputGroup button ion-icon {
    font-size: 18px;
}

.inputGroup button:hover {
    background: #1e93ff;
}

.newsletterImg {}

.newsletterImg img {}

.newsletterContent p a {
    font-weight: 600;
    color: var(--desc-grey, #8D96AA);
}


.faqWrapper {
    width: 100%;
}

.accorionList {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 60px;
}

.accordionItem {
    width: calc(50% - 15px);
    border-radius: 12px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    padding: 20px 30px 20px 60px;
    align-items: flex-start;
    flex-shrink: 0;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
}

.accordionTitle {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.accordionDescription {
    display: none;
    margin-top: 20px;
}

.accordionItem p {
    margin: 0;
}

#faq {
    background: #F7F7FB;
    padding: 80px 0;
    position: relative;
    margin-top: 70px;
}

#faq.notBg {
    background: none;
}

#faq:before {
    content: "";
    background: url(../img/sss-line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    height: 107px;
    top: -60px;
    transition: all .4s ease;
}

.accordionItem:before {
    content: "";
    background: url('../img/circle-question.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 30px;
    width: 22px;
    height: 22px;
    top: 22px;
    transition: all .4s ease;
}

.accordionItem:after {
    content: "";
    background: url(../img/caret-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 22px;
    right: 30px;
    width: 22px;
    height: 22px;
    transition: all .4s ease;
}

.accordionItem.active:after {
    transform: rotate(-180deg);
}

.haveQuestion {
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 102px;
    background: var(--Linear, linear-gradient(90deg, #1C2D56 0%, #1e93ff 100%));
    padding: 30px 30px 30px 230px;
    position: relative;
    justify-content: space-between;
    margin-top: 130px;
}

.questionImage {
    position: absolute;
    left: -1px;
    bottom: -7px;
}

.questionImage img {}

.questionDesc {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.questionDesc h3 {
    color: #FFF;
    font-family: Gilroy,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.questionDesc p {
    color: #FFF;
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 28px */
    opacity: .5;
    margin: 0;
}

body .btn-primary {
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: var(--Primary-1, #1C2D56);
    color: #FFF;
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    gap: 15px;
    padding: 15px;
    transition: all .3s ease;
    cursor: pointer;
    text-align: center;
    justify-content: center;
}

body .btn-primary ion-icon {
    font-size: 24px;
}

body .btn-primary:hover {
    background: #2ca7fe;
}

.btn-secondary {
    display: flex;
    align-items: center;
    border-radius: 12px;
    background: var(--Primary-2, #1c2d56)!important;
    color: #FFF;
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    gap: 15px;
    padding: 15px 30px;
    transition: all .3s ease;
    cursor: pointer;
}

.btn-secondary ion-icon {
    font-size: 24px;
}

.btn-secondary:hover {
    /* background: #1e93ff!important; */
    background: #2ca7fe!important;
}

.btn-thirdy {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--Primary-2, #CE2525);
    color: #FFF;
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    gap: 15px;
    padding: 15px;
    transition: all .3s ease;
    cursor: pointer;
}

.btn-thirdy ion-icon {
    font-size: 24px;
}

.btn-thirdy:hover {
    background: #f83f3f;
    color: white;
}


section#lastBlog {
    margin-bottom: 150px;
}

.blogImg {
    display: flex;
}

.blogImg img {}

.singleBlog {
    width: 100%;
    margin-bottom: 80px;
}

.lastBlogWrapper {
    width: 100%;
    gap: 30px;
    margin-top: 50px;
}

.blogList {
    width: 100%;
    margin: 40px 0;
}

.blogSlider {
    width: calc(100% - 600px);
    display: flex;
    flex-direction: column;
}

.blogSlider h2 {
    margin: 0 0 13px 0;
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.blogSlider p {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 28px */
    margin: 0;
}

.blogSlider p a {
    font-weight: 700;
    color: var(--Primary-1, #1C2D56);
}

.blogBanner {
    width: 100%;
    float: left;
    max-width: 570px;
    margin-right: 30px;
}

.blogList ul li {
    width: 100%;
}

.blogList ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blogList ul li a h3 {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.allBlog {
    width: 100%;
    display: flex;
}

.allBlog a {
    color: var(--desc-grey, #8D96AA);
    text-align: center;
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    /* 28px */
    display: flex;
    align-items: center;
    gap: 7px;
}

.allBlog a ion-icon {
    font-size: 11px;
}

.moreThan {
    width: 100%;
    display: flex;
    gap: 20px;
}

.moreThan span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--Primary-1, #1C2D5660);
    text-align: center;
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    /* 28px */
    cursor: pointer;
}

.moreThan ion-icon {
    font-size: 18px;
}

.commentArea {
    width: calc(100% - 400px);
}

.commentSideBar {
    width: 100%;
    max-width: 370px;
}

.giftWrapper {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .giftWrapper {
        padding-top: 1px;
        position: sticky;
        top: 0;
    }
}

.giftCard {
    width: 100%;
    position: relative;
    padding: 24px 23px;
    border-radius: 24px;
    background: linear-gradient(90deg, #C84E89 0%, #F15F79 100%);
    margin-top: 60px;
}

.giftCard span {
    color: #FFF;
    font-family: Gilroy,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
}

.getDiscount {
    color: #FFF;
    font-family: Gilroy,sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.giftIcon {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    fill: var(--input-gray, #F7F7FB);
    filter: drop-shadow(-10px 15px 0px rgba(0, 0, 0, 0.20));
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F7F7FB;
    position: absolute;
    top: -50px;
    right: 0;
}

.giftIcon ion-icon {
    color: #1c2d56;
    font-size: 36px;
}

.giftCard:before {
    content: "";
    background: url('../img/giftBg.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 229px;
    height: 120px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
}

.giftCard:nth-child(2) {
    border-radius: 24px;
    background: linear-gradient(270deg, #E49BFD 0%, #A811DA 100%);
}

.giftCard:nth-child(3) {
    border-radius: 24px;
    background: linear-gradient(90deg, #EE0979 0%, #FF6A00 100%);
}

.commentList {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    overflow-y: scroll;
    max-height: 400px;
}

.memberComment {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0px;
}

.ownerComment {
    width: 100%;
    padding: 10px;
}

.memberCommentInfo {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.memberCommentDescription {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.memberCommentRaiting {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.memberCommentInfo img {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    border-radius: 100%;
}

.memberCommentInfo span {
    color: var(--desc-grey, #8D96AA);
    font-family: Gilroy,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
}

.memberCommentDescription p {
    width: 100%;
    margin: 0;
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 28px */
}

.memRaiting {
    color: var(--desc-grey, #8D96AA);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    display: flex;
    align-items: center;
    gap: 6px;
}

.memRaiting ion-icon {
    font-size: 18px;
}

.subComment {
    width: calc(100% - 50px);
    padding: 0px;
}

.memRaiting.answer {
    cursor: pointer;
}

.memRaiting ion-icon {
    cursor: pointer;
}

.inputGroupWrapper {
    width: 48%;
    display: flex;
    gap: 20px;
}

.inputGroupWrapper.flex-column{
    flex-direction: column;
}
.inputGroupWrapperTwice{
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.formWrapper {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 50px;
    flex-wrap: wrap;
}

section#comments {
    margin-bottom: 150px;
}

.iconWithInput textarea {
    height: 150px;
}

.formButton {
    width: 100%;
    display: flex;
    justify-content: center;
}

.formButton button {
    width: 100%;
    justify-content: center;
    height: 46px;
    border-radius: 12px;
}

.formButton button ion-icon {
    font-size: 20px;
}

#categorys {
    margin-bottom: 150px;
}

.categoryList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.categoryCard {
    width: calc(100% * 1/3 - 20px);
    border-radius: 16px;
    background: linear-gradient(124deg, #F7F7FB 47.79%, #EEE3FB 98.79%);
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
}

.categoryDescription {
    width: 100%;
    position: relative;
}

.categoryDescription ion-icon {
    color: #1c2d56;
    font-size: 40px;
    position: absolute;
    right: 0;
}

.categoryDescription h3 {
    margin: 0;
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
    width: calc(100% - 60px);
}

.categoryDescription p {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.categoryLink {
    width: 100%;
    display: flex;
    border-top: 1px solid #7B25CE10;
    padding-top: 10px;
}

.categoryLink a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--Primary-2, #1c2d56);
    text-align: center;
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all .3s ease;
}

.categoryLink a ion-icon {
    font-size: 18px;
}

.categoryLink a:hover {
    color: var(--Primary-2, #3c0076);
}

#mostServices {
    background: linear-gradient(90deg, #1C2D56 0%, #1e93ff 100%);
    padding: 100px 0 50px 0;
    position: relative;
    margin-bottom: 100px;
}

.mostServicesTitle {
    position: relative;
    left: 0;
    top: 0;
}

.mostServicesTitle span {
    color: #FFF;
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 38.5px;
    background: linear-gradient(90deg, #FFA800 0%, #FFDA93 100%);
    padding: 20px 30px;
    position: absolute;
    top: -140px;
    left: 0;
}

.mostServicesTitle span ion-icon {
    font-size: 34px;
}

.mostServicesTitle span:after {
    content: "";
    background: url('../img/arrows.svg');
    width: 190px;
    height: 69px;
    position: absolute;
    right: -170px;
    top: 5px;
    z-index: 999;
}

section#banner {
    /* background: linear-gradient(179deg, #1c2d5600 0%, #b07ce2ad 100%); */
    position: relative;
}

.bannerBg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    bottom: 0;
    right: 0;
}
.bannerBg.platformBanner{
    top: -145px;
    right: -314px;
    left: auto;
}

@media screen and (max-width:1540px) {
    .bannerBg.platformBanner{
        right: -27%;
        left: auto;
    }
}

@media screen and (min-width:1024px) and (max-width:1300px) {
    .bannerBg.platformBanner.moviesBg{
        display: none;
    }
}

.bannerBg img {
    /* width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .1; */
}

.bannerWrapper {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 50px 0 150px 0;
}

.bannerWrapper.flex-column {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
    padding-bottom: 50px;
}

.bannerDescription {
    width: 100%;
    max-width: 650px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.bannerDescription h1 {
    background: linear-gradient(90deg, #1C2D56 0%, #1e93ff 30%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent!important;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: Gilroy,sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 60px */
}

.bannerDescription h1 i, .bannerIcon i {
    -webkit-text-fill-color: transparent !important;
    background: linear-gradient(90deg, #1C2D56 0%, #1e93ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bannerDescription p {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 32px */
    margin: 0;
    -webkit-text-fill-color: unset!important;
}

.bannerIconWrapper {
    display: flex;
    width: calc(100% - 650px);
    justify-content: center;
    align-items: center;
    position: relative;
    padding-right: 20px;
}

.bannerIconWrapper.platformIcon{
    width: auto;
    right: -16%;
}

@media screen and (min-width:1550px) and (max-width:1700px) {
    .bannerIconWrapper.platformIcon{
        /* width: auto; */
        /* right: -5%; */
    }
}

@media screen and (min-width:1024px) and (max-width:1440px) {
    .bannerIconWrapper.platformIcon{
        /* width: auto; */
        /* right: -8%; */
    }
}

.bannerIconWrapper.platformIcon .bannerBg.platformBanner{

}

.bannerIcon {
    width: 120px;
    height: 120px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #ffffff; */
    border-radius: 100%;
    margin-top: 30px;
    margin-right: 0px;
}

.bannerIcon ion-icon, .bannerIcon i {
    /* height: 120px; */
    color: #1e93ff;
    font-size: 86px;
    font-style: normal;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bannerDescription h1 ion-icon {
    font-size: 45px;
    color: #1e93ff;
}

.movies.bannerIcon{
    background: white;
    width: 135px;
    height: 135px;
    left: -12px;
    top: -11px;
}

.movies.bannerIcon::before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    background: #7b25ce21;
    opacity: .4;
    z-index: -1;
    border-radius: 100%;
}

.movies.bannerIcon::after {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    background: #1F2E7E33;
    opacity: .5;
    z-index: -1;
    border-radius: 100%;
    animation: 1.3s infinite bubble;
}


@keyframes bubble {

    0%,
    100% {
        transform: scale(1);
        opacity: .6;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.bannerDescription h1 ion-icon {
    /* display: none; */
}

.bannerWrapper.flex-column h1 {
    justify-content: center;
}

.bannerWrapper.flex-column .bannerIconWrapper .bannerIcon {
    width: 100px;
    height: 100px;
}

.bannerWrapper.flex-column .bannerIconWrapper .bannerIcon ion-icon {
    font-size: 65px;
}

#packages {
    margin-bottom: 75px;
}

#signUpForm {
    background: rgba(196, 182, 215, 0.20);
    backdrop-filter: blur(15px);
    margin-bottom: 100px;
    padding-bottom: 30px;
    padding-top: 30px;
}

#otherServices {
    margin-bottom: 60px;
}

.allServicesLink {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.allServicesLink span {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 17px;
}

.allServicesLink ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
    gap: 10px;
    padding-bottom: 5px;
}

.allServicesLink ul li {
    white-space: nowrap;
}

.allServicesLink ul li a {
    color: var(--desc-grey, #8D96AA);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    border-radius: 16px;
    transition: all .3s ease;
}

.allServicesLink ul li a.active,
.allServicesLink ul li a:hover {
    background: #1C2D56;
    color: white;
}

.allServicesLink ul li a ion-icon {}

.containerX {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 40px;
    padding-right: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 12px;
    /* background: rgba(255, 255, 255, 0.20); */
    color: var(--text, #333);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    height: 50px;
}

.containerX input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmarkX {
    position: absolute;
    top: 13px;
    left: 10px;
    height: 22px;
    width: 22px;
    background-color: #f0eaf5;
    border-radius: 50%;
    border: 1px solid #3131311c;
}

.containerX:hover input~.checkmarkX {
    background-color: #1e93ff;
}

.containerX input:checked~.checkmarkX {
    background-color: #1e93ff;
}

.containerX input:checked~.checkmarkX{
    border-color: #1e93ff!important;
}

.checkmarkX:after {
    content: "";
    position: absolute;
    display: none;
}

.containerX input:checked~.checkmarkX:after {
    display: block;
}

.containerX .checkmarkX:after {
    top: 3px;
    left: 3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: url('../img/checkmark-outline.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(192deg) brightness(101%) contrast(101%);
}

.containerX:hover .checkmarkX:after {
    display: block;
    content: "";
    top: 3px;
    left: 3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: url('../img/checkmark-outline.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(192deg) brightness(101%) contrast(101%);
}

.checkboxGroup {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.labelInput {
    width: 100%;
    display: flex;
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
    margin-bottom: 10px;
}

.checkBoxWrapper {
    display: flex;
    flex-direction: column;
}

.formBottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.formBuyButton {
    display: flex;
    align-items: center;
    gap: 30px;
}

.formBottom>a {
    width: 100%;
    max-width: 50%;
    justify-content: center;
    padding: 10px 30px;
}

.formBuyButton button {
    display: flex;
    width: 200px;
    padding: 12px 30px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    align-self: stretch;
    border-radius: 12px;
    background: var(--Primary-1, #1C2D56)!important;
    color: #FFF;
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    transition: all .3s ease;
    cursor: pointer;
}

.formBuyButton button ion-icon {
    font-size: 22px;
}

.formBuyButton button:hover {
    background: #1e93ff;
}

.formBuyButton span {
    font-family: Gilroy,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: var(--Linear, linear-gradient(90deg, #1C2D56 0%, #1e93ff 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent!important;
}

.formBuyButton p {
    color: #000;
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

#signUpForm .formWrapper {
    margin-top: 0;
}

section#signUpForm .inputGroup {
    width: 100%;
    max-width: 50%;
}

section#signUpForm .flex-column .inputGroup{
    max-width: 100%;
}

section#header {
    position: relative;
    padding: 30px 0;
}

.menuSubWrapper {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: linear-gradient(95deg, #1C2D56 0.53%, #29427E 100%);
    padding: 30px 0;
    z-index: -9;
}

.menuWrapper>ul>li:hover .menuSubWrapper {
    visibility: visible;
    opacity: 1;
    transition: .4s;
    z-index: 999999;
}

.menuSubWrapper ul {
    width: 100%;
    display: flex;
    max-width: 1170px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 20px 30px;
}

.menuBottomBar {
    width: 100%;
    background: linear-gradient(90deg, #FDFC47 0%, #24FE41 100%);
    display: flex;
    align-items: center;
    margin-top: 20px;
    height: 90px;
}

.menuBottomBar.darkBg {
    background: linear-gradient(90deg, #FC00FF 0%, #00DBDE 100%);
}

.menuBottomBar.darkBg span {
    color: white;
}

.menuBottomContent {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSubWrapper ul li {
    width: calc(100% * 1/3 - 20px);
}

.menuSubWrapper ul li a {
    color: var(--Gray3, #F7F7FB);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 21px */
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background-color: rgba(251, 249, 255, 0.05);
    padding: 10px 15px;
    background-image: url('../img/arrow-right.svg');
    background-repeat: no-repeat;
    background-position: 94% 50%;
    background-size: auto;
    position: relative;
    overflow: hidden;
    transition: .5s;
}

.menuSubWrapper ul li a:hover .menuIcon ion-icon {
    color: white;
    transform: rotateY(360deg);
}

.menuSubWrapper ul li a:hover .menuIcon {
    background: #00000080;
}

.menuSubWrapper ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff33;
    transition: .5s;
    z-index: -1;
}

.menuSubWrapper ul li.instagram a:before {
    background: #FF13E7;
}

.menuSubWrapper ul li.twitter a:before {
    background: #1e93ff;
}

.menuSubWrapper ul li.youtube a:before {
    background: #fa2b2b;
}

.menuSubWrapper ul li.twitch a:before {
    background: #B519FF;
}

.menuSubWrapper ul li.facebook a:before {
    background: #786CFF;
}

.menuSubWrapper ul li.soundcloud a:before {
    background: #FF6A16;
}

.menuSubWrapper ul li.github a:before {
    background: #1e93ff;
}

.menuSubWrapper ul li a:hover:before {
    top: 0;
}

.menuIcon {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}

.menuBottomContent span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.menuBottomContent a {
    border-radius: 12px;
    background: var(--Primary-1, #1C2D56);
    padding: 15px 30px;
    color: #FFF;
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    display: flex;
    align-items: center;
    gap: 15px;
    transition: .5s;
}

.menuBottomContent a:hover {
    background: var(--Primary-1, #0c1938);
}

.menuBottomContent a img {
    transition: .5s;
}

.menuBottomContent a:hover img {
    transform: rotateX(360deg);
}

.menuBottomContent span img {
    margin-right: 5px;
}

.menuIcon ion-icon {
    font-size: 22px;
    transition: .7s;
}

.menuIcon ion-icon[name="logo-instagram"] {
    color: #FF13E7;
}

.menuIcon ion-icon[name="logo-twitter"] {
    color: #1e93ff;
}

.menuIcon ion-icon[name="logo-facebook"] {
    color: #786CFF;
}

.menuIcon ion-icon[name="logo-youtube"] {
    color: #fa2b2b;
}

.menuIcon ion-icon[name="logo-twitch"] {
    color: #B519FF;
}

.menuIcon ion-icon[name="logo-soundcloud"] {
    color: #FF6A16;
}

.menuIcon ion-icon[name="logo-github"] {
    color: #1e93ff;
}

.blogPostWrapper {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-top: 50px;
}

.blogDescription {
    width: 100%;
    display: flex;
    flex-direction: column;
}


.postInfo {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.postInfo span {
    display: flex;
    align-items: center;
    color: var(--Primary-1, #9b9b9b);
    font-family: Gilroy,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    gap: 5px;
}

.postInfo span ion-icon {
    color: var(--Primary-1, #9b9b9b);
    font-size: 18px;
}

.blogDescription h2 {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    /* 48px */
    margin: 0;
}

.blogDescription p {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 28px */
    margin: 25px 0 0px 0;
    max-height: 170px;
    overflow: hidden;
}

.blogDescription a {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 28px */
    font-weight: 700;
    margin-bottom: 20px;
}


.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tags.notBg {
    background: none;
}

.tags.singleBg span {
    background: #F7F7FB !important;
}

.tags span {
    border-radius: 8px;
    background: #EBD7DF;
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 3.5px 12px;
}

.tags span:first-child {
    background: #D7D8EB;
}

.blogDetailContent .tags span:nth-child(2) {
    background: #1e93ff73;
}

.blogDetailContent .tags span:nth-child(3) {
    background: #ff8f1f86;
}

.blogDetailContent .tags span:first-child {
    color: #00B578;
}

.blogDetailContent .tags span:nth-child(2) {
    color: #0068fa;
}

.blogDetailContent .tags span:nth-child(3) {
    color: #eb7a09;
}

.blogDetailContent .prodWidgetWrapper .productWidgets {
    width: calc(100% * 1/2 - 15px);
}

.tagsInfo {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.tagsInfo span {
    color: var(--desc-grey, #8D96AA);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 28px */
    display: flex;
    align-items: center;
    gap: 5px;
}

.tagsInfo span ion-icon {
    font-size: 15px;
}

.breadcrump {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.backtopage {
    font-size: 20px;
    background: none;
    display: flex;
    color: #8D96AA;
    cursor: pointer;
}

.breadcrump ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.breadcrump ul li {
    display: flex;
}

.breadcrump ul li a {
    color: var(--desc-grey, #8D96AA);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 28px */
}

.breadcrump ul li:after {
    content: "/";
    color: var(--desc-grey, #8D96AA);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    margin-left: 10px;
}

.breadcrump ul li:last-child:after {
    display: none;
}

.blogDetail {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
}

.blogDetail h1 {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 60px */
    margin: 0;
}

.productWidgets {
    width: calc(100% * 1/3 - 20px);
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 16px;
    background: linear-gradient(124deg, #F2F1F7 69.69%, #E3E7EF 98.79%);
}

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

.prodWidHead span {
    color: var(--Primary-2, #1c2d56);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
}

.prodWidHead span ion-icon{
    width: 28px;
    height: 28px;
}

.prodWidHead span i{
    font-size: 32px;
}

.information{
    position: relative;
    transition: all .3s ease;
}

.information ul{
    position: absolute;
    bottom: 40px;
    right: 0;
    border-radius: 16px;
    background: var(--desc-grey, #8D96AA);
    padding: 15px 15px;
    min-width: 270px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in;
}

.information:hover ul{
    visibility: visible;
    opacity: 1;
}

.information ul li{
    color: var(--input-gray, #F7F7FB);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}

.information ul li:last-child{
    margin-bottom: 0;
}

.prodWidHead .information ion-icon {
    color: var(--desc-grey, #8D96AA);
    font-family: "Font Awesome 6 Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.prodWidgetWrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
}

.productWidgets .descWidthIcon {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    position: relative;
}

.productWidgets p {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 24px */
    /* height: 48px; */
    align-items: center;
    width: calc(100% - 34px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blogDetailContent .productWidgets {
    align-items: flex-start;
}

.blogDetailContent .productWidgets p {
    height: 48px;
}

.blogDetailContent .tags:last-child {
    margin-top: 30px;
}

.productWidgets a {
    padding: 11px 30px;
    width: 100%;
    justify-content: center;
    color: white!important;
}

.productWidgets a:hover{
    color:white;
}

.descWidthIcon ion-icon,.descWidthIcon img {
    color: var(--desc-grey, #8D96AA);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-top: 15px;
}

section#sectionWithSidebar {
    margin-bottom: 150px;
}

section#blogProduct {
    margin-bottom: 80px;
}

.blogListWrapper {
    width: 100%;
    display: flex;
    gap: 45px;
}

.blogItemList {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sidebar {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.blogItemListWrapper {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
}

.blogItem {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.blogListDescription {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.blogListDescription h2 {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 30px */
    margin: 0 0 10px 0;
}

.blogListDescription p {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 28px */
    margin: 0;
}

.blogListDescription .postInfo {
    margin-bottom: 10px;
}

.blogListImg {
    display: flex;
    border-radius: 16px;
}

.blogListImg img {
    border-radius: 16px;
}

.sideAboutUs {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    align-self: stretch;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(209, 215, 228, 0.20) 0%, rgba(141, 150, 170, 0.20) 100%);
    background-image: url('../img/girl.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sideAboutUs p {
    color: var(--desc-grey, #8D96AA);
    text-align: center;
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 23.8px */
}

.sideSocialMedia {
    width: 100%;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 20px;
    height: 62px;
}

.sideSocialMedia a {
    display: flex;
}

.sideSocialMedia a ion-icon {
    color: #1C2D56;
    font-size: 22px;
    transition: .2s;
}

.sideSocialMedia a:hover ion-icon {
    font-size: 28px;
}

.sideAboutUs h3 {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 24px */
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
}

.sideAboutUs h3 span {
    position: relative;
}

.sideAboutUs h3 span:before {
    content: "";
    background: var(--desc-grey, #8D96AA);
    opacity: 0.3;
    width: 1px;
    height: 40px;
    position: absolute;
    left: -20px;
    top: -10px;
}


.sidePlatforms,
.sidePlatforms ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sidePlatforms ul li {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sidePlatforms ul li a {
    width: 100%;
    display: flex;
}

.platformCard {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    border-radius: 16px;
    background: var(--input-gray, #F7F7FB);
    padding: 10px;
    transition: .3s;
}

.sidePlatforms ul li a:hover .platformCard {
    background-image: url(../img/girl.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.platformCard>ion-icon {
    font-size: 42px;
    color: #1C2D56;
}

.platformTitle {}

.platformTitle h2 {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 30px */
    margin: 0;
}

.platformTitle span {
    color: var(--desc-grey, #8D96AA);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.platformTitle span:before {
    content: "";
    background: url('../img/circle-dot.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    display: block;
    width: 15px;
    height: 15px;
}

.platformCard:after {
    content: "";
    background: url('../img/arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    display: block;
    width: 17px;
    height: 15px;
    position: absolute;
    right: 20px;
    z-index: 999;
    filter: brightness(0) saturate(100%) invert(64%) sepia(14%) saturate(376%) hue-rotate(183deg) brightness(91%) contrast(89%);
}

.detailImg {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.detailImg img {
    width: 100%;
    max-height: 452px;
    object-fit: cover;
    border-radius: 16px;
}

.blogDetailWrapper {
    width: 100%;
    display: flex;
    gap: 30px;
}

.blogDetailContent {
    width: calc(100% - 100px);
}

.blogDetailSocialMedia {
    width: 70px;
    display: flex;
    flex-direction: column;
}

.blogDetailSocialMedia span {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 32px */
    text-align: left;
    margin-bottom: 30px;
    text-align: center;
}

.blogDetailSocialMedia {}

.blogDetailSocialMedia ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blogDetailSocialMedia ul li {
    display: flex;
    justify-content: center;
}

.blogDetailSocialMedia ul li a {
    color: var(--Primary-1, #1C2D56);
    font-family: "Font Awesome 6 Brands";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 56px */
    text-align: center;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: var(--desc-grey, #8D96AA09);
    display: flex;
    align-items: center;
    justify-content: center;
}

.blogDetailSocialMedia ul li a ioc-icon {
    color: var(--Primary-1, #1C2D56);
    text-align: center;
    font-family: "Font Awesome 6 Brands";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 56px */
}

.blogDetailDescription {
    width: 100%;
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blogDetailDescription h2 {
    margin: 0;
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.blogDetailSocialMedia ul li a ion-icon {
    font-size: 30px;
}

.blogDetailDescription p {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 32px */
    margin: 0;
}

.blogDetailBottom {
    width: 100%;
    display: flex;
    padding: 20px 30px;
    align-items: center;
    align-content: center;
    gap: 30px;
    align-self: stretch;
    flex-wrap: wrap;
    border-radius: 16px;
    background: var(--Gray3, #F7F7FB);
    margin-top: 40px;
}

.blogDetailBottom>img {}

.blogDetailBottom p {
    margin: 0;
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blogDetailBottom span {
    color: var(--desc-grey, #8D96AA);
    font-family: Gilroy,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blogDetailBottom ion-icon {
    font-size: 22px;
    cursor: pointer;
}

.lastBlog {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sidebarBlog {
    width: 100%;
    display: flex;
    padding: 10px;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--input-gray, #F7F7FB);
}

.lastBlogImg {
    display: flex;
    width: 170px;
}

.lastBlogImg a {
    display: flex;
}

.lastBlogImg a img {
    width: 100%;
}

.lastBlogDesc {
    display: flex;
    flex-direction: column;
    width: calc(100% - 180px);
}

.lastBlogDesc a {
    margin: 0;
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
}

.sidebarTitle {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: -10px;
}

.sidebarTitle h2 {
    width: 100%;
    display: flex;
    margin: 0;
    color: #000;
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
}

#contactChannel {
    margin: 130px 0 150px 0;
    background: #F7F7FB;
    backdrop-filter: blur(15px);
}

.contactInfo {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    padding: 50px 0;
}

.contactInfo h2 {
    color: var(--Primary-1, #1C2D56);
    text-align: center;
    font-family: Gilroy,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
    margin: 0;
}

.contactNumbers {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.contactNumbers a {
    display: flex;
    border-radius: 8px;
    background: #eceff7;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.contactInfo ul {
    display: flex;
    gap: 30px;
}

.contactInfo ul li {
    color: var(--desc-grey, #8D96AA);
    text-align: center;
    font-family: Gilroy,sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
}

.contactFormWrapper {
    width: 100%;
    display: flex;
    gap: 30px;
    margin-top: 50px;
}

.mapArea {
    width: 100%;
    max-width: 470px;
}

.mapArea iframe {
    border-radius: 16px;
}

.contactFormArea {
    width: calc(100% - 500px);
    display: flex;
}

.contactFormArea .formWrapper {
    margin-top: 0;
}

.contactFormArea .iconWithInput input,
.contactFormArea .iconWithInput textarea {
    background: white;
}

#basket {
    margin-bottom: 85px;
    margin-top: 30px;
}

.basketProducts {
    width: 100%;
    border-radius: 16px;
    background: rgba(141, 150, 170, 0.05);
    display: flex;
    padding: 21px 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.basketProducts.notBg {
    padding: 0;
}

.basketDescription {
    width: 100%;
}

.inBasket {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.basketItemDesc {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
}

.basketItemDesc button {
    display: flex;
    background: none;
    outline: none;
    border: 0;
    font-size: 20px;
    cursor: pointer;
    color: #ff000036;
    transition: .3s;
}

.basketItemDesc button:hover {
    color: #F00;
}

.basketItemDesc p {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    flex: 1;
}

.socialMediaTitle {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 140px;
}

.basketItemLink {
    color: var(--weak, #999);
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    /* 85.714% */
}

.socialMediaTitle span {
    background: var(--Linear, linear-gradient(90deg, #1C2D56 0%, #1e93ff 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.socialMediaTitle ion-icon {
    color: #485477;
    font-size: 24px;
    min-width: 24px;
}

.basketItemDesc>img {
    width: 22px;
}

.basketItemDesc span {
    color: var(--Primary-2, #1c2d56);
    text-align: center;
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.basketDescription h3 {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
    margin: 0 0 20px 0;
}

.basketDescription span {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    /* font-weight: 700; */
    line-height: 150%;
    /* 21px */
}

.basketWrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-top: 40px;
}

.basketProducts {
    width: 100%;
    border-radius: 16px;
    background: none;
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.basketDescription {
    width: 100%;
}

.inBasket {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.basketItem {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
    background: #1E93FF05;
    padding: 20px 30px;
    gap: 10px;
}

.basketItemDesc {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.basketItemDesc button {
    display: flex;
    background: none;
    outline: none;
    border: 0;
    font-size: 20px;
    cursor: pointer;
    color: #00000020;
}

.basketItemDesc p {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    flex: 1;
}

.socialMediaTitle {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 140px;
}

.basketItemLink {
    color: var(--weak, #999);
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    /* 85.714% */
}

.socialMediaTitle span {
    background: var(--Linear, linear-gradient(90deg, #1C2D56 0%, #1e93ff 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.socialMediaTitle ion-icon {
    color: #485477;
    font-size: 24px;
}

.basketItemDesc>img {
    width: 22px;
}

.basketItemDesc span {
    color: #1e93ff;
    text-align: center;
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.basketDescription h3 {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
    margin: 0 0 20px 0;
}

.basketDescription span {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    /* font-weight: 700; */
    line-height: 150%;
    /* 21px */
}

.sidebarBasket,
.sidedashboard {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 370px;
    background: #ffffff40;
    border-radius:24px;
    padding: 20px;
}

.sidebarBasket.notBg,
.sidedashboard.notBg {
    background: none;
    padding: 0;
    position: relative;
}

.fullBasketArea.basketWrapper{
    flex-direction: column;
    margin-top: 0;
}

.fullBasketArea .sidebarBasket,
.fullBasketArea .sidedashboard {
    max-width: 100%;
    background: white;
    border-radius: 0 0 24px 24px;
    padding: 30px;
}


.basketWrapper .sidebarBasket.notBg::before{
    content: "";
    background-image: url(../img/vector.png);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 100%;
    display: block;
    width: 227px;
    height: 161px;
    position: absolute;
    top: -140px;
    z-index: -1;
    opacity: .5;
    display: none!important;
}

.baketTitle {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.baketTitle h3 {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.baketTitle p {
    color: var(--Primary-1, #8D96AA);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    margin: 0;
}

.basketPriceArea {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.basketPriceArea ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.basketPriceArea ul li {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
}

.basketPriceArea ul li p {
    color: var(--desc-grey, #8D96AA);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 24px */
    margin: 0;
}

.basketPriceArea ul li span {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
}

.basketPriceArea ul li:last-child span {
    font-size: 28px;
}

#basketSteps {
    margin-top: 30px;
    margin-bottom: 85px;
}

#basketSteps.mb30 {
    margin-bottom: 30px;
}

#basketSteps .themeTitle h2{
    margin-bottom: 20px;
}

.sidebarBasketSteps {
    width: 100%;
    max-width: 370px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.packageCard.singlePackage {
    width: 100%;
    padding: 30px 20px;
}

.stepBar {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.stepBar ul {
    width: 100%;
    display: flex;
}

.stepBar ul li {
    width: 100%;
    text-align: center;
    border-top: 3px solid #E2E8ED;
    position: relative;
}

.stepBar ul li.active {
    width: 100%;
    border-color: #1e93ff;
    z-index: 99;
}

.stepBar ul li span {
    color: var(--character-title-85, rgba(0, 0, 0, 0.85));
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 4px;
}

.stepBar ul li span strong {
    font-weight: 700;
}

.stepBar ul li:after {
    content: "";
    width: 14px;
    height: 14px;
    background: #E2E8ED;
    position: absolute;
    border-radius: 100%;
    top: -8px;
    right: -6px;
}

.stepBar ul li.active:after {
    background: #1e93ff;
    z-index: 9;
}

.inputWrapper {
    width: 100%;
    display: flex;
    gap: 20px;
}

.inputWrapper a,
.inputWrapper button {
    display: flex;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 12px;
    background: var(--Primary-1, #1C2D56);
    color: #FFF;
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    transition: .3s;
    width: 100%;
}


.inputWrapper a:hover,
.inputWrapper button:hover {
    background: #1e93ff;
    color:white;
}

.inputWrapper .inputGroup a {
    width: 100%;
    height: 54px;
}

.inputWrapper a ion-icon,
.inputWrapper button ion-icon {
    font-size: 18px;
}

.productBuyForUsername {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    background: #8D96AA05;
    padding: 20px 15px;
    gap: 20px;
}

.orderForm {
    width: 100%;
}

.orderForm form {
    width: 100%;
}

.inputWrapper input {
    background: white;
}

.inputWrapper .inputGroup,
.inputWrapper a {
    width: 50%;
}

.productBuyForUsername h3 {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0;
}

.productBuyForUsername>span {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
}

.productBuyForUsername h3 ion-icon {
    color: #8D96AA;
}

#horizontalGift {
    margin-bottom: 150px;
}

#horizontalGift .giftWrapper {
    display: flex;
    gap: 30px;
    max-width: 100%;
}

#horizontalGift .giftCard {
    margin-top: 0;
}

#otherWidgets {
    border-top: 1px solid #1c2d56;
    border-bottom: 1px solid #E2E8ED;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.otherServicesWrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
    gap: 30px;
}

.servicesCard {
    width: calc(100% * 1/3 - 20px);
    border-radius: 16px;
}

.servicesCard a {
    width: 100%;
    display: flex;
    padding: 15px 55px 15px 30px;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    /* 28px */
    position: relative;
    transition: .4s ease;
    background: #eceff7;
    border-radius: 16px;
}

.servicesCard a:hover {
    background: #fff;
    border-radius: 16px;
}

.servicesCardIcon {
    display: flex;
}

.servicesCardIcon ion-icon {
    font-size: 20px;
}

.otherServicesTitle {
    width: 100%;
    display: flex;
    align-items: center;
}

.otherServicesTitle h2 {
    margin: -22px auto 0 auto;
    background: #faf7fd;
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 19.2px */
    padding: 7px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.otherServicesTitle h2 ion-icon {
    font-size: 30px;
}

.servicesCard a span {
    display: flex;
}

.servicesCard a:after {
    content: "";
    background-image: url('../img/arrow-right.svg');
    background-repeat: no-repeat;
    background-position: 94% 50%;
    background-size: auto;
    display: block;
    width: 17px;
    height: 15px;
    position: absolute;
    right: 30px;
    z-index: 999;
    filter: brightness(0) saturate(100%) invert(64%) sepia(14%) saturate(376%) hue-rotate(183deg) brightness(91%) contrast(89%);
}

#freeToolsForm {
    margin-bottom: 100px;
}

.titleWidthCountdown {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.countdownWrapper {
    width: 50%;
    background: #7B25CE03;
    border-radius: 16px;
}

#countdown {
    background: #7B25CE05;
    padding: 22px 30px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 0 0 16px 16px;
}

#countdown strong {
    font-size: 18px;
}

#countdown ion-icon {
    color: #9f9f9f;
    font-size: 18px;
}

.countdownWrapper span {
    width: 100%;
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    display: flex;
    flex-wrap: wrap;
    white-space: normal;
    justify-content: center;
    gap: 5px;
    padding: 20px 20px 16px 20px;
    box-sizing: border-box;
    border-radius: 16px 16px 0 0;
}

#countdown>div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.daytime {}

.hourstime {}

.minutestime {
    min-width: 95px;
}

.militime {
    min-width: 95px;
}

.userInfo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.userInfoCard {
    width: calc(25% - 15px);
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.userInfoCard span {
    color: var(--desc-grey, #8D96AA);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
}

.userInfoCard p {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
    margin: 0;
}

.orderStatusButton {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.orderStatusButton span {
    color: var(--desc-grey, #8D96AA);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
    display: flex;
    align-items: center;
    gap: 20px;
}

.success {
    background: #00B578;
}

.orderStatusButton .order-result {
    display: flex;
    width: 440px;
    padding: 12px 30px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    align-self: stretch;
    border-radius: 12px;
    color: #FFF;
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
}

.error {
    background: #fc2929;
}

.orderStatusButton .order-result ion-icon {
    font-size: 25px;
}

.orderStatusButton span ion-icon {
    font-size: 22px;
}

.orderStatus .checkboxGroup {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.50);
}

.orderStatus {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.postOrderDetails {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.postOrderDetails ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.postOrderDetails ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.postOrderDetails ul li span {
    color: var(--desc-grey, #8D96AA);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
    display: flex;
    align-items: center;
    gap: 10px;
}

.postOrderDetails ul li span ion-icon {
    font-size: 20px;
}

.postOrderDetails ul li p {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
    margin: 0;
}

.postOrderDetails ul li a {
    color: #2867FF;
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
}

.productBuyForUsername .productWidgets {
    width: 100%;
    border-radius: 16px;
    background: linear-gradient(124deg, #EFEEF6 69.69%, #E1DEEB 98.79%);
}

.productBuyForUsername .productWidgets .btn-secondary {
    background: #1C2D56!important;
}

.memberShip {
    width: 100%;
    height: auto;
    background: linear-gradient(318deg, #6E22B9 0%, #E3DBFF 100%);
    padding-top: 20px;
}

.memberShipHeader {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.backtoTop {
    display: flex;
    align-items: center;
    flex: .85;
}

.medyahizmetinLogo {
    display: flex;
    align-items: center;
    flex: 1;
}

.medyahizmetinLogo a {
    display: flex;
    align-items: center;
}

.backtoTop .backtopage {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 5px;
}

.registerBg {
    background: url('../img/register.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top right;
}

.loginBg {
    background: url('../img/login.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}

.loginBg .memberForm {
    align-items: flex-start;
}

.memberFormContent {
    width: 100%;
    display: flex;
    align-items: center;
    height: calc(75vh - 160px);
}

.memberForm {
    display: flex;
    width: 100%;
    max-width: 800px;
    padding: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 24px;
    background: rgba(251, 249, 254, 0.90);
    backdrop-filter: blur(12.5px);
    margin: 0 auto;
}

.memberForm form {
    width: 100%;
}

.memberForm .formWrapper {
    margin-top: 0;
}

.memberForm h2 {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.memberForm h2 ion-icon {
    color: #8D96AA;
    font-size: 20px;
}

.memberFormOther {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
}

.memberFormOther a {
    color: #1c2d56;
    font-weight: 600;
}

.forgotPassword {
    display: flex;
}

.forgotPassword a {
    color: var(--Primary-2, #1c2d56);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 21px */
    transition: .3s;
}

.forgotPassword a:hover {
    color: #1C2D56;
}

.memberInformation {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: sticky;
    top: 15%;
}

.memberInfoHead {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.memberInfoHead ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
}

.memberInfoHead ul li {
    width: calc(25% - 15px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.titleli {
    color: var(--desc-grey, #8D96AA);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    display: flex;
    align-items: center;
    gap: 5px;
}

.memberInfoHead ul .descriptionli {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.descriptionli span {
    color: var(--Primary-1, #1C2D56);
    text-align: right;
    font-family: Gilroy,sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
}

.sidebarBasket .descriptionli a{pointer-events: none; cursor: unset;}

.memberInfoHead ul .titleli ion-icon {
    color: #8D96AA;
    font-size: 20px;
}

.memberInfoHead ul li .btn-primary {
    width: 100%;
    border-radius: 12px;
    justify-content: center;
    color: white;
}

.memberInfoHead ul li .btn-primary:hover{
    color:white;
}

.basketButtonsArea{
    display: flex;
    gap: 15px;
}

.basketButtonsArea > *{
    width: 100%;
    max-width: calc(25% - 15px);
}

.memberInfoBottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #E2E8ED;
    padding-top: 30px;
    gap: 15px;
}

.memberInfoBottom ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.memberInfoBottom ul li {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 5px;
}
.memberInfoBottom ul li:first-child{
    margin-top: 30px;
}
.memberInfoBottom ul li:last-child{
    margin-bottom: 0;
}

.memberInfoBottom ul li .descriptionli {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.30);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.descriptionli ion-icon {
    font-size: 22px;
    color: #8D96AA;
}

.descriptionli a {
    display: flex;
}

.titleli ion-icon {
    color: #8D96AA;
    font-size: 16px;
}

.warningInfo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.warningInfo .btn-primary {
    padding: 15px;
    border-radius: 12px;
}

.warningInfo span {
    border-radius: 12px;
    background: #FFFBE6;
    color: #FAAD14;
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    display: flex;
    flex: 1;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
}

.warningInfo span ion-icon {
    font-size: 22px;
}

.addBalance {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.dashboardTab {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex: 1 0 0;
    border-radius: 12px;
    background: #eceff7;
}

.dashboardTab ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboardTab ul li {
    display: flex;
    width: 100%;
    justify-content: center;
}

.dashboardTab ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    15px contain-intrinsic-block-size: auto 100px;
    height: 50px;
    width: 100%;
    justify-content: center;
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    transition: .3s ease;
}

.dashboardTab ul li a ion-icon {
    color: var(--desc-grey, #8D96AA);
    font-family: "Font Awesome 6 Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 16px;
    /* 100% */
}

.dashboardTab ul li a img{
    filter: brightness(0) saturate(100%) invert(60%) sepia(25%) saturate(215%) hue-rotate(183deg) brightness(93%) contrast(94%);
}
.dashboardTab ul li a.active img, .dashboardTab ul li a:hover img{
    filter: brightness(0) saturate(100%) invert(88%) sepia(62%) saturate(0%) hue-rotate(161deg) brightness(109%) contrast(101%);
}
.dashboardTab ul li a.active,
.dashboardTab ul li a:hover {
    background: #1c2d56;
    color: white;
}

.dashboardTab ul li a.active ion-icon,
.dashboardTab ul li a:hover ion-icon {
    color: white;
}

.dashboardTab ul li:first-child a {
    border-radius: 12px 0 0 12px;
}

.dashboardTab ul li:last-child a {
    border-radius: 0 12px 12px 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 0;
}

th {
    text-align: left;
    padding: 4px 4px 14px 10px;
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 21px */
}

td {
    text-align: left;
    padding: 10px;
    color: var(--desc-grey, #8D96AA);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
}

table tr{
    background: #ffffff30;
    border-bottom: 15px solid #eceff7;
}

table tr:first-child{background: none;}
table tr:last-child{border-bottom: 0;}

tr:nth-child(even) {
    /* background-color: #f2f2f2; */
}

.tableWrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    background: #eceff7;
    gap: 10px;
    padding: 30px;
}

td a {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 21px */
    display: flex;
    align-items: center;
    gap: 4px;
}

td strong {
    font-weight: 600;
}

td:last-child {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 21px */
    display: flex;
    align-items: center;
    gap: 3px;
}

td:last-child ion-icon {
    margin-top: -2px;
}

td a span {
    max-width: 141px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.infoForPage {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1890FF;
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    margin-top: 10px;
    background: #1890ff0f;
    padding: 10px;
    border-radius: 5px;
}

.tableWrapper .productBuyForUsername {
    padding: 0;
}

.infoForPage ion-icon {
    font-size: 20px;
}

.totalPrice {
    display: flex;
    padding: 10px;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    gap: 20px;
    align-self: stretch;
    flex-wrap: wrap;
    border-radius: 12px;
    background: #8D96AA30;
}

.totalPrice span {
    color: var(--desc-grey, #8D96AA);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 21px */
    display: flex;
    align-items: center;
    gap: 26px;
}

.totalPrice span strong {
    color: var(--Primary-1, #1C2D56);
    font-family: Gilroy,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
}

.allShow {
    /* 21px */
    width: 100%;
    display: flex;
    align-items: center;
}

.allShow a {
    color: var(--desc-grey, #8D96AA);
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 21px */
    transition: .3s;
}

.allShow a:hover {
    color: black;
}

.progress-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
}

.progress {
    height: 5px;
    width: 0;
    background-color: #4CAF50;
    z-index: 0;
    transition: width 0.3s;
}

.step {
    position: relative;
    z-index: 1;
}

.step .bullet {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    transition: background-color 0.3s;
}

.step .check {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #4CAF50;
    display: none;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.prev-btn {
    background-color: #bbb;
}

.prev-btn:hover {
    background-color: #999;
}

.submit-btn {
    background-color: #008CBA;
}

.submit-btn:hover {
    background-color: #007bb5;
}

.containerBtn {
    width: 100%;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 12px;
    background: #FFF;
    padding: 20px;
}

.containerBtn.check p,
.containerBtn.check p small {
    color: white;
}

.containerBtn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmarkBtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #eee;
    border-radius: 12px;
}

.containerBtn:hover input~.checkmarkBtn {
    background-color: #e9e9e9;
}

.containerBtn input:checked~.checkmarkBtn {
    background-color: #1c2d56;
}

.checkmarkBtn:after {
    content: "";
    position: absolute;
    display: none;
}

.containerBtn input:checked~.checkmarkBtn:after {
    display: block;
    opacity: 0;
}

.containerBtn .checkmarkBtn:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.checkButtonWrapper {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.containerBtn p {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 0 0px 0;
    color: var(--Primary-1, #1C2D56);
    text-align: center;
    font-family: Gilroy,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    z-index: 999;
    position: relative;
}

.containerBtn p small {
    color: var(--desc-grey, #8D96AA);
    text-align: center;
    font-family: Gilroy,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 210%;
    margin-top: 10px;
}

.whichProduct {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.whichProduct a {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--weak, #999);
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    /* 85.714% */
}

#step3 .productBuyForUsername {
    gap: 40px;
}

.modalContainer {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    background: url('../img/girl.png');
    background-color: #fbfbfb;
    border-radius: 16px;
}

.modalWrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    background: #000000b5;
    z-index: 9999999999;
    display: flex;
    align-items: center;
}

.modalContent {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    position: relative;
    padding: 25px;
}

.modalContent a{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    position: relative;
    padding: 0px;
}

.modalContent p{
    color: var(--Primary-1, #1C2D56);
    text-align: center;
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 32px */
    margin: 0;
}

.modalContent .tableWrapper {
    max-height: 355px;
    overflow: auto;
}

.orderSearchArea {
    width: 100%;
}

.orderSearchArea .inputWrapper button {
    width: 250px;
}

.orderSearchArea .inputWrapper .inputGroup {
    width: calc(100% - 250px);
}

.modalClose {
    display: flex;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    z-index: 9999999999;
}

.modalClose ion-icon {
    font-size: 32px;
    color: #1c2d56;
}

.generalModal.modalContainer{
    background: linear-gradient(295deg, #1C2D56 -42.68%, #1e93ff 100%);
}

.generalModal .modalClose ion-icon{
    color: white;
}

.generalModal .modalContainer {
    border-radius: 16px;
    background: linear-gradient(295deg, #1C2D56 -42.68%, #1e93ff 100%);
}
.modalDescription{
    background-color: white;
    border-radius: 16px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.modalContent > img{
    max-width: 100%;
}
.modalContent h2 {
    color: var(--Primary-1, #1C2D56);
    text-align: center;
    font-family: Gilroy,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    margin: 0;
}
.notiWrapper{
    width: 100%;
    position: relative;
}
.notificationLink .notiWrapper {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -230px;
    top: 30px;
    background: white;
    border-radius: 15px;
    box-shadow: 1px 1px 6px 4px #00000008;
    height: 250px;
    overflow: auto;
    width: 350px;
    padding: 10px 10px 10px 10px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.notificationLink:hover .notiWrapper {
    /* display: block; */
    opacity: 1;
    visibility: visible;
    transition: .3s ease;
}

.notificationLink ul {
    width: 100%;
    height: 185px;
    overflow: auto;
}

.notificationLink {
    position: relative;
}

.notificationLink:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 30px;
    right: 0;
    top: 15px;
}

.notificationLink ul li {
    width: 100%;
    font-size: 12px;
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start;
    color: #333;
    /* border-bottom: 1px solid rgba(128, 128, 128, 0.16); */
    padding-bottom: 5px;
    font-weight: 500;
    background: rgb(128 128 128 / 4%);
    border-radius: 10px;
    padding: 7px;
}

.notificationLink ul li span{
    display: flex;
    flex-direction: column;
}
.notificationLink ul li h3{
    font-size: 14px;
    font-weight: 600;
    color: black;
    margin: 0;
}

.notificationLink ul li small{
    color: rgb(173, 173, 173);
    font-size: 9px;
    margin-top: 2px;
}

.notificationLink ul li:last-child {
    margin-bottom: 0;
}

.notificationLink ul li i {
    margin-top: 5px;
    margin-right: 6px;
    font-size: 11px;
    color: #a174d4;
}

.sidebarBasket .memberInfoBottom > span {
    background: #2596ff;
    padding: 15px 15px;
    border-radius: 10px;
    font-size: 14px;
    color: white;
    cursor: pointer;
    letter-spacing: .5px;
    text-align: center;
}

.sidebarBasket .memberInfoBottom ul{
    display: none;
}

.sidebarBasket .memberInfoBottom span img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(2%) hue-rotate(39deg) brightness(104%) contrast(101%);
    z-index: 99999;
    opacity: 1;
    float: right;
    margin-top: 6px;
    transition: .4s ease;
}

.sidebarBasket .memberInfoBottom.active span img{
    transform: rotate(180deg);
}

.star-rating {
    display: flex;
    flex-direction: row;
}

.star-rating input {
    display: none;
}

.star-rating i {
    font-size: 18px;
    color: #b8b8b8;
    cursor: pointer;
    margin-right: 2px;
}

.star-rating i.active {
    color: gold;
    font-weight: 600;
}

.rateArea{
    width: 100%;
    padding: 15px 20px 15px 20px;
    border-radius: 12px;
    background: #F7F7FB;
    border: 0;
    color: var(--desc-grey, #8D96AA);
    display: flex;
    align-items: center;
    gap: 20px;
}
.rateArea span{
    font-size: 14px;
}
.bodyNotPadding{padding: 0;}

.supportDetail{
    width: 100%;
    max-height: 500px;
    overflow: auto;
    padding-right: 20px;
}

.supportDetail::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
}

.supportDetail::-webkit-scrollbar-track {
    background: #1ad5975e;
    border-radius: 10px;
}

.supportDetail::-webkit-scrollbar-thumb {
    background: #1c3981;
    border-radius: 10px;
}

.supportDetail::-webkit-scrollbar-thumb:hover {
    background: #0fa372;
}

.allServicesLink ul::-webkit-scrollbar {
    height: 5px;
}

.supportDetail .tableWrapper{
    margin-bottom: 20px;
}

.supportDetail .memberInfoBottom ul li {
    margin: 0;
}

.supportDetail .memberInfoBottom {
    margin: 0;
    padding: 10px 0 0 0;
}

.supportDetail .tableWrapper {
    gap: 10px;
    border-radius: 16px;
    padding: 30px 20px;
}

.supportDetail .productBuyForUsername h3 {
    font-size: 15px;
}

.supportDetail .memberInfoBottom ul li .descriptionli {
    font-size: 15px;
}

.supportDetail {}

.notificationCounter{}
.notificationCounter span{
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 10px;
    font-weight: 500;
    background: #1e93ff;
    border-radius: 100%;
    min-width: 20px;
    min-height: 20px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

ion-icon.fa-youtube {
    padding-right: 5px;
}



body .movies.bannerIcon .fa-youtube:before{
    width: 90px;
    height: 90px;
    display: block;
}


#paymentHTML iframe, #paytriframe{
    min-height: 930px!important;
}

@media screen and (max-width: 1024px) {
    #paymentHTML iframe, #paytriframe{
        min-height: 960px!important;
    }
}

.orderAfterTable{
    width: 100%;
    margin-top: 20px;
    background: #eceff7;
    padding: 20px 15px;
    border-radius: 24px;
}

.checkDeleteItem button{
    padding: 0px;
}

.checkDeleteItem button i{
    color: #1c2d56;
    font-size: 19px;
    cursor: pointer;
}
.checkDeleteItem .containerX{
    margin-right: -20px;
    margin-bottom: 0;
    margin-top: -10px;
}
.checkDeleteItem .checkmarkX{
    border-radius: 100%;
}
.checkDeleteItem .containerX .checkmarkX:after {
    top: 3px;
    left: 3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: url('../img/checkmark-outline.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(192deg) brightness(101%) contrast(101%);
}


.containerX input:checked ~ .checkmarkX {
    background-color: #1e93ff !important;
}

.zback {
    z-index: -1;
}

.zfront {
    z-index: 9;
    position: relative;
}

img.animation1 {
    top: 40px;
    right: auto;
    left: 90px;
}
.animation1 {
    -webkit-animation: animation1 0.3s linear infinite both;
    animation: animation1 4s linear infinite both;
}
img.animation6 {
    top: 62px;
    left: auto;
    right: 75px;
}
.animation6 {
    -webkit-animation: animation1 0.3s linear infinite both;
    animation: animation1 4s linear infinite both;
}
@keyframes animation1 {
    0% {
        -webkit-transform: translate(0);
                transform: translate(0);
    }
    50% {
        -webkit-transform: translate(10px, 20px);
        transform: translate(10px, 20px);
    }
    100% {
        -webkit-transform: translate(0);
                transform: translate(0);
    }
}
img.animation2 {
    top: 180px;
    right: auto;
    left: 90px;
}
.animation2 {
    -webkit-animation: animation2 0.3s linear infinite both;
    animation: animation2 4s linear infinite both;
}

@keyframes animation2 {
    0% {
        -webkit-transform: translate(0);
                transform: translate(0);
    }
    50% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg);
    }
    100% {
        -webkit-transform: translate(0);
                transform: translate(0);
    }
}

img.animation3 {
    top: 280px;
    right: auto;
    left: 200px;
}
:root {
    --bg: #efeef7;
    --bgdeg: #e0e0eb;
    --font: "Gilroy", sans-serif;
    --main-color: #e92056;
    --main-color-rgb: 233, 32, 86;
    --head-color: #191b29;
    --secondary: #2acf9b;
    --dark-color: #23232e;
    --main-text-color: #4b5176;
    --dark-text-color: #4f516a;
    --soft-text-color: #aeb6cb;
    --light: #78788f;
    --primary: #6a7bf5;
    --success: #57c781;
    --warning: #ebb35f;
    --danger: #f56a6a;
    --secondary: #2acf9b;
    --container: 1440px;
    --packHeadCL: #26293e;
    --radius: 5px;
    --white: #fff;
    --dwhite: #fff;
    --black: #000;
    --scrollbg: #f5f5f5;
    --scrollcl: #c5c5c5;
    --border: #00000010;
}
.animation3 {
    -webkit-animation: animation3 0.3s linear infinite both;
    animation: animation3 6s linear infinite both;
}

@keyframes animation3 {
    0% {
        -webkit-transform: translate(0);
                transform: translate(0);
    }
    50% {
        -webkit-transform: translate(10px, 20px);
        transform: translate(10px, -10px);
    }
    100% {
        -webkit-transform: translate(0);
                transform: translate(0);
    }
}

img.animation4 {
    top: 340px;
    right: auto;
    left: 170px;
}
.animation4 {
    -webkit-animation: animation4 0.3s linear infinite both;
    animation: animation4 3s linear infinite both;
}

@keyframes animation4 {
    0% {
        -webkit-transform: translate(0);
                transform: translate(0);
    }
    50% {
        -webkit-transform: translate(10px, 20px);
        transform: translate(10px, 20px);
        transform: rotate(-25deg);
        margin-top: -35px;
    }
    100% {
        -webkit-transform: translate(0);
                transform: translate(0);
    }
}

img.animation5 {
    top: 180px;
    right: 0;
    left: auto;
}
.animation5 {
    -webkit-animation: animation5 0.3s linear infinite both;
    animation: animation5 3s linear infinite both;
}

@keyframes animation5 {
    0% {
        -webkit-transform: translate(0);
                transform: translate(0);
    }
    50% {
        -webkit-transform: translate(10px, 20px);
        transform: translate(30px, 40px);
        transform: rotate(40deg);
        margin-top: 40px;
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

section#popularPlatforms {
    background: #FEFDFE;
    position: relative;
    padding-bottom: 50px;
}

section#popularPlatforms:before {
    content: "";
    background: #fefdfe;
    width: 100%;
    height: 150px;
    position: absolute;
    top: -150px;
    z-index: -2;
}

.mostFavourid{
    position: absolute;
    background: #FFB800;
    border-radius: 30px;
    padding: 10px;
    color: #FFF;
    text-align: center;
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 150px;
    height: 36px;
    justify-content: center;
    top: -15px;
    left: calc(50% - 75px);
    transition: all .3s ease;
    opacity: 1;
}

.packageCard:hover .mostFavourid{
    opacity: 1;
}

.packageCard .mostFavourid img{
    width: 13px;
}

.themeTitleWithIcon{
    display: flex;
    align-items: center;
    gap: 40px;
}
.themeTitleIconDesc{}

.mr10{
    margin-right: 10px;
}

#contact-me{
    margin-bottom: 80px;
}

#basket-active{
display: flex;
flex-direction: column;
gap: 20px;
}

.tableWrapperScroll{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: 435px;
    overflow: auto;
    padding-right: 5px;
}

.tableWrapperScroll::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
}

.tableWrapperScroll::-webkit-scrollbar-track {
    background: #1ad5975e;
    border-radius: 10px;
}

.tableWrapperScroll::-webkit-scrollbar-thumb {
    background: #1c3981;
    border-radius: 10px;
}

.tableWrapperScroll::-webkit-scrollbar-thumb:hover {
    background: #0fa372;
}

.memberInfoBottom, .memberInfoBottom ul li{
    margin-top: 0;
    padding-top: 0;
}

.memberInfoBottom ul li{
    padding-top: 10px;
}

.memberInfoBottom ul li:first-child{
    margin-top: 10px;
}
#footer {
  position: relative;
}
.ftMenuLinkxs {
    padding-top: 20px;
    justify-content: space-between
}
.custom-select .ilkicon{
    justify-content: flex-start
}
.custom-select .ilkicon span{
font-size: 14px;
display: flex
;margin-bottom:0px;
    align-items: center;
    justify-content: center;
}
.custom-select .ilkicon i{
    font-size: 22px;
}
   
#footer .before-element {
  content: "";
    background: url(../img/footericon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    position: absolute;
    top: -17px;
    left: calc(50% - 55px);
    width: 110px;
    height: 52px;
    cursor: pointer;
}
#footer {    z-index: 1!important;}


.platformLinks a:hover ion-icon {
    color: white !important;
}
.newDiv{
    height: 145px;
}  .warning{
            background: orange;
        }
        .danger{
            background: red;
        }

.owl-carousel .owl-stage-outer {
    overflow-x: clip;
}

        @media screen and (max-width:768px){
}

.tab button.active ion-icon {
    color: white !important;
}



.aboutDescriptionddd ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 10px;
    counter-reset: item-counter;
    margin-right: 28px;
}

.aboutDescriptionddd ul li {
   padding: 0px;
   border-radius: 10px;
   position: relative;
   /* border: 1px solid #B07CE220; */
}




.how-buy {
    display: grid;
    grid-template-columns: 750px auto;
    gap: 25px;
    position: relative;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    padding: 5px;
    border-radius: 10px;
    background: var(--dwhite);
}

.how-buy .content {
    padding: 20px;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 30px;
    min-width: 100%;
}

.how-buy .content :is(h1, h2, h3, h4, h5) {
    color: var(--dark-text-color);
    margin-bottom: 3px;
}

.how-buy .content > p {
    font-size: 17px;
    color: var(--main-text-color);
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.how-buy .media img {
    max-height: 400px;
    height: 100%;
    object-fit: contain;
    border-radius: 7px;
    display: block;
}

.how-buy ol li .detail p {
    font-size: 16px;
    color: var(--main-text-color);
    font-weight: 500;
}

.how-buy .media.free img {
    max-height: 300px;
}

.how-buy .media {
    position: relative;
    /* width: 100%; */
    right: 0;
}

.how-buy .content ul li {
    color: #8d96aa;
    padding-left: 14px;
    font-weight: 400;
    position: relative;
}

.how-buy .content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: var(--secondary-color);
}

.how-buy .content ul li::after {
    content: "";
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    opacity: 0.2;
    border-radius: 10px;
    background: var(--secondary-color);
}


.how-buy::before {
    content: "\e97c";
    position: absolute;
    right: -35px;
    font-size: 150px;
    opacity: 0.1;
    color: var(--main-color);
    z-index: -1;
    top: -32px;
    transform: rotate(8deg);
}

section.howArea {
    position: relative;
    overflow: hidden;
}

.how-buy ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 25px;
    counter-reset: item-counter;
}

.how-buy ul li {
    padding: 5px;
    border-radius: 10px;
    position: relative;
    /* overflow: hidden; */
    /* border: 1px solid var(--bg); */
}

.how-buy ul li .count {
    width: 60px;
    min-width: 60px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-text-color);
    background: var( --bg);
    border-radius: 5px;
    font-size: 25px;
    transition: .3s;
    font-weight: bold;
}
.how-buy  ul li::marker {
    width: 60px;
    min-width: 60px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: var(--main-text-color); */
    background: #B07CE220;
    border-radius: 5px;
    font-size: 15px;
    transition: .3s;
    font-weight: bold;
}

.modalContainer.abababa {

       max-width: 550px;

    border: unset;
    background-color: unset;
}.cccc{
    padding: 0;

} .xsxsfaad{
    right: -40px;
    top: -10px;
}
.iconWithInput ion-icon{
    top: 13px;
    left: 10px;
}

a:not([href]):not([tabindex]) {
    color: #ffffff;
    text-decoration: none;
}

#basketSteps{margin-top: -97px;}

body .btn-success{
    background: #1c2d56;
    border-color: #1c2d56;
}

body .btn-success:hover{
    color: #fff;
    background: #2ca7fe;
    border-color: #2ca7fe;
}

.descWidthIcon ion-icon, .descWidthIcon img{
    margin-top: 0;
}

.productWidgets p{margin-bottom: 0;}

.productWidgets .descWidthIcon{align-items: center;}

.basketItemLastChild{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: -10px;
}
.basketItemLastChild > span{
    background: #ffffff30;
    padding: 8px 14px;
    border-radius: 10px;
}
.basketItemLastChild > button{}

.packageNameElement{
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.packageNameElement > .basketItemLink strong{
    display: inline-block; 
    max-width: 200px;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}