@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Manrope;
}
html,
body {
  height: 100%;
  width: 100%;
}
:root {
  --primary: #5c5c5c;
  --secondary: #fff;
}
a {
  color: #333;
}
a:hover{
  text-decoration: none;
}
img {
  height: auto;
  max-width: 100%;
}
header {
  width: 100%;
  background-image: linear-gradient(#a08a63, #ffdaa1 40%, #ffdaa1 60%);
  padding: 30px 0 50px 0;
}
@media (min-width: 1300px){
  .container {
    max-width: 1300px;
  }
}
.logo img {
  height: auto;
  width: 100%;
}
.nav-menu {
  display: flex;
  justify-content: center;
  margin-top: 13px;
}
nav ul{
  margin: 0;
  padding: 0;
}
nav ul li{
  float: left;
  list-style: none;
}
nav ul li a {
  display: block;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  transition: all 0.3s;
}
nav ul li a:hover {
  color: #fff;
  transform: translateY(-10%);
}
.login-btn a {
  padding: 10px 54px;
  font-size: 22px;
  border-radius: 20px;
  background: var(--secondary);
  text-transform: uppercase;
  outline: none;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  color: #212529;
  display: inline-block;
  transition: all 0.3s;
}
.login-btn a:hover {
  transform: translateY(-10%);
}
/*************************************
      Mobile Responsive Header
*************************************/
.mobile-header {
  display: none;
}
.mobile-header .p15 {
  padding: 15px;
}
.mobile-header {
  position: sticky;
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
  z-index: 999;
  left: 0;
  top: 0;
  background: #fff;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.mobile-header-humberger {
  background: transparent;
  border-color: transparent;
  height: 30px;
}
.mobile-header-inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-content: center;
}
.mobile-header-humberger img {
  height: 20px;
  width: auto;
}
.mobile-cart ul li {
  float: left;
  list-style: none;
  border: 0px solid;
  background: #dfbf8c;
  border-radius: 4px;
  text-align: center;
  padding: 4px 15px;
}
.mobile-cart ul li a {
  font-size: 16px;
  color: #222;
}
.sidebarMenuContainer {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  background: #fff;
  z-index: 999;
  height: 100vh;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  overflow-y: scroll;
}
.sidebarMenuContainer.active{
  opacity: 1;
  visibility: visible;
  left: 0;
}
.sidebar-navigation h3 {
  background: #f2f2f2;
  font-size: 18px;
  padding: 15px;
  margin-bottom: 0;
}
.sidebar-navigation ul li {
  padding: 7px 15px;
  border-bottom: 1px solid #efefef;
}
.sidebarMenuContainer .closeMenu {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  background: #1a538c;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 29px;
  box-shadow: 0 0 6px #555;
  border-width: 0;
}
/* navbar end =================  */
.banner {
  padding-top: 100px;
}
p {
  font-size: 24px;
  line-height: 32px;
  margin: 20px 0;
  color: #201C13;
}
.banner-text h1 {
  color: #8f2020;
  font-size: 70px;
  font-weight: 800;
  margin-bottom: -5px;
}
.banner-text h2 {
  font-size: 65px;
  font-weight: 800;
  margin-bottom: 0;
  color: white;
}
.banner-text h3 {
  font-size: 35px;
  text-transform: capitalize;
  font-weight: bolder;
  margin: 25px 0;
  color: #8f2020;
}
.banner-text p {
  font-weight: 300;
}
.banner-section h4{
  font-size: 30px;
  color: #8f2020;  
}

.banner-section p, .banner-section ul{
  font-size: 18px;
  line-height: 32px; 
  margin: 0px;
  color: #222;
} 

.banner-section img{
  max-width: 400px;
}

.banner-left-section ul li {
  list-style: none;
}

/* button design */
.bookNow {
  margin-top: 20px;
  min-width: 300px;
  min-height: 58px;
  display: inline-flex;
  font-size: 22px;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  text-align: center;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #333;
  background: #fff;
  border: none;
  border-radius: 50px;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 7px;
  box-shadow: 2px 2px 12px #D59C98;
}
.bookNow::before {
  content: "";
  border-radius: 1000px;
  min-width: calc(300px + 12px);
  min-height: calc(70px + 12px);
  border: 4px solid #ffbb9e;
  /* box-shadow: 0 0 40px rgba(129, 85, 2, 0.64); */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}

.bookNow:hover,
.bookNow:focus {
  color: #8f2020;
  transform: translateY(-6px);
}

.bookNow:hover::before,
.bookNow:focus::before {
  opacity: 1;
}

.bookNow::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 6px solid #ffbb9e;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

.bookNow:hover::after,
.bookNow:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}
.bookNow span {
  width: 100%;
  padding: 8px;
  border: 1px solid #BAB8B9;
  display: block;
  height: 100%;
  border-radius: 50px;
}
.brand-img {
  padding: 20px;
}

/* banner ends ===================  */
.brand {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.brand-img img {
  height: 30px;
  cursor: pointer;
}
.breadcrumbs {
  padding-top: 50px;
  text-align: center;
}
.breadcrumbs h2{
  font-weight: 800;
}
/* ============= Tutor Area Start ==============  */
section.tutor {
  background: #f2f4f3;
}
.tutor1, .tutor2 {
  padding: 100px 0;
  position: relative;
}
.tutor1::before {
  position: absolute;
  content: '';
  left: 0;
  background-image: url(../img/shape/capsul1.png);
  width: 133px;
  height: 289px;
  top: 223px;
}
.tutor2::before {
  position: absolute;
  content: '';
  right: 0;
  background-image: url(../img/shape/capsul2.png);
  width: 166px;
  height: 239px;
  bottom: 0;
}
.tutor1-text {
  text-align: right;
  padding-top: 60px;
}

.tutor1-text h2, .tutor2-text h2 {
  font-size: 61px;
}
.tutor1-text p, .tutor2-text p {
  line-height: 34px;
  color: #5c5c5c;
}
.tutor2-text {
  padding-top: 60px;
}

/* // Choose Subject Section ========= */

#choose-subjects {
  background-color: #ede7e3;
}
.subjects {
  padding: 70px 50px;
}
.choose-blog {
  display: flex;
}

.icons {
  display: flex;
  gap: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.arrow-icon .pev-icons,
.arrow-icon .next-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #2ba79e;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.5s;
}
.arrow-icon .pev-icons:hover,
.arrow-icon .next-icons:hover {
  background-color: #2ba79e;
  color: white;
}
.arrow-icon i {
  font-size: 35px;
}
.sub-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 100px;
  width: 100%;
}
.sub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 280px;
  /* background-color: black; */
  /* color: white; */
}
.sub h4 {
  font-size: 24px;
  text-transform: capitalize;
}
.sub .icon {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 240px;
  /* background-color: red; */
  border-radius: 40px;
  /* background-color: yellow; */
}
.sub .icon img {
  width: 100%;
  height: 100%;
}
.visible {
  display: none;
}

.seeAll {
  margin-top: 50px;
  text-align: center;
}
.seeAll .seeAllBtn {
  width: 195px;
  height: 65px;
  border: 3px solid #2ba79e;
  border-radius: 47px;
  font-size: 24px;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.seeAll .seeAllBtn:hover {
  background-color: #2ba79e;
}
.get-startted {
  padding: 80px 0;
  position: relative;
  background: #F0F2F1;
}
.get-startted::before {
  position: absolute;
  content: '';
  left: 0;
  background-image: url(../img/shape/paper.png);
  width: 260px;
  height: 276px;
  top: -12px;
}
.title {
  width: 100%;
  text-align: left;
}

.get-started-header h2 {
  font-weight: 700;
  font-size: 42px;
}
.get-started-header p {
  margin-top: 5px;
}
.get-box {
  background: #fff;
  border-radius: 15px;
  padding: 40px 67px;
  text-align: center;
  margin: 0 10px;
}
.get-box p {
  font-weight: 600;
  margin-top: 25px;
}
.get-box.one {
  box-shadow: -9px 20px 20px #555;
}
.get-box.two {
  box-shadow: 0px 0px 15px #555;
}
.get-box.three {
  box-shadow: 0px 0px 15px #555;
}
.get-box.four {
  box-shadow: 9px 20px 20px #555;
}
.count {
  font-size: 45px;
  color: #545454;
  text-align: left;
  padding-left: 27px;
  position: relative;
  left: -67px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  font-weight: 700;
  top: -6px;
}
.get-box.one .count{
  background: #F45665;
}
.get-box.two .count{
  background: #FFBE18;
}
.get-box.three .count{
  background: #00D6A3;
}
.get-box.four .count{
  background: #8AC7E6;
}
.get-startted .col-lg-3 {
  padding-left: 20px;
  padding-right: 20px;
}
.circle-one, .circle-two, .circle-three  {
  position: relative;
}
.circle-one::before, .circle-two::before, .circle-three::before {
  position: absolute;
  content: '';
  width: 35px;
  height: 35px;
  border-radius: 50%;
  left: -18px;
  top: 107px;
  box-shadow: 0px 5px 15px #666;
}
.circle-one::before {
  background: #ffbe18;
}
.circle-two::before {
  background: #00d6a3;
}
.circle-three::before {
  background: #8ac7e6;
}
.get-started-footer h2 {
  font-weight: 700;
  color: #545454;
}
.faq {
  position: relative;
  padding: 60px 0 120px 0;
}
.faq::before {
  position: absolute;
  content: '';
  left: 32px;
  background-image: url(../img/shape/message.png);
  width: 224px;
  height: 200px;
  top: 81px;
}
.faq::after {
  position: absolute;
  content: '';
  right: 0;
  background-image: url(../img/shape/net.png);
  width: 1170px;
  height: 730px;
  bottom: 0;
  z-index: -1;
}
.faq h1 {
  margin-bottom: 40px;
  text-align: center;
}
#faq .card {
  margin-bottom: 20px;
  border: 0;
  border-radius: 50px;
}
#faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}
#faq .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  background: #EDE7E3;
  color: #222;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
}
#faq .card .card-header .btn-header-link:after {
  content: "-";
  font-weight: 900;
  float: right;
}
#faq .card .card-header .btn-header-link.collapsed {
  background: #F2F4F7;
  color: #222;
}
#faq .card .card-header .btn-header-link.collapsed:after {
  content: "+";
}
#faq .card .collapsing {
  background: #EDE7E3;
  line-height: 25px;
}
#faq .card .collapse {
  border: 0;
}
#faq .card .collapse.show {
  background: #EDE7E3;
  line-height: 25px;
  color: #475467;
}
#faq .card-body {
  padding-top: 0;
}

.accordion-item {
  margin-bottom: 40px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.accordion-button {
  font-size: 20px;
  letter-spacing: 3px;
  text-transform: capitalize;
  padding: 20px;
}


/* footer start from here =========  */
footer {
  background: #EDE7E3;
}
.footer-top {
  padding-top: 59px;
}
.footer-content {
  color: #eee;
  margin-top: 30px;
  margin-bottom: 18px;
}
.footer-content p {
  font-size: 20px;
}
.footer-widget ul li {
  list-style: none;
}
.footer-widget h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.footer-widget a {
  color: #222;
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
  font-weight: 300;
}
.border-bottom {
  border-width: 0px !important;
  margin-top: 30px;
  margin-bottom: 30px;
  background: rgba(0,0,0,0.1);
  height: 1px;
}
.footer-bottom {
  padding-bottom: 31px;
}

.contact-footer i {
  font-size: 100px;
  color: red;
}

.wrapper {
  background-image: url(../img/info/contact.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.section{
  margin: 10px 0px;
}
.lesson-details li {
  list-style: none;
} 
.pricing-section-inner{
  max-width: 900px;
  margin: 0 auto;
}

.pricting-section p{
  font-size: 15px;
  line-height: 1.75rem;
  text-align: center;
  margin: 0px;
  margin-top: 6px;
}

.section_heading{
  line-height: 40px;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0px;
  text-align: center; 
  color: #e23333;
}
.pricing-box{ 
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 20px; 
  position: relative;
}
.pricing-header{
  background: #e23333;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 7px;
}
.pricing-box:hover{
  background: #fef7f7;
}
.lesson {
  color: #e23333;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 23px;
}
.lesson span{
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

.pricing-inner{
  margin-top: 30px;
}

.lesson-details p{
  text-align: left;
  text-align-last: left;
  font-size: 12px;
}

.lesson-details p b{
  font-size: 15px;
  color: #000;
}
 


/* Trial Page  */


.progress-bar{
  background-color: #e23333;
}
.trial-header{
  background: #fef7f7;
}
.trial-body{ 
  align-items: center;
  text-align: -webkit-center;
}

.trial-body-inner {
  max-width: 600px;
  margin: 50px auto;
}

.trial-body-inner p{
  font-size: 11px;
  margin-top: -14px !important;
  color: #7a7878;
}

.trial-body-inner p b{
  font-weight: 600;
  color: #000;
}

.trial-body-inner h4{
  font-size: 22px;
  color: #e23333;
  margin: 30px 0px;
}

.trial-body-inner h6{
  font-size: 13px;
  color: #7f7f7f;
}

.single-answer{
  padding: 10px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  align-items: start;
}
.single-answer label {
  padding-left: 10px;
}
.single-answer.selected {
  background-color: #fef7f7;
  border-color: #e23333;
}
/* About us Page  */
.about-left, .about-right {
  min-height: 100%;
  width: 100%;
  padding: 40px 80px 40px 60px;
}
.about-left {
	background: #FFBD59;
}
.about-right {
	background: #4B4B4B;
}
.about-us h1 {
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  line-height: 64px;
}
.about-us-page p, .about-us-page li {
  font-size: 18px;
}
.about-us ul {
  margin-left: 20px;
}
.about-us-page li{
  margin-bottom: 10px;
}
.how-to-signup p {
  color: #fff;
  font-weight: 700;
}
.how-to-signup h1 {
  color: #ffbd59;
  font-size: 50px;
  font-weight: 800;
  margin-top: 30px;
}
.how-to-signup img {
  width: 488px;
  padding: 40px;
  margin: auto;
  display: block;
}
.procedure-step p {
  margin-top: 0;
  margin-bottom: 5px;
}
.about-footer img {
  width: 200px;
}
@media  screen and (max-width: 767px){
  .about-us h1, .how-to-signup h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .how-to-signup img {
    width: auto;
    padding: 20px;
  }
  .about-footer h2 {
    font-size: 20px;
  }
}