/*--------------------------------------------------------------
 # Root css
--------------------------------------------------------------*/
:root{
  --green:#339989;
  --black:#131515;
  --white:#fff;
  --purple:#7427CA;
  --yellow:#FFCC00;
  --light-green: #BFFFE7;
  --ptb80:80px;
  --fs44:44px;
  --fs40:40px;
  --fs32:32px;
  --fs20:20px;
  --fs22:22px;
  --fs24:24px;
  --fs28:28px;
  --fs58:58px;
  --lh60:60px;
  --transition: all 0.4s ease-in-out;
}
.rowgap{
  grid-row-gap: 40px;
}
img{
  max-width: 100%;
}
/* ==================== Common ======================== */
.heading_box h3{
  color: var(--green);
}
/* ======================Common====================== */
/* ================ Top navbar start ========================= */

.top_header {
  background-color: var(--black);
}
.learning_box .custom_btn_color {
  background-color: var(--green);
}

.learning_box .custom_btn_color:hover {
  background-color: var(--purple);
}
/* --------------- search css strat ----------------- */
.search-container {
  display: flex;
  justify-content: center;
}
.search-input {
  width: 100%;
  padding: 10px;
  border: 1px solid gray;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  position: relative;
}
.search-button {
  background-color: var(--green);
  color: var(--white);
  border: none;
  padding: 8px 13px;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  right: 3px;
  top: 3px;
}
.search-button:hover {
  background-color: var(--green);
}
/* --------------- search css end ----------------- */

/* --------------- flag css strat ----------------- */


.icon_box .card_style{
  border-radius: 50px;
  padding: 12px 15px;
  background-color: var(--white);
}
.icon_box .bell_style{
  border-radius: 50px;
  padding: 11px 15px;
  background-color: var(--white);
}
.learning_box .custom_btn_color{
  background-color: var(--green);
}



a{
 transition: var(--transition); 
 display: inline-block;
}
.pt80,.ptb80{
  padding-top: var(--ptb80);
}
.pb80,.ptb80{
  padding-bottom: var(--ptb80);
}
.container{
  max-width: 1280px;
  z-index: 2;
  position: relative;
}
body{
   font-family: "Poppins", sans-serif;
   color: var(--black);
}
section{
  position: relative;
}
/*--------------------------------------------------------------
# Home css
--------------------------------------------------------------*/
.head_top h2 {
  color: var(--green);
  font-size: var(--fs44);
  font-weight: 600;
  margin: 0px 0px 15px;
}
.head_top p {
  color: var(--black);
  font-size: var(--fs20);
  font-weight: 500;
  margin: 0px 0px 20px;
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
}
.head_top {
  position: relative;
}
.head_top::after {
  content: "";
  width: 140px;
  height: 4px;
  background-color: var(--green);
  display: block;
  margin: 0px auto;
}
.box_over img {
  max-width: 100%;
}
.try_slider .item,.talk_sec .item{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 426px;
  padding: 23px 8% 0px;
  position: relative;
  display: grid;
  align-items: center;
}
.talk_sec {
  overflow: hidden;
}
.try_slider,.try_slider .item,.talk_sec .item{
  overflow: hidden;
  border-radius: 20px;
}
.try_box h3 {
  font-size: var(--fs44);
  line-height: var(--lh60);
  font-weight: 600;
  color: var(--white);
  margin: 0px 0px 10px;
}
.try_box p{
  font-size: var(--fs20);
  padding: 0px 0px 30px;
  font-weight: 400;
  color: var(--white);
  margin: 0px;
}
.try_box h3 span {
  color: var(--yellow);
}
.try_box > img {
  transform: translate(-31px,10px);
}
.try_slider .item::before{
  content: "";
  width:100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  background-image:url(/assets/default/img/landing_img/ovarlay1.png);
  opacity: 0.75;
  z-index: 1;
  transform: translateX(-50%);
}
.try_slider .item .try_grid,.talk_sec .item *{
  z-index: 2;
  position: relative;
}
.try_box ul {
  padding: 0px;
  list-style: none;
  margin: 0px;
  display: flex;
  grid-gap: 10px 30px;
  flex-flow: wrap;
}
.try_box ul * {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
}
.try_box ul strong {
  font-weight: 600;
}
.try_box ul li {
  display: flex;
  grid-gap: 10px;
  align-items: center;
}
.try_box  .user_list{
  margin-top: 40px;
}
.user_list a, .purple_btn a,.bdr_grn_btn a{
  font-size: var(--fs22);
  color: var(--white);
  text-decoration: none;
  background-color: var(--purple);
  padding: 5.5px 16px;
  border-radius: 4px;
  border: unset;
  outline: unset;
  transition: all 0.3s;
}
.bdr_grn_btn a{
  border:1px solid var(--green);
  background-color: transparent;
  color: var(--green);
  border-radius:30px;
  
}
.user_list a:hover,.purple_btn a:hover,.bdr_grn_btn a:hover{
  background-color: var(--green);
  color: var(--white);
}
.try_box {
  padding-bottom: 24px;
}
.box_over img {
  max-height: 383px;
}
.box_over {
  display: flex;
  align-items: end;
  height: 100%;
  justify-content: center;
  position: relative;
}
.box_over::before {
  content: "";
  width: 478px;
  height: 478px;
  background-image: linear-gradient(-90deg, #7427CA80, #339989);
  display: block;
  position: absolute;
  left: 50%;
  transform:translate(-50%);
  top: 0px;
  border-radius: 50%;
}
.try_box {
  width: 51% !important;
}
.try_right {
  width: 49% !important;
  display: flex;
  justify-content: center;
}
.owl-nav button {
   background-image: url(/assets/default/img/landing_img/next.png) !important;
}
.owl-nav button.owl-prev {
   background-image: url(/assets/default/img/landing_img/prev.png) !important;
}
.topleft,.topright,.bottomleft,.bottomright,.leftcenter{
  position: absolute;
  z-index: 1;
}
.try_now_sec .bottomright {
  bottom: 80px;
}
.try_now_sec {
  position: relative;
}
.topleft{
  top: 0px;
  left: 0px;
}
.leftcenter {
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
.topright{
  top: 0px;
  right: 0px;
}
.bottomleft{
  bottom: 0px;
  left: 0px;
}
.bottomright{
  bottom: 0px;
  right: 0px;
}
.shapleft {
  bottom: 0px;
  left: 0px;
}
.shaptop {
  right: 0px;
  top: 0px;
}
.talk_sec .try_box p {
  font-size: var(--fs32);
}
.purple_btn a, .bdr_grn_btn a {
  border-radius: 30px;
  font-size: 16px;
  padding: 12px 37px;
  line-height: inherit;
  font-weight: 500;
}
.bdr_grn_btn a {
  color: var(--back);
}
.talk_sec .item::before {
  width: 50%;
  content: "";
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url(/assets/default/img/landing_img/ovarlay2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.subscribe_sec,.video_sec {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.plain_box {
  position: relative;
  border: 3px solid transparent;
  transition: all 0.4s ease;
  top: 0;
  background-color: var(--white);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 50px 20px;
  justify-content: center;
  text-align: center;
  display: grid;
  width: 100%;
  flex-flow: wrap;
  grid-template-columns: repeat(1,1fr);
}
.plain_box img {
  display: block;
  margin: 0px auto 40px;
}
.plain_box h3 {
  font-size: var(--fs32);
  font-weight: 600;
  margin: 0px 0px 10px;
}
.plain_box p {
  font-size: 18px;
  font-weight: 500;
  margin: 0px 0px 20px;
}
.plain_box h4 {
  font-size: var(--fs40);
  color: var(--green);
  font-weight: 600;
  margin: 0px 0px 30px;
}
.plain_box ul {
  padding: 0px;
  list-style: none;
  text-align: left;
  max-width: fit-content;
  margin: 0px auto 40px;
  display: grid;
  grid-gap: 12px;
  font-size: 16px;
  font-weight: 500;
}
.plain_box,.plain_box *{
  transition: all 0.5s;
}
.plain_box:hover {
  top: -15px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
.plain_box .purple_btn {
  width: 100%;
  max-width: 300px;
  margin: 0px auto;
}
.plain_box .purple_btn a {
  width: 100%;
}
.plain_box ul li {
  display: grid;
  grid-template-columns: 12px auto;
  grid-gap: 10px;
  align-items: center;
}
.plain_box ul li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: center / contain no-repeat url(/assets/default/img/landing_img/Vector.png);
}
.plain_box .badge_purple {
  position: absolute;
  left: -3px;
  top: -3px;
  background-color: var(--purple);
  min-width: 140px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 100px;
}
.plain_grid{
  justify-content: center;
  grid-row-gap: 40px;
}
.testimonial_slider{
  position: relative;
}
.testimonial_slider::before {
  content: "";
  display: block;
  height: 4px;
  width: calc(120%);
  background-image: linear-gradient(to left, #33998933, #339989 60%, #3399891A);
  margin: 0px auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
}
.testimonial_sec {
  background-image: linear-gradient(to bottom, #F1F9FC , #F7F7F7);
  overflow: hidden;
}
.testimonial_slider .item .testimonial_inner {
  background-color: var(--white);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  max-width: fit-content;
  text-align: center;
  margin-top: 61px;
  position: relative;
  z-index: 2;
}
.testimonial_slider .item .testimonial_top h3 {
  font-size: var(--fs24);
  font-weight: 600;
  color: var(--green);
  margin: 20px 0px 4px;
  text-align: center;
}
.testimonial_slider .item .testimonial_top p {
  font-size: 16px;
  font-weight: 500;
  margin: 0px 0px 10px;
}
.testimonial_slider .testimonial_bottom {
  padding: 20px 30px;
  border-top: 1px solid var(--green);
  margin-top: 20px;
}
.testimonial_slider .testimonial_bottom p {
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
}
.testimonial_slider .item {position: relative;}
.testimonial_top > img:first-child {
  margin: -65px auto 0px;
}
.testimonial_slider .item::before {
  content: "";
  display: block;
  width: 32px;
  height: 192px;
  background: center / contain no-repeat url(/assets/default/img/landing_img/line.png);
  margin: 0px auto;
  position: relative;
}
.testimonial_slider .owl-stage {
  padding: 0px 0px 15px;
}
.testimonial_top {
  display: grid;
  justify-content: center;
}
.testimonial_slider .owl-item .testimonial_inner{
  transition: all 0.5s;
}
.testimonial_slider .owl-item.active:nth-of-type(even) .testimonial_inner {
  margin-top: -30px;
}
.testimonial_slider .item {
  position: relative;
  padding: 0px 10px;
}
.box_over img {
  position: relative;
}
.try_box {
  position: relative;
  z-index: 3;
}
.video_sec,.video_grid {
  min-height: 500px;
  align-items: center;
}
.video_box  a.play {
  position: absolute;
  left: 48%;
  top: 60%;
  transform: translate(-50%, -50%);
}
.video_box {
  position: relative;
  align-self: end;
}
.video_content h3 {
  font-size: var(--fs44);
  color: var(--white);
  font-weight: 600;
  margin: 0px 0px 20px;
}
.video_content p {
  font-size: var(--fs22);
  color: var(--white);
  font-weight: 500;
  margin: 0px;
}
.video_box img {
  max-width: 100%;
}
.footer_sec{
  position: relative;
  overflow: hidden;
}
.join_sec {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  min-height: 264px;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 40px;
  align-items: baseline;
  padding: 40px;
  display: grid;
  align-items: center;
}
.left_sec h3 {
  font-size: var(--fs44);
  color: var(--white);
  font-weight: 600;
  margin: 0px 0px 20px;
}
.left_sec p {
  color: var(--white);
  font-weight: 500;
  font-size: var(--fs20);
  margin: 0px;
}
.footer_inner {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 700px;
  display: grid;
  align-items: center;
  padding-bottom: 40px;
}
.footer_inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0,0,0,0.75);
}
.footer_top {
  overflow: hidden;
  position: relative;
}
.footer_grid {}

.footer_grid a.icon_box {
  display: grid;
  grid-template-columns: 48px auto;
  align-items: center;
  grid-gap: 15px;
  text-decoration: none;
  background-color: var(--white);
  max-width: 382px;
  min-height: 100px;
  border-radius: 12px;
  padding: 20px;
}
.footer_grid a.icon_box * {
  color: var(--black);
}
.call_content * {
  margin: 0px;
}
.footer_grid a.icon_box p {
  font-size: 16px;
  font-weight: 500;
}
.footer_grid a.icon_box h4 {
  font-size: var(--fs20);
  font-weight: 600;
  margin-top: 5px;
}
.footer_menu {
  margin-top: 40px;
}
.footer_grid h3 {
  font-size: var(--fs28);
  color: var(--white);
  margin: 0px 0px 20px;
}
.footer_menu p {
  margin: 0px;
  font-size: 18px;
  color: var(--white);
}
.footer_menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: grid;
  grid-gap: 6px;
}
.footer_menu ul li a {
  text-decoration: none;
  color: var(--white);
  font-size: 18px;
}
.footer_grid {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  grid-gap: 20px;
}
.footer_grid > div {
  width: 32%;
}
.footer_grid > div:last-child {
  max-width: 281px;
}
ul.social li a {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border-radius: 50%;
  transition: all 0.4s;
}
ul.social {
  display: flex;
  flex-flow: wrap;
  grid-gap: 10px 20px;
  padding: 0px;
  margin: var(--ptb80) 0px 0px;
}
ul.social li a svg {
  width: 20px;
  height: 20px;
  transition: all 0.4s;
}
ul.social li a:hover {
  background-color: var(--green);
}
ul.social li a:hover * {
  fill: var(--white);
}
.footer_sec .bottomright {
  max-height: 598px;
}
.footer_inner img {
  z-index: 1;
}
img.bottom_dots {
  position: absolute;
  bottom: 0px;
  right: 30%;
}
.join_instructor .head_top::after {
  display: none;
}
.join_instructor {
  background-image: linear-gradient(to left, #F1F9FC, #F7F7F7);
}
.join_instructor p {
  margin-left: unset;
  margin-right: unset;
}
.blog_section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.inner_blog_box {
  display: grid;
  grid-gap: 20px;
  grid-template-columns:230px auto;
  align-items: center;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 20px;
  background-color: var(--white);
}
.inner_blog_box a,.inner_blog_box a img {
  width: 100%;
  display: block;
  max-width: 100%;
}
.inner_blog_box h4 {
  font-size: var(--fs24);
  color: var(--green);
  text-decoration: none;
  font-weight: 600;
  margin: 0px 0px 10px;
}
.inner_blog_box a {
  text-decoration: none;
}
.inner_blog_box p {
  font-size: 16px;
  margin: 0px 0px 20px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.inner_blog_box .bdr_grn_btn a {
  max-width: fit-content;
  padding: 9.5px 24px;
}
.inner_blog_box a img {
  border-radius: 20px;
  height: 233.37px;
  display: block;
  object-fit: cover;
}
.text_box {
  padding-top: 20px;
}
.metho_adapt .head_top::after {
  display: none;
}
.card_css {
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  border: unset;
}
.hero_top h1 {
  font-size: var(--fs58);
  color: var(--green);
  font-weight: 600;
  line-height: inherit;
  margin: 0px 0px 20px;
}
.hero_top p {
  font-size: var(--fs22);
  font-weight: 500;
  margin: 0px 0px 45px;
}
.slider-search {
  display: grid;
  grid-template-columns: auto 122px;
  filter: drop-shadow(2px 2px 2px #0000001A);
  background-color: var(--white);
  min-height: 88px;
  border-radius: 50px;
  align-items: center;
  padding: 20px;
  grid-gap: 10px;
}
.slider-search input {
  color: var(--black);
  border: unset !important;
  box-shadow: unset !important;
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 500;
}
.slider-search button {
  background-color: var(--green);
  border: unset;
  box-shadow: unset;
  min-height: 48px;
  min-width: 122px;
  color: var(--white);
  transition: all 0.3s;
  padding: 10px;
  cursor: pointer;
}
.slider-search button:hover {
  background-color: var(--purple);
}
.footer_inner  .foot_topimg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: block;
}
.blocks_section .topright {
  top: -100px;
}

/* contact us  start*/

.contact-form {
background: white;
padding: 40px;
border-radius: 10px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.form-control {
border: none;
border-bottom: 1px solid #333;
border-radius: 0;
box-shadow: none;
}
.form-control:focus {
box-shadow: none;
border-color: #7DE2D1;
}
.radio-group label {
margin-right: 20px;
}
.btn-custom {
background-color: #2c9e8c;
color: white;
padding: 10px 30px;
border: none;
border-radius: 5px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.btn-custom:hover {
background-color: #248776;
}

/* contact us  and */

/* Login Signup CSS start */
.login_signup_box  {
  position: relative;
  max-width: 950px;
  width: 100%;
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  perspective: 2700px;
}
.login_signup_box  .cover {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 50%;
  z-index: 98;
  transition: all 1s ease;
  transform-origin: left;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.login_signup_box  #flip:checked ~ .cover {
  transform: rotateY(-180deg);
}
.login_signup_box  #flip:checked ~ .forms .login-form {
  /* pointer-events: none; */
}
.login_signup_box  .cover .front,
.login_signup_box  .cover .back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cover .back {
  transform: rotateY(180deg);
}
.login_signup_box  .cover img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 10;
}
.login_signup_box  .cover .text {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.login_signup_box  .cover .text::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  background: #7DE2D1;
}
.cover .text .text-1,
.cover .text .text-2 {
  z-index: 20;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.cover .text .text-2 {
  font-size: 15px;
  font-weight: 500;
}
.login_signup_box  .forms {
  height: 100%;
  width: 100%;
  background: #fff;
}
.login_signup_box  .form-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
}
.form-content .login-form,
.form-content .signup-form {
  width: calc(100% / 2 - 25px);
}
.forms .form-content .title {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #333;
}
.forms .form-content .title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 25px;
  background: #7DE2D1;
}
.forms .signup-form .title:before {
  width: 20px;
}
.forms .form-content .input-boxes {
  margin-top: 30px;
}
.forms .form-content .input-box {
  display: flex;
  align-items: center;
  height: 50px;
  width: 100%;
  margin: 10px 0;
  position: relative;
}
.form-content .input-box input {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.form-content .input-box input:focus,
.form-content .input-box input:valid {
  border-color: #7DE2D1;
}
.form-content .input-box i {
  position: absolute;
  color: #7DE2D1;
  font-size: 17px;
}
.forms .form-content .text {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.forms .form-content .text a {
  text-decoration: none;
}
.forms .form-content .text a:hover {
  text-decoration: underline;
}
.forms .form-content .button {
  color: #fff;
  margin-top: 40px;
}
.forms .form-content .button input {
  color: #fff;
  background: #7DE2D1;
  border-radius: 6px;
  padding: 0;
  cursor: pointer;
  transition: all 0.4s ease;
}
.forms .form-content .button input:hover {
  background: #349989;
}
.forms .form-content label {
  color: #349989;
  cursor: pointer;
}
.forms .form-content label:hover {
  text-decoration: underline;
}
.forms .form-content .login-text,
.forms .form-content .sign-up-text {
  text-align: center;
  margin-top: 25px;
}
.login_signup_box  #flip {
  display: none;
}
.text .forget_pass{
    text-decoration: none;
    color: #2daf9e;
}
.social-login{
    padding: 20px 0px;
}
.google .social_icon{
    padding-right: 6px;
}
.facebook .social_icon{
    padding-right: 10px;
}
.other_option  a{
    color: var(--white);
    background: #7DE2D1;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.4s ease;
    text-decoration: none;
    padding: 12px;
    display: block;
    text-align: center;
}
.other_option  a:hover{
    background: #349989;
}
.or_box {
    text-align: center;
    position: relative;
    margin-top: 20px;
  }
  
  .or_box p {
    display: inline-block;
    position: relative;
    padding: 0 15px;
    color: #333;
  }
  
  .or_box p::before,
  .or_box p::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 50px;
    height: 1px;
    background-color: #ccc;
  }
  
  .or_box p::before {
    left: -60px;
  }
  
  .or_box p::after {
    right: -60px;
  }
  


  /*--------------------------------------------------------------
 # 06-05-2025 css
--------------------------------------------------------------*/
.main_header {
  position: sticky;
  top: 0px;
  z-index: 99;
}
body{
  overflow: unset !important;
}
.video_popup {
  z-index: 100;
  padding: 0px 15px;
}
.video_popup, .video_overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.video_overlay {
background: rgba(0,0,0,0.7);
z-index: 1;
}
.cross_btn {
position: absolute;
top: 22%;
right: 0px;
font-size: 30px;
cursor: pointer;
transform: translateY(-50%);
z-index: 2;
}
.video_popup video {
  z-index: 2;
  object-fit: cover;
}
.cross_btn *{
  color: var(--white);
}
.video_inner {
  height: 100%;
  max-width: fit-content;
  display: flex;
  align-items: center;
  margin: 0px auto;
  position: relative;
}
/*--------|| toggle_btn css Start ||-----------*/
.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 35px;
  transform: scale(1.3);
}
.hamRotate.active {
   transform: rotate(45deg) scale(1.3);
}
.hamRotate180.active {
   transform: rotate(180deg);
}
.line {
   fill: none;
   transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
   stroke: var(--black);
   stroke-width: 3px;
   stroke-linecap: round;
}
.ham7 .top {
   stroke-dasharray: 40 82;
}
.ham7 .middle {
   stroke-dasharray: 40 111;
}
.ham7 .bottom {
   stroke-dasharray: 40 161;
}
.ham7.active .top {
   stroke-dasharray: 17 82;
   stroke-dashoffset: -62px;
}
.ham7.active .middle {
   stroke-dashoffset: 23px;
}
.ham7.active .bottom {
   stroke-dashoffset: -83px;
}
/*--------|| toggle_btn css End ||-----------*/


@media (max-width: 730px) {
  .login_signup_box {
    border-radius: 20px;
  }
  .login_signup_box  .cover {
    display: none;
  }
  .form-content .login-form,
  .form-content .signup-form {
    width: 100%;
  }
  .form-content .signup-form {
    display: none;
  }
  .login_signup_box  #flip:checked ~ .forms .signup-form {
    display: block;
  }
  .login_signup_box  #flip:checked ~ .forms .login-form {
    display: none;
  }
}
/* Login Signup CSS end */

/* Terms css start*/
.sidebar .nav-link.active {
  color: #339989;
}

.sidebar .nav-link.active i {
background-color: #2c7a7b;
color: #fff;
}


@media screen and (max-width: 768px) {
.terms-container {
  flex-direction: column;
}

.sidebar {
  width: 100%;
}

.bottom-bar {
  flex-direction: column;
  gap: 10px;
}
}
/* Terms css end*/


/* Contact - FAQ css start */

.left_about {
  width: 572px;
  padding: 0px;
  margin-right: -42px;
}

.about_gride {
  display: flex;
  justify-content: center;
}
.about-card {
    background-color: #2c8c7b;
    color: white;
    border-radius: 16px;
    padding: 30px;
     min-height: 572px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    display: grid;
    align-items: center;
    
  }
  .about-image img {
    border-radius: 16px;
    max-width: 100%;
    height: 729px;

  }
  .about-image {
    padding-left: 0px;
}


  .accordion-button {
font-weight: 600;
border-radius: 10px !important;
box-shadow: none;
background-color: #fff;
transition: all 0.3s ease;
}

.accordion-button:focus {
box-shadow: none;
}

.accordion-item {border: none;margin-bottom: 15px;border-radius: 12px;/* transition: box-shadow 0.3s ease; */border: 1px solid rgba(0,0,0,0.1) !important;}

.accordion-item.active {
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.accordion-button::after {
transform: scale(1.3);
transition: transform 0.3s;
}

/* Contact - FAQ css end */



/* ==============  CSS ==================== */
.custom_box{
  background-color: #fff; 
  padding: 30px 100px; 
  border-radius: 15px
}  

.custom_box .input{
  width: 100%;
  height: 100%;
  border: none;
  font-size: 17px;
  border-bottom: 2px solid #8D8D8D;
}

.common_img_box{
  background-image: url('/assets/default/img/home/common_img.png'); 
  background-size: cover;
  background-position: center; 
  background-repeat: no-repeat;
}

.common_head {
  padding-top: 120px;
}
.common_margin{
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .common_head {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .custom_box{
    padding: 25px 45px;
  }
}

/*--------------------------------------------------------------
# Reponsive css
--------------------------------------------------------------*/
@media(max-width:1280px){
  :root{
      --ptb80:60px;
      --fs44:36px;
      --fs32:28px;
      --lh60:50px;
      --fs40:32px;
      --fs32:28px;
      --fs58:50px;
      --fs22: 20px;
  }
  .testimonial_slider::before {
      width: calc(100% + 30px);
  }
  .owl-nav {
      padding: 0px 10px;
  }
  .box_over::before {
      width: 400px;
      height: 400px;
      left: 56%;
      top: unset;
      bottom: -40px;
  }
  .plain_box p {
      font-size: 16px;
  }
  .testimonial_slider .testimonial_bottom {
      padding: 20px 15px;
  }
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 100% !important;
  }
  .inner_blog_box {
      grid-gap: 20px;
      grid-template-columns: 42% auto;
  }
  .slider-search {
      min-height: 78px;
      padding: 15px;
  }
  .footer_grid > div {
      width: 50%;
  }
}
@media(max-width:991px){
  :root{
       --fs58:48px;
  }
  .try_grid > div {
      width: 100% !important;
  }
  .video_grid {
      grid-row-gap: 40px;
  }
  .video_grid .video_content {
      order: 1;
  }
  .video_grid .video_box {
      order: 2;
  }
  .row.video_grid {
      padding-top: 60px;
  }
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 100% !important;
  }

  .learning_box .custom_btn_color {
    background: transparent;
    margin: 0px !important;
    padding: 0px;
    font-size: 0px !important;
  }
  .learning_box .custom_btn_color i {
    color: var(--black);
  }
}
@media(max-width:900px){
  .hero_sec .row > div {
      max-width: 100% !important;
      width: 100% !important;
      flex: 100%;
  }
}
@media(max-width:767px){
  :root{
      --fs20: 18px;
      --fs22: 20px;
      --fs24: 22px;
      --fs28:26px;
      --ptb80:50px;
      --fs44: 29px;
      --fs32: 26px;
      --lh60: 40px;
       --fs58:40px;
      --fs40: 28px;
      --fs32: 26px;
  }
  .testimonial_slider .owl-item .testimonial_inner {
      margin-top: -30px !important;
  }
  .try_slider .owl-nav{
      display: none !important;
  }
  .try_box  .user_list{
      margin-top: 30px;
  }
  .box_over::before {
      width: 300px;
      height: 300px;
  }
  .try_right {
      min-height: 296px;
  }
  .try_slider .item, .talk_sec .item {
      padding: 10px 8% 0px;
  }
  .plain_box h4 {
      margin: 0px 0px 24px;
  }
  .plain_box ul ,.plain_box img{
      margin: 0px auto 30px;
  }
  .plain_box {
      padding: 50px 15px 30px;
  }
  .talk_sec .topleft, .talk_sec .bottomright,.try_now_sec .bottomright,.try_now_sec .topright,.try_now_sec .bottomleft {
      display: none;
  }
  .subscribe_sec {
      background-image: unset !important;
      background-color: #f3f8fa;
  }
  .talk_sec {
      padding-bottom: 0px;
  }
  br{
      display: none;
  }
  .inner_blog_box,.join_sec {
      grid-template-columns:repeat(1,1fr);
  }
  .footer_grid > div {
      width: 100%;
  }
  .join_sec {
      grid-gap: 30px;
      padding: 40px 20px;
  }
  .slider-search {
      min-height: 68px;
  }
}
@media(max-width:375px){
  :root{
      --fs58: 35px;
  }
}


/* search bar CSS start */
form.search_box {
  position: absolute;
  right: 0px;
  top: 49px;
}
.icon_box li{
  cursor: pointer;
}
.search_box {
  transition:all 0.5s;
  transform: scale(1,0);
  transform-origin: top;
}
.search_box.active{
  transform:scale(1,1);
  transform-origin: top;
}

.flagstrap .dropdown-menu {
position: absolute;
top: -7px;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 180px;
padding: 5px 0;
margin: 5px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 6px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
max-height: 300px;
overflow-y: auto;
}
.flagstrap .dropdown-menu li a {
display: flex;
align-items: center;
padding: 8px 16px;
color: #333;
font-weight: 400;
text-decoration: none;
transition: background-color 0.2s ease;
}
.flagstrap .dropdown-menu li a:hover {
background-color: #f0f0f0;
}
.flagstrap-icon {
width: 20px;
height: 15px;
background-size: cover;
display: inline-block;
}

.flagstrap {
  display: inline-block;
  position: relative;
  width: 100%;
}

/* Example flags (replace these with real flag image URLs or sprite icons) */
.flagstrap-us {
background-image: url('/assets/default/img/flag/us.svg');  
}
.flagstrap-iq {
background-image: url('/assets/default/img/flag/iq.svg');
}
.flagstrap-es {
background-image: url('/assets/default/img/flag/es.svg');
}
.menu-category > ul > li .cat-dropdown-menu.active {
  opacity: 1;
  visibility: visible;
}
.cat-dropdown-menu {
display: none;
position: absolute;
top: 100%;
left: 0;
background: #ffffff;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
min-width: 240px;
z-index: 1000;
padding: 15px 0;
border-radius: 8px;
transition: all 0.3s ease;
}

.cat-dropdown-menu li {
list-style: none;
}

.cat-dropdown-menu a {
display: flex;
align-items: center;
padding: 12px 20px;
font-size: 15px;
color: #333;
transition: all 0.2s ease;
text-decoration: none;
}

.cat-dropdown-menu a:hover {
background-color: #f5f5f5;
color: #000;
}

.cat-dropdown-menu-icon {
color: #666;
font-size: 16px;
width: 20px;
}
.menu-category > ul > li a {
  padding: 0px;
}
.menu-category > ul > li .cat-dropdown-menu {
top: 52px !important;
}
.common_img_box  a{
  text-decoration: none;
}
.custom-control-label::before,.custom-control-label::after{
  width:18px !important;
  height:18px !important;
  top: 1px!important;
}
.faq_section .custom_box{
  overflow: hidden;
  position: relative;
}  
.faq_section .faq-box * {
  z-index: 2;
  position: relative;
}
.faq_section button{
  border:unset !important;
  outline: unset !important;
}
.faq_section .accordion-item{
  border: 1px solid rgab(0,0,0,0.1) !important;
  border-radius: 10px !important;
}
@media(max-width: 730px){
  .login_signup_box .cover {
    display: none !important;
  }
  .login_signup_box .form-content .login-form,
  .login_signup_box .form-content .signup-form {
    width: 100%;
  }
  .login_signup_box .form-content .signup-form {
    display: none !important;
  }
  .login_signup_box #flip:checked ~ .forms .signup-form {
    display: block !important;
  }
  .login_signup_box #flip:checked ~ .forms .login-form {
    display: none !important;
  }
}
/* search bar CSS end */


@media(min-width: 992px){
  form.search_box {
      position: unset;
  }
  .search_box {
      transform: scale(1, 1);
      transform-origin: top;
  }
  .search_btn{
      display: none;
  }
  .language_box{
      margin-left: 10px;
  }
  .toggle_btn{
      display: none;
  }
  .learning_box i {
      display: none;
  }
}
@media(max-width: 1024px){
  div#navbarContent {
      margin-left: 10px !important;
  }
}
@media(max-width:991px){
  .nav_menu {
      position: fixed;
      top: 65px;
      width: 100%;
      background-color: var(--white);
      left: 0px;
      margin: 0px !important;
      padding: 10px 0px 20px;
  }
  div#navbarContent {
      margin-left: 0px !important;
  }
  .nav_menu li a {
      padding: 10px 15px !important;
      border-bottom: 1px solid #f4f4f4;
  }
  .nav_menu li {
      padding: 0px !important;
  }
  form.search_box {
      right: 15px;
      top: 52px;
  }
  .learning_box .custom_btn_color {
      background: transparent;
      margin: 0px !important;
      padding: 0px;
      font-size: 0px !important;
  }
  .learning_box {
      max-width: fit-content !important;
  }
  .learning_box .custom_btn_color i {
      font-size: 16px;
  }
  .icon_box  li {
      padding: 0px 6px !important;
  }
  .icon_box {
      padding-right: 8px;
  }
  .toggle_btn {
      margin-right: -10px;
      margin-left: 8px;
  }
  .nav_menu {
       transform: scaleY(0);
      transform-origin: top;
      transition: all 0.4s;
  }
  .nav_menu.show{
       transform: scaleY(1);
  }
  .video_popup video {
      height: 300px;
  }
}
