body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

p {
  font-size: 18px;
}

/* HEADER */
dl,
ol,
ul {
  margin: 0 !important;
  padding: 0 !important;
}

img {
  filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
}

a {
  text-decoration: none !important;
  text-decoration-line: none !important;
  color: inherit !important;
}

.main-menu .active {
  color: #64318a !important;
}

.row {
  margin-right: 0 !important;
}

button:hover {
  opacity: 0.9;
}

.contactButton {
  padding: 15px 0 !important;
}

header {
  transition: all 0.3s ease-in-out;
  box-shadow: 0 1px 6px 0 rgba(214, 220, 239, 1);
  top: 0px;
  background-color: #fff;
  position: sticky;
  z-index: 20;
  height: auto;
  padding: 1rem 0;
}

.logo {
  min-width: 175px;
  max-width: 200px;
  padding: 20px 0px;
  margin-left: 250px;
}

.mobile-menu {
  display: none;
}

.main-menu {
  display: flex;
  align-items: center;
  padding-left: 75px;
}

.main-menu ul.nav {
  float: left;
  margin-right: 20px;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
}
.nav li:first-child {
  margin-left: 0px;
}
.main-menu ul {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.main-menu ul li {
  position: relative;
  display: inline-block;
  margin: 0 15px;
  display: flex !important;
  width: 100% !important;
}

.main-menu ul li a {
  white-space: nowrap;
  padding: 10px 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #64318a;
  display: block;
  text-decoration: none;
}

.submenu {
  display: none !important;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0.1rem 0 0 0 !important;
  list-style: none;
  border-radius: 8px;
}

.submenu li a {
  display: block;
  padding: 5px 10px !important;
  white-space: nowrap;
  color: #333;
  text-decoration: none;
}
.main-menu .submenu li{
  display: flex;
  align-items: center;
  gap: 15px;
}

.main-menu .submenu  a{
  padding: 0.8rem 0 !important;
}

.submenu a:hover {
  opacity: .7;
}
.main-menu li:hover .submenu {
  display: block !important;
}

ul.right-nav li a {
  width: 50px;
  height: 45px;
  border-radius: 999px;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 10px;
}

.socials {
  background-color: #64318a;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  float: right;
}

.socials svg {
  width: 32px;
  height: 32px;
  fill: #64318a;
}

.socials a {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.socials ul {
  display: flex;
  align-items: center;
  list-style-type: none;
}

.socials ul li {
  margin: 8px 8px;
}

.main-menu ul.right-nav li.active a {
  background-color: #64318a;
  color: #fff;
}

.top-menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.bottom-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 1000px) {
  .logo {
    display: inline-block;
    width: 175px;
    height: auto;
    padding: 10px 10px 10px 0px;
    margin: 0;
  }
  .mobile-menu {
    display: inline-block;
  }

  .socials {
    display: none;
  }

  .footer-2 {
    margin-bottom: 25px;
  }

  .mobile-menu span {
    border: solid 2px #64318a;
    display: block;
    text-align: center;
    border-radius: 4px;
    padding: 2px 6px;
    width: 50px;
    color: #64318a;
    font-size: 25px;
    cursor: pointer;
  }
  .main-menu {
    float: left;
    background-color: #f1f1f1;
    width: 100%;
    display: none;
    padding-left: 0;
  }
  .main-menu ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    width: 100%;
  }
  .main-menu ul.right-nav {
    text-align: center;
    margin-top: 6px;
  }
  ul.right-nav {
    margin-bottom: 10px;
  }

  .menu li:first-child {
    margin-left: 0px;
  }
  .main-menu ul li a {
    padding: 15px 15px;
    display: block;
    border-bottom: solid 1px #e2e4e6;
    text-align: center;
  }
  .main-menu ul.right-nav li {
    margin-left: 0px;
    margin-right: 30px;
    display: inline-block;
    width: 150px;
  }
  .main-menu ul.right-nav li a {
    font-size: 18px !important;
  }

  .conversionSelection4 {
    display: none;
  }

  .conversionSelectionMobile {
    padding: 50px 0 150px 0 !important;
  }
  footer {
    text-align: center;
  }

  .footer-1 {
    padding-bottom: 50px;
  }
  .hero-gorsel {
    margin: 0;
    background-position: center;
  }

  .hero {
    padding: 150px 0 250px;
  }

  .hero h2 {
    font-size: 42px !important;
    max-width: 100% !important;
  }
  .heroBottom p {
    margin: 75px 0 15px 0 !important;
  }

  .partners img {
    width: 50% !important;
  }

  .conversionSection {
    padding: 100px 0 !important;
  }

  .conversionSection p {
    width: 100% !important;
  }

  .contactTittle {
    padding: 75px 0 !important;
  }
}

@media (min-width: 1001px) {
  .main-menu {
    display: block !important;
  }

  .logo {
    padding: 0 !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .logo {
    margin: 0 0 20px 0 !important;
  }

  header {
    padding-bottom: 20px;
  }
}

/* HERO */

.hero {
  padding: 200px 0 250px 0;
  background-image: url("/assets/images/banner_background.png");
  background-repeat: round;
  clip-path: polygon(
    100% 0%,
    0% 0%,
    0% 98.14%,
    1% 97.85%,
    2% 97.55%,
    3% 97.24%,
    4% 96.92%,
    5% 96.59%,
    6% 96.26%,
    7% 95.92%,
    8% 95.58%,
    9% 95.23%,
    10% 94.87%,
    11% 94.51%,
    12% 94.15%,
    13% 93.78%,
    14% 93.41%,
    15% 93.04%,
    16% 92.66%,
    17% 92.29%,
    18% 91.91%,
    19% 91.53%,
    20% 91.16%,
    21% 90.78%,
    22% 90.41%,
    23% 90.03%,
    24% 89.66%,
    25% 89.3%,
    26% 88.93%,
    27% 88.57%,
    28% 88.22%,
    29% 87.86%,
    30% 87.52%,
    31% 87.18%,
    32% 86.85%,
    33% 86.52%,
    34% 86.2%,
    35% 85.89%,
    36% 85.59%,
    37% 85.3%,
    38% 85.01%,
    39% 84.74%,
    40% 84.47%,
    41% 84.22%,
    42% 83.97%,
    43% 83.74%,
    44% 83.52%,
    45% 83.31%,
    46% 83.11%,
    47% 82.92%,
    48% 82.75%,
    49% 82.59%,
    50% 82.44%,
    51% 82.31%,
    52% 82.19%,
    53% 82.08%,
    54% 81.98%,
    55% 81.9%,
    56% 81.84%,
    57% 81.79%,
    58% 81.75%,
    59% 81.72%,
    60% 81.71%,
    61% 81.72%,
    62% 81.74%,
    63% 81.77%,
    64% 81.82%,
    65% 81.88%,
    66% 81.95%,
    67% 82.04%,
    68% 82.15%,
    69% 82.26%,
    70% 82.39%,
    71% 82.53%,
    72% 82.69%,
    73% 82.86%,
    74% 83.04%,
    75% 83.23%,
    76% 83.44%,
    77% 83.66%,
    78% 83.89%,
    79% 84.13%,
    80% 84.38%,
    81% 84.64%,
    82% 84.91%,
    83% 85.19%,
    84% 85.48%,
    85% 85.78%,
    86% 86.09%,
    87% 86.4%,
    88% 86.73%,
    89% 87.06%,
    90% 87.39%,
    91% 87.74%,
    92% 88.09%,
    93% 88.44%,
    94% 88.8%,
    95% 89.16%,
    96% 89.53%,
    97% 89.9%,
    98% 90.27%,
    99% 90.64%,
    100% 91.02%
  );
}
.heroSection {
  background-color: #eeeeee !important;
}

.heroImage {
  z-index: 2;
  position: absolute;
  animation-name: rotatecircle;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  margin-top: -50px;
  max-width: 100%;
}

@media (max-width: 1428px) {
  .heroImage2 {
    margin: 10px 0 0 !important;
  }

  .heroImage {
    margin: 50px 0 0 !important;
  }
}

@media (max-width: 1140px) {
  .heroImage2 {
    margin: 10px 0 0 !important;
  }

  .heroImage {
    margin: 50px 0 0 !important;
  }
}

.heroImage2 {
  z-index: 3;
  position: absolute;
  margin-top: -100px;
}

@keyframes rotatecircle {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
  }
}

@keyframes rotatecircle {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

.heroBottom {
  background-color: #eeeeee;
}

.primary-color {
  color: #64318a;
  font-weight: bold;
}

.secondary-color {
  font-weight: bold;
  color: #ff9f40;
}

.bg-primary-color {
  background-color: #64318a !important;
}

.bg-secondary-color {
  background-color: #ff9f40 !important;
}

.hero h2 {
  color: #fff;
  font-size: 64px;
  width: 23ch;
  max-width: 100%;
}

.hero-gorsel {
  background-image: linear-gradient(
      to bottom,
      rgba(245, 246, 252, 0.52),
      rgba(117, 19, 93, 0.73)
    ),
    url("/assets/images/hero.jpg");
  width: 100%;
  height: 500px;
  background-size: cover;
  color: white;
  padding: 20px;
  margin-top: -85px;
  border-radius: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.hero-hr {
  border: none;
  height: 8px;
  color: #fff;
  background-color: #fff;
  opacity: 1;
  border-radius: 2px;
  width: 30%;
  margin: 20px 0;
}

.heroButton {
  background-color: transparent;
  color: #fff;
  padding: 10px 30px;
  border-radius: 6px;
  border: 2px solid #fff;
}

/* CARDS */

.cards {
  padding: 50px 0 200px 0;
}

.cards h2 {
  font-size: 20px;
  font-weight: bold;
  color: #64318a;
}

.hero-card {
  padding: 30px 15px !important;
  text-align: center;
  margin: auto;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

/* Business Messaging */
.image img {
  width: 100%;
}

.DiscoverButton {
  display: block;
  background-color: #64318a;
  color: white;
  padding: 12px 30px;
  border: 0;
  border-radius: 3px;
}

.conversionSection {
  padding: 250px 0 200px 0;
  background-color: #e2e4e6;
  background-image: url("/assets/images/homepage_map.png");
  background-position: center;
  background-repeat: no-repeat;
}

/* CONTACT */

.contact {
  padding-bottom: 280px !important;
}

.contactTittle {
  padding: 100px 0;
}

.contact p {
  color: gray;
}

.contact-hr {
  border: none;
  height: 4px;
  color: #ff9f40;
  background-color: #ff9f40;
  opacity: 0.8;
  float: left;
  width: 80%;
  margin: 10px auto;
}

form .btn {
  padding: 8px 0px 8px 0px;
  border-radius: 12px;
}

.cards {
  padding: 150px 0 150px;
}

.form-control {
  background-color: #eeeeee !important;
  border: 1px solid #eeeeee;
  padding: 20px 5px !important;
  border-radius: 4px !important;
}

.recaptcha_form{
  background-color: #eeeeee !important;
  border: 1px solid #eeeeee;
  padding: 8px 5px !important;
  border-radius: 4px !important;
}

@media only screen and (min-width: 1001px) and (max-width: 1069px) {
  .rightImageSection {
    margin: 70px 60px 0 0 !important;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1100px) {
  .hero {
    clip-path: polygon(
      100% 0%,
      0% 0%,
      0% 98.14%,
      1% 97.85%,
      2% 97.55%,
      3% 97.24%,
      4% 96.92%,
      5% 96.59%,
      6% 96.26%,
      7% 95.92%,
      8% 95.58%,
      9% 95.23%,
      10% 94.87%,
      11% 94.51%,
      12% 94.15%,
      13% 93.78%,
      14% 93.41%,
      15% 93.04%,
      16% 92.66%,
      17% 92.29%,
      18% 91.91%,
      19% 91.53%,
      20% 91.16%,
      21% 90.78%,
      22% 90.41%,
      23% 90.03%,
      24% 89.66%,
      25% 89.3%,
      26% 88.93%,
      27% 88.57%,
      28% 88.22%,
      29% 87.86%,
      30% 87.52%,
      31% 87.18%,
      32% 86.85%,
      33% 86.52%,
      34% 86.2%,
      35% 85.89%,
      36% 85.59%,
      37% 85.3%,
      38% 85.01%,
      39% 84.74%,
      40% 84.47%,
      41% 84.22%,
      42% 83.97%,
      43% 83.74%,
      44% 83.52%,
      45% 83.31%,
      46% 83.11%,
      47% 82.92%,
      48% 82.75%,
      49% 82.59%,
      50% 82.44%,
      51% 82.31%,
      52% 82.19%,
      53% 82.08%,
      54% 81.98%,
      55% 81.9%,
      56% 81.84%,
      57% 81.79%,
      58% 81.75%,
      59% 81.72%,
      60% 81.71%,
      61% 81.72%,
      62% 81.74%,
      63% 81.77%,
      64% 81.82%,
      65% 81.88%,
      66% 81.95%,
      67% 82.04%,
      68% 82.15%,
      69% 82.26%,
      70% 82.39%,
      71% 82.53%,
      72% 82.69%,
      73% 82.86%,
      74% 83.04%,
      75% 83.23%,
      76% 83.44%,
      77% 83.66%,
      78% 83.89%,
      79% 84.13%,
      80% 84.38%,
      81% 84.64%,
      82% 84.91%,
      83% 85.19%,
      84% 85.48%,
      85% 85.78%,
      86% 86.09%,
      87% 86.4%,
      88% 86.73%,
      89% 87.06%,
      90% 87.39%,
      91% 87.74%,
      92% 88.09%,
      93% 88.44%,
      94% 88.8%,
      95% 89.16%,
      96% 89.53%,
      97% 89.9%,
      98% 90.27%,
      99% 90.64%,
      100% 91.02%
    );
  }
}
@media (max-width: 767px) {
  form {
    margin-top: 35px;
  }
}

@media (max-width: 1429px) {
  .heroImage2 {
    margin-top: -20px !important;
  }
}

@media (max-width: 991px) {
  form {
    margin-top: 35px;
  }

  .bottom {
    padding: 350px 0 100px 0 !important;
  }
}

/* FOOTER */

.footer {
  background-color: #64318a;
  bottom: 0;
  padding: 75px 30px;
}

.follow {
  border-radius: 20px;
  color: #fff;
  border: 2px solid #fff;
  width: fit-content;
  font-weight: bold;
  padding: 10px 40px;
  margin: 15px auto;
}

.footer-2,
.footer-3 {
  color: white;
}
.footer-3 a:hover {
  font-weight: 600;
}

.footer-3 li {
  padding: 3px;
}

.socials-footer {
  background-color: #64318a;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.socials-footer svg {
  width: 32px;
  height: 32px;
  fill: #64318a;
}

.socials-footer a {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.socials-footer ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  justify-content: center;
}

.socials-footer ul li {
  margin: 12px 10px;
}

.card2 {
  display: flex;
  justify-content: center;
  padding-top: 75px;
}

.card-inside {
  background-color: cornsilk;
  padding: 20px 25px !important;
}

/* ABOUT */
.AboutTop {
  background-color: #eeeeee;
  padding: 100px 0 100px 0;
}

.AboutTop p {
  text-align: right;
}

.aboutLast {
  padding: 30px 15px;
  background-color: #fff;
  border-radius: 6px;
  text-align: center;
  margin: -60px 500px;
  position: absolute;
  max-width: 60ch !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 5 !important;
}

@media (max-width: 992px) {
  .aboutLast {
    max-width: 80% !important;
    display: block !important;
    position: relative !important;
    margin: auto;
  }

  .heroImage2,
  .heroImage {
    display: none;
  }

  .heroLeft {
    padding-left: 50px !important;
  }
  .hero {
    padding: 75px 0 250px 0;
    background-image: url("/assets/images/banner_background.png");
    background-repeat: no-repeat !important;
    clip-path: polygon(
      100% 0%,
      0% 0%,
      0% 95.57%,
      2% 94.89%,
      4% 94.22%,
      6% 93.57%,
      8% 92.93%,
      10% 92.31%,
      12% 91.7%,
      14% 91.12%,
      16% 90.55%,
      18% 90%,
      20% 89.46%,
      22% 88.95%,
      24% 88.45%,
      26% 87.97%,
      28% 87.51%,
      30% 87.07%,
      32% 86.66%,
      34% 86.26%,
      36% 85.88%,
      38% 85.52%,
      40% 85.19%,
      42% 84.87%,
      44% 84.58%,
      46% 84.3%,
      48% 84.05%,
      50% 83.82%,
      52% 83.62%,
      54% 83.43%,
      56% 83.27%,
      58% 83.13%,
      60% 83.01%,
      62% 82.92%,
      64% 82.84%,
      66% 82.79%,
      68% 82.76%,
      70% 82.76%,
      72% 82.78%,
      74% 82.82%,
      76% 82.88%,
      78% 82.97%,
      80% 83.07%,
      82% 83.2%,
      84% 83.36%,
      86% 83.53%,
      88% 83.73%,
      90% 83.95%,
      92% 84.19%,
      94% 84.45%,
      96% 84.74%,
      98% 85.04%,
      100% 85.37%
    ) !important;
  }

  .gridContainer {
    padding: 10px 5px !important;
    justify-content: start !important;
    grid-template-columns: 0.1fr 1fr !important;
  }

  .parent {
    grid-column-gap: 0 !important;
  }
}

.textandImageSection {
  background-color: #eeeeee;
  padding: 75px 0 75px 0;
}

/* CONVERSION OPTIMIZATION */
.conversionSection1 {
  padding: 100px 0;
}

.bgSection {
  background-color: #eeeeee;
  padding: 0 0 50px 0;
}

.bgSection p {
  font-size: larger;
  font-weight: 700;
  text-align: right;
  line-height: 1.2;
}

.conversionSection3 {
  background-image: url("/assets/images/bg-1.png");
  background-repeat: round;
  padding: 75px 0;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 600;
  text-align: center;
}

.conversionSection3 p {
  font-size: 20px;
}

.conversionSelection4 {
  padding: 100px 0 200px;
}

.fullText {
  position: absolute;
  bottom: -50px;
  left: 50px;
  z-index: 5;
  max-width: 60%;
  text-align: justify;
  padding: 30px 15px;
  border-radius: 8px;
  background-color: white;
  color: black;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.fullText2 {
  max-width: 95%;
  margin: auto;
  text-align: justify;
  padding: 30px 15px;
  border-radius: 8px;
  background-color: white;
  color: black;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

@media (min-width: 1001px) {
  .conversionSelectionMobile {
    display: none;
  }
}

.conversionSection4 {
  background-color: #eeeeee;
  padding: 150px 0 0 0;
}

.conversionSection4 p {
  line-height: 1.2;
  text-align: right;
}

.bottom {
  padding: 550px 0 100px 0;
  background-image: url("/assets/images/shape-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  bottom: 0;
  text-align: center !important;
}

.bottomText {
  margin: -100px 0 !important;
}

.gridContainer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: #eeee;
  border-radius: 12px;
  height: max-content;
  padding: 15px 5px;
  overflow: auto;
  flex-direction: column;
}

.parent .div1:hover,
.div2:hover,
.div3:hover,
.div4:hover,
.div5:hover {
  background-color: #ffd6ad;
  transition: 0.5s;
  cursor: pointer;
}

.parent button {
  letter-spacing: 1px;
  border: none;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.5s;
}

.tab-button.active {
  background-color: #ffc285;
  transition: 0.5s;
  cursor: pointer;
}

.tab-button img {
  width: 40%;
}

.parent .div1,
.div2,
.div3,
.div4,
.div5 {
  padding: 10px 0;
  border-radius: 8px;
}

.parent {
  display: grid;
  grid-template-columns: 0.25fr 0.75fr;
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 0px;
}

.content.active {
  display: block;
}

.content {
  display: none;
  padding: 10px 20px;
}

.button.active {
  background-color: #64318a !important;
  opacity: 0.4;
}

.div1 {
  grid-area: 1 / 1 / 2 / 2;
}
.div2 {
  grid-area: 2 / 1 / 3 / 2;
}
.div3 {
  grid-area: 3 / 1 / 4 / 2;
}
.div4 {
  grid-area: 4 / 1 / 5 / 2;
}
.div5 {
  grid-area: 5 / 1 / 6 / 2;
}
.div6 {
  grid-area: 1 / 2 / 6 / 3;
  max-width: 85%;
  margin: auto;
}

.parent2 {
  display: grid;
  grid-template-columns: 0.15fr 0.8fr;
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0;
}

.divImage {
  grid-area: 1 / 1 / 2 / 3;
}
.divText {
  grid-area: 1 / 2 / 2 / 3;
}

.active .cc-wrap {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
  line-height: 22px;
}
.cc-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 10px 0 10px 10px;
  border-radius: 0 8px 0 0;
  box-shadow: 0 0 10px -4px #000;
  visibility: hidden;
}
.cc-wrap .cc-close {
  display: inline-block;
}
.cc-wrap .cc-p-cont {
  color: #fff;
  display: inline-block;
  padding-left: 15px;
  margin-top: 9px;
}
.cc-wrap .cc-th {
  margin-top: 10px;
  position: relative;
  background-color: transparent;
  display: inline-block;
}
.cc-wrap .cc-close a,
.cc-wrap .cc-th {
  transition: background 0.3s ease-in-out;
}
.btn-dark-outlined.btn-inverse {
  border-color: #fff;
}
.do-close:hover{
  background-color: #f1f1f1 !important;
  color: black !important;
}