@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oleo+Script:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
.ic-banner-space {
  padding: 225px 0 145px 0;
}

.ic-home-banner {
  padding: 270px 0 305px 0;
}

.ic-section-space {
  padding: 120px 0px;
}

.ic-section-space-top {
  padding-top: 120px;
}

.ic-section-space-bottom {
  padding-bottom: 120px;
}

.ic-section-header-space {
  margin-bottom: 60px;
}

.ic-content-space {
  margin-bottom: 30px;
}

.ic-content-space-small {
  margin-bottom: 18px;
}

.ic-content-space-extra-small {
  margin-bottom: 15px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-38 {
  margin-bottom: 38px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-26 {
  margin-bottom: 26px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-23 {
  margin-bottom: 23px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.my-40 {
  margin: 40px 0;
}

.my-35 {
  margin: 35px 0;
}

.my-30 {
  margin: 30px 0;
}

.my-20 {
  margin: 20px 0;
}

.my-10 {
  margin: 10px 0;
}

.my-5 {
  margin: 5px 0;
}

.ic-pos-rel {
  position: relative;
}

.ic-over-hi {
  overflow: hidden;
}

.ic-bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.ic-social a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 7px;
}
.ic-social a i {
  font-size: 14px;
  color: #fff;
}
.ic-social a:last-of-type {
  margin-right: 0px;
}
.ic-social a:hover {
  background-color: #333;
}

.ic-tittle {
  font-size: 22px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #121426;
}

.ic-social-secondary a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ic-social-secondary a i {
  font-size: 16px;
}

.ic-common-btn {
  padding: 14px 26px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #121426;
  display: flex;
  align-items: center;
  background: #fff;
  gap: 10px;
  transition: all 0.3s;
}
@media only screen and (max-width: 1199.98px) {
  .ic-common-btn {
    padding: 12px 20px;
    font-size: 14px;
  }
}

.ic-common-btn span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c2c8cb;
  font-size: 12px;
  font-weight: 600;
}

.ic-common-btn:hover {
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
  color: #fff;
}

.ic-common-btn2 {
  padding: 14px 26px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #fff;
  display: flex;
  align-items: center;
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
  gap: 10px;
  transition: all 0.3s;
}
@media (max-width: 767.98px) {
  .ic-common-btn2 {
    padding: 12px 22px;
    font-size: 13px;
  }
}

.ic-common-btn2 span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.3450980392);
  font-size: 12px;
  font-weight: 600;
}

.ic-common-btn2:hover {
  background: #fff;
  color: #121426;
}

.ic-program-btn .ic-btn {
  padding: 1.5px;
  border-radius: 30px;
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
  width: 232px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .ic-program-btn .ic-btn {
    width: 201px;
  }
}
.ic-program-btn .ic-btn button {
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #121426;
  padding: 16px 26.5px;
  border-radius: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: all linear 0.3s;
}
@media only screen and (max-width: 767.98px) {
  .ic-program-btn .ic-btn button {
    font-size: 14px;
    padding: 14px 20.5px;
  }
}
.ic-program-btn .ic-btn button span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dadbdf;
}
.ic-program-btn .ic-btn button:hover {
  background: transparent;
  color: #fff;
}

@media only screen and (max-width: 767.98px) {
  .ic-template-img {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-template-img {
    margin-bottom: 10px;
  }
}

.ic-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1399.98px) {
  .ic-home-banner {
    padding: 240px 0 140px 0;
  }
  .mb-50 {
    margin-bottom: 30px;
  }
  .mb-30 {
    margin-bottom: 20px;
  }
  .mb-35 {
    margin-bottom: 15px;
  }
  .my-40 {
    margin: 25px 0;
  }
  .my-20 {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .ic-home-banner {
    padding: 220px 0 120px 0;
  }
  .mb-20 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-banner-space {
    padding: 200px 0 100px 0;
  }
  .ic-home-banner {
    padding: 200px 0 100px 0;
  }
  .ic-section-space {
    padding: 80px 0px;
  }
  .ic-section-space-top {
    padding-top: 80px;
  }
  .ic-section-space-bottom {
    padding-bottom: 80px;
  }
  .my-20 {
    margin: 8px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-banner-space {
    padding: 190px 0 80px 0;
  }
  .ic-home-banner {
    padding: 190px 0 80px 0;
  }
  .ic-section-space {
    padding: 60px 0px;
  }
  .ic-section-space-top {
    padding-top: 60px;
  }
  .ic-section-space-bottom {
    padding-bottom: 60px;
  }
  .mb-26 {
    margin-bottom: 10px;
  }
  .mb-18 {
    margin-bottom: 10px;
  }
  .mb-24 {
    margin-bottom: 10px;
  }
  .my-20 {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-banner-space {
    padding: 140px 0 80px 0;
  }
  .ic-home-banner {
    padding: 140px 0 80px 0;
  }
  .ic-section-space {
    padding: 50px 0px;
  }
  .ic-section-space-top {
    padding-top: 50px;
  }
  .ic-section-space-bottom {
    padding-bottom: 50px;
  }
  .ic-common-btn {
    padding: 12px 22px;
    font-size: 13px;
    gap: 5px;
  }
  .mb-35 {
    margin-bottom: 10px;
  }
  .my-40 {
    margin: 15px 0;
  }
  .my-35 {
    margin: 15px 0;
  }
  .mb-30 {
    margin-bottom: 20px;
  }
  .mb-10 {
    margin-bottom: 5px;
  }
  .my-20 {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .mb-50 {
    margin-bottom: 15px;
  }
  .mb-15 {
    margin-bottom: 5px;
  }
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: auto;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background: rgba(37, 116, 252, 0.1294117647);
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #feb47b, #ee2e7b, #2575fc);
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(45deg, #6a11cb, #2575fc);
  cursor: pointer;
}

h1, h1 span,
h2,
h2 span,
h3,
h3 span,
h4,
h4 span,
h5,
h5 span,
h6,
h6 span,
p {
  margin: 0px;
  padding: 0px;
}

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

button {
  border: 0;
  outline: 0;
}
button:focus {
  border: none;
  outline: none;
  box-shadow: 0px 0px 0px;
}

ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

input,
textarea {
  width: 100%;
  border: none;
  outline: none;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

/**Font Size & Font Family**/
h1, h1 span,
h2,
h2 span,
h3,
h3 span,
h4,
h4 span,
h5,
h5 span,
h6,
h6 span {
  margin: 0;
  font-family: "Inter", sans-serif;
}

h1, h1 span {
  font-size: 66px;
  line-height: 78px;
  font-weight: 700;
}
h2, h2 span {
  font-size: 50px;
  line-height: 62px;
  font-weight: 700;
}
h3, h3 span {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
}
h4, h4 span {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
h5, h5 span {
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
}
h6, h6 span {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.sub-1 {
  font-size: 24px;
  line-height: 130%;
}

.sub-2 {
  font-size: 20px;
  line-height: 140%;
}

.sub-3 {
  font-size: 16px;
  line-height: 120%;
}

p,
a,
span,
label,
li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

.body-2 {
  font-size: 14px;
  line-height: 140%;
}

.body-3 {
  font-size: 12px;
  line-height: 140%;
}

@media only screen and (max-width: 1399.98px) {
  h1, h1 span {
    font-size: 62px;
    line-height: normal;
  }
  h3, h3 span {
    font-size: 34px;
    line-height: normal;
  }
  h4, h4 span {
    font-size: 18px;
    line-height: normal;
  }
}
@media only screen and (max-width: 1199.98px) {
  p,
  a,
  span,
  label,
  li {
    font-size: 14px;
    line-height: normal;
  }
  h1, h1 span {
    font-size: 42px;
    line-height: normal;
  }
  h2, h2 span {
    font-size: 40px;
    line-height: normal;
  }
  h3, h3 span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  h3, h3 span {
    font-size: 25px;
    line-height: normal;
  }
}
@media only screen and (max-width: 767.98px) {
  h1, h1 span {
    font-size: 40px;
  }
  h2, h2 span {
    font-size: 38px;
    line-height: normal;
  }
  h3, h3 span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575.98px) {
  h1, h1 span {
    font-size: 32px;
  }
  h6, h6 span {
    font-size: 14px;
    line-height: normal;
  }
}
#ic-banner {
  background: url(../images/banner-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #fff;
}
#ic-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #121426;
  opacity: 0.5;
  z-index: -1;
}
#ic-banner .ic-banner-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
#ic-banner .ic-play-btn {
  cursor: pointer;
  width: 110px;
  height: 110px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 5px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%) border-box;
  background-clip: border-area;
}
@media only screen and (max-width: 1199.98px) {
  #ic-banner .ic-play-btn {
    width: 85px;
    height: 85px;
  }
}
#ic-banner .ic-play-btn a {
  border: none;
}
#ic-banner .ic-play-icon {
  width: 76px;
  height: 76px;
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1199.98px) {
  #ic-banner .ic-play-icon {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 991.98px) {
  #ic-banner .ic-play-icon {
    width: 60px;
    height: 60px;
  }
}
#ic-banner .ic-play-icon i {
  font-size: 24px;
  color: #fff;
}
@media only screen and (max-width: 991.98px) {
  #ic-banner h1, #ic-banner h1 span, h1 #ic-banner span {
    padding-right: 0px;
  }
  #ic-banner .ic-banner-btn {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 767.98px) {
  #ic-banner .ic-banner-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  #ic-banner {
    text-align: center;
  }
}
#ic-banner .ic-partner-logo {
  position: absolute;
  right: 80px;
  bottom: 45px;
}
@media only screen and (max-width: 991.98px) {
  #ic-banner .ic-partner-logo {
    right: 50%;
    transform: translateX(50%);
    bottom: 25px;
  }
}
#ic-banner .ic-logo-item {
  width: 405px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 991.98px) {
  #ic-banner .ic-logo-item {
    width: 350px;
  }
}
@media only screen and (max-width: 575.98px) {
  #ic-banner .ic-logo-item {
    width: 330px;
  }
}

#ic-footer .ic-footer-top {
  background: linear-gradient(to bottom, #fff 50%, #121426 50%);
}
#ic-footer .ic-footer-top-main {
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
  border-radius: 20px;
  padding: 90px 0;
}
@media only screen and (max-width: 1199.98px) {
  #ic-footer .ic-footer-top-main {
    padding: 55px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  #ic-footer .ic-footer-top-main {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 575.98px) {
  #ic-footer .ic-footer-top-main {
    padding: 30px 0;
  }
}
#ic-footer h2, #ic-footer h2 span, h2 #ic-footer span {
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  #ic-footer h2, #ic-footer h2 span, h2 #ic-footer span {
    font-size: 32px;
    line-height: normal;
  }
}
@media only screen and (max-width: 575.98px) {
  #ic-footer h2, #ic-footer h2 span, h2 #ic-footer span {
    font-size: 25px;
  }
}
#ic-footer .ic-footer-bottom {
  background: #121426;
}
#ic-footer .ic-footer-bottom-main {
  border-bottom: 2px solid #212545;
}
#ic-footer .ic-footer-bottom-top {
  padding: 100px 0;
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  #ic-footer .ic-footer-bottom-top {
    padding: 50px 0;
  }
}
#ic-footer .ic-footer-bottom-left p {
  padding: 24px 24px 0 0;
}
#ic-footer .ic-quick-main {
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 1399.98px) {
  #ic-footer .ic-quick-main {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 575.98px) {
  #ic-footer .ic-quick-main {
    flex-direction: column;
  }
}
@media only screen and (max-width: 991.98px) {
  #ic-footer .ic-quick {
    margin-top: 20px;
  }
}
#ic-footer .ic-quick h5, #ic-footer .ic-quick h5 span, h5 #ic-footer .ic-quick span {
  font-size: 20px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
}
#ic-footer .ic-quick ul {
  list-style: disc;
  padding-top: 15px;
  padding-left: 20px;
}
#ic-footer .ic-quick ul li {
  padding: 5px 0;
}
#ic-footer .ic-quick ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
#ic-footer .ic-contact a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
#ic-footer .ic-contact h5, #ic-footer .ic-contact h5 span, h5 #ic-footer .ic-contact span {
  padding-bottom: 15px;
}
#ic-footer .ic-email {
  display: flex;
  align-items: center;
  background: #fff;
  padding-right: 5px;
  border-radius: 8px;
  overflow: hidden;
  margin: 40px 0 20px 0;
}
@media only screen and (max-width: 991.98px) {
  #ic-footer .ic-email {
    margin: 15px 0;
  }
}
#ic-footer .ic-email input {
  padding: 15px 24px;
  color: #697483;
}
#ic-footer .ic-email button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 8px;
  background: linear-gradient(161deg, #ee2e7b -27.36%, #37439b 112.59%);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
#ic-footer .ic-news p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
#ic-footer .ic-news p a {
  background: linear-gradient(180deg, #f867be 0%, #d6218d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 5px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  #ic-footer .ic-footer-bottom-middle {
    margin-top: 25px;
  }
}
#ic-footer .ic-footer-copyright {
  background: #121426;
}
#ic-footer .ic-footer-copyright-main {
  padding: 30px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  #ic-footer .ic-footer-copyright-main {
    padding: 20px 10px;
  }
}
#ic-footer .ic-copy {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media only screen and (max-width: 767.98px) {
  #ic-footer .ic-copy {
    font-size: 14px;
    justify-content: center;
  }
}

nav.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}

.navbar {
  padding: 0 10px;
}
@media only screen and (max-width: 991.98px) {
  .navbar {
    padding: 10px;
  }
}

.navbar-nav {
  gap: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .navbar-nav {
    gap: 5px;
  }
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #121426;
  transition: all 0.3s;
}
@media only screen and (max-width: 1199.98px) {
  .nav-link {
    font-size: 13px;
  }
}

nav .nav-link.active {
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

nav .nav-link:hover {
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

nav .nav-item {
  padding: 19px 0;
}
@media only screen and (max-width: 991.98px) {
  nav .nav-item {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .ic-market, .ic-partner {
    position: relative;
  }
}

.ic-dropdown-menu {
  width: 630px;
  background: linear-gradient(161deg, #ee2e7b -27.36%, #37439b 112.59%);
  transition: all 0.3s;
  padding-top: 3px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 1199.98px) {
  .ic-dropdown-menu {
    width: 550px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-dropdown-menu {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .ic-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }
}

.ic-partner .ic-dropdown-menu {
  left: -280%;
}

@media (min-width: 992px) {
  .nav-item:hover .ic-dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: block;
  }
}

.ic-dropdown-menu {
  display: none;
}

.ic-dropdown-menu .ic-dropdown-items {
  background: #fff;
  width: 100%;
  padding: 28px 30px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 767.98px) {
  .ic-dropdown-menu .ic-dropdown-items {
    padding: 10px;
    gap: 10px;
  }
}

.ic-dropdown-items ul {
  flex-direction: column;
}

.ic-dropdown-items ul li {
  padding: 0;
}

.ic-hover-route {
  border-top: 2px solid #dee0e1;
  padding-top: 20px;
}
@media only screen and (max-width: 767.98px) {
  .ic-hover-route {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-hover-route {
    padding-top: 5px;
  }
}

.ic-dropdown-items ul li a {
  color: #121426;
  background: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.4s;
  border-radius: 6px;
  padding: 10px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-dropdown-items ul li a {
    font-size: 14px;
    gap: 10px;
    padding: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-dropdown-items ul li a {
    font-size: 13px;
    gap: 0;
  }
}

.ic-dropdown-items ul li a i {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.ic-dropdown-items ul li a:hover {
  border-radius: 6px;
  background: linear-gradient(161deg, hsla(330, 87%, 56%, 0.2) -27.36%, hsla(222, 46%, 43%, 0.2) 112.59%);
}
.ic-dropdown-items ul li a:hover i {
  background: linear-gradient(161deg, #ee2e7b -27.36%, #37439b 112.59%);
  background-clip: text;
  color: transparent;
}

.ic-dropdown-items ul li a:hover i {
  opacity: 1;
  visibility: visible;
}

.ic-dropdown-left {
  width: 45%;
}

.ic-dropdown-right {
  width: 45%;
}

.ic-dropdown-left h4, .ic-dropdown-left h4 span, h4 .ic-dropdown-left span {
  color: #121426;
}

.ic-btn {
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
  padding: 1.5px;
  border-radius: 30px;
}

.ic-btn button {
  position: relative;
  border-radius: 30px;
  padding: 11px 26px;
  background: #fff;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s;
}
.ic-btn button:hover {
  background: transparent;
  color: #fff;
}
@media only screen and (max-width: 1199.98px) {
  .ic-btn button {
    font-size: 12px;
    padding: 8px 20px;
  }
}

.ic-partner-item {
  border-radius: 6px;
  padding: 20px 18px;
  cursor: pointer;
  transition: all 0.3s;
  background: linear-gradient(161deg, hsla(330, 87%, 56%, 0.2) -27.36%, hsla(222, 46%, 43%, 0.2) 112.59%);
}
.ic-partner-item i {
  background: linear-gradient(161deg, #ee2e7b -27.36%, #37439b 112.59%);
  background-clip: text;
  color: transparent;
}
.ic-partner-item h4, .ic-partner-item h4 span, h4 .ic-partner-item span {
  color: #121426;
}
.ic-partner-item p {
  color: #454B5D;
}
.ic-partner-item:hover {
  color: #fff;
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
}
.ic-partner-item:hover h4, .ic-partner-item:hover h4 span, h4 .ic-partner-item:hover span {
  color: #fff;
}
.ic-partner-item:hover p {
  color: #fff;
}
.ic-partner-item:hover i {
  color: #fff;
}

.ic-partner-item-header {
  display: flex;
  justify-content: space-between;
}

.ic-partner .ic-dropdown-menu {
  width: 1070px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-partner .ic-dropdown-menu {
    width: 850px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-partner .ic-dropdown-menu {
    width: 800px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-partner .ic-dropdown-menu {
    width: 700px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-partner .ic-dropdown-menu {
    width: 400px;
  }
}
@media (max-width: 425.98px) {
  .ic-partner .ic-dropdown-menu {
    width: 350px;
  }
}

@media only screen and (max-width: 575.98px) {
  .ic-partner .ic-dropdown-items {
    flex-direction: column;
    justify-content: center;
  }
}

@media only screen and (max-width: 767.98px) {
  .ic-partner-dropdown {
    flex-direction: column;
    justify-content: center;
  }
}

#ic-marketplace .ic-marketplace-main {
  padding: 80px;
  border-radius: 20px;
  background: #f0f3fb;
}
#ic-marketplace h3, #ic-marketplace h3 span, h3 #ic-marketplace span {
  color: #121426;
}
#ic-marketplace .ic-marketplace-left p {
  padding-right: 120px;
  color: #454b5d;
}
@media (max-width: 991.98) {
  #ic-marketplace .ic-marketplace-left p {
    padding-right: 0;
  }
}
#ic-marketplace .ic-marketplace-right {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1399.98px) {
  #ic-marketplace .ic-marketplace-right {
    gap: 8px;
  }
}
@media only screen and (max-width: 991.98px) {
  #ic-marketplace .ic-marketplace-right {
    justify-content: center;
  }
}
#ic-marketplace .ic-item {
  text-align: center;
  width: 150px;
}
#ic-marketplace .ic-item-img {
  cursor: pointer;
  width: 150px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: #fff;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1399.98px) {
  #ic-marketplace .ic-item-img {
    width: 140px;
    height: 130px;
  }
}
#ic-marketplace .ic-item-img img {
  transition: all 0.3s;
}
#ic-marketplace .ic-item-img:hover img {
  transform: scale(1.2);
}
#ic-marketplace .ic-item p {
  color: #454b5d;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 991.98px) {
  #ic-marketplace .ic-item p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  #ic-marketplace .ic-item p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  #ic-marketplace .ic-item p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1280px) {
  #ic-marketplace .ic-marketplace-left p {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 1199.98px) {
  #ic-marketplace .ic-marketplace-main {
    padding: 45px;
  }
  #ic-marketplace .ic-marketplace-right {
    gap: 25px;
  }
  #ic-marketplace .ic-item {
    width: 110px;
    height: 110px;
  }
  #ic-marketplace .ic-item-img {
    width: 110px;
    height: 110px;
  }
}
@media only screen and (max-width: 991.98px) {
  #ic-marketplace {
    text-align: center;
  }
  #ic-marketplace .ic-marketplace-right {
    gap: 15px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  #ic-marketplace .ic-marketplace-main {
    padding: 25px;
  }
  #ic-marketplace .ic-item {
    width: 90px;
    height: 110px;
    margin-bottom: 20px;
  }
  #ic-marketplace .ic-item-img {
    cursor: pointer;
    width: 90px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: #fff;
    margin-bottom: 10px;
  }
}

#ic-case h4, #ic-case h4 span, h4 #ic-case span {
  color: #121426;
}
#ic-case .ic-case-items {
  margin: 0 50px;
}
#ic-case .ic-case-item {
  cursor: pointer;
}
#ic-case .ic-case-item-img {
  width: 100%;
  height: 343px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 1399.98px) {
  #ic-case .ic-case-item-img {
    height: 290px;
  }
}
@media only screen and (max-width: 1199.98px) {
  #ic-case .ic-case-item-img {
    height: 265px;
  }
}
@media only screen and (max-width: 991.98px) {
  #ic-case .ic-case-item-img {
    height: 250px;
  }
}
@media only screen and (max-width: 767.98px) {
  #ic-case .ic-case-item-img {
    height: 200px;
  }
}
@media only screen and (max-width: 991.98px) {
  #ic-case .ic-case-item-mb {
    margin-bottom: 20px;
  }
}
#ic-case .ic-case-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
#ic-case .ic-case-item-img:hover img {
  transform: scale(1.1);
}
#ic-case .ic-case-inf {
  padding: 20px 24px;
  border: 2px solid #dee0e1;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
#ic-case .ic-case-inf h4, #ic-case .ic-case-inf h4 span, h4 #ic-case .ic-case-inf span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#ic-case button {
  font-size: 16px;
  font-weight: 500;
  color: #454b5d;
  background: none;
  margin-top: 10px;
}
@media only screen and (max-width: 767.98px) {
  #ic-case .ic-case-items {
    margin: 0 20px;
  }
}

#ic-work {
  background: #f0f3fb;
}
#ic-work .ic-work-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
#ic-work .ic-work-header .ic-work-btn button {
  font-size: 500;
}
#ic-work p {
  color: #454b5d;
}
#ic-work .ic-item-main {
  position: relative;
}
#ic-work .ic-work-items {
  padding: 70px 80px;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 1399.98px) {
  #ic-work .ic-work-items {
    padding: 40px 30px;
  }
}
@media (max-width: 1199.98px) {
  #ic-work .ic-work-items {
    padding: 30px 25px;
  }
}
@media (max-width: 991.98px) {
  #ic-work .ic-work-items {
    padding: 25px 20px;
  }
}
#ic-work .ic-work-item {
  text-align: center;
  width: 205px;
}
@media (max-width: 767.98px) {
  #ic-work .ic-work-item {
    margin: 0 auto;
    margin-top: 40px;
  }
}
#ic-work .ic-item-first {
  margin-top: 0;
}
#ic-work .ic-work-icon-main {
  position: relative;
  display: flex;
  justify-content: center;
}
#ic-work .ic-work-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
  display: flex;
  justify-content: center;
  align-items: center;
}
#ic-work .ic-svg {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ic-work .ic-icon-number {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
  position: absolute;
  top: 0;
  left: 115px;
}
#ic-work .ic-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: "Oleo Script", system-ui;
}
#ic-work h4, #ic-work h4 span, h4 #ic-work span {
  font-weight: 700;
  margin: 34px 0 14px 0;
}
@media only screen and (max-width: 1199.98px) {
  #ic-work h4, #ic-work h4 span, h4 #ic-work span {
    margin: 25px 0 14px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  #ic-work h4, #ic-work h4 span, h4 #ic-work span {
    margin: 18px 0 10px 0;
  }
}
@media (max-width: 767.98px) {
  #ic-work h4, #ic-work h4 span, h4 #ic-work span {
    margin: 10px 0 0 0;
  }
}
#ic-work .ic-work-arrow1 {
  position: absolute;
  top: 25%;
  left: 265px;
}
@media (max-width: 1399.98px) {
  #ic-work .ic-work-arrow1 {
    display: none;
  }
}
#ic-work .ic-work-arrow2 {
  position: absolute;
  top: 25%;
  left: 565px;
}
@media (max-width: 1399.98px) {
  #ic-work .ic-work-arrow2 {
    display: none;
  }
}
#ic-work .ic-btn {
  padding: 16px 20px;
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
  padding: 1px;
  border-radius: 30px;
}
#ic-work .ic-btn button {
  position: relative;
  border-radius: 30px;
  padding: 12px 25px;
  background: #f0f3fb;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s;
}
#ic-work .ic-btn button:hover {
  background: transparent;
  color: #fff;
}
#ic-work .nav-link {
  border: none;
  background: transparent;
  padding: 0;
}
#ic-work .nav-link button {
  background: #fff;
  color: #121426;
}
#ic-work .nav-link.active button {
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
  color: #fff;
}
#ic-work .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  border: none;
}
#ic-work .ic-common-btn2 {
  padding: 8px 23px;
}
#ic-work .ic-common-btn {
  padding: 8px 23px;
}

#ic-book {
  background: url(../images/book-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  color: #fff;
}
#ic-book .ic-book-right {
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
  border-radius: 0 0 0 100px;
}
#ic-book form {
  padding: 0 115px;
}
@media only screen and (max-width: 1280px) {
  #ic-book form {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  #ic-book form {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  #ic-book h3, #ic-book h3 span, h3 #ic-book span {
    text-align: center;
  }
}
#ic-book p {
  margin: 15px 0 20px 0;
}
@media only screen and (max-width: 767.98px) {
  #ic-book p {
    text-align: center;
    margin: 5px 0 20px 0;
  }
}
#ic-book .ic-book-input input {
  padding: 14px 20px;
  border-radius: 4px;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  margin-top: 10px;
}
@media only screen and (max-width: 767.98px) {
  #ic-book .ic-book-input input {
    padding: 8px;
  }
}
#ic-book input::placeholder {
  color: #fff;
}
#ic-book textarea {
  padding: 14px 20px;
  border-radius: 4px;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  margin-top: 10px;
  height: 130px;
}
@media only screen and (max-width: 767.98px) {
  #ic-book textarea {
    height: 110px;
  }
}
#ic-book textarea::placeholder {
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  #ic-book .ic-form-btn {
    display: flex;
    justify-content: center;
  }
}

#ic-choose .ic-choose-header p {
  color: #454b5d;
}
#ic-choose .ic-choose-item {
  border-radius: 16px;
  padding: 1.5px;
  background: #e8ebed;
  transition: all 0.3s;
  height: calc(100% - 24px);
}
#ic-choose .ic-choose-border {
  padding: 45px 30px;
  background: #fff;
  border-radius: 16px;
  height: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
  #ic-choose .ic-choose-border {
    padding: 30px 20px 50px 20px;
  }
}
#ic-choose .ic-choose-item:hover {
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
}
#ic-choose .ic-choose-icon-bg {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
}
#ic-choose .ic-icon-img {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: #fff;
}
#ic-choose h4, #ic-choose h4 span, h4 #ic-choose span {
  margin: 30px 0 26px 0;
}
@media only screen and (max-width: 1199.98px) {
  #ic-choose h4, #ic-choose h4 span, h4 #ic-choose span {
    margin: 15px 0;
  }
}
@media only screen and (max-width: 575.98px) {
  #ic-choose h4, #ic-choose h4 span, h4 #ic-choose span {
    margin: 10px 0;
  }
}

#ic-client {
  background: #f0f3fb;
}
#ic-client .ic-review {
  padding: 24px;
  border-radius: 10px;
  background: #fff;
}
#ic-client .ic-review-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ic-client .ic-profile {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
#ic-client .ic-profile img {
  width: 100%;
  height: auto;
}
#ic-client .ic-review-inf {
  margin: 20px 0 30px 0;
}
@media only screen and (max-width: 575.98px) {
  #ic-client .ic-review-inf {
    margin: 15px 0 20px 0;
  }
}
#ic-client .ic-review-inf p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #454b5d;
}
#ic-client h6, #ic-client h6 span, h6 #ic-client span {
  color: #121426;
  font-family: "Inter", sans-serif;
}
#ic-client .ic-profile-inf h6, #ic-client .ic-profile-inf h6 span, h6 #ic-client .ic-profile-inf span {
  font-size: 13px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
#ic-client .ic-profile-inf p {
  font-size: 12px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #454b5d;
}
@media only screen and (max-width: 1399.98px) {
  #ic-client .ic-client-mb {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 991.98px) {
  #ic-client .ic-client-mb {
    margin-bottom: 10px;
  }
}

#ic-question .ic-accordion button {
  background: #fff;
  border: none;
  border-radius: 10px;
}
#ic-question .ic-accordion button::after {
  display: none;
}
#ic-question .accordion-header {
  border: none;
}
#ic-question .accordion-button:focus {
  box-shadow: none;
}
#ic-question .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-radius: 10px 10px 0 0;
}
#ic-question .accordion-item {
  margin: 16px;
  border-radius: 10px;
  border: none;
  padding: 1.5px;
  background: #dee0e1;
  overflow: hidden;
}
#ic-question .accordion-item i {
  color: #8f9195;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s;
}
#ic-question .accordion-item h5, #ic-question .accordion-item h5 span, h5 #ic-question .accordion-item span {
  color: #121426;
}
@media only screen and (max-width: 767.98px) {
  #ic-question h5, #ic-question h5 span, h5 #ic-question span {
    font-size: 16px;
  }
}
#ic-question .ic-accordion-header {
  display: flex;
  align-items: center;
  gap: 14px;
}
#ic-question .ic-accordion-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  flex: 0 0 auto;
  background: #f0f3fb;
}
#ic-question .collapsed i {
  rotate: 180deg;
}
#ic-question .accordion-body {
  padding: 0 50px 20px 70px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 767.98px) {
  #ic-question .accordion-body {
    padding: 0 15px 15px 15px;
  }
}
#ic-question .accordion-button.collapsed .ic-accordion-arrow {
  border: 1.5px solid #dee0e1;
  background: transparent;
}
#ic-question .accordion-item {
  transition: box-shadow 0.3s ease;
}
#ic-question .accordion-item.show {
  box-shadow: 0px 10px 10px rgba(25, 30, 43, 0.12);
}

#ic-market-banner {
  background: url(../images/market-banner-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #fff;
}
#ic-market-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #121426;
  opacity: 0.5;
  z-index: -1;
}
#ic-market-banner .ic-banner-right {
  display: flex;
  justify-content: end;
}
#ic-market-banner .ic-banner-right img {
  border-radius: 5px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 991.98px) {
  #ic-market-banner .ic-banner-right {
    justify-content: center;
  }
}
@media only screen and (max-width: 991.98px) {
  #ic-market-banner .ic-banner-right {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  #ic-market-banner {
    text-align: center;
  }
  #ic-market-banner .ic-banner-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#ic-market-banner .ic-banner-btn {
  display: flex;
  align-items: center;
  gap: 30px;
}

#ic-market-banner.ic-tiktok-ads-banner img {
  width: 85%;
}

#ic-brand .ic-brand-header p {
  padding: 0 30px;
  color: #454B5D;
}
#ic-brand .ic-brand-images {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  #ic-brand .ic-brand-images {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}
#ic-brand .ic-brand-item {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1.5px solid #dfe1e6;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  overflow: hidden;
}
@media only screen and (max-width: 1399.98px) {
  #ic-brand .ic-brand-item {
    width: 140px;
    height: 140px;
  }
}
@media only screen and (max-width: 1199.98px) {
  #ic-brand .ic-brand-item {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 991.98px) {
  #ic-brand .ic-brand-item {
    width: 100px;
    height: 100px;
  }
}
#ic-brand .ic-brand-item img {
  transition: all 0.3s;
  width: 40%;
}
#ic-brand .ic-brand-item:hover img {
  transform: scale(1.2);
}
#ic-brand .ic-brand-item:hover {
  box-shadow: 0px 16.6667px 44.4444px rgba(17, 23, 34, 0.12);
}

#ic-amazon {
  background: #f0f3fb;
}
#ic-amazon .ic-item-main {
  position: relative;
  z-index: 1;
}
#ic-amazon .ic-amazon-item {
  padding: 35px 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 24px 24px rgba(0, 3, 33, 0.1);
  z-index: 2;
  height: 340px;
}
@media only screen and (max-width: 991.98px) {
  #ic-amazon .ic-amazon-item {
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  #ic-amazon .ic-amazon-item {
    padding: 20px;
    height: 250px;
  }
}
@media (max-width: 575.98px) {
  #ic-amazon .ic-amazon-item {
    height: auto;
  }
}
#ic-amazon .ic-item-main::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  height: 20px;
  width: 90%;
  background: #e6e6e9;
  border-radius: 30px;
  z-index: -1;
}
#ic-amazon h4, #ic-amazon h4 span, h4 #ic-amazon span {
  font-weight: 600;
  font-size: 21px;
  margin: 24px 0 20px 0;
  line-height: normal;
}
@media (max-width: 767.98px) {
  #ic-amazon h4, #ic-amazon h4 span, h4 #ic-amazon span {
    margin: 10px 0;
    font-size: 18px;
  }
}
#ic-amazon p {
  color: #454b5d;
}
@media (max-width: 991.98px) {
  #ic-amazon .sm-mb {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  #ic-amazon .sm-mb {
    margin-bottom: 20px;
  }
}

#ic-management {
  background: #121426;
  color: #fff;
}
#ic-management img {
  border-radius: 10px;
  width: 90%;
  height: auto;
}
@media (max-width: 991.98px) {
  #ic-management img {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  #ic-management .ic-management-right {
    margin-top: 25px;
  }
}
@media (max-width: 767.98px) {
  #ic-management .ic-management-right {
    text-align: center;
  }
}
#ic-management .ic-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0;
  text-align: left;
}
#ic-management .ic-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(161deg, #ee2e7b -27.36%, #37439b 112.59%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex: 0 0 auto;
}

#ic-agency p {
  color: #454b5d;
}
@media (min-width: 1400px) {
  #ic-agency .ic-agency-left {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  #ic-agency .ic-agency-left {
    text-align: center;
  }
}
#ic-agency .ic-agency-left h3, #ic-agency .ic-agency-left h3 span, h3 #ic-agency .ic-agency-left span {
  font-size: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 991.98px) {
  #ic-agency .ic-agency-left h3, #ic-agency .ic-agency-left h3 span, h3 #ic-agency .ic-agency-left span {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  #ic-agency .ic-agency-left h3, #ic-agency .ic-agency-left h3 span, h3 #ic-agency .ic-agency-left span {
    font-size: 24px;
  }
}
#ic-agency .ic-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0;
  text-align: left;
}
#ic-agency .ic-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(161deg, #ee2e7b -27.36%, #37439b 112.59%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex: 0 0 auto;
}
@media only screen and (max-width: 767.98px) {
  #ic-agency .ic-icon {
    width: 17px;
    height: 17px;
  }
}
#ic-agency .ic-agency-right {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media only screen and (max-width: 1399.98px) {
  #ic-agency .ic-agency-right {
    margin-top: 25px;
    justify-content: center;
  }
}
#ic-agency .ic-img-bg {
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
  border-radius: 10px;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media (min-width: 1400px) {
  #ic-agency .ic-img-bg {
    width: 92%;
  }
}
@media only screen and (max-width: 767.98px) {
  #ic-agency .ic-img-bg {
    flex-direction: column;
  }
}
#ic-agency .ic-img-bg img {
  border-radius: 6px;
}

#ic-form .ic-form-main {
  padding: 80px 120px 100px 120px;
  background: #f0f3fb;
  border-radius: 10px;
}
@media only screen and (max-width: 1399.98px) {
  #ic-form .ic-form-main {
    padding: 50px 25px;
  }
}
@media only screen and (max-width: 1199.98px) {
  #ic-form .ic-form-main {
    padding: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  #ic-form .ic-form-main {
    padding: 40px 15px;
  }
}
#ic-form .ic-form-input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media only screen and (max-width: 991.98px) {
  #ic-form .ic-form-input {
    display: block;
  }
}
#ic-form label {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991.98px) {
  #ic-form label {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  #ic-form label {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
#ic-form input {
  width: 520px;
  padding: 14px 20px;
  border-radius: 4px;
  border: 1.5px solid #caccd2;
  background: transparent;
}
@media only screen and (max-width: 1199.98px) {
  #ic-form input {
    width: 410px;
  }
}
@media only screen and (max-width: 991.98px) {
  #ic-form input {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  #ic-form input {
    padding: 10px 15px;
  }
}
#ic-form .ic-select {
  padding: 14px 20px;
  border: 1.5px solid #caccd2;
  width: 520px;
  border-radius: 4px;
}
@media only screen and (max-width: 1199.98px) {
  #ic-form .ic-select {
    width: 410px;
  }
}
@media only screen and (max-width: 991.98px) {
  #ic-form .ic-select {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  #ic-form .ic-select {
    padding: 10px 15px;
  }
}
#ic-form select {
  background: transparent;
  border: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #454b5d;
}
#ic-form select:focus {
  outline: none;
}
#ic-form option {
  font-size: 14px;
  font-weight: 400;
  color: #454b5d;
}
#ic-form input[type=number]::-webkit-outer-spin-button,
#ic-form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#ic-form textarea {
  height: 145px;
  padding: 14px 20px;
  border-radius: 4px;
  border: 1.5px solid #caccd2;
  background: transparent;
}
@media only screen and (max-width: 767.98px) {
  #ic-form textarea {
    height: 110px;
  }
}
#ic-form .ic-common-btn2 span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3176470588);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991.98px) {
  #ic-form .ic-input-item {
    margin-bottom: 15px;
  }
}

#ic-tabs .nav {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767.98px) {
  #ic-tabs .nav {
    gap: 0;
  }
}
#ic-tabs .nav-link {
  border: none;
  padding: 8px 23px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  color: #121426;
}
@media (max-width: 767.98px) {
  #ic-tabs .nav-link {
    padding: 10px 18px;
    font-size: 13px;
  }
}
#ic-tabs .nav-link.active {
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
  color: #fff;
}
#ic-tabs p {
  color: #454b5d;
}
#ic-tabs img {
  width: 100%;
  height: auto;
}
#ic-tabs .ic-img-inf {
  padding-left: 30px;
}
@media only screen and (max-width: 1199.98px) {
  #ic-tabs .ic-img-inf {
    padding: 0;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  #ic-tabs .ic-img-inf {
    text-align: center;
  }
}
#ic-tabs .ic-inf-left-bottom {
  background: #ffffff;
  box-shadow: 0px 20px 60px rgba(26, 29, 44, 0.1);
  border-radius: 16px;
  padding: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767.98px) {
  #ic-tabs .ic-inf-left-bottom {
    padding: 20px;
    flex-wrap: wrap;
    gap: 30px;
  }
}
#ic-tabs .ic-item {
  position: relative;
  color: #121426;
}
#ic-tabs .ic-item h3, #ic-tabs .ic-item h3 span, h3 #ic-tabs .ic-item span {
  font-size: 36px;
}
@media only screen and (max-width: 1199.98px) {
  #ic-tabs .ic-item h3, #ic-tabs .ic-item h3 span, h3 #ic-tabs .ic-item span {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  #ic-tabs .ic-item h3, #ic-tabs .ic-item h3 span, h3 #ic-tabs .ic-item span {
    font-size: 30px;
  }
}
#ic-tabs .ic-item p {
  color: #121426;
}
@media only screen and (max-width: 767.98px) {
  #ic-tabs .ic-item p {
    font-size: 12px;
  }
}
#ic-tabs .ic-item::after {
  content: "";
  position: absolute;
  right: -30%;
  top: 0;
  width: 2px;
  height: 100%;
  background: #e5eaf0;
}
@media only screen and (max-width: 1199.98px) {
  #ic-tabs .ic-item::after {
    display: none;
  }
}
#ic-tabs .ic-item:last-child::after {
  display: none;
}
#ic-tabs .ic-tabs-inf-right {
  height: 100%;
  display: flex;
  align-items: end;
}
@media only screen and (max-width: 1399.98px) {
  #ic-tabs .ic-tabs-inf-right {
    margin-top: 15px;
  }
}

#ic-technology {
  background: #f0f3fb;
}
@media only screen and (max-width: 767.98px) {
  #ic-technology .ic-technology-left {
    text-align: center;
  }
}
#ic-technology .ic-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0;
  text-align: left;
}
#ic-technology .ic-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(161deg, #ee2e7b -27.36%, #37439b 112.59%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex: 0 0 auto;
}
#ic-technology p {
  color: #454b5d;
}
#ic-technology .left-p {
  padding-right: 20px;
}
@media only screen and (max-width: 767.98px) {
  #ic-technology .left-p {
    padding-right: 0;
  }
}
#ic-technology .ic-technology-right {
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 767.98px) {
  #ic-technology .ic-technology-right {
    margin-top: 10px;
  }
}
#ic-technology .ic-img-bg {
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
  position: relative;
  height: 450px;
  width: 60%;
  border-radius: 16px 80px 80px 16px;
}
@media only screen and (max-width: 1199.98px) {
  #ic-technology .ic-img-bg {
    height: 400px;
  }
}
@media only screen and (max-width: 767.98px) {
  #ic-technology .ic-img-bg {
    border-radius: 16px;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  #ic-technology .ic-img-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  #ic-technology .ic-img-bg img {
    position: absolute;
    top: 50%;
    left: -38%;
    transform: translateY(-50%);
  }
}

#ic-package {
  background: #f0f3fb;
}
@media only screen and (max-width: 991.98px) {
  #ic-package .ic-package-header {
    text-align: center;
  }
}
#ic-package .ic-header-right h4, #ic-package .ic-header-right h4 span, h4 #ic-package .ic-header-right span {
  font-size: 22px;
  background: linear-gradient(161deg, #ee2e7b -27.36%, #37439b 112.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#ic-package .ic-price {
  padding: 14px 20px;
  border: 1.5px solid #caccd2;
  border-radius: 26px;
}
#ic-package .ic-price h5, #ic-package .ic-price h5 span, h5 #ic-package .ic-price span {
  font-size: 20px;
  font-weight: 500;
  color: #121426;
}
#ic-package .ic-package-bg {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 1px;
  background: #fff;
  transition: all 0.3s;
  cursor: pointer;
}
#ic-package .ic-package-bg:hover {
  background: linear-gradient(161deg, #ee2e7b -27.36%, #37439b 112.59%);
  box-shadow: 0px 40px 50px -20px rgba(31, 1, 2, 0.14);
}
@media only screen and (max-width: 1199.98px) {
  #ic-package .ic-package-bg {
    margin: 10px 0;
  }
}
#ic-package .ic-package-item {
  border-radius: 10px;
  background: #ffffff;
  padding: 40px 50px;
  position: relative;
}
@media only screen and (max-width: 1399.98px) {
  #ic-package .ic-package-item {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  #ic-package .ic-package-item {
    padding: 30px;
  }
}
#ic-package .ic-package-discount {
  position: absolute;
  top: -2px;
  right: 20px;
}
#ic-package .ic-package-discount p {
  margin: -27px 0 0 17px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
#ic-package .ic-item {
  display: flex;
  gap: 12px;
  margin: 10px 0;
  text-align: left;
}
#ic-package .ic-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(161deg, #ee2e7b -27.36%, #37439b 112.59%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex: 0 0 auto;
}
#ic-package .ic-time {
  font-size: 28px;
  font-weight: 700;
  color: #121426;
}
@media only screen and (max-width: 767.98px) {
  #ic-package .ic-time {
    font-size: 22px;
  }
}
#ic-package .ic-monthly-price {
  display: flex;
  align-items: center;
  gap: 5px;
}
#ic-package .ic-monthly-price h3, #ic-package .ic-monthly-price h3 span, h3 #ic-package .ic-monthly-price span {
  font-size: 36px;
  font-weight: 700;
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 767.98px) {
  #ic-package .ic-monthly-price h3, #ic-package .ic-monthly-price h3 span, h3 #ic-package .ic-monthly-price span {
    font-size: 30px;
  }
}
#ic-package .ic-monthly-price span {
  font-size: 18px;
  font-weight: 500;
  color: #121426;
  margin-top: 10px;
}
@media only screen and (max-width: 767.98px) {
  #ic-package .ic-monthly-price span {
    font-size: 15px;
  }
}
#ic-package .plus {
  font-size: 16px;
  font-weight: 500;
  color: #454b5d;
}
@media only screen and (max-width: 767.98px) {
  #ic-package .plus {
    font-size: 14px;
  }
}
#ic-package .ic-setup {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
}
#ic-package .ic-setup span {
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
#ic-package .ic-setup p {
  color: #121426;
  font-weight: 500;
}
#ic-package .ic-this-month {
  font-size: 18px;
  font-weight: 500;
  color: #121426;
  margin: 5px 0 35px 0;
}
@media only screen and (max-width: 1399.98px) {
  #ic-package .ic-this-month {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  #ic-package .ic-this-month {
    margin-bottom: 15px;
  }
}
#ic-package .ic-this-month span {
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
#ic-package .ic-package-btn {
  display: flex;
}
#ic-package .ic-btn {
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
  padding: 1.5px;
  border-radius: 30px;
}
#ic-package .ic-btn button {
  position: relative;
  border-radius: 30px;
  padding: 14px 42px;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
}
#ic-package .ic-btn button span {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #d0d0d4;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ic-package .ic-btn button:hover {
  background: transparent;
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  #ic-package .ic-btn button {
    padding: 12px 26px;
  }
}

#ic-package.ic-tiktok-package {
  background: #F0F3FB !important;
}
#ic-package.ic-tiktok-package .ic-package-header p {
  color: #454B5D;
}

#ic-essential-banner {
  background: url(../images/essential-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #fff;
}
#ic-essential-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #121426;
  opacity: 0.5;
  z-index: -1;
}
@media only screen and (max-width: 991.98px) {
  #ic-essential-banner {
    text-align: center;
  }
}

#ic-tabs .ic-essential-tabs {
  background: #f0f3fb;
  border-radius: 10px;
  padding: 80px;
}
@media only screen and (max-width: 1199.98px) {
  #ic-tabs .ic-essential-tabs {
    padding: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  #ic-tabs .ic-essential-tabs {
    padding: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  #ic-tabs .ic-essential-tabs {
    padding: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  #ic-tabs .ic-essential-tabs {
    padding: 20px;
  }
}
#ic-tabs .ic-essential-price {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 18px 0;
}
@media only screen and (max-width: 1399.98px) {
  #ic-tabs .ic-essential-price {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1199.98px) {
  #ic-tabs .ic-essential-price {
    font-size: 30px;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  #ic-tabs .ic-essential-price {
    font-size: 26px;
    margin: 8px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  #ic-tabs .ic-essential-price {
    font-size: 22px;
    margin: 5px 0;
  }
}
#ic-tabs .ic-essential-icon-item {
  margin: 20px 0 40px 0;
}
#ic-tabs .ic-essential-icon-item .ic-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
  text-align: left;
}
#ic-tabs .ic-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(161deg, #ee2e7b -27.36%, #37439b 112.59%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex: 0 0 auto;
}
#ic-tabs .ic-more {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media only screen and (max-width: 991.98px) {
  #ic-tabs .ic-more {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

#ic-blog-banner {
  background: url(../images/blog-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #fff;
}
#ic-blog-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #121426;
  opacity: 0.5;
  z-index: -1;
}
@media only screen and (max-width: 767.98px) {
  #ic-blog-banner {
    text-align: center;
  }
}
#ic-blog-banner .ic-common-btn2 {
  padding: 12px 33px;
}
@media only screen and (max-width: 575.98px) {
  #ic-blog-banner .ic-common-btn2 {
    padding: 10px 25px;
  }
}
#ic-blog-banner .ic-common-btn2:hover {
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
  color: #fff;
}
#ic-blog-banner .ic-blog-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 1399.98px) {
  #ic-blog-banner .ic-blog-search {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  #ic-blog-banner .ic-blog-search {
    margin-top: 15px;
  }
}
#ic-blog-banner input {
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #121426;
}
@media only screen and (max-width: 767.98px) {
  #ic-blog-banner input {
    padding: 6px;
    font-size: 14px;
  }
}
#ic-blog-banner input::placeholder {
  color: #121426;
}

.ic-blog-tabs .ic-blog-item {
  background: #ffffff;
  border: 1px solid #dee0e1;
  box-shadow: 0px 8px 16px -8px rgba(9, 11, 15, 0.06);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 30px;
}
.ic-blog-tabs .ic-blog-item.ic-blog-inf-main {
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
.ic-blog-tabs .ic-blog-inf-main .ic-blog-inf {
  padding: 0 0 22px 0;
  border-bottom: 1.5px solid #dee0e1;
  margin-bottom: 24px;
}
.ic-blog-tabs .ic-blog-inf-main .ic-blog-item-btn {
  border: none;
  padding: 0;
}
.ic-blog-tabs .ic-blog-inf-main h4, .ic-blog-tabs .ic-blog-inf-main h4 span, h4 .ic-blog-tabs .ic-blog-inf-main span {
  margin: 10px 0;
}
.ic-blog-tabs .ic-blog-inf-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ic-blog-tabs .ic-blog-img {
  height: 300px;
  overflow: hidden;
}
.ic-blog-tabs .ic-blog-img img {
  width: 100%;
  height: 300px !important;
  object-fit: cover;
  transition: all 0.3s;
}
@media only screen and (max-width: 575.98px) {
  .ic-blog-tabs .ic-blog-img img {
    height: auto;
  }
}
.ic-blog-tabs .ic-blog-img:hover img {
  transform: scale(1.2);
}
.ic-blog-tabs .ic-blog-inf {
  padding: 30px;
  position: relative;
}
@media only screen and (max-width: 1399.98px) {
  .ic-blog-tabs .ic-blog-inf {
    padding: 18px;
  }
}
.ic-blog-tabs .ic-blog-date {
  background: linear-gradient(161deg, #ee2e7b -27.36%, #37439b 112.59%);
  border-radius: 10px 10px 0 0;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  width: 153px;
  position: absolute;
  bottom: 100%;
  left: 30px;
}
.ic-blog-tabs .ic-inf-date {
  font-size: 14px;
  font-weight: 500;
  color: #454b5d;
}
.ic-blog-tabs .ic-calender-icon {
  width: 15px;
}
.ic-blog-tabs .ic-calender-icon img {
  width: 100%;
  height: 100%;
  margin-top: -5px;
}
.ic-blog-tabs .ic-inf-span {
  font-size: 16px;
  font-weight: 400;
  color: #454b5d;
}
.ic-blog-tabs h4, .ic-blog-tabs h4 span, h4 .ic-blog-tabs span {
  font-size: 22px;
  color: #121426;
  margin: 10px 0 20px 0;
}
.ic-blog-tabs .ic-blog-item-btn {
  border-top: 1.5px solid #dee0e1;
  padding-top: 25px;
}
.ic-blog-tabs button {
  font-size: 16px;
  font-weight: 400;
  color: #454b5d;
  background: transparent;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ic-blog-tabs button:hover {
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ic-blog-tabs button:hover svg {
  color: #ee2e7b;
}

.ic-tabs-main .ic-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.ic-tabs-main .ic-pagination ul {
  display: flex;
  align-items: center;
}
.ic-tabs-main .ic-pagination ul li a {
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #121426;
}
.ic-tabs-main .ic-pagination .ic-arrow-left {
  margin-right: 40px;
}
@media only screen and (max-width: 767.98px) {
  .ic-tabs-main .ic-pagination .ic-arrow-left {
    margin-right: 20px;
  }
}
.ic-tabs-main .ic-pagination .ic-arrow-right {
  margin-left: 40px;
}
@media only screen and (max-width: 767.98px) {
  .ic-tabs-main .ic-pagination .ic-arrow-right {
    margin-left: 20px;
  }
}
.ic-tabs-main .page-item.active a {
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
  color: #fff;
}
.ic-tabs-main .ic-blog-details-articles {
  font-size: 22px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-tabs-main .ic-blog-details-articles {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-tabs-main .ic-blog-details-articles {
    margin-bottom: 20px;
  }
}

.ic-blog-details-inf img {
  width: 100%;
  height: auto;
}

.ic-details-heading p {
  font-size: 18px;
  font-weight: 500;
  color: #454b5d;
}
@media only screen and (max-width: 1199.98px) {
  .ic-details-heading p {
    font-size: 16px;
  }
}

.ic-details-items {
  margin: 45px 0;
}
@media only screen and (max-width: 991.98px) {
  .ic-details-items {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-details-items {
    margin: 15px 0;
  }
}

.ic-details-item {
  display: flex;
}
@media only screen and (max-width: 1399.98px) {
  .ic-details-item {
    flex-direction: column;
    gap: 5px;
  }
}

.ic-details-item span {
  width: 50%;
  font-size: 18px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #454b5d;
}
@media only screen and (max-width: 1399.98px) {
  .ic-details-item span {
    width: 100%;
  }
}

.ic-item2 span {
  width: 26%;
}
@media only screen and (max-width: 1399.98px) {
  .ic-item2 span {
    width: 100%;
  }
}

.ic-item3 span {
  width: 37%;
}
@media only screen and (max-width: 1399.98px) {
  .ic-item3 span {
    width: 100%;
  }
}

.ic-offer-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767.98px) {
  .ic-offer-item {
    align-items: baseline;
  }
}

.ic-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(161deg, #ee2e7b -27.36%, #37439b 112.59%);
  flex: 0 0 auto;
}

.ic-template {
  font-size: 16px;
  font-weight: 600;
  color: #121426;
}

.ic-template-img img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 575.98px) {
  .ic-template-img img {
    margin: 5px 0;
  }
}

.ic-social {
  border: 1.5px solid #dee0e1;
  border-left: none;
  border-right: none;
  padding: 30px 0;
}

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

.ic-social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ic-icon-item {
  width: 140px;
  height: 40px;
  border: 2px solid #dee0e1;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1199.98px) {
  .ic-icon-item {
    width: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-icon-item {
    width: 45px;
  }
}

.ic-blog-details-sec {
  padding-top: 80px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-blog-details-sec {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 991.98px) {
  #ic-market-banner .ic-membership-left {
    text-align: center;
  }
}
#ic-market-banner .ic-membership-imgs {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
#ic-market-banner .ic-membership-imgs img {
  margin-left: -15px;
  object-fit: cover;
}
@media only screen and (max-width: 991.98px) {
  #ic-market-banner .ic-membership-imgs {
    justify-content: center;
    margin: 12px 0;
  }
}
@media only screen and (max-width: 575.98px) {
  #ic-market-banner .ic-member-heading {
    font-size: 36px;
    line-height: normal;
  }
}
#ic-market-banner .ic-member-price {
  font-weight: 500;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 991.98px) {
  #ic-market-banner .ic-member-price {
    font-size: 15px;
    margin-bottom: 0;
  }
}
#ic-market-banner .ic-member-amount {
  font-weight: 500;
}
#ic-market-banner .ic-member-add {
  background: linear-gradient(180deg, #f867be 0%, #d6218d 100%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -15px;
  cursor: pointer;
}
@media only screen and (max-width: 991.98px) {
  #ic-market-banner .ic-membership-btn {
    justify-content: center;
  }
}
#ic-market-banner .ic-member-right {
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  #ic-market-banner .ic-member-right {
    margin-top: 40px;
  }
}
#ic-market-banner .ic-member-bg {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1399.98px) {
  #ic-market-banner .ic-member-bg img {
    width: 300px;
  }
}
#ic-market-banner .ic-member-offer {
  text-align: center;
  background: #fff;
  padding: 12px 14px;
  border-radius: 100px;
  width: 230px;
  color: #121426;
  position: absolute;
  top: -10px;
  left: 52%;
  transform: translateX(-50%);
}
#ic-market-banner .ic-member-offer span {
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1399.98px) {
  #ic-market-banner .ic-member-offer {
    left: 50%;
  }
}
#ic-market-banner .ic-point {
  width: 200px;
  border-radius: 60px 60px 20px 20px;
  padding: 30px 13px;
  background: #fff;
  color: #121426;
  text-align: center;
  position: absolute;
  top: 50%;
  left: -38%;
  transform: translateY(-50%);
}
#ic-market-banner .ic-point span {
  background: linear-gradient(180deg, #f867be 0%, #d6218d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1399.98px) {
  #ic-market-banner .ic-point {
    width: 160px;
    left: -10%;
    padding: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  #ic-market-banner .ic-point {
    left: 10%;
  }
}
@media only screen and (max-width: 575.98px) {
  #ic-market-banner .ic-point {
    padding: 10px;
    left: 0%;
  }
}
#ic-market-banner .ic-gift-img {
  display: flex;
  justify-content: center;
}
#ic-market-banner .ic-installment {
  background: linear-gradient(180deg, #f867be 0%, #d6218d 100%);
  border-radius: 30px;
  padding: 25px 20px;
  width: 200px;
  position: absolute;
  top: 50%;
  right: -38%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1399.98px) {
  #ic-market-banner .ic-installment {
    width: 150px;
    right: -5%;
    padding: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  #ic-market-banner .ic-installment {
    right: 10%;
  }
}
@media only screen and (max-width: 575.98px) {
  #ic-market-banner .ic-installment {
    padding: 10px;
    top: 50%;
    right: 0%;
  }
}
#ic-market-banner .ic-member-service {
  width: 200px;
  border-radius: 8px;
  text-align: center;
  background: url(../images/blog-img2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 28px 22px;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  bottom: -40px;
  left: 53%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1399.98px) {
  #ic-market-banner .ic-member-service {
    width: 160px;
    padding: 10px;
    left: 50%;
  }
}
#ic-market-banner .ic-member-service::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #121426;
  opacity: 0.5;
  z-index: -1;
}

#ic-program .ic-program-header p {
  padding: 0 75px;
  color: #454b5d;
}
@media only screen and (max-width: 767.98px) {
  #ic-program .ic-program-header p {
    padding: 0;
  }
}
#ic-program .ic-program-header h4, #ic-program .ic-program-header h4 span, h4 #ic-program .ic-program-header span {
  font-size: 36px;
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
#ic-program .ic-price {
  display: flex;
  justify-content: center;
  gap: 2px;
  margin-top: 12px;
}
#ic-program .ic-price h4, #ic-program .ic-price h4 span, h4 #ic-program .ic-price span {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 700;
}
@media only screen and (max-width: 767.98px) {
  #ic-program .ic-price h4, #ic-program .ic-price h4 span, h4 #ic-program .ic-price span {
    font-size: 30px;
  }
}
#ic-program .ic-price span {
  font-size: 18px;
  font-weight: 500;
  color: #121426;
  margin-top: 5px;
}
@media only screen and (max-width: 1399.98px) {
  #ic-program .ic-price span {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  #ic-program .ic-price span {
    font-size: 15px;
    margin-top: 10px;
  }
}
#ic-program .ic-program-item {
  background: #ffffff;
  border: 1px solid #ededed;
  box-shadow: 0px 6px 14px rgba(0, 3, 33, 0.06);
  padding: 40px 30px;
  border-radius: 10px;
  height: 100%;
}
@media only screen and (max-width: 767.98px) {
  #ic-program .ic-program-item {
    padding: 20px;
  }
}
#ic-program .ic-program-item h4, #ic-program .ic-program-item h4 span, h4 #ic-program .ic-program-item span {
  font-size: 22px;
  font-weight: 700;
  margin: 30px 0 24px 0;
}
@media only screen and (max-width: 767.98px) {
  #ic-program .ic-program-item h4, #ic-program .ic-program-item h4 span, h4 #ic-program .ic-program-item span {
    margin: 15px 0;
  }
}
#ic-program .ic-program-icon-item p {
  color: #454b5d;
}
#ic-program .ic-program-icon-item p span {
  font-weight: 600;
}
#ic-program .ic-item {
  display: flex;
  gap: 10px;
  margin: 10px 0;
  text-align: left;
}
#ic-program .ic-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(161deg, #ee2e7b -27.36%, #37439b 112.59%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex: 0 0 auto;
}

#ic-annual {
  background: #121426;
}
#ic-annual h3, #ic-annual h3 span, h3 #ic-annual span {
  color: #fff;
}
#ic-annual .ic-annual-price {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media only screen and (max-width: 991.98px) {
  #ic-annual .ic-annual-price {
    justify-content: center;
    gap: 20px;
  }
}
#ic-annual .ic-annual-price h3, #ic-annual .ic-annual-price h3 span, h3 #ic-annual .ic-annual-price span {
  font-size: 40px;
  color: #38e05c;
}
@media only screen and (max-width: 767.98px) {
  #ic-annual .ic-annual-price h3, #ic-annual .ic-annual-price h3 span, h3 #ic-annual .ic-annual-price span {
    font-size: 30px;
  }
}
#ic-annual .ic-minus,
#ic-annual .ic-plus {
  width: 42px;
  height: 42px;
  background: #f867be;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 767.98px) {
  #ic-annual .ic-minus,
  #ic-annual .ic-plus {
    width: 35px;
    height: 35px;
  }
}
#ic-annual .ic-annual-details {
  border-radius: 16px;
  overflow: hidden;
}
#ic-annual .ic-annual-member {
  background: linear-gradient(161deg, #ee2e7b -27.36%, #37439b 112.59%);
  color: #fff;
  padding: 22px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  #ic-annual .ic-annual-member {
    padding: 10px;
  }
}
#ic-annual .ic-member {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 767.98px) {
  #ic-annual .ic-member {
    gap: 10px;
  }
}
#ic-annual .ic-item {
  background: #fff;
  color: #121426;
  display: flex;
  align-items: center;
  padding: 24px 50px;
}
@media only screen and (max-width: 767.98px) {
  #ic-annual .ic-item {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  #ic-annual .ic-item h5, #ic-annual .ic-item h5 span, h5 #ic-annual .ic-item span {
    font-size: 14px;
  }
}
#ic-annual .ic-item-left {
  width: 12%;
}
@media only screen and (max-width: 767.98px) {
  #ic-annual .ic-item-left {
    width: 30%;
  }
}
#ic-annual .ic-item-right {
  width: 12%;
}
@media only screen and (max-width: 767.98px) {
  #ic-annual .ic-item-right {
    width: 30%;
  }
}
#ic-annual .ic-item-middle {
  width: 76%;
}
@media only screen and (max-width: 767.98px) {
  #ic-annual .ic-item-middle {
    width: 100%;
  }
}
#ic-annual .ic-item-middle .ic-total-savins {
  font-weight: 700;
}
#ic-annual .ic-item.ic-item2 {
  background: #e6ebf8;
}
#ic-annual .ic-item-last {
  border-bottom: 1.5px solid #d3d6de;
}
#ic-annual .ic-total {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ic-program-icon-item .ic-item {
  position: relative;
}
.ic-program-icon-item .ic-item::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(161deg, #ee2e7b -27.36%, #37439b 112.59%);
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  z-index: 999;
}
.ic-program-icon-item i {
  position: absolute;
  top: -2px;
  left: 2px;
  z-index: 1000;
  color: #fff;
}

#ic-banner.ic-contact {
  background: url(../images/contact-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#ic-getintouch .ic-getintouch-main {
  background: #f0f3fb;
  border-radius: 12px;
  padding: 50px 0;
}
@media only screen and (max-width: 767.98px) {
  #ic-getintouch .ic-getintouch-main {
    padding: 30px 0;
  }
}
#ic-getintouch .ic-getintouch-main h4, #ic-getintouch .ic-getintouch-main h4 span, h4 #ic-getintouch .ic-getintouch-main span {
  font-size: 28px;
  font-weight: 700;
  color: #121426;
}
@media only screen and (max-width: 1199.98px) {
  #ic-getintouch .ic-getintouch-main h4, #ic-getintouch .ic-getintouch-main h4 span, h4 #ic-getintouch .ic-getintouch-main span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  #ic-getintouch .ic-getintouch-main h4, #ic-getintouch .ic-getintouch-main h4 span, h4 #ic-getintouch .ic-getintouch-main span {
    font-size: 20px;
  }
}
#ic-getintouch .ic-getintouch-header {
  border-bottom: 2px solid #dee0e1;
  background: #f0f3fb;
  padding: 0 50px 30px 50px;
}
@media only screen and (max-width: 1199.98px) {
  #ic-getintouch .ic-getintouch-header {
    padding: 0 30px 15px 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  #ic-getintouch .ic-getintouch-header {
    padding: 0 20px 15px 20px;
  }
}
#ic-getintouch .ic-getintouch-form {
  padding: 35px 50px 0 50px;
}
@media only screen and (max-width: 1199.98px) {
  #ic-getintouch .ic-getintouch-form {
    padding: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  #ic-getintouch .ic-getintouch-form {
    padding: 20px 10px;
  }
}
#ic-getintouch label {
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #121426;
  margin-left: 5px;
}
#ic-getintouch input {
  padding: 14px;
  border-radius: 6px;
  color: #454b5d;
}
@media only screen and (max-width: 767.98px) {
  #ic-getintouch input {
    padding: 10px;
  }
}
#ic-getintouch input::placeholder {
  color: #454b5d;
}
#ic-getintouch input[type=number]::-webkit-outer-spin-button,
#ic-getintouch input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#ic-getintouch .ic-select {
  padding-right: 14px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
#ic-getintouch select {
  padding: 14px;
  color: #454b5d;
  border: none;
  width: 100%;
}
#ic-getintouch select:focus {
  outline: none;
}
@media only screen and (max-width: 767.98px) {
  #ic-getintouch select {
    padding: 10px;
  }
}
#ic-getintouch textarea {
  padding: 14px;
  border-radius: 6px;
  height: 185px;
}
@media only screen and (max-width: 767.98px) {
  #ic-getintouch textarea {
    height: 120px;
  }
}
#ic-getintouch .ic-address {
  border-radius: 12px;
  background: linear-gradient(180deg, #f867be 0%, #d6218d 100%);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
  color: #fff;
  padding: 30px 0;
}
#ic-getintouch .ic-address h4, #ic-getintouch .ic-address h4 span, h4 #ic-getintouch .ic-address span {
  color: #fff;
}
@media only screen and (max-width: 991.98px) {
  #ic-getintouch .ic-address {
    margin-top: 20px;
  }
}
#ic-getintouch .ic-address-item {
  border-bottom: 2px solid rgba(204, 200, 200, 0.4392156863);
  padding: 0 30px 26px 30px;
}
@media only screen and (max-width: 1199.98px) {
  #ic-getintouch .ic-address-item {
    padding: 15px;
  }
}
#ic-getintouch .ic-item-inf {
  display: flex;
  align-items: center;
  gap: 10px;
}
#ic-getintouch .ic-item-inf a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 1199.98px) {
  #ic-getintouch .ic-item-inf a {
    font-size: 14px;
  }
}
#ic-getintouch .ic-social-link {
  padding: 0 30px;
}
@media only screen and (max-width: 1199.98px) {
  #ic-getintouch .ic-social-link {
    padding: 0 15px;
  }
}
#ic-getintouch .ic-social-items {
  display: flex;
  align-items: center;
  gap: 10px;
}
#ic-getintouch .ic-social-item {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: all 0.3s;
}
#ic-getintouch .ic-social-item:hover a svg {
  stroke: #98388a;
  color: #98388a;
}
@media only screen and (max-width: 991.98px) {
  #ic-getintouch .ic-form-space {
    margin-bottom: 10px;
  }
}

.ic-footer-top.ic-contact-footer {
  position: relative;
  z-index: 1;
  padding-top: 290px;
}
@media only screen and (max-width: 767.98px) {
  .ic-footer-top.ic-contact-footer {
    padding-top: 190px;
  }
}
.ic-footer-top.ic-contact-footer .ic-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.ic-footer-top.ic-contact-footer .ic-map iframe {
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 767.98px) {
  .ic-footer-top.ic-contact-footer .ic-map iframe {
    height: 300px;
  }
}

#ic-banner.ic-privacy {
  background: url(../images/privacy-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#ic-privacy p {
  color: #454b5d;
}
#ic-privacy p span {
  font-size: 16px;
  font-weight: 500;
  color: #121426;
}
#ic-privacy h4, #ic-privacy h4 span, h4 #ic-privacy span {
  font-size: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 767.98px) {
  #ic-privacy h4, #ic-privacy h4 span, h4 #ic-privacy span {
    font-size: 20px;
  }
}
#ic-privacy .ic-personal-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
#ic-privacy .ic-personal-item .ic-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(161deg, #ee2e7b -27.36%, #37439b 112.59%);
}
#ic-privacy .ic-personal-item p {
  font-size: 18px;
  font-weight: 500;
  color: #121426;
}
@media only screen and (max-width: 991.98px) {
  #ic-privacy .ic-personal-item p {
    font-size: 15px;
  }
}
#ic-privacy .ic-item {
  display: flex;
  gap: 10px;
}
#ic-privacy .ic-item .ic-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: 10px;
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
}

@media only screen and (max-width: 1399.98px) {
  .ic-privacy-main p {
    margin-bottom: 10px;
    line-height: 20px;
  }
}

.ic-privacy-main .ic-item p {
  margin-bottom: 0;
}

#ic-defferent-ads {
  background: #f0f3fb;
}
#ic-defferent-ads p {
  color: #454b5d;
}
@media only screen and (max-width: 991.98px) {
  #ic-defferent-ads p {
    font-size: 15px;
  }
}

.ic-different-ads-tabs .nav-tabs {
  justify-content: center;
  border-bottom: none;
  border-radius: 12px;
}
.ic-different-ads-tabs .nav-tabs .nav-item {
  background: #dee0e1;
}
.ic-different-ads-tabs .nav-tabs .nav-item a {
  padding: 14px 35px;
}
.ic-different-ads-tabs .nav-tabs .nav-link1 {
  border-radius: 12px 0 0 12px;
  overflow: hidden;
}
.ic-different-ads-tabs .nav-tabs .nav-link1 a {
  border-radius: 12px 0 0 12px;
}
.ic-different-ads-tabs .nav-tabs .nav-link2 {
  border-radius: 0 12px 12px 0;
  overflow: hidden;
}
.ic-different-ads-tabs .nav-tabs .nav-link2 a {
  border-radius: 0 12px 12px 0;
}
.ic-different-ads-tabs .nav-tabs .nav-link:hover {
  color: #121426;
}
.ic-different-ads-tabs .nav-tabs .nav-link.active {
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
  color: #fff;
}

.ic-amazon-tabs-inf {
  background: #fff;
  border-radius: 16px;
  padding: 70px 80px;
}
@media only screen and (max-width: 767.98px) {
  .ic-amazon-tabs-inf {
    padding: 25px;
  }
}

.ic-tabs-details img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
@media only screen and (max-width: 767.98px) {
  .ic-tabs-details img {
    height: auto;
    object-fit: contain;
  }
}

.ic-amazon-tabs-item .ic-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0;
  text-align: left;
}
.ic-amazon-tabs-item .ic-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(161deg, #ee2e7b -27.36%, #37439b 112.59%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex: 0 0 auto;
}

.ic-amazon-tabs-inf .ic-tabs-header h4, .ic-amazon-tabs-inf .ic-tabs-header h4 span, h4 .ic-amazon-tabs-inf .ic-tabs-header span {
  font-size: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  .ic-amazon-tabs-inf .ic-tabs-header h4, .ic-amazon-tabs-inf .ic-tabs-header h4 span, h4 .ic-amazon-tabs-inf .ic-tabs-header span {
    font-size: 25px;
  }
}

.ic-amazon-tabs-item h4, .ic-amazon-tabs-item h4 span, h4 .ic-amazon-tabs-item span {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 991.98px) {
  .ic-amazon-tabs-item h4, .ic-amazon-tabs-item h4 span, h4 .ic-amazon-tabs-item span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-amazon-tabs-item h4, .ic-amazon-tabs-item h4 span, h4 .ic-amazon-tabs-item span {
    margin-top: 20px;
  }
}

#ic-package.ic-amazon-package {
  background: #fff;
}

#ic-package.ic-amazon-package .ic-package-bg {
  background: #dee0e1;
}
#ic-package.ic-amazon-package .ic-package-bg:hover {
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
}
#ic-package.ic-amazon-package .ic-package-item {
  box-shadow: 0px 20px 30px -20px rgba(31, 1, 2, 0.06);
}

#ic-package.ic-amazon-package.ic-tiktok-package .ic-package-bg {
  background: #fff;
}
#ic-package.ic-amazon-package.ic-tiktok-package .ic-package-bg:hover {
  background: linear-gradient(159deg, #f89521 -50.71%, #fbb042 1.16%, #ee2e7b 38.69%, #37439b 77.2%, #2bace2 112.15%);
}

#ic-market-banner.ic-facebook-ads-banner .ic-banner-right {
  justify-content: left;
  padding-left: 100px;
}
#ic-market-banner.ic-facebook-ads-banner .ic-banner-right img {
  width: 70%;
}

/*# sourceMappingURL=style.css.map */