/* Base Style CSS Start */

/* Font */
@import url("https://fonts.googleapis.com/css2?family=Karla:wght@300;400;500;600;700&family=Petrona:wght@300;400;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Petrona", serif;
  font-family: "Karla", sans-serif;
  scroll-behavior: smooth;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
}

.primary-btn a {
  display: block;
  max-width: 400px;
  margin: auto;
  font-family: "Karla", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  padding: 12px;
  color: #ffffff;
  background: #ce9b68;
  border: 2px solid #ffffff;
  border-radius: 50px;
}

.divider {
  position: relative;
}

.divider::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  max-width: 400px;
  width: 100%;
  border: 1px dashed #a6a6a6;
}

/* Base Style CSS End */

/* Header Part CSS Start */

/* Hero Section HTML Start */

.hero-wrapper {
  background: #51a1a2;
  padding: 80px 0 60px;
  text-align: center;
}

.hero-content h1,
.hero-content h2 {
  font-family: "Petrona", serif;
  font-size: 56px;
  color: #ffffff;
  padding: 20px 0 20px;
  margin: 0;
}

.hero-content h4 {
  max-width: 1000px;
  margin: auto;
  font-family: "Karla", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  color: #fff;
}

.hero-img1 {
  padding: 40px 0;
}

.hero-btn {
  padding: 20px 0;
}

.hero-img2 {
  padding: 20px 0;
}

/* Hero Section HTML End */

/* Header Part CSS End */

/* Main Part CSS Start */

/* Section Two CSS Start */

.section-two-wrapper {
  padding: 60px;
  background: #24757c;
}

.section-two-card-text h5 {
  font-size: 19px;
  color: #ffffff;
  padding-top: 30px;
  margin-bottom: 0;
}

/* Section Two CSS End */

/* Discovering Section CSS Start */

.discovering-wrapper {
  padding: 60px 0;
}

.section-title {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

.section-title::before,
.section-title::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
  width: 100%;
  border-top: 2px dashed #a6a6a6;
}

.section-title::before {
  top: 0;
}

.section-title::after {
  bottom: 0;
}

.section-title h2 {
  font-family: "Petrona", serif;
  font-size: 56px;
  color: #545454;
  padding: 30px 0;
  margin-bottom: 0;
}

.discovering-content h5 {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  font-size: 24px;
  font-style: italic;
  line-height: 40px;
  color: #545454;
  padding: 10px 0;
}

/* Discovering Section CSS End */

/* Section Four CSS Start */

.section-four-wrapper {
  background: #a6a6a6;
  padding: 60px 0 120px;
}

.section-four-logo {
  text-align: center;
  padding-bottom: 30px;
}

.section-four-content h4 {
  position: relative;
  font-family: "Petrona", serif;
  font-size: 26px;
  font-style: italic;
  text-align: center;
  color: #ffffff;
  padding: 20px 0;
  margin-bottom: 0;
}

.section-four-content h4::before,
.section-four-content h4::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
  width: 100%;
  border-top: 2px dashed #ffffff;
}

.section-four-content h4::before {
  top: 0;
}

.section-four-content h4::after {
  bottom: 0;
}

.section-four-content h3 {
  max-width: 1100px;
  margin: auto;
  font-family: "Karla", sans-serif;
  font-size: 30px;
  color: #ffffff;
  padding: 30px 0;
  margin-bottom: 0;
}

.section-four-content ul {
  max-width: 900px;
  margin: auto;
}

.section-four-content ul li {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  padding-bottom: 3px;
}

.section-four-content ul li::before {
  position: absolute;
  content: "";
  top: 12px;
  left: -20px;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 100%;
}

/* Section Four CSS End */

/* Course Section CSS Start */

.course-wrapper {
  padding: 60px 0;
}

.course-card {
  padding-top: 30px;
}

.course-card-icon {
  max-width: 60px;
  width: 100%;
  margin-right: 20px;
}

.course-card-content {
  width: calc(100% - 60px);
}

.course-card-content h5 {
  font-size: 20px;
  font-weight: 700;
  color: #545454;
}

.course-card-content p {
  font-size: 16px;
  color: #545454;
  margin-bottom: 0;
}

.course-img {
  text-align: center;
  padding: 30px 0 50px;
}

.course-container > p {
  font-size: 17px;
  font-style: italic;
  text-align: right;
  line-height: 28px;
  color: #545454;
  margin-bottom: 0;
}

/* Course Section CSS End */

/* Section Six CSS Start */

.section-six-wrapper {
  padding: 60px 0 120px;
  background: #f5f5f5;
}

.section-six-container {
  max-width: 1000px;
  margin: auto;
}

.section-six-card {
  padding: 5px 0;
}

.section-six-card-icon {
  width: 60px;
  padding-right: 10px;
}

.section-six-card-text {
  width: calc(100% - 60px);
}

.section-six-card-text h5 {
  font-family: "Karla", sans-serif;
  font-size: 20px;
  font-style: italic;
  color: #545454;
}

/* Section Six CSS End */

/* Explore Section CSS Start */

.explore-wrapper {
  padding: 60px 0;
}

.explore-container {
  padding-top: 40px;
}

.explore-img,
.explore-content {
  padding: 30px 0;
}

.explore-content h3 {
  font-size: 30px;
  font-weight: 700;
  color: #545454;
}

.explore-content h5 {
  font-size: 20px;
  font-weight: 600;
  color: #545454;
  margin-bottom: 0;
}

.explore-content p {
  font-size: 20px;
  color: #545454;
  margin-bottom: 0;
}

.explore-container h2 {
  font-family: "Petrona", serif;
  font-size: 36px;
  text-align: center;
  line-height: 45px;
  color: #545454;
}

/* Explore Section CSS End */

/* Section Eight CSS Start */

.section-eight-wrapper {
  padding: 60px 0;
  background: #f5f5f5;
}

.section-eight-top h2 {
  font-family: "Petrona", serif;
  font-size: 56px;
  color: #545454;
}

.section-eight-top h5 {
  font-size: 20px;
  font-weight: 500;
  color: #545454;
  padding: 15px 0 30px;
}

.setion-eight-img {
  text-align: center;
  padding: 60px 0;
}

.section-eight-card-icon {
  max-width: 60px;
  margin-right: 30px;
}

.section-eight-card-content {
  max-width: calc(100% - 60px);
}

.section-eight-card {
  max-width: 800px;
  margin: auto;
  padding-bottom: 15px;
}

.section-eight-card-content p {
  font-size: 16px;
  color: #545454;
  margin: 0;
}

.section-eight-card-content p span {
  font-weight: 700;
}

/* Section Eight CSS End */

/* Testimonail Section CSS Start */

.testimonial-wrapper {
  padding: 60px 0 100px;
  background: #51a1a2;
}

.testimonial-top h4 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
}

.testimonial-top .divider {
  max-width: 300px;
  margin: auto;
}

.testimonial-top .divider::after {
  border: 1px dashed #ffffff;
  opacity: 0.4;
}

.testimonial-top h2 {
  font-family: "Petrona", serif;
  font-size: 42px;
  color: #ffffff;
  padding-top: 30px;
}

.testimonial-card {
  padding: 30px 20px;
  background: #ffffff;
  height: 100%;
}

.testimonial-card h5 {
  font-family: "Karla", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  color: #545454;
}

.testimonial-card p {
  font-family: "Karla", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #545454;
  margin-bottom: 0;
}

/* Testimonail Section CSS End */

/* Section Nine CSS Start */

.section-nine-wrapper {
  padding: 60px 0;
}

.section-nine-content h2 {
  font-family: "Petrona", serif;
  font-size: 42px;
  color: #545454;
  padding: 30px 0 20px;
  margin-bottom: 0;
}

.section-nine-content p {
  max-width: 900px;
  margin: auto;
  font-family: "Karla", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #545454;
  padding-bottom: 30px;
}

.section-nine-img {
  padding: 50px 0 80px;
}

.section-nine-content h3 {
  font-family: "Petrona", serif;
  font-size: 40px;
  font-weight: 500;
  color: #545454;
}

.section-nine-content h3 span {
  color: #fd6e60;
}

.section-nine-content h4 {
  font-family: "Petrona", serif;
  font-size: 40px;
  font-weight: 500;
  color: #545454;
}

.section-nine-content h4 span {
  text-decoration: line-through;
}

/* Section Nine CSS End */

/* FAQ Section CSS Start */

.faq-wrapper {
  padding: 60px 0;
  background: #f5f5f5;
}

.faq-title h2,
.faq-content h2 {
  font-family: "Petrona", serif;
  font-size: 42px;
  text-align: center;
  color: #545454;
  margin-bottom: 0;
}

.faq-card {
  max-width: 550px;
  padding-top: 40px;
}

.faq-card h6 {
  font-size: 20px;
  font-weight: 700;
  color: #545454;
}

.faq-card p {
  font-size: 15px;
  color: #545454;
  margin-bottom: 0;
}

/* FAQ Section CSS End */

/* Vision Section CSS Start */

.vision-wrpper {
  padding: 60px 0;
  background: #f5f5f5;
  box-shadow: 0px -1px 10px -3px #b7b7b7b5;
}

.vision-content {
  max-width: 1000px;
  margin: auto;
}

.vision-content h2 {
  font-family: "Petrona", serif;
  font-size: 42px;
  text-align: center;
  color: #545454;
  margin-bottom: 0;
}

.vision-content p {
  font-family: "Petrona", serif;
  font-size: 18px;
  text-align: center;
  color: #545454;
  padding-top: 30px;
  margin-bottom: 0;
}

/* Vision Section CSS End */

/* Why Section CSS Start */

.why-wrapper {
  padding: 60px 0;
}

.why-content {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

.why-content h2 {
  font-family: "Petrona", serif;
  font-size: 42px;
  font-style: italic;
  color: #545454;
  margin-bottom: 0;
}

.why-content p {
  font-family: "Petrona", serif;
  font-size: 18px;
  text-align: center;
  color: #545454;
  padding-top: 30px;
  margin-bottom: 0;
}

.why-img {
  padding: 20px 0 30px;
}

/* Why Section CSS End */

/* Main Part CSS End */

/* Footer Section CSS Start */

.footer-wrapper {
  background: #a6a6a6;
  padding: 20px 0;
}

.footer-contaienr {
  display: flex;
  justify-content: center;
}

.footer-menu {
  display: flex;
  align-items: center;
}

.footer-menu li {
  padding: 0 50px;
}

.footer-menu li a {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}

.footer-menu li a.active {
  color: #ff66c4;
}

/* Footer Section CSS End */
