/* font-famaly-hear */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* font-famaly-hear-end */

/* root */
:root {
  --font-1: "Inter", sans-serif;

  --white-color: #fff;
  --black-color: #000;

  --primary: #dc733c;
  --secondary: #252443;

  --hover-colo: #000;

  --body-color: #666;
  --heading-color: #252443;
}
/* root */

/* defaults-css-start */
html {
  font-size: 100%;
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-family: var(--font-1);
  font-size: 18px;
  font-weight: 400;
}
a,
button {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

a:focus,
button:focus,
.btn:focus {
  outline: none;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-1);
  color: var(--heading-color);
  margin-top: 0px;
  font-style: normal;
  font-weight: 600;
  text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h2 {
  font-size: 48px !important;
}
ul {
  padding: 0px;
  list-style: none;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
  color: var(--body-color);
  margin: 0px 0px 15px;
}
li {
  list-style: none;
}
p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
  color: var(--body-color);
  margin-bottom: 15px;
}
label {
  color: var(--body-color);
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}
*::-moz-selection {
  background: var(--secondary);
  color: var(--white-color);
  text-shadow: none;
}
::-moz-selection {
  background: var(--secondary);
  color: var(--white-color);
  text-shadow: none;
}
::selection {
  background: var(--secondary);
  color: var(--white-color);
  text-shadow: none;
}
*::-moz-placeholder {
  color: var(--body-color);
  font-size: 16px;
  opacity: 1;
}
*::placeholder {
  color: var(--body-color);
  font-size: 16px;
  opacity: 1;
}
/* defaults-css--end */

/* theme-css */

.text-primary {
  color: var(--primary) !important;
}
.text-secondary {
  color: var(--secondary) !important;
}

.bg-primary {
  background-color: var(--primary) !important;
}
.bg-secondary {
  background-color: var(--secondary) !important;
}
.btn {
  padding: 9px 27px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: normal;
}
.btn-primary {
  background-color: var(--primary);
  color: var(--white-color);
  border-color: var(--primary);
}
.btn-primary:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
/* theme-css-end */

/* ======== header style start ============ */

.header {
  padding: 18px 0px;
}
.header-btns {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header-btns a.header-link {
  text-decoration: none;
  display: block;
  color: #000;
}

/* ======== header style end ============ */

/* ======== hero style start ============ */
.section.hero-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero-content {
  padding: 320px 0px 310px;
  text-align: center;
}
.hero-content h1 {
  font-size: 72px;
  margin-bottom: 10px;
  color: #fff;
}
.hero-content p {
  color: #fff;
  max-width: 806px;
  margin: 0 auto;
}

/* ======== hero style end ============ */

/* ======== stay-area style start ============ */

.section.stay-area {
  padding: 60px 0px 100px;
}
.stay-wrapper {
  max-width: 908px;
  margin: 0 auto;
  text-align: center;
}
.stay-wrapper h2 {
  font-size: 32px !important;
  font-weight: 500;
  margin-bottom: 23px;
}

/* ======== stay-area style end ============ */

/* ======== service-area style start ============ */
.section.service-area {
  padding: 130px 0px 150px;
}
.service-title h2 {
  color: #fff;
  margin-bottom: 10px;
}
.service-title p {
  color: #f2f2f2;
  margin-bottom: 0px;
}
.service-title {
  margin-bottom: 60px;
}
.serviceItem-inner {
  padding: 37px 27px 38px 40px;
  background: var(--secondary);
  border-radius: 14px;
  height: 100%;
}
.serviceItem {
  background: linear-gradient(to bottom, #ec7216, rgba(0, 0, 0, 0.01));
  border-radius: 15px;
  padding: 1px;
  height: 100%;
}
.serviceItem-count {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 32px;
  background: #fff;
  font-weight: 600;
  border-radius: 50%;
  margin-bottom: 20px;
}
.serviceItem-count p {
  color: #f2f2f2 !important;
}
.serviceItem-inner p {
  color: #f2f2f2 !important;
  margin-bottom: 0px;
}

/* ======== service-area style end ============ */

/* ======== about-us style start ============ */
.section.about-us {
  padding: 135px 0px 140px;
}
.about-desc--block p span {
  font-weight: bold;
}
.about-desc--block ul li {
  color: var(--body-color);
}
.about-desc--block ul {
  margin-bottom: 15px;
}
.about-img-lg {
  width: 93%;
  border-radius: 20px;
}
.about-img-sm {
  position: absolute;
  left: -27px;
  bottom: -28%;
  padding: 10px;
  background: #fff;
  border-radius: 34px;
  width: 320px;
  height: 300px;
}
/* ======== about us style end ============ */

/* ======== pricing-area style start ============ */

.section.pricing-area {
  position: relative;
  z-index: 1;
  padding: 85px 0px 60px;
}
.section.pricing-area::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 480px;
  background: var(--secondary);
  content: "";
  z-index: -1;
}
.section.pricing-area .container {
  max-width: 870px;
}
.pricing-title {
  margin-bottom: 55px;
  text-align: center;
}
.pricingTable-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.pricingTable.pricingTable-free {
  background: var(--primary);
  width: 100%;
  padding: 40px 40px;
  border-radius: 20px;
}
.pricingTable-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 40px;
}
.pricingTable-header span.icon {
  width: 72px;
  height: 72px;
  background: #fff9f6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricingTable-prices h5 {
  font-size: 54px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
}
.pricingTable-prices h5 sub {
  font-size: 20px;
  font-weight: 500;
  bottom: 0;
}
.pricingTable-prices {
  margin-bottom: 10px;
}
.pricingTable-content h6 {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 19px;
}
.pricingTable-content ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 40px;
}
.pricingTable-content ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.pricingTable-header h4 {
  color: #fff;
}
.pricingTable.pricingTable-pro {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(20, 20, 43, 0.08);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pricingTable-item {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 60px 0px rgba(220, 115, 60, 0.06);
  padding: 20px;
}
.pricingTable-item span {
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff9f6;
  border-radius: 10px;
}
.pricingTable-item {
  display: flex;
  gap: 24px;
}
.pricingTable-item--content h5 {
  font-size: 26px;
}
.pricingTable-item--content h6 {
  font-size: 26px;
  font-weight: bold;
  color: var(--primary);
}
.pricingTable-item--content h6 sub {
  font-size: 18px;
  font-weight: 500;
  color: var(--body-color);
  bottom: 0;
}
.pricingTable {
  transition: all 0.4s;
}
.pricingTable:hover {
  transform: scale(1.04);
}
/* ======== pricing-area style end ============ */

/* ======== sections style start ============ */

.section.pricing-area {
  position: relative;
  z-index: 1;
  padding: 85px 0px 60px;
}
.section.pricing-area::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 480px;
  background: var(--secondary);
  content: "";
  z-index: -1;
}
.section.pricing-area .container {
  max-width: 870px;
}
.pricing-title {
  margin-bottom: 55px;
  text-align: center;
}
.pricingTable-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.pricingTable.pricingTable-free {
  background: var(--primary);
  width: 100%;
  padding: 40px 40px;
  border-radius: 20px;
}
.pricingTable-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 40px;
}
.pricingTable-header span.icon {
  width: 72px;
  height: 72px;
  background: #fff9f6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricingTable-prices h5 {
  font-size: 54px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
}
.pricingTable-prices h5 sub {
  font-size: 20px;
  font-weight: 500;
  bottom: 0;
}
.pricingTable-prices {
  margin-bottom: 10px;
}
.pricingTable-content h6 {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 19px;
}
.pricingTable-content ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 40px;
}
.pricingTable-content ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.pricingTable-header h4 {
  color: #fff;
}
.pricingTable.pricingTable-pro {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(20, 20, 43, 0.08);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pricingTable-item {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 60px 0px rgba(220, 115, 60, 0.06);
  padding: 20px;
  position: relative;
}
.pricingTable-item:not(:last-child)::after {
  position: absolute;
  left: 50%;
  bottom: -29px;
  width: 85%;
  height: 1px;
  content: "";
  background: var(--primary);
  transform: translateX(-50%);
  opacity: 0.5;
}

.pricingTable-item span {
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff9f6;
  border-radius: 10px;
}
.pricingTable-item {
  display: flex;
  gap: 24px;
}
.pricingTable-item--content h5 {
  font-size: 26px;
}
.pricingTable-item--content h6 {
  font-size: 26px;
  font-weight: bold;
  color: var(--primary);
}
.pricingTable-item--content h6 sub {
  font-size: 18px;
  font-weight: 500;
  color: var(--body-color);
  bottom: 0;
}
.enroll-wrapper {
  max-width: 1040px;
  margin: 0 auto;
}
.enroll-header {
  text-align: center;
  margin-bottom: 130px;
}
.section.enroll-area {
  padding: 60px 0px 120px;
}
.enroll-header h2 {
  margin-bottom: 8px;
}
.enroll-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.enrollItem {
  background: linear-gradient(to bottom, #ec7216, rgba(0, 0, 0, 0.01));
  border-radius: 15px;
  box-shadow: 0px 4px 60px 0px rgba(236, 114, 22, 0.06);
  padding: 1px;
  position: relative;
}
.enrollItem-inner {
  padding: 40px 10px;
  background: #fff;
  border-radius: 14px;
}
.enrollItem:not(:last-child)::after {
  position: absolute;
  left: 50%;
  top: -55px;
  width: calc(100% + 32px);
  height: 1px;
  border-top: 1px dashed var(--primary);
  content: "";
}
.enrollItem-inner h3 {
  font-size: 48px;
  line-height: 1;
}
.enrollItem-inner p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #252443;
}
.enrollItem::before {
  width: 20px;
  height: 20px;
  content: "";
  background: #ffece2;
  position: absolute;
  left: calc(50% - 10px);
  top: -65px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 7px #ffece2;
  z-index: 1;
}
.enrollItem.active::before {
  background: #dc733c;
}
/* ======== sections style end ============ */

/* ======== cta-area style start ============ */

.section.cta-area {
  padding: 175px 0px 175px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cta-content h2 {
  margin-bottom: 12px;
}
.cta-content p {
  color: #f2f2f2 !important;
  margin-bottom: 0px;
}

/* ======== cta-area style end ============ */

/* ======== contact-area style start ============ */

.section.contact-area {
  padding: 140px 0px 140px;
}
.contact-header {
  max-width: 757px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}
.form-input input {
  border-radius: 8px;
  border: 1px solid rgba(102, 102, 102, 0.6);
  background: var(--white, #fff);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  height: 48px;
  width: 100%;
  padding: 0px 14px;
}
.form-box {
  margin-bottom: 26px;
}
.form-box p {
  font-size: 22px;
  color: #252443;
  font-weight: 500;
  margin-bottom: 2px;
}
.form-input textarea {
  border-radius: 8px;
  border: 1px solid rgba(102, 102, 102, 0.6);
  background: var(--white, #fff);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 14px;
  width: 100%;
  resize: none;
  height: 194px;
}
.checkbox input {
  display: none;
}
.checkbox label {
  display: flex;
  align-items: center;
  gap: 12px;
}
.checkbox label span.ind {
  border-radius: 6px;
  border: 1px solid var(--grey, #666);
  background: var(--base-white, #fff);
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}
.form-checkbox {
  margin-bottom: 40px;
}
.checkbox input:checked ~ label span.ind {
  border-color: var(--primary);
  background-color: var(--primary);
}
.form-submit .btn {
  max-width: 310px;
  width: 100%;
}
.form-select {
  height: 48px;
  border-radius: 8px;
  border: 1px solid rgba(102, 102, 102, 0.6);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(--body-color);
}
.form-select:focus {
  outline: none;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  border: 1px solid rgba(102, 102, 102, 0.6);
}

/* ======== contact-area style end ============ */

/* ======== sections style start ============ */
/* ======== sections style end ============ */

/* ======== footer style start ============ */

.footer-wrapper {
  padding: 170px 0px 124px;
  max-width: 860px;
  margin: 0 auto;
}
.footer-top {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 890px;
}

.footer-text a img {
  max-width: 220px;
}
.footer-text a {
  margin-bottom: 28px;
}
.footer-text p {
  color: #fff;
  margin-bottom: 40px;
}
.social {
  display: flex;
  align-items: center;
  gap: 24px;
}
.social a svg path {
  fill: #fff;
}
.social a:hover svg path {
  fill: var(--primary);
}
.footer-contact {
  max-width: 238px;
  margin: 0 0 0 auto;
}

.footer-contact h4 {
  color: #fff;
  margin-bottom: 27px;
}
.footer-contact ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer-contact ul li a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #f2f2f2;
}
.footer-contact ul li a:hover {
  color: var(--primary);
}
.footer-menu ul li a:hover {
  color: var(--primary);
}
.footer-contact ul li a span {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}
.footer-menu ul {
  gap: 40px;
}
.footer-menu ul li a {
  color: #666666;
  text-decoration: none;
  display: block;
}
.footer-bottom--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 30px 0px;
}
/* ======== footer style end ============ */
