.ad-body .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  outline: none;
  text-decoration: underline 1px dotted currentColor;
  text-decoration-skip-ink: none;
  background: none;
}
.ad-body .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  text-decoration: none !important;
}

.btn {
  font-weight: 600;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-family: inherit;
  font-size: clamp(16px, 1.25vw, 24px);
  padding: 0 50px;
  border-radius: 20px;
  width: auto;
  text-decoration: none;
  max-width: 284px;
  color: #fff;
}
.btn.small {
  height: 60px;
  font-size: clamp(16px, 1.15vw, 22px);
  padding: 0 36px;
}
.btn-primary {
  background: #A63247;
  box-shadow: 0px 1px 17px 2px #BF1725;
}
.btn-primary:active, .btn-primary:focus {
  background: #A63247;
}
.btn-primary:hover {
  background: #BF1725;
}
.btn-secondary {
  background: transparent;
  border: 2px solid #A63247;
  box-shadow: 0px 0px 15px 0px #A63247;
}
.btn-secondary:hover {
  background: #a63247;
}

.red-radial-bg {
  background: rgba(166, 50, 71, 0.3);
}

.red-radial-bg-light {
  background: rgba(166, 50, 71, 0.1);
}

.bg-white {
  background: #fff;
}

.ad-body #ad-header {
  color: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.ad-body #ad-header::before {
  display: none;
}
.ad-body #ad-header::after {
  display: none;
}
@media screen and (max-width: 822px) {
  .ad-body #ad-header {
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media screen and (min-width: 822px) and (max-width: 1024px) {
  .ad-body #ad-header {
    padding: 10px 14px;
  }
}
@media screen and (min-width: 1024px) {
  .ad-body #ad-header {
    width: 100%;
    max-width: unset;
    margin: 0;
    height: 100px;
  }
}
@media screen and (min-width: 1240px) {
  .ad-body #ad-header {
    padding: 0 80px;
    height: 146px;
  }
}
@media screen and (min-width: 1460px) {
  .ad-body #ad-header {
    padding: 0 122px;
    height: 186px;
  }
}
.ad-body #ad-header .ad-header-logo-and-navigation {
  display: flex;
  gap: 8vw;
}
@media screen and (min-width: 822px) and (max-width: 1024px) {
  .ad-body #ad-header .ad-header-logo-and-navigation {
    gap: 4vw;
  }
}
@media screen and (max-width: 482px) {
  .ad-body #ad-header .ad-header-logo-and-navigation {
    gap: 4vw;
  }
}
.ad-body #ad-header #site-navigation {
  margin-left: 0;
  display: flex;
  align-items: center;
}
.ad-body #ad-header #site-navigation .ad-menu-button-container {
  position: fixed;
  top: 20px;
  right: 20px;
  background: transparent;
  z-index: 999;
}
.ad-body #ad-header #site-navigation .ad-menu-button-container #ad-primary-mobile-menu {
  background: transparent;
  border: none;
  padding: 0;
}
.ad-body #ad-header #site-navigation .ad-menu-button-container #ad-primary-mobile-menu:focus {
  outline: none;
}
@media screen and (min-width: 822px) {
  .ad-body #ad-header #site-navigation .ad-menu-button-container {
    display: none;
  }
}
.ad-body #ad-header #site-navigation .ad-menu-button-container .dropdown-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.3em; /* space between hidden text and icon if needed */
}
.ad-body #ad-header #site-navigation .ad-menu-button-container .dropdown-icon svg {
  flex-shrink: 0; /* prevent icon from shrinking */
}
.ad-body #ad-header #site-navigation .ad-menu-button-container .dropdown-icon::before {
  /* Copy text from the span's text node into here */
  content: attr(data-label);
  position: absolute;
  left: -9999px; /* hide visually */
}
.ad-body #ad-header #site-navigation .ad-menu-button-container .dropdown-icon.close {
  display: none;
}
.ad-body #ad-header #site-navigation .ad-menu-button-container.opened .dropdown-icon.close {
  display: inline-flex;
}
.ad-body #ad-header #site-navigation .ad-menu-button-container.opened .dropdown-icon.open {
  display: none;
}
@media screen and (max-width: 822px) {
  .ad-body #ad-header #site-navigation .ad-primary-menu-container {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: rgb(27, 82, 124);
    background: #0e4156;
    z-index: 99;
    display: none;
    padding: 20px 0;
  }
}
.ad-body #ad-header #site-navigation .ad-primary-menu-container ul {
  list-style: none;
  padding-left: 0;
}
@media screen and (min-width: 822px) {
  .ad-body #ad-header #site-navigation .ad-primary-menu-container ul {
    display: flex;
    gap: 25px;
  }
}
@media screen and (min-width: 822px) and (min-width: 1024px) {
  .ad-body #ad-header #site-navigation .ad-primary-menu-container ul {
    gap: 35px;
  }
}
@media screen and (min-width: 822px) and (min-width: 1240px) {
  .ad-body #ad-header #site-navigation .ad-primary-menu-container ul {
    gap: 50px;
  }
}
.ad-body #ad-header #site-navigation .ad-primary-menu-container ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ad-body #ad-header #site-navigation .ad-primary-menu-container ul li.current_page_item a, .ad-body #ad-header #site-navigation .ad-primary-menu-container ul li.current-menu-item a {
  font-weight: 500;
  color: #BF1725;
}
.ad-body #ad-header #site-navigation .ad-primary-menu-container ul li a {
  color: #fff;
  text-decoration: none;
  font-size: clamp(16px, 1.15vw, 22px);
  font-weight: 400;
  background: transparent;
  padding: 8px;
}
@media screen and (min-width: 822px) and (max-width: 1024px) {
  .ad-body #ad-header #site-navigation .ad-primary-menu-container ul li a {
    font-size: clamp(14px, 1vw, 16px);
  }
}
.ad-body #ad-header #site-navigation .ad-primary-menu-container ul li a:hover {
  opacity: 0.8;
}
.ad-body #ad-header .ad-account-header-wrapper {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 822px) {
  .ad-body #ad-header .ad-account-header-wrapper {
    padding-right: 60px;
  }
}
@media screen and (max-width: 822px) and (max-width: 410px) {
  .ad-body #ad-header .ad-account-header-wrapper {
    padding-right: 46px;
  }
}
@media screen and (min-width: 822px) and (max-width: 1024px) {
  .ad-body #ad-header .ad-account-header-wrapper {
    gap: 14px;
  }
}
@media screen and (max-width: 410px) {
  .ad-body #ad-header .ad-account-header-wrapper {
    gap: 14px;
  }
}
.ad-body #ad-header .ad-account-header-wrapper .ad-header-icon {
  width: 37px;
  height: 37px;
}
.ad-body #ad-header .ad-account-header-wrapper .ad-header-icon img {
  object-fit: contain;
  width: 100%;
}
.ad-body #ad-header .ad-account-header-wrapper .ad-header-icon.account-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
}
.ad-body #ad-header .ad-account-header-wrapper .ad-header-icon.notification-icon {
  display: none;
}
.ad-body #ad-header .ad-account-header-wrapper .ad-sign-in {
  color: #fff;
  font-size: clamp(14px, 1vw, 16px);
}
.ad-body #ad-header .ad-account-header-wrapper .ad-sign-in:hover {
  opacity: 0.8;
}
.ad-body #ad-header .ad-account-header-wrapper .ad-login-link,
.ad-body #ad-header .ad-account-header-wrapper .ad-register-link {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: clamp(16px, 1.15vw, 22px);
  padding: 8px 15px;
  gap: 4px;
}
@media screen and (max-width: 482px) {
  .ad-body #ad-header .ad-account-header-wrapper .ad-login-link,
  .ad-body #ad-header .ad-account-header-wrapper .ad-register-link {
    font-size: 14px;
    padding: 4px 12px;
    height: 36px;
    border-radius: 12px;
  }
}
@media screen and (min-width: 822px) and (max-width: 1024px) {
  .ad-body #ad-header .ad-account-header-wrapper .ad-login-link,
  .ad-body #ad-header .ad-account-header-wrapper .ad-register-link {
    font-size: clamp(14px, 1vw, 16px);
  }
}
@media screen and (min-width: 1024px) {
  .ad-body #ad-header .ad-account-header-wrapper .ad-login-link,
  .ad-body #ad-header .ad-account-header-wrapper .ad-register-link {
    height: 50px;
    padding: 13px 26px;
  }
}
@media screen and (min-width: 1460px) {
  .ad-body #ad-header .ad-account-header-wrapper .ad-login-link,
  .ad-body #ad-header .ad-account-header-wrapper .ad-register-link {
    height: 60px;
  }
}

.ad-footer {
  max-width: 100%;
  padding-top: 40px;
}
@media screen and (min-width: 822px) {
  .ad-footer {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1240px) {
  .ad-footer {
    padding-top: 150px;
  }
}
@media screen and (min-width: 822px) and (max-width: 1240px) {
  .ad-footer {
    padding-top: 12vw;
  }
}
.ad-footer .footer-wrapper {
  display: block;
  padding: 20px;
}
@media screen and (min-width: 822px) {
  .ad-footer .footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1470px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 40px;
    border-bottom: 1px solid #f1f1f3;
  }
}
.ad-footer .footer-wrapper .footer-section {
  display: block;
  margin-bottom: 40px;
}
@media screen and (min-width: 822px) {
  .ad-footer .footer-wrapper .footer-section {
    display: flex;
  }
}
.ad-footer .footer-wrapper .footer-section .footer-col-title {
  font-weight: 700;
  font-size: clamp(22px, 1.8vw, 36px);
  font-size: clamp(18px, 1.8vw, 36px);
  margin-bottom: 14px;
}
@media screen and (min-width: 822px) {
  .ad-footer .footer-wrapper .footer-section .footer-col-title {
    font-size: clamp(16px, 1.15vw, 20px);
  }
}
.ad-footer .footer-wrapper .footer-section.section-1 {
  width: 100%;
}
@media screen and (min-width: 822px) and (max-width: 1240px) {
  .ad-footer .footer-wrapper .footer-section.section-1 {
    width: 30%;
  }
}
@media screen and (min-width: 1240px) {
  .ad-footer .footer-wrapper .footer-section.section-1 {
    width: 34%;
  }
}
.ad-footer .footer-wrapper .footer-section.section-2 {
  width: 100%;
}
.ad-footer .footer-wrapper .footer-section.section-2 > .footer-col {
  margin-bottom: 30px;
}
@media screen and (min-width: 652px) and (max-width: 822px) {
  .ad-footer .footer-wrapper .footer-section.section-2 {
    display: flex;
    flex-wrap: wrap;
  }
  .ad-footer .footer-wrapper .footer-section.section-2 > .footer-col {
    width: 50%;
  }
}
@media screen and (min-width: 822px) and (max-width: 1240px) {
  .ad-footer .footer-wrapper .footer-section.section-2 {
    width: 70%;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1240px) {
  .ad-footer .footer-wrapper .footer-section.section-2 {
    width: 66%;
    padding-right: 65px;
    justify-content: space-between;
  }
}
.ad-footer .footer-wrapper .contact-block .ad-logo {
  margin-bottom: 34px;
}
.ad-footer .footer-wrapper .contact-block .ad-contact .contact-item {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: clamp(18px, 1.6vw, 30px);
  gap: 6px;
  margin-bottom: 12px;
}
@media screen and (min-width: 822px) {
  .ad-footer .footer-wrapper .contact-block .ad-contact .contact-item {
    font-size: clamp(15px, 1.1vw, 18px);
  }
}
.ad-footer .footer-wrapper .contact-block .ad-contact .contact-item a {
  color: inherit;
  text-decoration: none;
}
.ad-footer .footer-wrapper .contact-block .ad-contact .contact-item a:hover {
  opacity: 0.8;
}
.ad-footer .footer-wrapper .menu-block .menu-wrapper {
  list-style: none;
  padding: 0;
  font-size: clamp(18px, 1.6vw, 30px);
  font-size: clamp(14px, 1.6vw, 30px);
  font-weight: 500;
}
@media screen and (min-width: 822px) {
  .ad-footer .footer-wrapper .menu-block .menu-wrapper {
    font-size: clamp(15px, 1.1vw, 18px);
  }
}
.ad-footer .footer-wrapper .menu-block .menu-wrapper li {
  margin-bottom: 8px;
  color: #fff;
}
.ad-footer .footer-wrapper .menu-block .menu-wrapper li a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}
.ad-footer .footer-wrapper .menu-block .menu-wrapper li a:hover {
  opacity: 0.8;
  color: inherit;
}
.ad-footer .footer-wrapper .social-block .ad-socials {
  display: flex;
  gap: 14px;
}
.ad-footer .footer-wrapper .social-block .ad-socials a {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #fff;
  transition: all 0.3s ease;
}
.ad-footer .footer-wrapper .social-block .ad-socials a:hover {
  opacity: 0.8;
}
.ad-footer .footer-wrapper .social-block .ad-socials a img {
  width: 24px;
  height: 24px;
}
.ad-footer .footer-wrapper .footer-curve-wrapper {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
}
.ad-footer .footer-wrapper .footer-curve-wrapper img {
  width: 100%;
  object-fit: contain;
}
.ad-footer .copyright-block {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: clamp(15px, 1.1vw, 18px);
  padding-top: 20px;
}

.ad-body .tutor-btn-primary:not(:hover):not(:active):not(.has-background) {
  background-color: #A63247;
}
.ad-body .tutor-form-group input {
  border: 1px solid #D9D9D9;
  outline: none;
  border-radius: 10px;
  padding: 12px 10px;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  background: none;
  height: 42px;
}
.ad-body .tutor-form-group button.tutor-btn {
  background: #A63247;
  border-radius: 12px;
}
.ad-body .tutor-color-secondary,
.ad-body .tutor-nav-link {
  color: rgba(255, 255, 255, 0.8);
}
.ad-body .tutor-form-select {
  background: none;
}
.ad-body .tutor-form-select .tutor-form-select-option {
  color: #333;
}
.ad-body .tutor-table tr td {
  color: #333;
}
.ad-body .tutor-dashboard-content .tutor-bg-white h1,
.ad-body .tutor-dashboard-content .tutor-bg-white h2,
.ad-body .tutor-dashboard-content .tutor-bg-white h3,
.ad-body .tutor-dashboard-content .tutor-bg-white h4,
.ad-body .tutor-dashboard-content .tutor-bg-white h5,
.ad-body .tutor-dashboard-content .tutor-bg-white h6 {
  color: #333;
}
.ad-body .tutor-dashboard-content .tutor-card {
  color: #333;
}
.ad-body .tutor-dashboard-content .tutor-card .tutor-color-secondary {
  color: #333;
}
.ad-body .tutor-dashboard-content .tutor-card.tutor-course-progress-item {
  background: transparent;
}
.ad-body .tutor-dashboard-content .tutor-dashboard-content-inner.enrolled-courses .tutor-nav-link.is-active {
  color: #A63247;
}
@media screen and (max-width: 425px) {
  .ad-body .tutor-dashboard-content .tutor-dashboard-setting-profile.tutor-dashboard-content-inner #tutor_profile_cover_photo_editor .tutor_cover_uploader span {
    font-size: 10px;
  }
}
.ad-body .tutor-dashboard-content .tutor-dashboard-content-inner .tutor-password-field label {
  color: rgba(255, 255, 255, 0.8);
}
.ad-body .tutor-dashboard-content .tutor-dashboard-content-inner .tutor-nav-link.is-active {
  color: #A63247;
}
.ad-body .tutor-dashboard-content .tutor-dashboard-content-inner .tutor-social-field > div:first-child {
  color: rgba(255, 255, 255, 0.8);
}
.ad-body .tutor-dashboard-content .tutor-dashboard-content-inner .tutor-social-field > div:first-child i {
  color: rgba(255, 255, 255, 0.8);
}
.ad-body .tutor-react-datepicker .dropdown-container .dropdown-label {
  color: #333;
}
.ad-body .tutor-react-datepicker .dropdown-container.dropdown-months .dropdown-list li {
  color: #333;
}
.ad-body .tutor-course-card {
  border: 2px solid #A63247;
  background: transparent;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(166, 50, 71, 0.3);
}
.ad-body .tutor-course-card .tutor-card-body {
  color: #fff;
}
.ad-body .tutor-course-card .tutor-card-body * {
  color: #fff;
}
.ad-body .tutor-course-card .tutor-card-body .tutor-icon-star-line,
.ad-body .tutor-course-card .tutor-card-body .tutor-icon-star-bold {
  color: #A63247;
}
.ad-body .tutor-course-card .tutor-card-body .tutor-meta .tutor-meta-icon {
  color: #BF1725;
}
@media screen and (max-width: 1460px) {
  .ad-body .tutor-course-card .tutor-card-footer > .tutor-d-flex {
    flex-direction: column;
    gap: 12px;
  }
}
@media screen and (max-width: 1460px) and (min-width: 1200px) {
  .ad-body .tutor-course-card .tutor-card-footer > .tutor-d-flex .list-item-button .cart-text {
    font-size: clamp(14px, 1.2vw, 18px);
  }
}
.ad-body .tutor-course-card .tutor-card-footer .list-item-price {
  color: #fff;
}
.ad-body .tutor-course-card .tutor-card-footer .list-item-price .price {
  color: #fff;
}
.ad-body .tutor-course-card .tutor-card-footer .list-item-price .price del {
  color: #BF1725;
  color: #fff;
  font-weight: 600;
}
.ad-body .tutor-course-card .tutor-card-footer .list-item-price .price del span {
  font-weight: 600;
}
.ad-body .tutor-course-card .tutor-card-footer .add_to_cart_button,
.ad-body .tutor-course-card .tutor-card-footer .tutor-btn {
  background: #A63247;
  color: #fff;
}
.ad-body .tutor-course-card .tutor-card-footer .add_to_cart_button:hover,
.ad-body .tutor-course-card .tutor-card-footer .tutor-btn:hover {
  background: #BF1725;
}
.ad-body .tutor-modal-body > div {
  color: #333;
}
.ad-body .tutor-course-details-actions {
  display: none;
}
@media (min-width: 1400px) {
  .ad-body .tutor-container-xxl,
  .ad-body .tutor-container-xl,
  .ad-body .tutor-container-lg,
  .ad-body .tutor-container-md,
  .ad-body .tutor-container-sm,
  .ad-body .tutor-container {
    max-width: 1470px;
    width: calc(100% - 60px);
  }
}
@media (min-width: 1024px) {
  .ad-body .tutor-container-xxl,
  .ad-body .tutor-container-xl,
  .ad-body .tutor-container-lg,
  .ad-body .tutor-container-md,
  .ad-body .tutor-container-sm,
  .ad-body .tutor-container {
    max-width: 1470px;
    width: calc(100% - 50px);
  }
}
.ad-body #tutor-course-details-tab-reviews .tutor-review-card,
.ad-body #tutor-course-details-tab-reviews .tutor-review-list-item {
  background: transparent;
}
.ad-body #tutor_calendar_wrapper .tutor-color-secondary {
  color: #333;
}
.ad-body #tutor_calendar_wrapper .month-year .tutor-calendar-dropdown-list {
  max-width: 100%;
  width: calc(100% + 20px);
}
.ad-body .tutor-qna-single-question:not([data-context=backend-dashboard-qna-single]) .tutor-qna-left .tutor-qna-text {
  color: #333;
}
.ad-body .tutor-qna-single-question:not([data-context=backend-dashboard-qna-single]) .tutor-qna-right .tutor-qna-text {
  color: #333;
}
.ad-body .tutor-login-modal .tutor-modal-window {
  max-width: 490px;
  width: calc(100% - 20px);
}
.ad-body .tutor-login-modal .tutor-modal-window .tutor-modal-content {
  background: linear-gradient(90deg, rgb(45, 45, 49) 0%, rgb(14, 65, 86) 25%, rgb(20, 91, 107) 45%, rgb(20, 91, 107) 55%, rgb(14, 65, 86) 75%, rgb(45, 45, 49) 100%);
}
.ad-body .tutor-login-modal .tutor-modal-window .tutor-modal-content .tutor-modal-body > div > div {
  text-align: center;
}
.ad-body .tutor-login-modal .tutor-modal-window .tutor-modal-content .tutor-modal-body > div #tutor-login-form .tutor-form-check {
  width: 100%;
}
.ad-body .tutor-login-modal .tutor-modal-window .tutor-modal-content .tutor-modal-body > div #tutor-login-form .tutor-btn-ghost {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  transition: all 0.3s ease;
  padding-top: 0;
}
.ad-body .tutor-login-modal .tutor-modal-window .tutor-modal-content .tutor-modal-body > div #tutor-login-form .tutor-btn-ghost:hover {
  font-weight: 600;
  color: #fff;
  font-size: 11px;
  text-decoration: underline;
}
.ad-body .tutor-login-modal .tutor-modal-window .tutor-modal-content .tutor-modal-body > div #tutor-login-form .tutor-btn-link {
  color: #BF1725;
  font-weight: 600;
}
.ad-body .tutor-login-modal .tutor-modal-window .tutor-modal-content .tutor-modal-body > div #tutor-login-form script + .tutor-d-flex {
  display: block !important;
}
.ad-body.tutor-course-filter-open .tutor-course-filter-container {
  background: #0e4156;
}
.ad-body .tutor-widget-search input {
  border-radius: 8px;
}
.ad-body .tutor-nav .tutor-nav-more.tutor-nav-opened .tutor-dropdown {
  color: #000;
}

#ad-home {
  width: 100%;
}
#ad-home .ad-home-header {
  display: flex;
}
@media screen and (max-width: 822px) {
  #ad-home .ad-home-header {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  #ad-home .ad-home-header {
    padding-left: 140px;
  }
}
#ad-home .ad-home-header .ad-content {
  display: flex;
  flex-direction: column;
  width: 40%;
}
@media screen and (max-width: 822px) {
  #ad-home .ad-home-header .ad-content {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 822px) and (max-width: 1460px) {
  #ad-home .ad-home-header .ad-content {
    padding-left: 20px;
    width: 60%;
  }
}
#ad-home .ad-home-header .ad-content h1 {
  font-size: clamp(32px, 2.5vw, 54px);
  width: 80%;
}
@media screen and (max-width: 822px) {
  #ad-home .ad-home-header .ad-content h1 {
    text-align: center;
    width: 100%;
  }
}
#ad-home .ad-home-header .ad-content p {
  font-size: clamp(16px, 1.25vw, 24px);
  margin-top: 40px;
  margin-bottom: 44px;
}
@media screen and (min-width: 822px) {
  #ad-home .ad-home-header .ad-content p {
    width: 90%;
    margin-top: 140px;
    margin-bottom: 44px;
  }
}
@media screen and (min-width: 822px) and (max-width: 1460px) {
  #ad-home .ad-home-header .ad-content p {
    margin-top: 10vw;
  }
}
#ad-home .ad-home-header .ad-content .ad-buttons-block {
  display: flex;
  gap: 42px;
}
#ad-home .ad-home-header .ad-content .ad-buttons-block .btn {
  max-height: 64px;
}
#ad-home .ad-home-header .ad-content .ad-buttons-block.ru_RU .btn {
  padding: 0 16px;
}
@media screen and (max-width: 822px) {
  #ad-home .ad-home-header .ad-content .ad-buttons-block {
    align-items: center;
    gap: 20px;
    margin: 0 auto;
  }
  #ad-home .ad-home-header .ad-content .ad-buttons-block.ru_RU {
    flex-direction: column;
  }
  #ad-home .ad-home-header .ad-content .ad-buttons-block.ru_RU .btn {
    width: 204px;
  }
  #ad-home .ad-home-header .ad-content .ad-buttons-block .btn {
    height: 40px;
    padding: 0 32px;
  }
}
@media screen and (min-width: 822px) and (max-width: 1460px) {
  #ad-home .ad-home-header .ad-content .ad-buttons-block .btn {
    height: 8vw;
    max-height: 52px;
  }
}
#ad-home .ad-home-header .ad-images {
  width: 60%;
}
@media screen and (max-width: 822px) {
  #ad-home .ad-home-header .ad-images {
    display: none;
  }
}
#ad-home .ad-home-header .ad-images .ad-images-wrapper {
  position: relative;
  height: 100%;
  z-index: 9;
}
#ad-home .ad-home-header .ad-images .ad-images-wrapper img {
  position: absolute;
}
#ad-home .ad-home-header .ad-images .ad-images-wrapper img.dron {
  left: 0;
  width: 80%;
}
#ad-home .ad-home-header .ad-images .ad-images-wrapper img.operator {
  right: 0;
  top: 25%;
}
@media screen and (min-width: 822px) and (max-width: 1460px) {
  #ad-home .ad-home-header .ad-images .ad-images-wrapper img.operator {
    width: 35vw;
  }
}
#ad-home .ad-home-header-bottom {
  position: relative;
  z-index: 10;
  margin-top: 40px;
}
@media screen and (min-width: 822px) and (max-width: 1520px) {
  #ad-home .ad-home-header-bottom {
    margin-top: 14vw;
  }
}
@media screen and (min-width: 822px) and (max-width: 1520px) and (min-width: 960px) {
  #ad-home .ad-home-header-bottom {
    margin-top: 18vw;
  }
}
@media screen and (min-width: 822px) and (max-width: 1520px) and (min-width: 1144px) {
  #ad-home .ad-home-header-bottom {
    margin-top: 21vw;
  }
}
@media screen and (min-width: 822px) and (max-width: 1520px) and (min-width: 1336px) {
  #ad-home .ad-home-header-bottom {
    margin-top: 24vw;
  }
}
@media screen and (min-width: 1460px) {
  #ad-home .ad-home-header-bottom {
    margin-top: 100px;
  }
}
#ad-home .ad-home-header-bottom img {
  width: 100%;
  object-fit: contain;
}
#ad-home .ad-section {
  max-width: 1470px;
  margin: 0 auto;
}
@media screen and (max-width: 822px) {
  #ad-home .ad-section {
    padding: 0 20px;
    padding-top: 60px;
  }
}
@media screen and (min-width: 822px) and (max-width: 1520px) and (min-width: 822px) {
  #ad-home .ad-section {
    padding-top: 12vw;
    width: calc(100% - 40px);
  }
}
#ad-home .ad-section .section-title {
  font-size: clamp(22px, 1.8vw, 36px);
  font-weight: 400;
  margin-bottom: 20px;
}
#ad-home .ad-section .section-description {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 400;
}
#ad-home .ad-section-popular-courses {
  max-width: 1470px;
  margin: -40px auto 0;
}
#ad-home .ad-section-popular-courses .ad-title {
  text-align: center;
  font-size: clamp(22px, 1.8vw, 36px);
  margin-bottom: 20px;
}
#ad-home .ad-section-popular-courses .ad-sub-title {
  text-align: center;
  font-size: clamp(16px, 1.25vw, 24px);
  margin-bottom: 50px;
}
#ad-home .ad-section-popular-courses .tutor-course-filter {
  display: none;
}
#ad-home .ad-section-popular-courses .course-archive-page {
  padding: 0;
}
#ad-home .view-more-courses-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
#ad-home .view-more-courses-wrapper .btn {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 822px) {
  #ad-home .view-more-courses-wrapper .btn {
    height: 40px;
  }
}
@media screen and (min-width: 1520px) {
  #ad-home .ad-section-our-goal {
    padding-top: 150px;
  }
}
#ad-home .ad-section-our-goal .section-title {
  font-size: clamp(22px, 1.8vw, 36px);
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}
#ad-home .ad-section-our-goal .section-description {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 400;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 822px) {
  #ad-home .ad-section-our-goal .section-description {
    width: 80%;
  }
}
@media screen and (max-width: 592px) {
  #ad-home .ad-section-our-goal .section-description {
    width: 96%;
  }
}
#ad-home .ad-section-our-goal .items-wrapper {
  padding-top: 60px;
}
@media screen and (min-width: 1520px) {
  #ad-home .ad-section-our-goal .items-wrapper {
    padding-top: 160px;
  }
}
@media screen and (min-width: 822px) and (max-width: 1520px) and (min-width: 822px) {
  #ad-home .ad-section-our-goal .items-wrapper {
    padding-top: 8vw;
  }
}
#ad-home .ad-section-our-goal .items-wrapper .items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 822px) {
  #ad-home .ad-section-our-goal .items-wrapper .items {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 75px;
  }
}
@media screen and (min-width: 822px) and (max-width: 1520px) {
  #ad-home .ad-section-our-goal .items-wrapper .items {
    gap: 20px;
  }
}
#ad-home .ad-section-our-goal .items-wrapper .items .item-card {
  max-width: 450px;
  min-height: 430px;
  position: relative;
  display: flex;
  flex-direction: column;
  border: 2px solid #A63247;
  box-shadow: 0px 0px 15px 0px #A63247;
  border-radius: 20px;
  padding: 30px;
}
@media screen and (max-width: 822px) {
  #ad-home .ad-section-our-goal .items-wrapper .items .item-card {
    min-height: 260px;
  }
}
@media screen and (min-width: 822px) and (max-width: 1520px) and (min-width: 822px) {
  #ad-home .ad-section-our-goal .items-wrapper .items .item-card {
    flex: 1;
    min-height: 10vw;
    padding: 30px 14px;
  }
}
#ad-home .ad-section-our-goal .items-wrapper .items .item-card .icon-wrapper {
  width: 100px;
  height: 100px;
  background: #A63247;
  border-radius: 50%;
  margin: -100px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 822px) and (max-width: 1520px) {
  #ad-home .ad-section-our-goal .items-wrapper .items .item-card .icon-wrapper {
    width: clamp(40px, 8vw, 90px);
    height: clamp(40px, 8vw, 90px);
    border-radius: 50%;
  }
  #ad-home .ad-section-our-goal .items-wrapper .items .item-card .icon-wrapper img {
    height: clamp(24px, 4vw, 50px);
    max-height: 40px;
  }
}
@media screen and (max-width: 822px) {
  #ad-home .ad-section-our-goal .items-wrapper .items .item-card .icon-wrapper {
    width: 68px;
    height: 68px;
  }
  #ad-home .ad-section-our-goal .items-wrapper .items .item-card .icon-wrapper img {
    height: clamp(28px, 3vw, 32px);
    max-height: 32px;
  }
}
#ad-home .ad-section-our-goal .items-wrapper .items .item-card .item-title {
  margin-top: 50px;
  font-size: clamp(18px, 1.6vw, 30px);
  text-align: center;
  font-weight: 500;
}
#ad-home .ad-section-our-goal .items-wrapper .items .item-card .item-content {
  margin-top: 50px;
  font-size: clamp(16px, 1.15vw, 20px);
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  #ad-home .ad-section-who-we-are {
    padding-top: 160px;
  }
}
#ad-home .ad-section-who-we-are .section-title {
  text-align: center;
}
#ad-home .ad-section-who-we-are .section-description {
  width: 100%;
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  #ad-home .ad-section-who-we-are .section-description {
    text-align: left;
    width: 80%;
  }
}
#ad-home .ad-section-who-we-are .section-content {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 822px) {
  #ad-home .ad-section-who-we-are .section-content {
    flex-direction: column;
    width: 98%;
  }
}
#ad-home .ad-section-who-we-are .section-content .section-title,
#ad-home .ad-section-who-we-are .section-content .section-description {
  text-align: left;
  width: 100%;
}
#ad-home .ad-section-who-we-are .section-content .left-block {
  padding-top: 20px;
  width: 100%;
}
@media screen and (min-width: 822px) {
  #ad-home .ad-section-who-we-are .section-content .left-block {
    padding-top: 80px;
    width: 50%;
  }
}
@media screen and (min-width: 822px) and (max-width: 1520px) and (min-width: 822px) {
  #ad-home .ad-section-who-we-are .section-content .left-block {
    padding-top: 0;
  }
}
#ad-home .ad-section-who-we-are .section-content .left-block .section-title {
  position: relative;
}
#ad-home .ad-section-who-we-are .section-content .left-block .section-title::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -34px;
  width: 80px;
  height: 80px;
  background: #00f3ff;
  filter: blur(25px);
  opacity: 0.5;
  z-index: -1;
  border-radius: 50%;
}
#ad-home .ad-section-who-we-are .section-content .left-block .section-description {
  position: relative;
}
#ad-home .ad-section-who-we-are .section-content .left-block .section-description::before {
  content: "";
  position: absolute;
  top: 63%;
  right: -24px;
  width: 40px;
  height: 40px;
  background: #00f3ff;
  filter: blur(14px);
  opacity: 0.5;
  z-index: -1;
  border-radius: 50%;
}
#ad-home .ad-section-who-we-are .section-content .left-block .button-wrapper {
  margin-top: 20px;
}
#ad-home .ad-section-who-we-are .section-content .left-block .button-wrapper a {
  color: #A63247;
  font-size: clamp(16px, 1.25vw, 24px);
  text-shadow: 2px 0px rgba(191, 23, 37, 0.3882352941);
}
#ad-home .ad-section-who-we-are .section-content .right-block {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 822px) {
  #ad-home .ad-section-who-we-are .section-content .right-block {
    width: 50%;
  }
}
#ad-home .ad-section-who-we-are .section-content .right-block::before {
  content: "";
  position: absolute;
  top: -3%;
  left: -15px;
  width: 120px;
  height: 120px;
  background: #BF1725;
  filter: blur(14px);
  opacity: 0.8;
  z-index: -1;
}
#ad-home .ad-section-who-we-are .section-content .right-block::after {
  content: "";
  position: absolute;
  bottom: -3%;
  right: -15px;
  width: 220px;
  height: 220px;
  background: #BF1725;
  filter: blur(14px);
  opacity: 0.8;
  z-index: -1;
}
@media screen and (min-width: 822px) and (max-width: 964px) {
  #ad-home .ad-section-who-we-are .section-content .right-block::after {
    width: 18vw;
    height: 18vw;
    bottom: 10%;
  }
}
#ad-home .ad-section-who-we-are .section-content .right-block .video-wrapper {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
#ad-home .ad-section-who-we-are .section-content .right-block .video-wrapper .custom-video {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 822px) {
  #ad-home .ad-section-who-we-are .section-content .right-block .video-wrapper .custom-video {
    height: 52vw;
  }
}
@media screen and (min-width: 822px) and (max-width: 1520px) and (min-width: 822px) {
  #ad-home .ad-section-who-we-are .section-content .right-block .video-wrapper .custom-video {
    height: 27vw;
  }
}
#ad-home .ad-section-our-advantages {
  padding-top: 60px;
}
@media screen and (min-width: 822px) {
  #ad-home .ad-section-our-advantages {
    padding-top: 130px;
  }
}
#ad-home .ad-section-our-advantages .section-title {
  text-align: center;
}
#ad-home .ad-section-our-advantages .section-description {
  text-align: center;
  margin: auto;
  width: 80%;
}
@media screen and (max-width: 592px) {
  #ad-home .ad-section-our-advantages .section-description {
    width: 96%;
  }
}
#ad-home .ad-section-our-advantages .section-content {
  padding-top: 40px;
  gap: 40px;
  display: flex;
}
@media screen and (max-width: 822px) {
  #ad-home .ad-section-our-advantages .section-content {
    display: block;
  }
}
@media screen and (min-width: 1520px) {
  #ad-home .ad-section-our-advantages .section-content {
    padding-top: 130px;
    gap: 112px;
  }
}
@media screen and (min-width: 822px) and (max-width: 1520px) and (min-width: 822px) {
  #ad-home .ad-section-our-advantages .section-content {
    padding-top: 6vw;
  }
}
#ad-home .ad-section-our-advantages .section-content .banner-wrapper {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 822px) {
  #ad-home .ad-section-our-advantages .section-content .banner-wrapper {
    width: 60%;
  }
}
#ad-home .ad-section-our-advantages .section-content .banner-wrapper::before {
  content: "";
  position: absolute;
  top: -3%;
  left: -15px;
  width: 120px;
  height: 120px;
  background: #BF1725;
  filter: blur(14px);
  opacity: 0.8;
  z-index: -1;
}
#ad-home .ad-section-our-advantages .section-content .banner-wrapper::after {
  content: "";
  position: absolute;
  bottom: -3%;
  right: -15px;
  width: 220px;
  height: 220px;
  background: #BF1725;
  filter: blur(14px);
  opacity: 0.8;
  z-index: -1;
}
#ad-home .ad-section-our-advantages .section-content .banner-wrapper img {
  width: 100%;
}
#ad-home .ad-section-our-advantages .section-content .items-wrapper {
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 822px) {
  #ad-home .ad-section-our-advantages .section-content .items-wrapper {
    width: 40%;
    margin-top: 0;
  }
}
#ad-home .ad-section-our-advantages .section-content .items-wrapper .items {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (min-width: 1520px) {
  #ad-home .ad-section-our-advantages .section-content .items-wrapper .items {
    gap: 58px;
  }
}
@media screen and (min-width: 822px) and (max-width: 1520px) {
  #ad-home .ad-section-our-advantages .section-content .items-wrapper .items {
    gap: 4vw;
  }
}
#ad-home .ad-section-our-advantages .section-content .items-wrapper .items .item-card {
  display: flex;
  gap: 22px;
  padding: 4px 8px;
  border-radius: 28px;
}
@media screen and (min-width: 822px) {
  #ad-home .ad-section-our-advantages .section-content .items-wrapper .items .item-card {
    gap: 42px;
  }
}
#ad-home .ad-section-our-advantages .section-content .items-wrapper .items .item-card .icon-wrapper img {
  width: clamp(32px, 3.2vw, 60px);
  height: clamp(32px, 3.2vw, 60px);
  max-width: 60px;
  max-height: 60px;
  min-width: 32px;
  min-height: 32px;
}
@media screen and (max-width: 822px) {
  #ad-home .ad-section-our-advantages .section-content .items-wrapper .items .item-card .icon-wrapper img {
    width: clamp(32px, 4.2vw, 60px);
    height: clamp(32px, 4.2vw, 60px);
  }
}
#ad-home .ad-section-our-advantages .section-content .items-wrapper .items .item-card .item-content {
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ad-home .ad-section-learn-from-best {
  padding-top: 60px;
}
@media screen and (min-width: 1520px) {
  #ad-home .ad-section-learn-from-best {
    padding-top: 150px;
  }
}
@media screen and (min-width: 822px) and (max-width: 1520px) and (min-width: 822px) {
  #ad-home .ad-section-learn-from-best {
    padding-top: 12vw;
  }
}
#ad-home .ad-section-learn-from-best .section-body {
  border: 2px solid #A63247;
  box-shadow: 0px 0px 15px 0px #A63247;
  border-radius: 20px;
  padding: 40px 28px;
}
@media screen and (min-width: 822px) {
  #ad-home .ad-section-learn-from-best .section-body {
    padding: 80px 56px;
  }
}
@media screen and (min-width: 822px) and (max-width: 1520px) {
  #ad-home .ad-section-learn-from-best .section-body {
    padding: 7vw 4vw;
  }
}
#ad-home .ad-section-learn-from-best .section-body .section-title {
  text-align: center;
}
#ad-home .ad-section-learn-from-best .section-body .items-wrapper {
  padding-top: 40px;
}
#ad-home .ad-section-learn-from-best .section-body .items-wrapper .items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 822px) {
  #ad-home .ad-section-learn-from-best .section-body .items-wrapper .items {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
}
@media screen and (min-width: 822px) and (max-width: 1520px) {
  #ad-home .ad-section-learn-from-best .section-body .items-wrapper .items {
    gap: 20px;
  }
}
#ad-home .ad-section-learn-from-best .section-body .items-wrapper .items .item-card {
  max-width: 293px;
  border-radius: 20px;
  box-shadow: 1px 2px 8px 1px rgba(0, 0, 0, 0.5215686275);
}
#ad-home .ad-section-learn-from-best .section-body .items-wrapper .items .item-card .item-body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  border-bottom: 1px solid #fff;
  flex-direction: column;
  padding: 16px auto;
}
#ad-home .ad-section-learn-from-best .section-body .items-wrapper .items .item-card .item-body .author {
  font-size: 16px;
  font-weight: 600;
}
#ad-home .ad-section-learn-from-best .section-body .items-wrapper .items .item-card .item-body .position {
  font-size: 14px;
  font-weight: 400;
}
#ad-home .ad-section-learn-from-best .section-body .items-wrapper .items .item-card .item-footer {
  padding: 12px 25px;
}
@media screen and (min-width: 822px) and (max-width: 1520px) {
  #ad-home .ad-section-learn-from-best .section-body .items-wrapper .items .item-card .item-footer {
    padding: 0.8vw 2vw;
  }
}
#ad-home .ad-section-learn-from-best .section-body .items-wrapper .items .item-card .item-footer .item-content {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
#ad-home .ad-section-recent-posts {
  padding-top: 60px;
}
@media screen and (min-width: 1520px) {
  #ad-home .ad-section-recent-posts {
    padding-top: 150px;
  }
}
@media screen and (min-width: 822px) and (max-width: 1520px) {
  #ad-home .ad-section-recent-posts {
    padding-top: 12vw;
  }
}
#ad-home .ad-section-recent-posts .section-title {
  text-align: center;
}
#ad-home .ad-section-recent-posts .section-description {
  text-align: center;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 592px) {
  #ad-home .ad-section-recent-posts .section-description {
    width: 96%;
  }
}
#ad-home .ad-section-recent-posts .posts-wrapper {
  padding-top: 50px;
}
#ad-home .ad-section-recent-posts .posts-wrapper .recent-post-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 822px) {
  #ad-home .ad-section-recent-posts .posts-wrapper .recent-post-list {
    gap: 40px;
  }
}
#ad-home .ad-section-recent-posts .posts-wrapper .recent-post-list .recent-post-item-card {
  flex: 1 1 calc(25% - 32px);
  max-width: calc(25% - 32px);
}
@media screen and (min-width: 592px) and (max-width: 822px) {
  #ad-home .ad-section-recent-posts .posts-wrapper .recent-post-list .recent-post-item-card {
    flex: 1 1 calc(50% - 32px);
    max-width: calc(50% - 32px);
  }
}
@media screen and (max-width: 592px) {
  #ad-home .ad-section-recent-posts .posts-wrapper .recent-post-list .recent-post-item-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
#ad-home .ad-section-recent-posts .posts-wrapper .recent-post-list .recent-post-item-card .post-image {
  border-radius: 12px;
  height: 200px;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 822px) and (max-width: 1024px) {
  #ad-home .ad-section-recent-posts .posts-wrapper .recent-post-list .recent-post-item-card .post-image {
    height: 154px;
  }
}
#ad-home .ad-section-recent-posts .posts-wrapper .recent-post-list .recent-post-item-card .post-title {
  margin: 20px auto;
  font-size: clamp(16px, 1.15vw, 20px);
  font-weight: 600;
  display: block;
  color: #fff;
  transition: all 0.3s ease;
}
#ad-home .ad-section-recent-posts .posts-wrapper .recent-post-list .recent-post-item-card .post-title:hover {
  opacity: 0.8;
}
#ad-home .ad-section-recent-posts .posts-wrapper .recent-post-list .recent-post-item-card .post-excerpt {
  font-weight: 400;
  font-size: clamp(14px, 1vw, 16px);
}
#ad-home .ad-section-recent-posts .posts-wrapper .recent-post-list .recent-post-item-card .post-meta {
  font-weight: 400;
  font-size: 14px;
}

.page-blogs .ad-section {
  width: 100%;
  max-width: 1670px;
  margin: 0 auto;
  display: flex;
  width: calc(100% - 30px);
}
@media screen and (max-width: 822px) {
  .page-blogs .ad-section {
    flex-direction: column;
  }
}
@media screen and (min-width: 822px) and (max-width: 1700px) {
  .page-blogs .ad-section {
    width: calc(100% - 40px);
  }
}
.page-blogs .ad-section .content-area {
  width: 100%;
}
@media screen and (min-width: 822px) {
  .page-blogs .ad-section .content-area {
    width: 78%;
  }
}
@media screen and (min-width: 822px) and (max-width: 1240px) {
  .page-blogs .ad-section .content-area {
    width: 72%;
  }
}
.page-blogs .ad-section .content-area .top-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6vw;
}
@media screen and (min-width: 1520px) {
  .page-blogs .ad-section .content-area .top-bar {
    margin-bottom: 72px;
  }
}
.page-blogs .ad-section .content-area .top-bar h2 {
  font-weight: 400;
  font-size: clamp(18px, 1.6vw, 30px);
  display: flex;
  align-items: center;
  padding-right: 8px;
}
.page-blogs .ad-section .content-area .top-bar .tools-block {
  display: flex;
}
.page-blogs .ad-section .content-area .top-bar .tools-block form {
  height: 30px;
  display: flex;
  margin-right: 20px;
  border-bottom: 2px solid #fff;
  padding-bottom: 8px;
}
.page-blogs .ad-section .content-area .top-bar .tools-block form input {
  font-weight: 400;
  background: none;
  border: none;
  outline: none;
  font-size: clamp(15px, 1.1vw, 18px);
  height: inherit;
  padding: 0;
  color: #fff;
}
.page-blogs .ad-section .content-area .top-bar .tools-block form input::placeholder {
  opacity: 0.7;
  color: #fff;
}
.page-blogs .ad-section .content-area .top-bar .tools-block button {
  background: transparent;
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-blogs .ad-section .content-area .top-bar .tools-block button img {
  width: 100%;
}
.page-blogs .ad-section .content-area .top-bar .tools-block .view {
  display: flex;
  gap: 20px;
  visibility: hidden;
}
@media screen and (max-width: 822px) {
  .page-blogs .ad-section .content-area .top-bar .tools-block .view {
    display: none;
  }
}
@media screen and (max-width: 482px) {
  .page-blogs .ad-section .content-area .top-bar.hy_AM {
    width: 100%;
  }
  .page-blogs .ad-section .content-area .top-bar.hy_AM h2 {
    font-size: 14px;
  }
  .page-blogs .ad-section .content-area .top-bar.hy_AM .tools-block {
    width: 60%;
  }
  .page-blogs .ad-section .content-area .top-bar.hy_AM .tools-block form {
    width: 100%;
  }
}
.page-blogs .ad-section .content-area .articles-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 822px) {
  .page-blogs .ad-section .content-area .articles-list {
    padding-right: 82px;
  }
}
@media screen and (min-width: 822px) and (max-width: 1520px) {
  .page-blogs .ad-section .content-area .articles-list {
    padding-right: 4vw;
  }
}
.page-blogs .ad-section .content-area .articles-list .post-card {
  border-radius: 20px;
  box-shadow: 1px 2px 8px 1px rgba(0, 0, 0, 0.5215686275);
  min-height: 250px;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 482px) {
  .page-blogs .ad-section .content-area .articles-list .post-card {
    display: block;
  }
}
@media screen and (min-width: 482px) and (max-width: 822px) {
  .page-blogs .ad-section .content-area .articles-list .post-card {
    min-height: 150px;
  }
}
.page-blogs .ad-section .content-area .articles-list .post-card .ad-post-thumbnail {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 482px) {
  .page-blogs .ad-section .content-area .articles-list .post-card .ad-post-thumbnail {
    width: 100%;
  }
}
.page-blogs .ad-section .content-area .articles-list .post-card .ad-post-thumbnail a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-blogs .ad-section .content-area .articles-list .post-card .ad-post-thumbnail a img {
  height: 100% !important;
  object-fit: cover;
}
.page-blogs .ad-section .content-area .articles-list .post-card .post-content {
  width: 67%;
  display: flex;
  align-items: center;
  padding: 20px 0 20px 30px;
}
@media screen and (max-width: 482px) {
  .page-blogs .ad-section .content-area .articles-list .post-card .post-content {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (min-width: 482px) and (max-width: 822px) {
  .page-blogs .ad-section .content-area .articles-list .post-card .post-content {
    padding: 2.5vw;
  }
}
.page-blogs .ad-section .content-area .articles-list .post-card .post-content h3 {
  font-weight: 600;
  font-size: clamp(16px, 1.15vw, 20px);
  margin-bottom: 16px;
  color: #fff;
}
.page-blogs .ad-section .content-area .articles-list .post-card .post-content h3 a {
  color: inherit;
  text-decoration: none;
}
.page-blogs .ad-section .content-area .articles-list .post-card .post-content h3 a:hover {
  opacity: 0.8;
}
.page-blogs .ad-section .content-area .articles-list .post-card .post-content .post-date {
  font-weight: 400;
  font-size: clamp(14px, 1vw, 16px);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-blogs .ad-section .content-area .articles-list .post-card .post-content .post-date img {
  margin-top: -2px;
}
.page-blogs .ad-section .content-area .articles-list .post-card .post-content p {
  font-weight: 400;
  font-size: clamp(15px, 1.1vw, 18px);
  max-width: 70%;
}
@media screen and (min-width: 482px) and (max-width: 822px) {
  .page-blogs .ad-section .content-area .articles-list .post-card .post-content p {
    max-width: 100%;
  }
}
.page-blogs .ad-section .content-area .ad-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  gap: 12px;
}
.page-blogs .ad-section .content-area .ad-pagination .page,
.page-blogs .ad-section .content-area .ad-pagination .page-numbers {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: clamp(15px, 1.1vw, 18px);
  text-decoration: none;
}
.page-blogs .ad-section .content-area .ad-pagination .page.current,
.page-blogs .ad-section .content-area .ad-pagination .page-numbers.current {
  background-color: #A63247;
  border: none;
}
.page-blogs .ad-section .sidebar {
  width: 22%;
  padding-left: 30px;
}
@media screen and (min-width: 822px) and (max-width: 1240px) {
  .page-blogs .ad-section .sidebar {
    width: 28%;
  }
}
.page-blogs .ad-section .sidebar h3 {
  font-weight: 400;
  font-size: clamp(16px, 1.15vw, 20px);
  margin-bottom: 20px;
}
.page-blogs .ad-section .sidebar .widget-categories {
  margin-bottom: 30px;
}
.page-blogs .ad-section .sidebar .widget-categories ul li.cat-item {
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
}
.page-blogs .ad-section .sidebar .widget-categories ul li.cat-item a {
  color: inherit;
  text-decoration: none;
}
.page-blogs .ad-section .sidebar .widget-categories ul li.cat-item a:hover {
  opacity: 0.8;
}
.page-blogs .ad-section .sidebar .widget-categories ul li.cat-item.current-cat a {
  text-decoration: underline;
}
@media screen and (max-width: 822px) {
  .page-blogs .ad-section .sidebar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-top: 80px;
    padding: 0 20px;
    padding-top: 8vw;
    flex-wrap: wrap;
    border-top: 1px solid #fff;
  }
  .page-blogs .ad-section .sidebar h3 {
    font-size: clamp(18px, 1.6vw, 30px);
  }
  .page-blogs .ad-section .sidebar .widget-categories {
    order: 1;
    width: 50%;
  }
  .page-blogs .ad-section .sidebar .widget-tags {
    order: 2;
    width: 50%;
  }
  .page-blogs .ad-section .sidebar .widget-recent-posts {
    order: 3;
    width: 100%;
    margin-top: 28px;
  }
  .page-blogs .ad-section .sidebar .widget-recent-posts .recent-post-list {
    display: flex;
    gap: 4vw;
  }
  .page-blogs .ad-section .sidebar .widget-recent-posts .recent-post-list .recent-post-item {
    margin-bottom: 8px;
    height: auto;
  }
  .page-blogs .ad-section .sidebar .widget-recent-posts .recent-post-list .recent-post-item a {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0px 0px 6px #A63247;
    background: rgba(166, 50, 71, 0.3);
  }
}

#ad-blog-single .content-area .top-bar {
  display: block;
  margin-bottom: 40px;
}
#ad-blog-single .content-area .top-bar .info-block {
  font-weight: 400;
  font-size: clamp(14px, 1vw, 16px);
  gap: 24px;
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
}
#ad-blog-single .content-area .article-body .post-featured-image {
  border-radius: 20px;
  overflow: hidden;
  max-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ad-blog-single .content-area .article-body .post-featured-image img {
  height: 100%;
  object-fit: contain;
}
#ad-blog-single .content-area .article-body .post-description {
  margin-top: 30px;
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 400;
}
#ad-blog-single .content-area .article-footer .tags-block {
  margin-top: 40px;
}
#ad-blog-single .content-area .article-footer .tags-block .widget-tags {
  display: flex;
  gap: 20px;
}
#ad-blog-single .content-area .article-footer .tags-block .widget-tags h3 {
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 400;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ad-blog-single .content-area .article-footer .tags-block .widget-tags .tag-cloud {
  margin-top: 0;
}
#ad-blog-single .content-area .article-footer .tags-block .widget-tags .tag-cloud .tag-item.active {
  background: rgba(255, 255, 255, 0.2588235294);
  color: #fff;
}
#ad-blog-single .content-area .article-footer .share-socials-block {
  margin-top: 40px;
}
#ad-blog-single .content-area .pagination-and-comments {
  margin-top: 66px;
}
#ad-blog-single .content-area .pagination-and-comments .adjacent-posts {
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
#ad-blog-single .content-area .pagination-and-comments .adjacent-posts .adjacent-card {
  border-radius: 20px;
  border: 1px solid #eaeaea;
  width: 50%;
  padding: 30px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  gap: 20px;
}
#ad-blog-single .content-area .pagination-and-comments .adjacent-posts .adjacent-card .content {
  width: 100%;
}
#ad-blog-single .content-area .pagination-and-comments .adjacent-posts .adjacent-card .content .label {
  font-weight: 400;
  font-size: clamp(15px, 1.1vw, 18px);
  margin-bottom: 12px;
}
#ad-blog-single .content-area .pagination-and-comments .adjacent-posts .adjacent-card .content .excerpt {
  font-weight: 500;
  font-size: clamp(16px, 1.15vw, 20px);
}
#ad-blog-single .content-area .pagination-and-comments .adjacent-posts .adjacent-card .page-btn {
  color: #fff;
  min-width: 48px;
  height: 48px;
  background: #A63247;
  box-shadow: 1px 1px 8px 2px #BF1725;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
#ad-blog-single .content-area .pagination-and-comments .adjacent-posts .adjacent-card .page-btn:hover {
  background: #BF1725;
}
@media screen and (max-width: 1024px) {
  #ad-blog-single .content-area .pagination-and-comments .adjacent-posts .adjacent-card {
    padding: 2vw;
  }
  #ad-blog-single .content-area .pagination-and-comments .adjacent-posts .adjacent-card.prev {
    justify-content: end;
  }
  #ad-blog-single .content-area .pagination-and-comments .adjacent-posts .adjacent-card .content {
    display: flex;
  }
  #ad-blog-single .content-area .pagination-and-comments .adjacent-posts .adjacent-card .content .label {
    font-size: 2vw;
    margin: 0;
  }
  #ad-blog-single .content-area .pagination-and-comments .adjacent-posts .adjacent-card .content .excerpt {
    display: none;
  }
}
#ad-blog-single .sidebar {
  padding-left: 80px;
}
@media screen and (max-width: 822px) {
  #ad-blog-single .sidebar {
    padding: 0 20px;
    padding-top: 8vw;
  }
}

@media screen and (max-width: 822px) {
  #ad-contact .ad-section {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
#ad-contact .top-section {
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
  display: flex;
}
@media screen and (min-width: 822px) and (max-width: 1520px) {
  #ad-contact .top-section {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 822px) {
  #ad-contact .top-section {
    display: block;
  }
}
#ad-contact .top-section .title {
  width: 80%;
  font-size: clamp(24px, 2vw, 40px);
}
@media screen and (max-width: 822px) {
  #ad-contact .top-section .title {
    width: 100%;
    text-align: center;
  }
}
#ad-contact .top-section .social-block {
  display: flex;
  justify-content: end;
  width: 20%;
}
@media screen and (max-width: 822px) {
  #ad-contact .top-section .social-block {
    width: 100%;
    justify-content: center;
    padding-top: 40px;
  }
}
#ad-contact .top-section .social-block .ad-socials {
  gap: 24px;
  flex-direction: column;
  display: flex;
}
@media screen and (max-width: 822px) {
  #ad-contact .top-section .social-block .ad-socials {
    flex-direction: row;
  }
}
#ad-contact .top-section .social-block .ad-socials a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}
#ad-contact .top-section .social-block .ad-socials a img {
  width: 24px;
  height: 24px;
}
#ad-contact .content-section {
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
  padding-top: 5vw;
}
@media screen and (min-width: 822px) and (max-width: 1520px) {
  #ad-contact .content-section {
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 1520px) {
  #ad-contact .content-section {
    padding-top: 120px;
  }
}
#ad-contact .content-section form.wpcf7-form .ad-inputs {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 822px) {
  #ad-contact .content-section form.wpcf7-form .ad-inputs {
    flex-direction: column;
    max-width: 560px;
    margin: 0 auto;
  }
}
#ad-contact .content-section form.wpcf7-form .ad-inputs > label {
  width: 100%;
  max-width: 100%;
  display: block;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  #ad-contact .content-section form.wpcf7-form .ad-inputs > label {
    font-size: clamp(16px, 1.25vw, 24px);
  }
}
#ad-contact .content-section form.wpcf7-form .ad-inputs > label span:not(.wpcf7-not-valid-tip),
#ad-contact .content-section form.wpcf7-form .ad-inputs > label input {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: clamp(13px, 1.4vw, 18px);
}
#ad-contact .content-section form.wpcf7-form .ad-inputs > label input {
  border-bottom: 1px solid #cacaca;
}
#ad-contact .content-section form.wpcf7-form .ad-textarea {
  padding-top: 48px;
}
@media screen and (max-width: 822px) {
  #ad-contact .content-section form.wpcf7-form .ad-textarea {
    padding-top: 24px;
    max-width: 560px;
    margin: 0 auto;
  }
}
#ad-contact .content-section form.wpcf7-form .ad-textarea label {
  font-size: 14px;
  font-size: clamp(13px, 1.4vw, 18px);
}
#ad-contact .content-section form.wpcf7-form .ad-textarea textarea {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  border-bottom: 1px solid #cacaca;
  max-height: 146px;
}
#ad-contact .content-section form.wpcf7-form .ad-submit {
  padding-top: 48px;
}
@media screen and (max-width: 822px) {
  #ad-contact .content-section form.wpcf7-form .ad-submit {
    padding-top: 24px;
    display: block;
    justify-content: center;
  }
}
#ad-contact .content-section form.wpcf7-form .ad-submit .btn-primary {
  border-radius: 37px;
  background-color: #a63247;
  font-weight: clamp(16px, 1.15vw, 22px);
  font-weight: 600;
  border: none;
  max-height: 68px;
  height: 7vw;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  width: auto;
  padding: 0 40px;
}
@media screen and (min-width: 1520px) {
  #ad-contact .content-section form.wpcf7-form .ad-submit .btn-primary {
    height: 64px;
    max-height: 80px;
    min-width: 140px;
  }
}
@media screen and (max-width: 822px) {
  #ad-contact .content-section form.wpcf7-form .ad-submit .btn-primary {
    margin: 0 auto;
  }
}
#ad-contact .content-section form.wpcf7-form .ad-submit .btn-primary:hover {
  border: none;
}
#ad-contact .content-section form.wpcf7-form .ad-submit .btn-primary svg {
  margin-left: 4px;
  margin-top: 4px;
}
#ad-contact .bottom-section {
  background: #0f4459;
  background: radial-gradient(circle, #0f4459 0%, #092732 100%);
  background: radial-gradient(ellipse at center, #092732 0%, #0b394a 25%, #0d3e52 50%, #0e4256 75%, #0f4459 100%);
  background: radial-gradient(ellipse at center, #0f4459 0%, #0e4256 30%, #0d3e52 50%, #0b394a 75%, #092732 100%);
  padding: 4vw 30px;
  margin-top: 48px;
}
@media screen and (min-width: 1520px) {
  #ad-contact .bottom-section {
    padding: 80px;
  }
}
#ad-contact .bottom-section .bottom-content {
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
}
@media screen and (min-width: 1520px) {
  #ad-contact .bottom-section .bottom-content {
    gap: 60px;
  }
}
#ad-contact .bottom-section .bottom-content .title-block {
  width: 48%;
  font-weight: 700;
  font-size: clamp(34px, 2.6vw, 56px);
  padding-right: 60px;
}
@media screen and (min-width: 1024px) {
  #ad-contact .bottom-section .bottom-content .title-block {
    padding-right: 120px;
  }
}
#ad-contact .bottom-section .bottom-content .contact-block {
  width: 26%;
  margin-top: 32px;
}
#ad-contact .bottom-section .bottom-content .contact-block .title,
#ad-contact .bottom-section .bottom-content .contact-block .value {
  font-size: clamp(16px, 1.15vw, 22px);
  font-weight: 600;
  color: #fff;
}
#ad-contact .bottom-section .bottom-content .contact-block .title {
  padding-bottom: 28px;
  margin-bottom: 28px;
  position: relative;
}
#ad-contact .bottom-section .bottom-content .contact-block .title::after {
  content: " ";
  display: block;
  width: 10%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
}
#ad-contact .bottom-section .bottom-content .contact-block .value {
  margin-bottom: 28px;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}
#ad-contact .bottom-section .bottom-content .contact-block .value:hover {
  opacity: 0.8;
}
#ad-contact .bottom-section .bottom-content .contact-block .info {
  font-weight: 400;
  font-size: clamp(16px, 1.15vw, 20px);
}
@media screen and (max-width: 822px) {
  #ad-contact .bottom-section .bottom-content {
    flex-wrap: wrap;
  }
  #ad-contact .bottom-section .bottom-content .title-block {
    width: 100%;
    padding: 0;
  }
  #ad-contact .bottom-section .bottom-content .contact-block {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 482px) {
  #ad-contact .bottom-section .bottom-content .contact-block {
    width: 100%;
  }
}

#ad-about .ad-section {
  width: 100%;
  max-width: 1670px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
#ad-about .ad-section .top-section .title {
  font-weight: 400;
  font-size: clamp(18px, 1.6vw, 30px);
  margin-bottom: 16px;
}
#ad-about .ad-section .top-section .content p {
  font-weight: 400;
  font-size: clamp(15px, 1.1vw, 18px);
}
#ad-about .ad-section .content-section {
  padding-top: 80px;
}
@media screen and (max-width: 822px) {
  #ad-about .ad-section .content-section {
    padding-top: 8vw;
  }
}
#ad-about .ad-section .content-section .item-card {
  padding: 50px;
  box-shadow: 0px 1px 12px 1px #BF1725;
  border: 1px solid #A63247;
  border-radius: 12px;
  width: calc(50% - 15px);
}
@media screen and (max-width: 822px) {
  #ad-about .ad-section .content-section .item-card {
    width: 100%;
    padding: clamp(20px, 4vw, 28px) 4vw;
  }
}
#ad-about .ad-section .content-section .item-card .icon-wrapper {
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #A63247;
  background: rgba(166, 50, 71, 0.2);
}
#ad-about .ad-section .content-section .item-card .item-title {
  margin-top: 30px;
  font-weight: 500;
  font-size: clamp(16px, 1.25vw, 24px);
}
#ad-about .ad-section .content-section .item-card .item-content {
  margin-top: 14px;
  font-weight: 400;
  font-size: clamp(15px, 1.1vw, 18px);
}
#ad-about .ad-section .content-section .items {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 822px) {
  #ad-about .ad-section .content-section .items {
    flex-direction: column;
  }
}
#ad-about .ad-section .content-section .main-items-wrapper {
  margin-bottom: 100px;
}
#ad-about .ad-section .content-section .goal-items-wrapper h2 {
  font-weight: 400;
  font-size: clamp(18px, 1.6vw, 30px);
  margin-bottom: 50px;
}
#ad-about .ad-section .bottom-section {
  margin-top: 50px;
  display: flex;
  border-radius: 12px;
  background: #fff;
  min-height: 300px;
  overflow: hidden;
}
@media screen and (max-width: 592px) {
  #ad-about .ad-section .bottom-section {
    flex-direction: column;
    padding: 20px;
  }
}
#ad-about .ad-section .bottom-section .bottom-content {
  padding: 80px;
  padding-right: 0;
  width: 64%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 822px) {
  #ad-about .ad-section .bottom-section .bottom-content {
    padding: 6vw;
  }
}
@media screen and (max-width: 592px) {
  #ad-about .ad-section .bottom-section .bottom-content {
    width: 100%;
  }
}
#ad-about .ad-section .bottom-section .bottom-content .content {
  color: #2d2d31;
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 600;
}
@media screen and (max-width: 592px) {
  #ad-about .ad-section .bottom-section .bottom-content .content {
    text-align: center;
  }
}
#ad-about .ad-section .bottom-section .bottom-sidebar {
  width: 36%;
  align-items: center;
  justify-content: end;
  display: flex;
  padding-right: 35px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (min-width: 1240px) {
  #ad-about .ad-section .bottom-section .bottom-sidebar {
    background-size: contain;
  }
}
@media screen and (max-width: 822px) {
  #ad-about .ad-section .bottom-section .bottom-sidebar {
    background: none !important;
    justify-content: center;
  }
}
@media screen and (max-width: 592px) {
  #ad-about .ad-section .bottom-section .bottom-sidebar {
    width: 100%;
    padding: 0;
  }
}
#ad-about .ad-section .bottom-section .bottom-sidebar .button-about {
  font-size: clamp(15px, 1.1vw, 18px);
  height: 62px;
  width: auto;
  padding: 18px 24px;
  box-shadow: none;
  border: 1px solid #fff;
}
#ad-about .ad-section .bottom-section .bottom-sidebar .button-about:focus {
  background: #BF1725;
}
@media screen and (min-width: 822px) and (max-width: 1460px) {
  #ad-about .ad-section .bottom-section .bottom-sidebar .button-about {
    border: 1px solid #333;
    box-shadow: 1px 1px 8px 1px #333;
  }
}

#ad-tutor-login .ad-section {
  display: flex;
  width: calc(100% - 20px);
  margin: 0 auto;
  flex-direction: column;
}
@media screen and (min-width: 822px) {
  #ad-tutor-login .ad-section {
    flex-direction: row;
  }
}
@media screen and (min-width: 822px) {
  #ad-tutor-login .ad-section > div {
    width: 50%;
  }
}
#ad-tutor-login .ad-section .content {
  display: block;
}
@media screen and (min-width: 822px) {
  #ad-tutor-login .ad-section .content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 822px) {
  #ad-tutor-login .ad-section .content .tutor-login-wrapper {
    min-width: 420px;
    padding: 80px;
  }
}
#ad-tutor-login .ad-section .content .tutor-login-wrapper .tutor-login-wrap {
  box-shadow: none;
}
#ad-tutor-login .ad-section .content .tutor-login-wrapper .tutor-login-wrap .tutor-login-form-wrapper > .tutor-color-black {
  font-weight: 400;
  font-size: clamp(16px, 1.25vw, 24px);
  color: #fff;
}
#ad-tutor-login .ad-section .content .tutor-login-wrapper .tutor-login-wrap .tutor-login-form-wrapper #tutor-login-form input[type=text].tutor-form-control,
#ad-tutor-login .ad-section .content .tutor-login-wrapper .tutor-login-wrap .tutor-login-form-wrapper #tutor-login-form input[type=password].tutor-form-control {
  border: 1px solid #D9D9D9;
  outline: none;
  border-radius: 10px;
  padding: 12px 10px;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  background: none;
  height: 42px;
}
#ad-tutor-login .ad-section .content .tutor-login-wrapper .tutor-login-wrap .tutor-login-form-wrapper #tutor-login-form .tutor-login-error ~ .tutor-d-flex.tutor-mb-40 {
  margin-bottom: 20px;
}
#ad-tutor-login .ad-section .content .tutor-login-wrapper .tutor-login-wrap .tutor-login-form-wrapper #tutor-login-form .tutor-login-error ~ .tutor-d-flex.tutor-mb-40 .tutor-form-check {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: start;
}
#ad-tutor-login .ad-section .content .tutor-login-wrapper .tutor-login-wrap .tutor-login-form-wrapper #tutor-login-form .tutor-login-error ~ .tutor-d-flex.tutor-mb-40 .tutor-form-check label {
  color: #fff;
  font-size: 10px;
  padding-left: 0;
}
#ad-tutor-login .ad-section .content .tutor-login-wrapper .tutor-login-wrap .tutor-login-form-wrapper #tutor-login-form .tutor-login-error ~ .tutor-d-flex.tutor-mb-40 .tutor-form-check + .tutor-btn-ghost {
  font-size: 12px;
}
#ad-tutor-login .ad-section .content .tutor-login-wrapper .tutor-login-wrap .tutor-login-form-wrapper #tutor-login-form .tutor-btn-block {
  background: #A63247;
  box-shadow: 0px 1px 17px 2px #BF1725;
  color: #fff;
  font-size: 13px;
  border-radius: 10px;
}
#ad-tutor-login .ad-section .content .tutor-login-wrapper .tutor-login-wrap .tutor-login-form-wrapper #tutor-login-form .tutor-btn-block + .tutor-color-secondary {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #b0afaf;
}
@media screen and (max-width: 822px) {
  #ad-tutor-login .ad-section .content .tutor-login-wrapper .tutor-login-wrap .tutor-login-form-wrapper #tutor-login-form .tutor-btn-block + .tutor-color-secondary {
    font-size: 14px;
  }
}
@media screen and (min-width: 822px) and (max-width: 1240px) {
  #ad-tutor-login .ad-section .content .tutor-login-wrapper .tutor-login-wrap .tutor-login-form-wrapper #tutor-login-form .tutor-btn-block + .tutor-color-secondary {
    font-size: 12px;
  }
}
#ad-tutor-login .ad-section .content .tutor-login-wrapper .tutor-login-wrap .tutor-login-form-wrapper #tutor-login-form .tutor-btn-block + .tutor-color-secondary .tutor-btn {
  color: #A63247;
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  padding-left: 4px !important;
}
#ad-tutor-login .ad-section .content .tutor-login-wrapper .tutor-login-wrap .tutor-login-form-wrapper #tutor-login-form .tutor-btn-block + .tutor-color-secondary .tutor-btn:hover {
  color: #BF1725;
}
#ad-tutor-login .ad-section .content .tutor-login-wrapper .tutor-login-wrap .tutor-login-form-wrapper #tutor-login-form .tutor-btn-block + .tutor-color-secondary .tutor-btn:hover::after {
  display: none;
}
#ad-tutor-login .ad-section .content .tutor-login-wrapper #tutor-pro-social-authentication {
  border: none;
}
#ad-tutor-login .ad-section .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 822px) {
  #ad-tutor-login .ad-section .bg {
    display: none;
  }
}

.tutor-forgot-password-form > p {
  font-size: clamp(16px, 1.15vw, 20px);
}
.tutor-forgot-password-form #user_login {
  background: transparent;
  color: #fff;
}
.tutor-forgot-password-form #user_login:focus {
  background: transparent;
  box-shadow: none;
}

#ad-tutor-login .ad-section {
  display: flex;
}
#ad-tutor-login .ad-section .content .tutor-register-wrapper {
  width: 100%;
}
#ad-tutor-login .ad-section .content .tutor-register-wrapper .title {
  font-weight: 400;
  font-size: clamp(16px, 1.25vw, 24px);
  color: #fff;
  padding-left: 40px;
}
#ad-tutor-login .ad-section .content .tutor-register-wrapper .tutor-login-wrapper {
  padding-top: 0;
}
#ad-tutor-login .ad-section .content .tutor-register-wrapper .tutor-login-wrapper #tutor-registration-wrap {
  box-shadow: none;
}
#ad-tutor-login .ad-section .content .tutor-register-wrapper .tutor-login-wrapper #tutor-registration-wrap #tutor-registration-form .tutor-form-group {
  margin-bottom: 20px;
}
#ad-tutor-login .ad-section .content .tutor-register-wrapper .tutor-login-wrapper #tutor-registration-wrap #tutor-registration-form .tutor-form-group label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
}
#ad-tutor-login .ad-section .content .tutor-register-wrapper .tutor-login-wrapper #tutor-registration-wrap #tutor-registration-form .tutor-form-group input {
  border: 1px solid #D9D9D9;
  outline: none;
  border-radius: 10px;
  padding: 12px 10px;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  background: none;
  height: 42px;
  padding-left: 4px;
}
#ad-tutor-login .ad-section .content .tutor-register-wrapper .tutor-login-wrapper #tutor-registration-wrap #tutor-registration-form .tutor-btn-block {
  background: #A63247;
  box-shadow: 0px 1px 17px 2px #BF1725;
  color: #fff;
  font-size: 13px;
  border-radius: 10px;
  height: 42px;
}

.ad-body.woocommerce-cart .entry-header {
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
}
.ad-body.woocommerce-cart .entry-header .entry-title {
  color: #fff;
}
.ad-body.woocommerce-cart .wc-block-cart-items .wc-block-components-product-name {
  color: #A63247;
}
.ad-body.woocommerce-cart .wc-block-cart__submit-button {
  text-decoration: none;
}
.ad-body.woocommerce-cart .wc-block-cart__submit-button .wc-block-components-button__text {
  background-color: #A63247;
  color: #fff;
  padding: 8px 12px;
  border-radius: 12px;
  font-size: clamp(16px, 1.25vw, 24px);
}
.ad-body.woocommerce-cart .wc-block-cart__submit-button .wc-block-components-button__text:hover {
  background-color: #BF1725;
}
.ad-body.woocommerce-cart .wc-block-components-totals-wrapper,
.ad-body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block {
  border-color: rgba(255, 255, 255, 0.8);
}

.woocommerce-checkout .entry-header {
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
}
.woocommerce-checkout .entry-header .entry-title {
  color: #fff;
}
.woocommerce-checkout .entry-content {
  width: calc(100% - 60px);
  margin: 0 auto;
}
.woocommerce-checkout .wp-block-woocommerce-checkout {
  margin: 0 auto;
}
.woocommerce-checkout .wp-element-button {
  background-color: #A63247 !important;
  color: #fff;
  padding: 8px;
  border-radius: 12px;
  font-size: clamp(16px, 1.25vw, 24px);
}
.woocommerce-checkout .wp-element-button:hover {
  background-color: #BF1725;
}

.ad-body.single-courses .tutor-course-details-page .tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) .tutor-nav-link.is-active {
  color: #A63247;
}
.ad-body.single-courses .tutor-course-details-page > .tutor-row > main #tutor-course-details-tab-info .tutor-accordion .tutor-accordion-item {
  background: transparent;
}
.ad-body.single-courses .tutor-course-details-page > .tutor-row > main #tutor-course-details-tab-info .tutor-accordion .tutor-accordion-item .tooltip-wrap .tooltip-txt {
  color: #A63247;
}
.ad-body.single-courses .tutor-course-details-page > .tutor-row > main #tutor-course-details-tab-info .tutor-accordion .tutor-accordion-item .tutor-accordion-item-header {
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
}
.ad-body.single-courses .tutor-course-details-page > .tutor-row > main #tutor-course-details-tab-info .tutor-accordion .tutor-accordion-item .tutor-accordion-item-header::after {
  color: rgba(255, 255, 255, 0.6);
}
.ad-body.single-courses .tutor-course-details-page > .tutor-row > main #tutor-course-details-tab-info .tutor-accordion .tutor-accordion-item .tutor-accordion-item-header.is-active {
  color: #fff;
  background: rgba(166, 50, 71, 0.6);
}
.ad-body.single-courses .tutor-course-details-page > .tutor-row > main #tutor-course-details-tab-info .tutor-accordion .tutor-accordion-item .tutor-accordion-item-header.is-active::after {
  color: #fff;
}
.ad-body.single-courses .tutor-course-details-page > .tutor-row > main #tutor-course-details-tab-info .tutor-accordion .tutor-accordion-item ul.tutor-course-content-list {
  background: transparent;
}
.ad-body.single-courses .tutor-course-details-page > .tutor-row > main #tutor-course-details-tab-info .tutor-accordion .tutor-accordion-item ul.tutor-course-content-list li.tutor-course-content-list-item {
  background: transparent;
}
.ad-body.single-courses .tutor-course-details-page > .tutor-row > aside .tutor-single-course-sidebar .tutor-sidebar-card {
  background: transparent;
  background: rgba(166, 50, 71, 0.3);
  border-radius: 15px;
}
.ad-body.single-courses .tutor-course-details-page > .tutor-row > aside .tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-body {
  background: transparent;
}
.ad-body.single-courses .tutor-course-details-page > .tutor-row > aside .tutor-single-course-sidebar .tutor-single-course-sidebar-more {
  background: transparent;
  background: rgba(166, 50, 71, 0.3);
  border: none;
  border-radius: 15px;
}
.ad-body.single-courses .tutor-course-details-page > .tutor-row > aside .tutor-single-course-sidebar .tutor-single-course-sidebar-more > div {
  background: transparent !important;
}
.ad-body.single-courses .tutor-course-details-page > .tutor-row > aside .tutor-single-course-sidebar .tutor-tag-list li a {
  color: #fff;
  border-color: #BF1725;
  transition: all 0.3s ease;
  pointer-events: none;
}
.ad-body.single-courses .tutor-course-details-page > .tutor-row > aside .tutor-single-course-sidebar .tutor-tag-list li a:hover, .ad-body.single-courses .tutor-course-details-page > .tutor-row > aside .tutor-single-course-sidebar .tutor-tag-list li a:active, .ad-body.single-courses .tutor-course-details-page > .tutor-row > aside .tutor-single-course-sidebar .tutor-tag-list li a:focus {
  background: #A63247;
  color: #fff;
}
.ad-body #ad-rec-courses {
  padding-top: 80px;
}
.ad-body #ad-rec-courses .tutor-course-filter {
  display: none;
}
.ad-body #tutor-course-details-tab-announcements .tutor-announcement-card {
  overflow: hidden;
}
.ad-body #tutor-course-details-tab-announcements .tutor-announcement-card .tutor-card-header {
  background-color: rgba(166, 50, 71, 0.9);
}
.ad-body #tutor-course-details-tab-announcements .tutor-announcement-card .tutor-card-body {
  background-color: rgba(191, 23, 37, 0.8);
}

.tutor-course-details-instructors {
  display: none !important;
}

.ad-body.single-lesson .tutor-course-single-content-wrapper .tutor-course-single-sidebar-title .tutor-color-secondary {
  color: #333;
}
.ad-body.single-lesson .tutor-course-single-content-wrapper .tutor-course-topic-item-icon {
  color: rgba(51, 51, 51, 0.5137254902);
}
.ad-body.single-lesson .tutor-course-single-content-wrapper .tutor-course-single-sidebar-wrapper .tutor-course-topic-item a:hover .tutor-course-topic-item-icon {
  color: #A63247;
}
.ad-body.single-lesson .tutor-course-topic .tooltip-txt {
  color: #fff;
  background: rgba(166, 50, 71, 0.8);
}
.ad-body.single-lesson .tutor-course-topic .tooltip-txt::after {
  border-bottom-color: rgba(166, 50, 71, 0.8);
}
.ad-body.single-lesson .tutor-course-topic .tutor-course-topic-title-info-icon {
  color: #333;
}
.ad-body.single-lesson .tutor-course-topic .tutor-course-topic-title {
  color: #333;
}
.ad-body.single-lesson .tutor-course-topic-single-footer .tutor-btn {
  background: #A63247;
  color: #fff;
}
.ad-body.single-lesson .tutor-course-topic-single-footer .tutor-btn:not([disabled]):hover {
  background: #BF1725;
}
.ad-body.single-lesson .tutor-course-topic-single-footer .tutor-btn[disabled] {
  background: rgba(166, 50, 71, 0.5);
  color: rgba(255, 255, 255, 0.8);
}

.ad-body.single-tutor_quiz .tutor-course-single-content-wrapper .tutor-course-single-sidebar-title .tutor-color-secondary {
  color: #333;
}
.ad-body.single-tutor_quiz .tutor-course-single-content-wrapper .tutor-course-topic-item-icon {
  color: rgba(51, 51, 51, 0.5137254902);
}
.ad-body.single-tutor_quiz .tutor-course-single-content-wrapper .tutor-course-single-sidebar-wrapper .tutor-course-topic-item a:hover .tutor-course-topic-item-icon {
  color: #A63247;
}
.ad-body.single-tutor_quiz .tutor-course-topic .tooltip-txt {
  color: #fff;
  background: rgba(166, 50, 71, 0.8);
}
.ad-body.single-tutor_quiz .tutor-course-topic .tooltip-txt::after {
  border-bottom-color: rgba(166, 50, 71, 0.8);
}
.ad-body.single-tutor_quiz .tutor-course-topic .tutor-course-topic-title-info-icon {
  color: #333;
}
.ad-body.single-tutor_quiz .tutor-course-topic .tutor-course-topic-title {
  color: #333;
}
.ad-body.single-tutor_quiz .tutor-course-topic-single-footer .tutor-btn {
  background: #A63247;
  color: #fff;
}
.ad-body.single-tutor_quiz .tutor-course-topic-single-footer .tutor-btn:not([disabled]):hover {
  background: #BF1725;
}
.ad-body.single-tutor_quiz .tutor-course-topic-single-footer .tutor-btn[disabled] {
  background: rgba(166, 50, 71, 0.5);
  color: rgba(255, 255, 255, 0.8);
}
.ad-body.single-tutor_quiz #tutor-single-entry-content .tutor-btn-ghost {
  background: transparent !important;
  text-decoration: underline;
}
.ad-body.single-tutor_quiz #tutor-single-entry-content .tutor-btn-ghost:hover {
  padding: 4px !important;
}
.ad-body.single-tutor_quiz #tutor-single-entry-content #tutor-answering-quiz .tutor-card .tutor-color-black {
  color: #333;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-courses.ad-body .tutor-course-filter-container {
    background: #0e4156;
  }
}

li.menu-item.language-switcher {
  display: none !important;
}

/* Container behaves like a normal menu item */
.ad-wpml-switcher {
  display: flex;
  align-items: center;
}

.wpml-flag-dropdown {
  position: relative;
}

/* Hide the list until hover */
.wpml-flag-dropdown .wpml-flag-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  /* background: #fff; */
  list-style: none;
  margin: 0;
  padding: 6px 0;
  /* border: 1px solid #ddd; */
  z-index: 9999;
}

.wpml-flag-dropdown:hover .wpml-flag-menu {
  display: block;
}

/* Tidy items */
.wpml-flag-dropdown .wpml-flag-menu li {
  padding: 3px 0px;
}

.wpml-flag-dropdown .wpml-flag-menu li a:hover {
  opacity: 0.8;
}

.wpml-flag-dropdown img {
  display: block;
  width: 20px;
  height: auto;
}

/* Hide any language text if your theme adds it */
.wpml-flag-dropdown .wpml-ls-native,
.wpml-flag-dropdown .wpml-ls-display {
  display: none !important;
}

.woocommerce-page {
  /* -added- for hide new in store in cart page */
  /* -end- */
}
.woocommerce-page .wp-block-woocommerce-empty-cart-block .wp-block-separator {
  display: none !important;
}
.woocommerce-page .wp-block-woocommerce-empty-cart-block .wp-block-separator + h2.wp-block-heading {
  display: none !important;
}
.woocommerce-page .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new {
  display: none !important;
}
.woocommerce-page .wc-block-components-totals-discount__coupon-list-item {
  color: #000;
}

body {
  font-family: "Poppins", sans-serif;
  color: #fff;
  background: linear-gradient(90deg, rgb(45, 45, 49) 0%, rgb(14, 65, 86) 25%, rgb(20, 91, 107) 45%, rgb(20, 91, 107) 55%, rgb(14, 65, 86) 75%, rgb(45, 45, 49) 100%);
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 1240px) {
  body {
    background: linear-gradient(90deg, rgb(45, 45, 49) 0%, rgb(14, 65, 86) 18%, rgb(20, 91, 107) 45%, rgb(20, 91, 107) 55%, rgb(14, 65, 86) 82%, rgb(45, 45, 49) 100%);
  }
}
@media screen and (max-width: 822px) {
  body {
    background: linear-gradient(90deg, rgb(45, 45, 49) 0%, rgb(14, 65, 86) 50%, rgb(45, 45, 49) 100%);
  }
}
body * {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  letter-spacing: 0.3px;
}

.ad-body .site .button:focus,
.ad-body button:focus,
.ad-body input[type=submit]:focus,
.ad-body input[type=reset]:focus,
.ad-body .wp-block-search .wp-block-search__button:focus,
.ad-body .wp-block-button .wp-block-button__link:focus,
.ad-body .wp-block-file a.wp-block-file__button:focus {
  outline: none;
}
.ad-body .wpcf7-response-output {
  border-radius: 8px;
  font-size: clamp(16px, 2.5vw, 22px);
}

.language-switcher {
  display: flex;
  gap: 10px;
}
.language-switcher a {
  text-decoration: none;
  color: #0073aa;
}
.language-switcher a:hover {
  color: #00a0d2;
}

.widget-recent-posts {
  margin-bottom: 30px;
}
.widget-recent-posts .recent-post-list .recent-post-item {
  display: flex;
  height: 90px;
  margin-bottom: 16px;
}
.widget-recent-posts .recent-post-list .recent-post-item a {
  height: 100%;
  width: 100%;
  display: flex;
  gap: 16px;
  text-decoration: none;
  align-items: center;
  transition: all 0.3s ease;
}
.widget-recent-posts .recent-post-list .recent-post-item a:hover {
  opacity: 0.8;
}
.widget-recent-posts .recent-post-list .recent-post-item a img {
  max-width: 90px !important;
  height: 90px !important;
  border-radius: 8px;
  object-fit: cover;
  gap: 16px;
}
.widget-recent-posts .recent-post-list .recent-post-item a span {
  color: #fff;
  font-weight: 500;
  font-size: clamp(14px, 1vw, 16px);
  word-break: break-all;
  display: block;
  height: 100%;
}
@media screen and (min-width: 822px) {
  .widget-recent-posts .recent-post-list .recent-post-item a span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.widget-tags .tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.widget-tags .tag-cloud .tag-item {
  font-weight: 400;
  font-size: clamp(15px, 1.1vw, 18px);
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 8px 20px;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}
.widget-tags .tag-cloud .tag-item:hover {
  opacity: 0.8;
}
.widget-tags .tag-cloud .tag-item.active {
  background: #fff;
  color: rgb(45, 45, 49);
}
.widget-tags .tag-cloud .tag-item.active:focus {
  background: #fff;
}
.widget-tags .tag-cloud .tag-item:focus {
  background: inherit;
}

.share-socials-block .socials-wrapper {
  display: flex;
  gap: 20px;
}
.share-socials-block .socials-wrapper h3 {
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 400;
}
.share-socials-block .socials-wrapper .ad-socials.shared {
  display: flex;
  gap: 12px;
}
.share-socials-block .socials-wrapper .ad-socials.shared .share-icon {
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 5px 2px #A63247;
  border-radius: 4px;
}
.share-socials-block .socials-wrapper .ad-socials.shared .share-icon:hover {
  box-shadow: 1px 1px 5px 2px #BF1725;
}

.ad-comments-widget {
  margin-top: 60px;
}
.ad-comments-widget .ad-title {
  font-weight: 600;
  font-size: clamp(16px, 1.15vw, 20px);
}
.ad-comments-widget #comments {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.ad-comments-widget #comments .comments-title {
  font-weight: 300;
  font-size: clamp(15px, 1.1vw, 18px);
  margin-top: 12px;
}
.ad-comments-widget #comments .comment-list li.comment .comment-body {
  border-top: 1px solid #eaeaea;
  margin-bottom: 20px;
}
.ad-comments-widget #comments .comment-list li.comment .comment-body .comment-meta {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
@media screen and (max-width: 592px) {
  .ad-comments-widget #comments .comment-list li.comment .comment-body .comment-meta {
    display: block;
  }
}
.ad-comments-widget #comments .comment-list li.comment .comment-body .comment-meta .comment-metadata a {
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 300;
  text-decoration: none;
}
.ad-comments-widget #comments .comment-list li.comment .comment-body .comment-meta .comment-author {
  min-width: 200px;
}
.ad-comments-widget #comments .comment-list li.comment .comment-body .comment-meta .comment-author .fn {
  padding-left: 80px;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 500;
}
.ad-comments-widget #comments .comment-list li.comment .comment-body .comment-meta .comment-metadata {
  padding-right: 8px;
}
.ad-comments-widget #comments .comment-list li.comment .comment-body .comment-meta * {
  color: #fff !important;
  font-family: "Poppins";
}
.ad-comments-widget #comments .comment-list li.comment .comment-body .comment-meta .comment-awaiting-moderation {
  font-size: 10px;
  color: green !important;
  margin-top: 12px;
}
.ad-comments-widget #comments .comment-list li.comment .comment-body .comment-content {
  padding-left: 80px;
  margin: 0;
  width: calc(100% - 20px);
}
@media screen and (max-width: 592px) {
  .ad-comments-widget #comments .comment-list li.comment .comment-body .comment-content {
    padding-left: 20px;
  }
}
.ad-comments-widget #comments .comment-list li.comment .comment-body .comment-content p {
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 300;
}
.ad-comments-widget #comments .comment-list li.comment .comment-body .reply {
  padding-left: 80px;
  padding-top: 8px;
}
@media screen and (max-width: 592px) {
  .ad-comments-widget #comments .comment-list li.comment .comment-body .reply {
    padding-left: 20px;
  }
}
.ad-comments-widget #comments .comment-list li.comment .comment-body .reply a {
  color: #A63247;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ad-comments-widget #comments .comment-list li.comment .comment-body .reply a:hover {
  color: #BF1725;
}
.ad-comments-widget #comments .comment-list li.comment .comment-body .reply a img {
  margin-top: -2px;
}
.ad-comments-widget #comments #respond {
  padding-top: 60px;
}
.ad-comments-widget #comments #respond #reply-title {
  font-weight: 600;
  font-size: clamp(16px, 1.15vw, 20px);
  gap: 20px;
  justify-content: flex-start;
}
.ad-comments-widget #comments #respond #reply-title > a {
  color: green;
}
.ad-comments-widget #comments #respond #reply-title small {
  color: #A63247;
}
.ad-comments-widget #comments #respond #reply-title small a {
  color: inherit;
}
.ad-comments-widget #comments #respond #commentform {
  display: flex;
}
.ad-comments-widget #comments #respond #commentform .logged-in-as {
  font-size: clamp(14px, 1vw, 16px);
}
.ad-comments-widget #comments #respond #commentform .logged-in-as a {
  font-style: italic;
}
.ad-comments-widget #comments #respond #commentform .logged-in-as * {
  color: #fff;
  font-size: clamp(14px, 1vw, 16px);
}
.ad-comments-widget #comments #respond #commentform .comment-notes {
  order: 0;
  font-size: clamp(15px, 1.1vw, 18px);
}
.ad-comments-widget #comments #respond #commentform .comment-form-author {
  order: 1;
}
.ad-comments-widget #comments #respond #commentform .comment-form-email {
  order: 2;
}
.ad-comments-widget #comments #respond #commentform .comment-form-comment {
  order: 3;
}
.ad-comments-widget #comments #respond #commentform .comment-form-cookies-consent {
  order: 4;
}
.ad-comments-widget #comments #respond #commentform .form-submit {
  order: 5;
}
.ad-comments-widget #comments #respond #commentform .form-submit .submit-comment-button {
  font-weight: 500;
  font-size: clamp(15px, 1.1vw, 18px);
  background-color: #A63247;
  border-radius: 24px;
  height: 48px;
  padding: 14px 24px;
  border: none;
}
.ad-comments-widget #comments #respond #commentform .form-submit .submit-comment-button:hover {
  border: none;
  background: #BF1725;
}
.ad-comments-widget #comments #respond #commentform input[type=text],
.ad-comments-widget #comments #respond #commentform input[type=email],
.ad-comments-widget #comments #respond #commentform #comment {
  background: transparent;
  border-radius: 8px;
  border: 1px solid #fff;
  font-size: clamp(15px, 1.1vw, 18px);
  color: #fff;
}
.ad-comments-widget #comments #respond #commentform input[type=text]::placeholder,
.ad-comments-widget #comments #respond #commentform input[type=email]::placeholder,
.ad-comments-widget #comments #respond #commentform #comment::placeholder {
  color: #fff;
  opacity: 0.6;
}

.ad-logo {
  font-style: italic;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease;
  width: 150px;
  min-width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 482px) {
  .ad-logo {
    height: 60px;
    width: 100px;
  }
}
@media screen and (min-width: 822px) and (max-width: 1024px) {
  .ad-logo {
    height: 68px;
  }
}
@media screen and (max-width: 375px) {
  .ad-logo {
    width: 80px;
    min-width: 60px;
  }
}
@media screen and (max-width: 375px) and (max-width: 350px) {
  .ad-logo {
    display: none;
  }
}
.ad-logo > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.ad-logo img {
  width: 100%;
  object-fit: contain;
  border-radius: 8px;
}
.ad-logo:hover {
  opacity: 0.8;
}
.ad-logo a {
  color: inherit;
}
.ad-logo .logo-txt {
  color: #A63247;
  font-size: 11px;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  font-style: italic;
  font-family: fantasy;
}
@media screen and (min-width: 1024px) {
  .ad-logo {
    font-size: clamp(20px, 1.7vw, 32px);
    font-weight: 700;
  }
}

body.woocommerce-order-received .woocommerce-table__line-item.order_item a {
  color: #fff;
}

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