@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/**************************************
    Default Styles
***************************************/
:root {
  --font-family: "Poppins", serif;
  --font-size: 16px;
  --theme-color: #4e14ae;
}

/*=========================*/
/*  Responsive breakpoints
/*=========================*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 300;
  background: #edf0f6;
  padding-top: 75px;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
  line-height: 1.4;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
  font-weight: 800;
}

a {
  text-decoration: none;
}

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

#root,
#__next {
  isolation: isolate;
}

section {
  padding: 100px 0;
}
@media (max-width: 768px) {
  section {
    padding: 50px 0;
  }
}

.ct_button_light,
.ct_button {
  background: var(--theme-color);
  background: linear-gradient(151deg, rgb(106, 43, 210) 32%, rgb(125, 198, 201) 82%);
  border: 0;
  padding: 10px 30px;
  font-weight: 700;
  font-size: 23px;
  border-radius: 100px;
  -webkit-box-shadow: 0px 1px 21px -12px #000;
          box-shadow: 0px 1px 21px -12px #000;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  margin-right: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .ct_button_light,
  .ct_button {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1919px) {
  .ct_button_light,
  .ct_button {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .ct_button_light,
  .ct_button {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .ct_button_light,
  .ct_button {
    padding: 15px 30px;
    font-size: 18px;
    width: 100%;
    margin: 15px 0 0;
  }
}

.ct_button_light {
  color: var(--theme-color);
  background: #fff;
  font-weight: 700;
}
.ct_button_light:focus-visible, .ct_button_light:hover {
  background: var(--theme-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section_title {
  text-align: center;
  margin-bottom: 50px;
}
.section_title .title {
  font-size: 65px;
  font-weight: 700;
  color: var(--theme-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .section_title .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1919px) {
  .section_title .title {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .section_title .title {
    font-size: 30px;
  }
}
.section_title .subtitle {
  font-weight: 300;
  font-size: 40px;
  line-height: 1.4;
  max-width: 100%;
  margin: 15px auto 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .section_title .subtitle {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1919px) {
  .section_title .subtitle {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .section_title .subtitle {
    font-size: 18px;
  }
}

.navbar {
  background-color: var(--theme-color);
  -webkit-box-shadow: 0 3px 20px -15px #24094e;
          box-shadow: 0 3px 20px -15px #24094e;
  position: relative;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
}
.navbar .nav-link {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .navbar .nav-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.navbar .ct_button {
  font-size: 16px;
}
.navbar .navbar-toggler {
  background-color: #cdaeff;
  border-color: #cdaeff;
}
.navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

footer {
  padding: 30px 0;
  background-color: #420d98;
}
footer .copyright-ct li {
  padding: 0 10px;
}
footer .copyright-ct li a {
  font-weight: 400;
  color: #fff;
}
footer .copyright-text {
  margin-top: 10px;
  color: #fff;
}
footer .copyright-text span {
  color: #fff;
  font-weight: 500;
}

.page_content {
  background-color: #fff;
}
.page_content .section_title {
  margin-bottom: 80px;
}
.page_content .section_title .title {
  color: var(--theme-color);
  text-transform: capitalize;
}
.page_content .content .title {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
}
.page_content a {
  color: var(--theme-color);
}
.page_content p {
  margin-bottom: 5px;
}

.package_switcher {
  color: #18254e;
  margin-top: 20px;
  margin-bottom: 0;
}
.package_switcher span {
  color: var(--theme-color);
  font-weight: 600;
}
@media (min-width: 768px) {
  .package_switcher {
    margin-top: 30px;
    margin-bottom: 25px;
  }
}

.switcher {
  margin: 0 15px;
}
.switcher .switch {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 25px;
  border-radius: 20px;
  background: #dfd9ea;
  -webkit-transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer;
}
.switcher .switch::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 22px;
  height: 22px;
  background: linear-gradient(95deg, var(--theme-color) 15%, rgb(202, 168, 232) 45%, rgb(115, 70, 153) 75%, var(--theme-color) 100%) 95%/200% 100%;
  border-radius: 50%;
  -webkit-transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  border: 0;
}
.switcher .switch:active::before {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
}
.switcher .switch::after {
  border: none !important;
}
.switcher input:checked + .switch {
  background: linear-gradient(95deg, var(--theme-color) 15%, rgb(202, 168, 232) 45%, rgb(115, 70, 153) 75%, var(--theme-color) 100%) 95%/200% 100%;
}
.switcher input:checked + .switch::before {
  left: 27px;
  background: #fff;
}
.switcher input:checked + .switch:active::before {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
}

.videoModal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.videoModal img {
  max-width: 80px;
}
@media (min-width: 768px) {
  .videoModal img {
    max-width: 120px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .playbtn img,
  .playbtn .circle {
    height: 80px !important;
    width: 80px !important;
  }
}

.circle {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  position: absolute;
  z-index: -1;
}
@media (min-width: 768px) {
  .circle {
    height: 120px;
    width: 120px;
  }
}

.circle:before,
.circle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid var(--theme-color);
  border-radius: 50%;
}

.circle:before {
  -webkit-animation: ripple 5s linear infinite;
          animation: ripple 5s linear infinite;
}

.circle:after {
  -webkit-animation: ripple 5s linear 1s infinite;
          animation: ripple 5s linear 1s infinite;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1919px) {
  .left_img_area img,
  .larget_image img {
    width: 80%;
    margin: auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .left_img_area img,
  .larget_image img {
    width: 75%;
    margin: auto;
  }
}

.audio_play_btn {
  margin: 0 15px;
  width: 35px;
  height: 35px;
  display: inline-block;
}
.audio_play_btn .circle {
  width: 35px;
  height: 35px;
  position: relative;
}
.audio_play_btn i {
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--theme-color);
}
.audio_play_btn i.fa-volume-up {
  margin-left: 1px;
}
.audio_play_btn i.fa-stop {
  color: #dc3545 !important;
}

#features .audio_play_btn {
  display: inline-block;
  margin: 5px 0 0;
}
#features .audio_play_btn i {
  color: #fff;
}
#features .audio_play_btn .circle:before, #features .audio_play_btn .circle:after {
  border-color: rgba(255, 255, 255, 0.2509803922);
}

#faq_area .audio_play_btn,
#our_service .audio_play_btn,
#who_should .audio_play_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px 0 0;
  width: 45px;
  height: 45px;
}
#faq_area .audio_play_btn i,
#our_service .audio_play_btn i,
#who_should .audio_play_btn i {
  font-size: 20px;
  color: #ffffff;
}
#faq_area .audio_play_btn .circle,
#our_service .audio_play_btn .circle,
#who_should .audio_play_btn .circle {
  width: 45px;
  height: 45px;
}
#faq_area .audio_play_btn .circle:before, #faq_area .audio_play_btn .circle:after,
#our_service .audio_play_btn .circle:before,
#our_service .audio_play_btn .circle:after,
#who_should .audio_play_btn .circle:before,
#who_should .audio_play_btn .circle:after {
  border-color: rgba(255, 255, 255, 0.2509803922);
}

#faq_area .accordion-button .audio_play_btn {
  margin: 0 15px 0 0;
  width: 35px;
  height: 35px;
}
#faq_area .accordion-button .audio_play_btn i {
  font-size: 16px;
}
#faq_area .accordion-button .audio_play_btn .circle {
  width: 35px;
  height: 35px;
}

#winning_partnership .content {
  margin-bottom: 40px;
}
#winning_partnership .content p {
  margin-bottom: 15px !important;
}
#winning_partnership .audio_play_btn {
  margin: 0 0 0 10px;
}
@media (min-width: 992px) {
  #winning_partnership .audio_play_btn {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
#winning_partnership .audio_play_btn .circle {
  width: 38px;
  height: 38px;
}
#winning_partnership .audio_play_btn .circle i {
  font-size: 22px;
}

#meets_bakery .audio_play_btn {
  margin: 0 0 0 10px;
}
@media (min-width: 992px) {
  #meets_bakery .audio_play_btn {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@media (max-width: 375.98px) {
  #meets_bakery .audio_play_btn {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
#meets_bakery .audio_play_btn i {
  font-size: 22px;
  color: #fff;
}
@media (max-width: 375.98px) {
  #meets_bakery .audio_play_btn i {
    font-size: 16px;
  }
}
#meets_bakery .audio_play_btn .circle {
  width: 45px;
  height: 45px;
}
@media (max-width: 375.98px) {
  #meets_bakery .audio_play_btn .circle {
    width: 28px;
    height: 28px;
  }
}
#meets_bakery .audio_play_btn .circle:before, #meets_bakery .audio_play_btn .circle:after {
  border-color: #fff;
}

#pricing .setup_fees .title {
  font-weight: 600;
  color: var(--theme-color);
  font-size: 22px;
  margin-bottom: 15px;
}
#pricing .setup_fees ul {
  list-style: outside;
  padding-left: 20px;
}
#pricing .setup_fees strong {
  font-weight: 600;
  color: var(--theme-color);
}
#pricing .setup_fees p {
  font-weight: 400;
  margin-bottom: 10px;
}

#header_section {
  background: var(--theme-color);
  background: -webkit-gradient(linear, left top, left bottom, from(#4e14ae), to(#7dc6c9));
  background: linear-gradient(180deg, #4e14ae 0%, #7dc6c9 100%);
  position: relative;
  padding: 0px;
  height: calc(100vh - 75px);
}
@media (max-width: 375.98px) {
  #header_section {
    height: calc(100vh + 15px);
  }
}
#header_section .ct_button {
  margin-right: 15px;
}
@media (max-width: 768px) {
  #header_section .ct_button {
    margin-right: 8px;
  }
}
#header_section .ct_button_light, #header_section .ct_button {
  width: auto;
}
@media (max-width: 1024px) {
  #header_section .ct_button_light, #header_section .ct_button {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  #header_section .ct_button_light, #header_section .ct_button {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  #header_section .block {
    -webkit-transform: translateY(-23px);
            transform: translateY(-23px);
  }
}
@media (min-width: 1200px) {
  #header_section .block {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
@media (max-width: 575.98px) {
  #header_section .block {
    padding: 0 15px;
  }
}
#header_section .content {
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #header_section .content {
    margin-bottom: 30px;
  }
}
#header_section .content .title {
  margin: 15px 0 25px;
  font-size: 60px;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  #header_section .content .title {
    font-size: 40px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1919px) {
  #header_section .content .title {
    font-size: 50px;
    line-height: 62px;
  }
}
@media (max-width: 768px) {
  #header_section .content .title {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  #header_section .content .title {
    margin: 15px 0 15px;
  }
}
#header_section .content .subtitle {
  font-weight: 300;
  font-size: 30px;
  line-height: 1.3;
}
@media only screen and (min-width: 1500px) and (max-width: 1919px) {
  #header_section .content .subtitle {
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  #header_section .content .subtitle {
    font-size: 25px;
    line-height: 34px;
  }
}
@media (max-width: 768px) {
  #header_section .content .subtitle {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  #header_section .content .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #header_section .content img {
    max-width: 50px;
  }
}

#features {
  background: var(--theme-color);
  background: -webkit-gradient(linear, left top, left bottom, from(#7dc6c9), to(#4e14ae));
  background: linear-gradient(180deg, #7dc6c9 0%, #4e14ae 100%);
}
#features .section_title {
  color: #fff;
}
#features .section_title .title {
  color: #fff;
}
@media (max-width: 768px) {
  #features .section_title {
    margin-bottom: 20px;
  }
}
#features .subtitle .audio_play_btn {
  margin-left: 15px;
}
@media (min-width: 992px) {
  #features .subtitle .audio_play_btn {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
#features .content_block {
  margin-top: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5215686275);
  border-radius: 22px;
  position: relative;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  #features .content_block {
    height: 385px;
  }
}
@media (max-width: 768px) {
  #features .content_block {
    margin-top: 20px;
    padding: 50px 45px;
    height: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  #features .content_block {
    height: auto;
    margin: 35px 15px 20px;
    padding: 40px 25px 25px;
  }
}
#features .content_block .content_area {
  padding-top: 20px;
}
@media (max-width: 575.98px) {
  #features .content_block .content_area {
    padding-bottom: 5px;
  }
}
#features .content_block .icon_area {
  width: 55px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}
#features .content_block p {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 575.98px) {
  #features .content_block p {
    font-size: 18px;
  }
}
#features .more_features {
  margin-top: 25px;
}
@media (max-width: 768px) {
  #features .more_features {
    text-align: center;
  }
}
#features .more_features a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  #features .more_features a {
    font-size: 18px;
  }
}
#features .more_features a i {
  font-size: 12px;
  margin: 0 2px;
}
#features .more_features a i:first-child {
  margin-left: 1px;
}

@media (max-width: 768px) {
  #meets_bakery,
  #winning_partnership,
  #how_it_works,
  #what_we_do,
  #how_we_operate,
  #our_service,
  #who_should,
  #how_work {
    padding-bottom: 0;
  }
}
#meets_bakery .top_area,
#winning_partnership .top_area,
#how_it_works .top_area,
#what_we_do .top_area,
#how_we_operate .top_area,
#our_service .top_area,
#who_should .top_area,
#how_work .top_area {
  margin-bottom: 70px;
}
#meets_bakery .top_area h5,
#winning_partnership .top_area h5,
#how_it_works .top_area h5,
#what_we_do .top_area h5,
#how_we_operate .top_area h5,
#our_service .top_area h5,
#who_should .top_area h5,
#how_work .top_area h5 {
  margin: 0;
  font-weight: 600;
  margin-left: 20px;
  color: var(--theme-color);
}
@media (max-width: 768px) {
  #meets_bakery .left_img_area,
  #winning_partnership .left_img_area,
  #how_it_works .left_img_area,
  #what_we_do .left_img_area,
  #how_we_operate .left_img_area,
  #our_service .left_img_area,
  #who_should .left_img_area,
  #how_work .left_img_area {
    margin-bottom: 30px;
  }
}
#meets_bakery .main_content,
#winning_partnership .main_content,
#how_it_works .main_content,
#what_we_do .main_content,
#how_we_operate .main_content,
#our_service .main_content,
#who_should .main_content,
#how_work .main_content {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  #meets_bakery .main_content,
  #winning_partnership .main_content,
  #how_it_works .main_content,
  #what_we_do .main_content,
  #how_we_operate .main_content,
  #our_service .main_content,
  #who_should .main_content,
  #how_work .main_content {
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  #meets_bakery .main_content,
  #winning_partnership .main_content,
  #how_it_works .main_content,
  #what_we_do .main_content,
  #how_we_operate .main_content,
  #our_service .main_content,
  #who_should .main_content,
  #how_work .main_content {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  #meets_bakery .main_content,
  #winning_partnership .main_content,
  #how_it_works .main_content,
  #what_we_do .main_content,
  #how_we_operate .main_content,
  #our_service .main_content,
  #who_should .main_content,
  #how_work .main_content {
    padding: 0 15px;
  }
}
#meets_bakery .main_content .title,
#winning_partnership .main_content .title,
#how_it_works .main_content .title,
#what_we_do .main_content .title,
#how_we_operate .main_content .title,
#our_service .main_content .title,
#who_should .main_content .title,
#how_work .main_content .title {
  color: var(--theme-color);
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 55px;
}
@media only screen and (min-width: 1500px) and (max-width: 1919px) {
  #meets_bakery .main_content .title,
  #winning_partnership .main_content .title,
  #how_it_works .main_content .title,
  #what_we_do .main_content .title,
  #how_we_operate .main_content .title,
  #our_service .main_content .title,
  #who_should .main_content .title,
  #how_work .main_content .title {
    font-size: 50px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  #meets_bakery .main_content .title,
  #winning_partnership .main_content .title,
  #how_it_works .main_content .title,
  #what_we_do .main_content .title,
  #how_we_operate .main_content .title,
  #our_service .main_content .title,
  #who_should .main_content .title,
  #how_work .main_content .title {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  #meets_bakery .main_content .title,
  #winning_partnership .main_content .title,
  #how_it_works .main_content .title,
  #what_we_do .main_content .title,
  #how_we_operate .main_content .title,
  #our_service .main_content .title,
  #who_should .main_content .title,
  #how_work .main_content .title {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
@media (max-width: 375.98px) {
  #meets_bakery .main_content .title,
  #winning_partnership .main_content .title,
  #how_it_works .main_content .title,
  #what_we_do .main_content .title,
  #how_we_operate .main_content .title,
  #our_service .main_content .title,
  #who_should .main_content .title,
  #how_work .main_content .title {
    font-size: 28px;
  }
}
#meets_bakery .main_content span,
#winning_partnership .main_content span,
#how_it_works .main_content span,
#what_we_do .main_content span,
#how_we_operate .main_content span,
#our_service .main_content span,
#who_should .main_content span,
#how_work .main_content span {
  color: var(--theme-color);
  font-weight: 800;
}
#meets_bakery .main_content p,
#winning_partnership .main_content p,
#how_it_works .main_content p,
#what_we_do .main_content p,
#how_we_operate .main_content p,
#our_service .main_content p,
#who_should .main_content p,
#how_work .main_content p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  #meets_bakery .main_content p,
  #winning_partnership .main_content p,
  #how_it_works .main_content p,
  #what_we_do .main_content p,
  #how_we_operate .main_content p,
  #our_service .main_content p,
  #who_should .main_content p,
  #how_work .main_content p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1919px) {
  #meets_bakery .main_content p,
  #winning_partnership .main_content p,
  #how_it_works .main_content p,
  #what_we_do .main_content p,
  #how_we_operate .main_content p,
  #our_service .main_content p,
  #who_should .main_content p,
  #how_work .main_content p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #meets_bakery .main_content p,
  #winning_partnership .main_content p,
  #how_it_works .main_content p,
  #what_we_do .main_content p,
  #how_we_operate .main_content p,
  #our_service .main_content p,
  #who_should .main_content p,
  #how_work .main_content p {
    font-size: 18px;
  }
}
#meets_bakery .we_operete .title,
#winning_partnership .we_operete .title,
#how_it_works .we_operete .title,
#what_we_do .we_operete .title,
#how_we_operate .we_operete .title,
#our_service .we_operete .title,
#who_should .we_operete .title,
#how_work .we_operete .title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  #meets_bakery .we_operete .title,
  #winning_partnership .we_operete .title,
  #how_it_works .we_operete .title,
  #what_we_do .we_operete .title,
  #how_we_operate .we_operete .title,
  #our_service .we_operete .title,
  #who_should .we_operete .title,
  #how_work .we_operete .title {
    font-size: 40px;
    line-height: 52px;
  }
}
#meets_bakery .we_operete .subtitle,
#winning_partnership .we_operete .subtitle,
#how_it_works .we_operete .subtitle,
#what_we_do .we_operete .subtitle,
#how_we_operate .we_operete .subtitle,
#our_service .we_operete .subtitle,
#who_should .we_operete .subtitle,
#how_work .we_operete .subtitle {
  font-size: 18px;
  margin: 0 0 30px;
  font-weight: 700;
}
#meets_bakery .we_operete ul,
#winning_partnership .we_operete ul,
#how_it_works .we_operete ul,
#what_we_do .we_operete ul,
#how_we_operate .we_operete ul,
#our_service .we_operete ul,
#who_should .we_operete ul,
#how_work .we_operete ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
#meets_bakery .we_operete ul li,
#winning_partnership .we_operete ul li,
#how_it_works .we_operete ul li,
#what_we_do .we_operete ul li,
#how_we_operate .we_operete ul li,
#our_service .we_operete ul li,
#who_should .we_operete ul li,
#how_work .we_operete ul li {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}
#meets_bakery .we_operete ul li:last-child,
#winning_partnership .we_operete ul li:last-child,
#how_it_works .we_operete ul li:last-child,
#what_we_do .we_operete ul li:last-child,
#how_we_operate .we_operete ul li:last-child,
#our_service .we_operete ul li:last-child,
#who_should .we_operete ul li:last-child,
#how_work .we_operete ul li:last-child {
  margin-bottom: 0;
}
#meets_bakery .we_operete ul li strong,
#winning_partnership .we_operete ul li strong,
#how_it_works .we_operete ul li strong,
#what_we_do .we_operete ul li strong,
#how_we_operate .we_operete ul li strong,
#our_service .we_operete ul li strong,
#who_should .we_operete ul li strong,
#how_work .we_operete ul li strong {
  font-weight: 700;
  color: var(--theme-color);
}
#meets_bakery .we_operete .our_companies,
#winning_partnership .we_operete .our_companies,
#how_it_works .we_operete .our_companies,
#what_we_do .we_operete .our_companies,
#how_we_operate .we_operete .our_companies,
#our_service .we_operete .our_companies,
#who_should .we_operete .our_companies,
#how_work .we_operete .our_companies {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 40px;
}
#meets_bakery .we_operete .our_companies li,
#winning_partnership .we_operete .our_companies li,
#how_it_works .we_operete .our_companies li,
#what_we_do .we_operete .our_companies li,
#how_we_operate .we_operete .our_companies li,
#our_service .we_operete .our_companies li,
#who_should .we_operete .our_companies li,
#how_work .we_operete .our_companies li {
  margin-bottom: 10px;
}

#our_service,
#who_should {
  background: var(--theme-color);
  background: linear-gradient(143deg, #4e14ae 0%, #7dc6c9 90%);
}
#our_service .section_title,
#who_should .section_title {
  margin-bottom: 80px;
  color: #fff;
}
@media (max-width: 768px) {
  #our_service .section_title,
  #who_should .section_title {
    margin-bottom: 40px;
  }
}
#our_service .section_title .title,
#who_should .section_title .title {
  font-size: 50px;
  color: #fff;
}
@media (max-width: 768px) {
  #our_service .section_title .title,
  #who_should .section_title .title {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  #our_service .section_title .title,
  #who_should .section_title .title {
    font-size: 24px;
  }
}
#our_service .section_title .subtitle,
#who_should .section_title .subtitle {
  font-size: 28px;
}
@media (max-width: 768px) {
  #our_service .section_title .subtitle,
  #who_should .section_title .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #our_service,
  #who_should {
    padding: 50px 0;
  }
}
#our_service .main_content,
#who_should .main_content {
  margin: 0 0;
  max-width: 100%;
  padding-left: 30px;
}
@media (max-width: 768px) {
  #our_service .main_content,
  #who_should .main_content {
    margin: 0 auto;
    padding-left: 0px;
  }
}
#our_service .main_content .content,
#who_should .main_content .content {
  margin-bottom: 40px;
}
#our_service .main_content .content:last-child,
#who_should .main_content .content:last-child {
  margin: 0;
}
#our_service .main_content .content img,
#who_should .main_content .content img {
  width: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  #our_service .main_content .content img,
  #who_should .main_content .content img {
    width: 30px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1919px) {
  #our_service .main_content .content img,
  #who_should .main_content .content img {
    width: 40px;
  }
}
@media (max-width: 768px) {
  #our_service .main_content .content img,
  #who_should .main_content .content img {
    width: 30px;
  }
}
#our_service .main_content .content .title,
#who_should .main_content .content .title {
  font-size: 40px;
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  #our_service .main_content .content .title,
  #who_should .main_content .content .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1919px) {
  #our_service .main_content .content .title,
  #who_should .main_content .content .title {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  #our_service .main_content .content .title,
  #who_should .main_content .content .title {
    font-size: 26px;
    margin: 0 0 10px;
  }
}
#our_service .main_content .content p,
#who_should .main_content .content p {
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (min-width: 1500px) and (max-width: 1919px) {
  #our_service .main_content .content p,
  #who_should .main_content .content p {
    font-size: 18px;
  }
}
#our_service .ct_button_light,
#who_should .ct_button_light {
  margin-left: 60px;
}
@media (max-width: 768px) {
  #our_service .ct_button_light,
  #who_should .ct_button_light {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 1919px) {
  #our_service .main_content .content img {
    width: 30px;
  }
}

#faq_area {
  background: var(--theme-color);
  background: -webkit-gradient(linear, left top, left bottom, from(#4e14ae), to(#7dc6c9));
  background: linear-gradient(180deg, #4e14ae 0%, #7dc6c9 100%);
}
#faq_area .section_title {
  color: #fff;
}
#faq_area .section_title .title {
  color: #FFF;
}
@media (max-width: 575.98px) {
  #faq_area .section_title {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  #faq_area .section_title .title {
    font-size: 24px;
    width: 290px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1919px) {
  #faq_area .section_title .subtitle {
    font-size: 20px;
  }
}
#faq_area .accordion-button {
  color: #FFF;
  background-image: linear-gradient(45deg, rgba(124, 196, 201, 0.1), rgba(66, 13, 152, 0.1), rgba(124, 194, 200, 0.15), rgba(124, 196, 200, 0.2));
}
#faq_area .accordion-item {
  background: rgba(28, 30, 42, 0.431372549);
}
#faq_area .accordion-body {
  color: #FFF;
}
#faq_area .accordion-body ul li {
  color: #FFF;
  list-style: auto;
  margin-left: 15px;
}

.faq_section ul,
.faq_section ol {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.faq_section ul li,
.faq_section ol li {
  margin: 0;
  color: #fff;
  line-height: 1.5;
  font-size: 16px;
}
.faq_section .theme-shape:before {
  left: -155px;
  top: -50px;
  opacity: 0.2;
}
.faq_section .theme-shape:after {
  right: -150px;
  top: 0;
  opacity: 0.4;
}
.faq_section .accordion {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .faq_section .accordion {
    margin-top: 20px;
  }
}
.faq_section .accordion .accordion-item {
  margin-bottom: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .faq_section .accordion .accordion-item {
    margin-bottom: 20px;
  }
}
.faq_section .accordion .accordion-header {
  -webkit-box-shadow: 0px 1px 3px #060606;
          box-shadow: 0px 1px 3px #060606;
}
.faq_section .accordion .accordion-header button {
  background-image: linear-gradient(45deg, rgba(173, 46, 255, 0.54), rgba(54, 198, 240, 0.1019607843), rgba(234, 95, 255, 0.34), rgba(228, 77, 255, 0.17));
}
.faq_section .accordion .accordion-button {
  background-color: transparent;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  display: block;
  text-align: left;
  font-weight: 600;
  padding: 20px;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575.98px) {
  .faq_section .accordion .accordion-button {
    font-size: 18px;
  }
}
.faq_section .accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.faq_section .accordion .accordion-item {
  padding: 0;
  background: #1c1e2a;
  border-radius: 10px;
}
.faq_section .accordion .accordion-body {
  color: #cecdcd;
  padding: 20px;
  line-height: 1.5;
}
@media (max-width: 575.98px) {
  .faq_section .accordion .accordion-body {
    font-size: 18px;
  }
}
.faq_section .accordion-button::after,
.faq_section .accordion-button:not(.collapsed)::after {
  -webkit-filter: invert(1) brightness(2);
          filter: invert(1) brightness(2);
}

#pricing {
  padding: 120px 0;
}
@media (max-width: 768px) {
  #pricing {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  #pricing .title {
    font-size: 40px;
  }
}
#pricing .section_title {
  margin-bottom: 15px;
}
#pricing .section_title h6 {
  color: var(--theme-color);
  font-weight: 700;
}
#pricing .subtitle {
  font-size: 28px;
}
@media only screen and (min-width: 1500px) and (max-width: 1919px) {
  #pricing .subtitle {
    font-size: 20px;
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  #pricing .subtitle {
    font-size: 20px;
  }
}
#pricing .price_table {
  background-color: var(--theme-color);
  padding: 30px;
  border-radius: 15px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
#pricing .price_table .listing-badges {
  position: absolute;
  top: 10px;
  right: 10px;
}
#pricing .price_table .featured {
  float: left;
  -webkit-transform: rotate(-45deg);
  transform: rotate(45deg);
  right: -57px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 13px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(23%, #5239af), color-stop(75%, #ac4dbe));
  background: rgb(139, 90, 181);
}
#pricing .price_table .price_head {
  text-align: center;
  padding: 18px 0;
}
#pricing .price_table .price_head h4 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  #pricing .price_table .price_head h4 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1919px) {
  #pricing .price_table .price_head h4 {
    font-size: 30px;
  }
}
#pricing .price_table .price_head h5 {
  color: #fff;
  font-size: 26px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  #pricing .price_table .price_head h5 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1919px) {
  #pricing .price_table .price_head h5 {
    font-size: 20px;
  }
}
#pricing .price_table ul {
  margin: 0;
  padding: 0;
}
#pricing .price_table ul li {
  list-style: none;
  padding: 15px 35px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px dashed #7527f5;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  #pricing .price_table ul li {
    padding: 15px 13px;
  }
}
#pricing .price_table ul li i {
  margin-top: 3px;
  margin-right: 10px;
  font-size: 18px;
}
#pricing .price_table ul li .close {
  color: #f17676;
}
#pricing .price_table ul li .check {
  color: #fff;
}
#pricing .price_table.active {
  background: var(--theme-color);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(79, 19, 175)), to(rgb(139, 90, 181)));
  background: linear-gradient(180deg, rgb(79, 19, 175) 0%, rgb(139, 90, 181) 100%);
}
#pricing .price_table.active .price_head h4 {
  color: #fff;
}
#pricing .price_table.active .price_head h5 {
  color: #fff;
}
#pricing .price_table.active ul li {
  color: #fff;
}
#pricing .ct_button {
  font-size: 18px;
  font-weight: 600;
}

.common_section {
  background: var(--theme-color);
  background: -webkit-gradient(linear, left top, left bottom, from(#7dc6c9), to(#4e14ae));
  background: linear-gradient(180deg, #7dc6c9 0%, #4e14ae 100%);
}

#contactForm .form-control {
  margin-bottom: 20px;
}
#contactForm textarea,
#contactForm input {
  color: var(--bs-body-color);
  border: 1px solid rgba(255, 255, 255, 0.21);
  padding: 15px;
}
#contactForm textarea:focus,
#contactForm input:focus {
  border-color: var(--theme-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}
#contactForm input {
  height: 55px;
}
@media (min-width: 768px) {
  #contactForm input {
    height: 60px;
  }
}
#contactForm textarea {
  min-height: 125px;
}
@media (min-width: 768px) {
  #contactForm textarea {
    min-height: 193px;
  }
}

#contact_us .subtitle {
  font-size: 20px;
}
/*# sourceMappingURL=style.css.map */