@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
:root {
  /* font */
  --font-family-primary: "Outfit", sans-serif;
  /* color */
  --main-web-color: "#F3B20C";
  --main-web-colorVar: "#E49C0C";
  --main-web-colorBlack: "#343434";
}
* {
  font-family: var(--font-family-primary);
  margin: unset;
  box-sizing: border-box;
  line-height: normal;
}

body {
  padding: 0px;
  margin: 0px;
  background-color: rgba(235, 235, 235, 0.150)!important;
}

/* global */

a {
  text-decoration: none;
}

/* tutorme_section */

.tutorme_section {
  height: 100vh;
}

.tutorme_section .sub_button {
  text-align: end;
  padding-top: 1rem;
  height: 10vh;
}
.tutorme_section .sub_button a {
  border-radius: 1.5rem;
  font-size: 1.3rem;
  padding: 0.4rem 1.5rem;
  font-weight: 400;
  background-color: #0766c6;
  text-transform: capitalize;
  border-color: #0766c6;
  transition: 0.3s all ease-in-out;
}

.tutorme_section .sub_button a:hover {
  background-color: #065cb2;
  border-color: #065cb2;
}
.tutorme_section .tutorme-right,
.tutorme_section .tutorme-left {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  height: 80vh;
}

.tutorme_section .tutorme-left h2 {
  font-weight: 400;
  font-size: 2.5rem;
  letter-spacing: -1px;
  margin-top: 1rem;
  text-transform: capitalize;
}
.tutorme_section .tutorme-left h2 span:first-child {
  text-transform: uppercase;
  font-weight: 600;
}
.tutorme_section .tutorme-left h2 span:last-child {
  text-transform: uppercase;
  font-weight: 600;
  color: #1fab2f;
}
.tutorme_section .tutorme-logo img {
  width: 80% !important;
}
.tutorme_section .tutorme-right img {
  height: 50vh;
}
.tutorme_section .get-started button,
.tutorme_section .get-started a {
  border-radius: 1.5rem;
  font-size: 1.3rem;
  padding: 0.4rem 1.5rem;
  font-weight: 400;
  background-color: #1fab2f;
  text-transform: capitalize;
  border-color: #1fab2f;
  transition: 0.3s all ease-in-out;
}
.tutorme_section .get-started button:hover,
.tutorme_section .get-started a:hover {
  background-color: #198926;
  border-color: #198926;
}

.tutorme_section .option_nav {
  background-color: #ebebeb;
  height: 10vh;
}
.tutorme_section .option_nav a {
  width: 100%;
  border-radius: 0;
  height: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 500;
  background-color: #0766c6;
  text-transform: uppercase;
  border: none;
}

.tutorme_section .option_nav .form-primary a {
  background-color: #d69005;
}

.tutorme_section .option_nav .form-secondary a {
  background-color: #d60d0d;
}

.tutorme_section .option_nav .form-tertiary a {
  background-color: #9e145f;
}

.tutorme_section .option_nav .form-con a {
  background-color: #0766c6;
}
/* contact us */

.tutorme_section .tutorme-left h4 a {
  color: #0766c6;
}

/* activate all */


.tutorme_section .tutorme-left .activation input{
    width: 80%;
    box-shadow: none;
    border: 1px solid gray;
    background-color: #eae7e7;
}

/* subject */

.tutorme_section .tutorme-right a img{
    height: 1.3rem;
}
.tutorme_section .tutorme-right a{
    font-size: 1.3rem;
    background-color: #d9d9d9;
    color: var(--main-web-colorBlack);
    border: 1px solid gray;
    transition: .3s all ease-in-out;
}

.tutorme_section .tutorme-right a:hover{
    background-color: gray;
    color: #fff;

}

.tutorme_section .single-sub{
  height: 80vh;
}


.tutorme_section .single-sub .top-details img{
  width: 30%;
  margin-bottom: 1rem;
}
.tutorme_section .single-sub .top-details .course-details h2{
  margin-top: 1rem;
}
.tutorme_section .single-sub .top-details .course-details span small a{
  font-size: .9rem;
  background-color: #333;
  border-radius: 1rem;
  padding: .3rem 1rem;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.tutorme_section .single-sub .top-details .course-details span small a:hover{
  background-color: #F3B20C;
  color: #333;
}
.tutorme_section .single-sub .top-details .course-material{
  background-color: #fff!important;
  border: 1px solid #D9D9D9;
  padding: 1rem;
  border-radius: .4rem;
  margin-top: .5rem;

}

.tutorme_section .single-sub .top-details .course-material h2.accordion-header{
  margin-top: 0!important;
}

.tutorme_section .single-sub .top-details .course-material .accordion-button:not(.collapsed) {
  background-color: #d9d9d9!important;
  box-shadow:none!important;
  border: 1px solid #D9D9D9;
  outline: none;
  color: #333;
}

.tutorme_section .single-sub .top-details .course-material .accordion .accordion-item {
  box-shadow: none !important;
}
.tutorme_section .single-sub .top-details .course-material .accordion .accordion-header .accordion-button {
  box-shadow: none !important;
}
.tutorme_section .single-sub .top-details .course-material .accordion .accordion-collapse .accordion-body {
  box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon)!important;
  transform: var(--bs-accordion-btn-icon-transform);
}

.tutorme_section .single-sub .top-details .course-material .accordion .accordion-body .btn-ctrl a{
  background-color: #1fab2f;
  border: 1px solid #1fab2f;
  transition: all .3s ease-in-out;
}

.tutorme_section .single-sub .top-details .course-material .accordion .accordion-body .btn-ctrl a img{
  height: 1rem;
  margin-bottom: 0;
  width: 1rem;
  margin-right: .3rem;
}


/* breakpoints */

@media (max-width: 331px) {
  .tutorme_section .option_nav a span:last-child {
    display: none;
  }
  .tutorme_section .sub_button a {
    font-size: 0.9rem !important;
  }
  .tutorme_section .get-started a {
    font-size: 1rem !important;
  }
  .tutorme_section .tutorme-left h2 {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 420px) {
  .tutorme_section .option_nav a {
    font-size: 0.8rem !important;
  }
  .tutorme_section .tutorme-left h2 {
    font-size: 1.8rem !important;
  }
  .tutorme_section .get-started a {
    font-size: 1.2rem;
  }
  .tutorme_section .tutorme-logo img {
    width: 75% !important;
  }

  .tutorme_section .tutorme-left h4 {
    font-size: 1.2rem!important;
  }
  .tutorme_section .single-sub .top-details img{
    width: 75%;
  }
}
@media (max-width: 575.98px) {
  .tutorme_section .option_nav a {
    font-size: 1rem;
  }

  .tutorme_section .sub_button a {
    font-size: 1.2rem;
  }
  
  .tutorme_section .course-details{
    flex-direction: column;
    align-items: start!important;
  }
  .tutorme_section .course-details span{
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
}

@media (max-width: 655px) {
  .tutorme_section .option_nav a {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .tutorme_section .tutorme-left h2 {
    font-size: 2rem;
  }

  .tutorme_section .tutorme-left h2 span:first-child {
    text-decoration: underline;
  }
}

@media (max-width: 991.98px) {
  .tutorme_section .tutorme-right.landing {
    display: none;
  }

  .tutorme_section .tutorme-left{
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
  }
    .tutorme_section .tutorme-right,
    .tutorme_section .tutorme-left{
       height: fit-content;
    }

    .tutorme_section .scroll-ctrl{
        height: 80vh!important;
        padding-top: 1rem;
        padding-bottom: 1rem;
        display: flex;
        align-content: center;
        justify-content: center;
    }

    .tutorme_section .tutorme-logo img {
        width: 60% !important;
      }

      .tutorme_section .tutorme-right img {
        height: 30vh;
        margin-top: 1rem;
    }
    .tutorme_section .tutorme-left .activation div:first-child{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tutorme_section .single-sub .top-details img{
      width: 65%;
    }
    
  }

@media (max-width: 1199.98px) {
}

@media (max-width: 1399.98px) {
}
