:root {
  --white: #fff;
  --black: #000;
  --text: #1e293b;
}

@font-face {
  font-family: "montserrat";
  src: url("/Images/font/Montserrat-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  src: url("/Images/font/Montserrat-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  src: url("/Images/font/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  src: url("/Images/font/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  src: url("/Images/font/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  src: url("/Images/font/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  src: url("/Images/font/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  src: url("/Images/font/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  src: url("/Images/font/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

body {
  font-family: "montserrat", sans-serif !important;
  direction: ltr;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
  color: inherit;
}

.bg-main {
  background-size: cover;
  background-repeat: no-repeat;
}

.main-nav {
  background-color: var(--black);
  height: 80px;
  z-index: 3;
  position: relative;
}
.resellerSectionData {
  position: relative;
  z-index: 3;
}
.header-text {
  color: #000;
  font-size: 65px;
  font-weight: 100;
  line-height: 48px;
  padding: 35px 0 23px 0;
  letter-spacing: 1.3px;
  flex: 1;
  text-align: center;
}

.main-nav nav {
  height: 80px;
}

.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 88px;
}

.nav-links li a {
  color: var(--white);
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.38px;
  transition: opacity 0.3s;
}

.nav-links li a:hover {
  opacity: 0.7;
}

.nav-logo {
  width: 316px;
  min-width: 316px;
  flex-shrink: 0;
  height: 80px;
  background-color: #ffe700;
  position: relative;
}
h1 {
  color: var(--black);
  font-size: 50px;
  font-weight: 500;
  line-height: 70px;
}

h2 {
  color: var(--text);
  font-size: 40px;
  font-weight: 300;
  line-height: 52px;
}

h3 {
  color: var(--black);
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
}

h4 {
  color: var(--black);
  font-size: 23px;
  font-weight: 300;
  line-height: 32px;
}

h5 {
  color: var(--black);
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

h6 {
  color: var(--text);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

p {
  color: var(--black);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.hero {
  margin: 44px 0 60px;
}

.hero-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 41px;
}

.btn-purple {
  background-color: #9724cb;
  border-radius: 10px;
  padding: 8px 55px 13px 55px;
  color: var(--white);
  font-size: 24px;
  border: none;
  font-weight: 300;
  transition: opacity 0.3s;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  width: 100%;
  display: flex;
  justify-content: center;
  border: 2px solid #9724cb;
}

.btn-purple:hover {
  color: #06b6d4;
  background-color: unset;
}

.solutions {
  margin-left: 0;
  margin-bottom: 60px;
}

.g-60 {
  --bs-gutter-x: 60px;
}

.solution-line {
  width: 100%;
  height: 1px;
  background-color: var(--black);
  margin-bottom: 20px;
}

.solution-card h4 {
  margin-bottom: 15px;
}

.solution-link {
  color: #9724cb;
  white-space: nowrap;
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 13px;
}

.why-us {
  margin-left: 0;
  margin-bottom: 30px;
}

.why-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0 0;
}

.why-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: var(--black);
}

.why-list li::before {
  content: "·";
  position: absolute;
  left: 0;
  font-weight: 700;
  font-size: 20px;
}

.reseller-link {
  color: #e6007e;
  font-size: 18px;
  font-weight: 600;
  display: inline-flex;
  line-height: normal;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.main-footer {
  opacity: 0.65;
  background: #161f28;
  /* height: 90px;
  display: flex;
  align-items: center; */
  padding: 28px 0;
}
.main-footer ul {
  padding: 0;
  margin: 0;
  justify-content: center;
  gap: 30px;
  flex-direction: row;
  display: flex;
  border-left: 1px solid #fff;
}
.resellerSectionDataRow {
  --bs-gutter-x: 131px;
}
.footer-copy {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 342.857%;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 68px;
}

.footer-link {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
  transition: opacity 0.3s;
}

.footer-link.gold {
  color: #fff500;
}

.footer-link:hover {
  opacity: 0.7;
}

.footer-divider {
  height: 43.898px;
  background-color: var(--white);
  width: 1px;
}

.creative-banner {
  background-repeat: no-repeat;
  background-position: 0% 0%;
}

.header-row {
  display: flex;
  z-index: 4;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.creative-hero {
  padding: 30px 0 60px 0;
}

.hero-label {
  color: #9724cb;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.hero-desc {
  color: var(--black);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.solutions-grid {
  padding: 0px 0 60px 0;
}

/* .solutions-grid .row > *:nth-child(3n + 1) {
  padding-left: 0;
}

.solutions-grid .row > *:nth-child(3n + 3) {
  padding-right: 0;
} */

.solution-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.accordion-toggle-icon {
  cursor: pointer;
  margin-top: 8px;
  transition: transform 0.3s ease;
}

.openAccordion .accordion-toggle-icon[aria-expanded="true"],
.solutions-grid .accordion-button,
.closeAccordion .accordion-toggle-icon[aria-expanded="false"] {
  /* transform: rotate(180deg); */
  display: none;
}
.openAccordion .accordion-toggle-icon[aria-expanded="false"] {
  display: block;
}
.closeAccordion .accordion-toggle-icon[aria-expanded="true"] {
  transform: rotate(180deg);
  display: block;
}

.solutions-grid .accordion-item {
  border: none;
  background-color: transparent;
  margin-bottom: 60px;
}

.solutions-grid .accordion-body ul {
  padding: 0;
  margin: 0;
}

.solutions-grid .accordion-body ul li {
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
}

.solution-title {
  display: block;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 10px;
  color: var(--black);
}

.accordion-section-heading {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  line-height: 24px;
}

.hero-label2 {
  color: #9724cb;
  font-size: 22px;
  font-weight: 600;
  line-height: 40px;
}

.creative-who {
  margin-bottom: 30px;
}

.creative-who li {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 24px;
  color: var(--black);
}

.creative-tools {
  padding: 10px 0 80px 0;
}

.tools-hero {
  margin-bottom: 50px;
}

.tools-main-title {
  color: #9724cb;
  font-size: 65px;
  font-weight: 200;
  line-height: normal;
  text-transform: lowercase;
}

.tools-subtitle {
  font-size: 36px;
  font-weight: 300;
  color: var(--black);
  line-height: 127.778%;
}
.fixText .tools-subtitle {
  line-height: 135.714%;
}
.tools-reseller-highlight {
  color: #e20093;
  font-weight: 600;
}

.tools-discipline {
  margin-bottom: 40px;
}

.discipline-title {
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  color: #9724cb;
  margin-bottom: 8px;
}

.discipline-line {
  height: 1px;
  width: 100%;
  background-color: var(--black);
  margin-bottom: 20px;
  margin-left: 10%;
}

.tools-table {
  width: 100%;
  margin-left: 10%;
  border-collapse: collapse;
}

.tools-table td {
  padding: 14px 0;
  vertical-align: top;
}

.tools-table .tool-name {
  width: 35%;
}

.tools-table .tool-desc {
  width: 55%;
}

.need-help {
  margin-left: 10%;
  margin-top: 20px;
}

.help-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.note {
  border-radius: 20px;
  background: rgba(226, 0, 147, 0.3);
  mix-blend-mode: multiply;
  padding: 24px;
  /* width: 720px; */
}

.fs-60 {
  color: #9724cb;
  font-size: 60px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  text-transform: lowercase;
}
.businessText p {
  line-height: 28px;
}
.fs-34 {
  color: var(--black);
  font-size: 34px;
  font-weight: 300;
  line-height: normal;
}

.bg-gradient-wrapper {
  background-image: url(../AdobeStock_614003991_A.svg);
  background-repeat: no-repeat;
  background-position: 115% top;
}

.business-desc {
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  color: var(--black);
  margin-bottom: 20px;
}

.business-disciplines {
  background-repeat: no-repeat;
  background-position: right;
  padding-top: 33px;
}

.g-90 {
  --bs-gutter-x: 90px;
  margin-bottom: 40px;
}

/* .discipline-item {
  margin-bottom: 40px;
} */
.rowGap-40 {
  row-gap: 40px;
}

.discipline-category {
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
  color: var(--black);
}

.business-disciplines .discipline-desc {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.5;
}

.for-who {
  border-radius: 20px;
  background: #f0cfff;
  mix-blend-mode: multiply;
  padding: 24px 41px 14px;
  /* max-width: 300px; */
}

.g-45 {
  --bs-gutter-x: 45px;
}
.faqSection {
  padding-top: 35px;
}
.how-to-get li {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 24px;
  color: var(--black);
}

.min-w {
  width: 340px;
}

.g-200 {
  --bs-gutter-x: 200px;
}

.tools-category {
  border-radius: 20px;
  background: rgba(136, 254, 192, 0.5);
  mix-blend-mode: multiply;
  /* width: 520px; */
  padding: 24px 40px;
}

.m-l-10 {
  margin-left: 10%;
}

.m-r-10 {
  margin-right: 20%;
}

.fs-36 {
  color: #9724cb;
  font-size: 36px;
  font-weight: 200;
  line-height: 1.2;
}

.creative-tools {
  background-image: url("/Images/AdobeStock_688358854_greenleft.png"),
    url("/Images/AdobeStock_688358854_green.png");
  background-position: left 15%, right 15%;
  background-repeat: no-repeat;
}

/* .solutions-grid {
  background-image: url("/Images/AdobeStock_459518091_blue copy.png");
  background-repeat: no-repeat;
  background-position: right bottom;
} */

.fs-55 {
  color: #000;
  font-size: 55px;
  font-weight: 300;
  line-height: 70px;
}

.education-hero {
  border-radius: 20px;
  background: #95eff6;
  mix-blend-mode: multiply;
  /* padding: 24px 40px; */
  padding: 44px 39px 24px;

  /* width: 450px; */
}

.bg-purple {
  background: #9724cb !important;
  padding: 20px 15px 20px 43px;
}

.bg-purple-light {
  padding: 25px 56px 24px 35px;
  background: rgba(226, 0, 147, 0.3);
}

.g-70 {
  --bs-gutter-x: 70px;
}

.fs-28 {
  color: var(--black);
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

.title h1 {
  font-size: 30px;
  line-height: 160%;
  color: var(--black);
  font-weight: 400;
  letter-spacing: 0.6px;
}

.resellerSection {
  /* height: 100vh; */
  position: relative;
  padding: 22px 0 70px;
}

.title {
  padding: 22px 0 28px;
}

.selectDropDown {
  border-radius: 5px;
  border: 1px solid #707070;
  background: rgba(0, 0, 0, 0);
  /* mix-blend-mode: multiply; */
  width: 271px;
  padding: 2px 12px;
}

.selectDropDown:first-child {
  border-color: #9724cb;
}
.selectDropDown * {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.selectDropDown .dropdown-menu {
  width: 100%;
  left: -12px !important;
}
.selectDropDown .dropdown-toggle {
  color: #c3c3c3;
}
.selectDropDown li a {
  color: #707070;
}
.selectDropDown .dropdown-toggle::after {
  border: unset;
  width: 20px;
  height: 16.327px;
  background-image: url(../select.svg);
  background-position: right center;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-size: contain;
  margin-right: auto;
  position: absolute;
  right: 11px;
  top: 5px;
}

.selectDropDown:first-child .dropdown-toggle::after {
  background-image: url(../select2.svg);
}
.numberOfSearch {
  padding: 50px 0 11px;
}
.numberOfSearch h6 {
  color: #707070;
  font-weight: 600;
  line-height: 266.667%;
  letter-spacing: 0.36px;
}

.resleiceCard {
  border-radius: 15px;
  border: 1px solid #9724cb;
  background: rgba(0, 0, 0, 0);
  mix-blend-mode: multiply;
  padding: 17px 15px 16px 27px;
}

.releiceText {
  padding: 17px 0 23px;
  max-width: 250px;
}
span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.SpecialistText span {
  font-weight: 600;
  color: #9724cb;
}
.contactSeller {
  gap: 3px;
  padding-top: 17px;
}
.contactSeller a {
  color: #e20093 !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.rowGap {
  row-gap: 31px;
}

.resleiceCard p {
  font-weight: 500;
  line-height: normal;
}
.background {
  position: absolute;
  top: -29%;
  left: -17%;
  width: 59%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.headerTitle p {
  color: #000;
  font-size: 87px;
  font-style: normal;
  font-weight: 100;
  line-height: 55.172%; /* */
  letter-spacing: 1.74px;
}

.headerTitle {
  padding: 29px 0;
}

.fs-20 {
  color: var(--black);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.headerMOdal {
  background: #000;
  max-width: 300px;
  left: unset;
  z-index: 5;
  right: 0;
}
.adobe-logo {
  padding-top: 22px;
}

.modal-backdrop.show {
  z-index: 4;
  opacity: 0;
}
.headerMOdal ul {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.headerMOdal ul li {
  border-bottom: 1px solid #c3c3c3;
  width: 100%;
  padding-bottom: 10px;
}
.headerMOdal .modal-dialog {
  margin: 0;
}
.headerMOdal li a {
  padding: 10px;
  pointer-events: auto;
  text-transform: capitalize;
  text-align: right;
}
.w-90 {
  width: 90%;
}

.heroText h1 {
  font-weight: 300;
}
.why-us h4 {
  font-size: 22px;
  line-height: 163.636%;
}

.solution-card {
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  padding-top: 17px;
  border-top: 1px solid #000;
}

.gap54 {
  gap: 54px;
}

.creactiveText h3 {
  font-size: 32px;
}

.normalText .fs-28 {
  font-weight: 300;
}

.leraningtext h3 {
  line-height: 138.462%; /*  */
}

.bussinesText p {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.rowgap24 {
  row-gap: 24px;
}
