a {
  text-decoration: none;
  
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'Effra-Bold';
  src: url(../fonts/Effra\ Bold.ttf);
}

@font-face {
  font-family: 'Effra-Regular';
  src: url(../fonts/alfont_com_AlFont_com_Effra_Rg.ttf)
}

body {
  margin: 0;
  direction: rtl;
  font-family: 'Effra-Regular';
}

/*header*/
.navbar {
  color: #141414;
  /* padding: 5px 16px; */
  border-radius: 0;
  border: none;
  background: #FFFFFF;
box-shadow: 0px 10px 36px rgba(0, 0, 0, 0.06);
}
.navbar img {
  border-radius: 50%;
  width: 75px;
  height: 75px;
  margin-right: 10px;
}


.navbar .nav-item span {
  position: relative;
  top: -22px;
}
.navbar-nav{
  margin: 0px 220px 0px 0px;
}
.dropdown{margin: 0px 135px 0px 0px;}
.navbar .navbar-nav > a {
  padding: 8px 15px;
  font-weight: 400;
  font-size: 20px;
  /* line-height: 24px; */
  letter-spacing: -0.011em;
  color: #141414;
}
.navbar .navbar-nav > a:hover, .navbar .navbar-nav > a:focus {
  color: #5832CE;
  text-shadow: 0 0 4px rgba(255,255,255,0.3);
}
.navbar .navbar-nav > a::after , .navbar .navbar-nav > a:focus {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 2.8em;
  content: "";
 border: 0;
  border-bottom:  3px solid;
}

/* .navbar .nav-item.open > a, .navbar .nav-item.open > a:hover, .navbar .nav-item.open > a:focus {
  color: #fff;
  background: none !important;
} */
.dropdown .name h6{
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #141414;
}
.dropdown .name p{
  font-weight: 500;
font-size: 18px;
line-height: 24px;
letter-spacing: -0.011em;
color: rgba(20, 20, 20, 0.3);
}
.navbar .dropdown-menu {
  direction: rtl;
  background: #FFFFFF;
  box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  width: 200px;
}
.navbar .dropdown-menu a {
  color: #777 !important;
  padding: 8px 20px;
  line-height: normal;
  font-size: 15px;
}
.navbar .dropdown-menu a:hover, .navbar .dropdown-menu a:focus {
  color: #333 !important;
  background: transparent !important;
}
.navbar .navbar-nav .active a, .navbar .navbar-nav .active a:hover, .navbar .navbar-nav .active a:focus {
  color: #fff;
  text-shadow: 0 0 4px rgba(255,255,255,0.2);
  background: transparent !important;
}
.navbar .navbar-nav .user-action {
  padding: 9px 15px;
  font-size: 15px;
}
.navbar .navbar-toggle {
  border-color: #fff;
}
.navbar .navbar-toggle .icon-bar {
  background: #fff;
}
.navbar .navbar-toggle:focus, .navbar .navbar-toggle:hover {
  background: transparent;
}
.navbar .navbar-nav .open .dropdown-menu {
  background: #faf7fd;
  border-radius: 1px;
  border-color: #faf7fd;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.navbar .divider {
  background-color: #e9ecef !important;
}
@media (min-width: 1200px){
  .form-inline .input-group {
      width: 350px;
      margin-left: 30px;
  }
}
@media (max-width: 1199px){
  .navbar .navbar-nav > a > i {
      display: inline-block;			
      text-align: left;
      min-width: 30px;
      position: relative;
      top: 4px;
  }
  .navbar .navbar-collapse {
      border: none;
      box-shadow: none;
      padding: 0;
  }
  .navbar .navbar-form {
      border: none;			
      display: block;
      margin: 10px 0;
      padding: 0;
  }
  .navbar .navbar-nav {
      margin: 8px 0;
  }
  .navbar .navbar-toggle {
      margin-right: 0;
  }
  .input-group {
      width: 100%;
  }
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 93px;
    right: 166px;
}
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0 solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
/* header nav ul li a {
  font-size: 21px;
  color: #141414;
  font-weight: 500;
  font-size: 20px;
} */

header nav .button1,
.button2{
  text-align: center;
  width: 105px;
  height: 38px;
  margin: 0px 4px;
  border-radius: 30px;
  border: 0;
  transition: all .9s ease;
  cursor: pointer;
  font-size: 15px;
}

header nav .button1,.sect6 .butt .butt1, .teachers-sec2 .butt1{
  background: #5832CE;
  color: #fff;
}

header nav .button2{
  border: 1px solid #141414;
  color: #141414;
}

.button1:hover ,.sect6 .butt .butt1:hover ,.teachers-sec2 .butt1:hover{
  background: #37207d;
  color: #FFF;
  transition: all .9s ease;
}

.button2:hover ,.sect6 .butt .butt2:hover{
  background: #141414;
  color: #fff;
  transition: all .9s ease;
}
 /* header .nav-item img{
width: 36%;
} 
header .nav-item .name h6,p{
  font-weight: 500;
font-size: 17px;
line-height: 24px;
text-align: right;
letter-spacing: -0.011em;
margin-right: 10px;
}
header .nav-item .name h6{color: #141414;margin-top: 15px; }
header .nav-item .name p{color: #1414144d;} */
/* main*/
/* main{
  background: #f8f8f8;
}
h5 {
  font-weight: 500;
  font-size: 38px;
  line-height: 78px;
  letter-spacing: -0.011em;
  color: #141414;
  transform: rotate(-0.07deg);
}

.p-top {
  font-weight: 300;
  font-size: 20px;
  line-height: 4px;
  letter-spacing: -0.011em;
  color: #141414;
  padding-bottom: 40px;
}

/* main section1*/
.sect1 .image ,.sect4 .image{
  position: relative;
}

/* .sect1 .image {} */

.sect1 .image .svg {
 
  margin-top: 10px;
  width: 442px;
  height: 299px;
  
}

.sect1 .image .box{
  position: absolute;
  top: 8px;
  left: 69px;
  z-index: -1;
}

.sect1 h6 {
  font-weight: 500;
  font-size: 42px;
  line-height: 58px;
  letter-spacing: -0.011em;
  color: #141414;
  padding: 90px 70px 0px;
}

.sect1 p {
  font-weight: 300;
  font-size: 22px;
  line-height: 35px;
  letter-spacing: -0.011em;
  color: #141414;
}

.sect1 .button1-sect1,
.button2-sect1 {
  padding: 8px 21px;
  margin: 0px 4px;
  border-radius: 30px;
  border: 0;
  transition: all .7s ease;
  cursor: pointer;
  font-family: 'Cairo-SemiBold';
  font-size: 17px;
}

.sect1 .button1-sect1 {
  background: #1DCAFF;
  border-radius: 39px;
  color: #FFF;
}

.button1-sect1:hover {
  background: #1297c0;
  transition: all .9s ease;
}

.sect1 .button2-sect1 {
  border: 1px solid #000;
  color: #0D0723;
}

.button2-sect1:hover {
  background: #000;
  color: #FFF;
  transition: all .9s ease;
}

.sect1 .vidio {
  margin: -10px 141px;
}

/* main section2*/
.sect2 .box-shadow {
  background: #FFFFFF;
  box-shadow: 0px 12px 50px #00000014;
  border-radius: 39px;
  height: 270px;
}

.sect2 .box-shadow .text h6 {
  font-weight: 500;
  font-size: 25px;
  line-height: 68px;
  letter-spacing: -0.011em;
  color: #141414;
}

.sect2 .box-shadow .text p {
  font-weight: 300;
  font-size: 17px;
  line-height: 0px;
  letter-spacing: -0.011em;
  color: #141414;
}

/* main section3*/
.sect3 {
  background: rgba(248, 248, 248, 0.8);
}

.sect3 h6,
.sect4 h6 {
  font-weight: 500;
  font-size: 28px;
  line-height: 52px;
  letter-spacing: -0.011em;
  color: #141414;
  padding: 90px 0px 0px;
  text-align: right;
}

.sect3 p,
.sect4 p {
  font-weight: 300;
  font-size: 19px;
  line-height: 26px;
  letter-spacing: -0.011em;
  color: #141414b7;
  text-align: right;
}

.sect3 .button1-sect3,
.sect4 .button1-sect4 {
  color: #FFF;
  padding: 8px 21px;
  margin: 0px 4px;
  border-radius: 30px;
  border: 0;
  transition: all .7s ease;
  cursor: pointer;
  font-family: 'Cairo-SemiBold';
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.011em;
}
.sect3 .button1-sect3 {
  background: #FFD31A;
}
.button1-sect3:hover {
  background: #efc418;
  transition: all .9s ease;
}
.sect3 .col-lg-5 {
  padding-right: 100px;
  padding-left: 80px;
}

/* main section4*/
.sect4 .button1-sect4 {
  background: #5832CE;
}
.button1-sect4:hover {
  background: #37207d;
  transition: all .9s ease;
}
.sect4 .col-lg-5 {
  padding-right: 200px;
}
.sect4 p {
  padding-left: 50px;
}
.sect4 .image img{
  width: 33%;
  z-index: 10;
  }
  .sect4 .image .box  svg {
   
    margin-top: 10px;
    width: 442px;
    height: 299px;
    
  }
  
  .sect4 .image  .box {
    position: absolute;
    top: 46px;
    left: 107px;
    z-index: -1;
  }
  .sect4 .image  .icon {
    position: absolute;
    top: 304px;
    left: 273px;
    z-index: 20;
    border-radius: 37px;
    background: #5832CE;
    width: 107px;
    height: 90px;
  }

/* main section5*/
.sect5 .box-shadow,.sect6 .box-shadow, .Coaches .box-shadow,
.CourseDetails_sect2 .box-shadow,
.Coaches_sect4 .box-shadow{
  background: #FFFFFF; 
box-shadow: 0px 12px 50px #00000014;
border-radius: 25px;
padding-bottom: 30px;
}
.sect5 .box-shadow .part1{
  width: 79px;height: 26px;
  background: #EFEBFB;
border-radius: 39px;
}
.sect5 .box-shadow .part1 p{
font-weight: 500;
font-size: 14px;
line-height: 20px;
text-align: right;
letter-spacing: -0.011em;
color: #5832CE;
}
.sect5 .box-shadow .part2 p{
  font-weight: 500;
  font-size: 16px;
  line-height: 11px;
  letter-spacing: -0.011em;
  color: #5832CE;
}
.sect5 .box-shadow .part3 h6{
font-weight: 500;
font-size: 25px;
line-height: 30px;
letter-spacing: -0.011em;
padding-right: 20px;
color: #141414;
}
.sect5 .box-shadow .part3 p{
  font-weight: 300;
font-size: 19px;
line-height: 30px;
letter-spacing: -0.011em;
color: #141414b7;
}

.sect5 .box-shadow .part4 .butt1 ,.part5 .butt2,
.CourseDetails_sect2 .box-shadow .part4 .butt1,
.CourseDetails_sect2 .box-shadow .part5 .butt2{
  border-radius: 30px; width: 80%;
  height: 50px;
}
.sect5 .box-shadow .part4 .butt1,.CourseDetails_sect2 .box-shadow .part4 .butt1  {
  background: #5832CE;color: #FFF;
}
.sect5 .box-shadow .part4 .butt1:hover ,.CourseDetails_sect2 .box-shadow .part4 .butt1:hover {
  background: #37207d;
  transition: all .9s ease;
}
.sect5 .box-shadow .part5 .butt2 ,.CourseDetails_sect2 .box-shadow .part5 .butt2 {
  background: #FFFF;color: #5832CE;
  border: 1px solid #5832CE;
}
.sect5 .box-shadow .part5  .butt2:hover ,.CourseDetails_sect2 .box-shadow .part5 .butt2:hover{
  background: #5832CE;color: #FFF;
  transition: all .9s ease;
}

.sect5 .more,.sect6 .more{
  border-radius: 30px; width: 170px;
  height: 55px;background: #FFD31A;
  font-weight: 500;
font-size: 20px;
line-height: 20px;
letter-spacing: -0.011em;
color: #FFFFFF;
transition: all .9s ease;
}.sect5 .more:hover ,.sect6 .more:hover{
  background: #efc418;
  transition: all .9s ease;
}
/* main section6*/
.sect6 .box-shadow{ 
  position: relative;
  padding-top: 90px;
}
.sect6 .box-shadow img{
width: 140px;
border-radius: 20px;
position: absolute;
right: 133px;
    top: -66px;
}
.sect6 .box-shadow .personal h6{
font-weight: 500;
font-size: 24px;
line-height: 15px;
letter-spacing: -0.011em;
color: #141414;
transform: rotate(-0.07deg);
}
.sect6 .box-shadow .personal p{
font-weight: 400;
font-size: 16px;
line-height: 36px;
letter-spacing: -0.011em;
color: #14141480;
transform: rotate(-0.07deg);
}
.sect6 .box-shadow .personal .pricehour {
font-weight: 400;
font-size: 18px;
line-height: 53px;
letter-spacing: -0.011em;
color: #141414;
transform: rotate(-0.07deg);
}

.sect6 .butt .butt1,.sect6 .butt .butt2,.teachers-sec2 .butt1 {
  width: 100px;
  height: 35px;
    margin: 0px 4px;
    border-radius: 30px;
    border: 0;
    transition: all .9s ease;
    cursor: pointer;
    font-size: 14px;
}
.teachers-sec2 .butt1 {
  width: 135px;
  height: 44px;
}
.sect6 .butt .butt2 {
  border: 1px solid #141414;
  color: #141414;
}
.owl-carousel{
  height: 300px;
  margin-top: 100px;
}
.sect7 .box-shadow{
  width: 250px;
  background: #FFFFFF;
  box-shadow: 0px 12px 50px #00000014;
  border-radius: 25px;
}
.sect9{
  height: 400px;
  background: #5932cde6  ;
}
.sect9 h6{
  font-weight: 500;
font-size: 22px;
line-height: 38px;
letter-spacing: -0.011em;
color: #FFFFFF;
transform: rotate(-0.07deg);
}
.sect9 p{
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: rgba(255, 255, 255, 0.5);
}
.sect9 .Subscribe{
  background: #FFFFFF;
border-radius: 91px;
height: 60px;
}
.sect9 .Subscribe input{
  /* color: #14141433; */
  border-radius: 91px;
  width: 75%;
  border: 0px solid #FFFF;
  box-shadow: #FFFF;
}
.sect9 .Subscribe .butt{
  background: #5832CE;
border-radius: 61px;
width: 103px;
height: 36px;
transition: all .9s ease;
}
.sect9 .Subscribe .butt:hover{
  background: #37207d;
  transition: all .9s ease;
}
.sect9 .Subscribe .butt a{
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 0%;
  color: #FCFEFF;
}
/* من نحن*/
.whoAreWe-P1 h6{
  font-weight: 500;
  font-size: 35px;
  line-height: 58px;
  letter-spacing: -0.011em;
  color: #141414;
  padding-top: 80px;
  padding-right: 50px;
}
.whoAreWe-P1 p, .whoAreWe-P3 p{
  font-weight: 300;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: -0.011em;
  color: #141414;
  padding-left: 140px;
  padding-right: 50px;
}

.whoAreWe-P2 .box-shadow{
  background: #FFFFFF;
  box-shadow: 0px 12px 50px #00000014;
  border-radius: 25px;
  padding-bottom: 30px;
}

.whoAreWe-P2 .box-shadow .text h6{ 
  font-weight: 400;
  font-size: 26px;
  line-height: 78px;
  letter-spacing: -0.011em;
  color: #141414;
  transform: rotate(-0.11deg);
  padding: 0px 30px;
}

.whoAreWe-P2 .box-shadow .text p{
  font-weight: 300;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: -0.011em;
  color: #141414d3;
  transform: matrix(1, 0, 0, 1, 0, 0);
  padding: 0px 30px;
}

.whoAreWe-P3{
  background: #5832CE;
  height: 500px;
  
  margin: 100px 0;
  /* height: 1000px; */
}
.whoAreWe-P3 h6{
  font-weight: 700;
font-size: 32px;
line-height: 78px;
letter-spacing: -0.011em;
color: #FFFFFF;
padding: 0px 30px;
transform: rotate(-0.11deg);
}
.whoAreWe-P3 p{
  /* font-weight: 300; */
font-size: 20px;
line-height: 44px;
letter-spacing: -0.011em;
color: #FFFFFF;
padding: 0px 30px;
transform: rotate(-0.07deg);
}


.CourseDetails_sect1 {
  background: #5832CE;
  height: 310px;
  position: relative;
}
.CourseDetails_sect1 .part1 p{
  font-weight: 400;
font-size: 16px;
line-height: 30px;
letter-spacing: -0.011em;
transform: rotate(-0.11deg);
}
.CourseDetails_sect1 .part2{
   width: 120px;
    height: 36px;
    background: #ffffff26;
    border-radius: 39px;
    color: #FFF;
    font-size: 16px;
}
.CourseDetails_sect1 .part3 p{
  font-weight: 700;
font-size: 24px;
padding-left: 20px;
letter-spacing: -0.011em;
color: #FFFFFF;
transform: rotate(-0.11deg);
}
.CourseDetails_sect1 .part4 p{
  font-weight: 300;
  font-size:20px;
  line-height: 55px;
  letter-spacing: -0.011em;
  color: #FFFFFF;
  transform: rotate(-0.07deg);
}


.accordion-button::after {
  margin-right: auto;
  margin-left: 0;
}

.CourseDetails_sect2 .head{
  box-shadow:  #f4f1f1;
  width: 100%;
  padding-top: 25px
  ;
}
.CourseDetails_sect2 .head a{
  font-weight: 400;
  font-size: 22px;
  line-height: 78px;
  letter-spacing: -0.011em;
  color: rgba(20, 20, 20, 0.9);
  transform: rotate(-0.11deg);
}
.CourseDetails_sect2 .Description h6, .you_learn h6, .Coaches h6{
font-weight: 500;
font-size: 26px;
line-height: 58px;
letter-spacing: -0.011em;
color: #141414;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.CourseDetails_sect2 .Description p, .you_learn p{
font-weight: 300;
font-size: 20px;
line-height: 38px;
color: rgba(13, 7, 34, 0.7);
transform: rotate(-0.07deg);
}

.CourseDetails_sect2 .Description p{ width: 77%;}
.CourseDetails_sect2 .Coaches .box-shadow img{width: 110px; margin-top: 30px;}
.CourseDetails_sect2 .Coaches .box-shadow h6{
  font-weight: 400;
font-size: 22px;
line-height: 40px;
letter-spacing: -0.011em;

color: #141414;
}
.CourseDetails_sect2 .Coaches .box-shadow p {
  font-weight: 400;
font-size: 18px;
line-height: 30px;
letter-spacing: -0.011em;
color: rgba(20, 20, 20, 0.5);
}

.CourseDetails_sect2 .sec2  .box-shadow .part2 h6 {
  font-weight: 600;
font-size: 20px;
letter-spacing: -0.011em;
color: #141414;
}
.CourseDetails_sect2 .sec2  .box-shadow .part2 p {
  font-weight: 600;
  font-size: 19px;;
  letter-spacing: -0.011em;
  color: #5832CE
}

.CourseDetails_sect2 .sec2  .box-shadow .part3 h6 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.011em;
  color: #141414;
}
.CourseDetails_sect2 .sec2  .box-shadow .part3 p {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.011em;
  color: hsla(0, 0%, 8%, 0.894);
}
.CourseDetails_sect2 .sec2 ,.CourseDetails_img .image{
position: absolute;
left: 140px;
top: -357.5px;
}
.Coaches_sect1{
  background: #5832CE;
  height: 400px;
}
.Coaches_sect1 .personal{
  padding-top: 70px;
}
.Coaches_sect1 .butt{
padding-top: 130px;
}
.Coaches_sect1 .butt {padding-top:136px ;}

.Coaches_sect1 .butt .butt1,.Coaches_sect1 .butt .butt2 {
  width: 135px;
  height: 42px;
    margin: 0px 4px;
    border-radius: 30px;
    border: 0;
    transition: all .9s ease;
    cursor: pointer;
    font-size: 14px;
}
.Coaches_sect1 .butt .butt1 {
 background: #FFFFFF;
  color: #5832CE;
  transition: all .9s ease;
}
.Coaches_sect1 .butt .butt1:hover {
  background: #ffffffd2;
  transition: all .9s ease;
}
.Coaches_sect1 .butt .butt2 {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  transition: all .9s ease;
}
.Coaches_sect1 .butt .butt2:hover {
  border: 1px solid #6b3df5;
  transition: all .9s ease;
}
.Coaches_sect2,.CourseDetails_sect2 .head{
  border-bottom: 1px solid #f1efef;
}
.Coaches_sect2 p ,.CourseDetails_sect2 .head p{
  font-weight: 400;
font-size: 26px;
line-height: 58px;
letter-spacing: -0.011em;
color: rgba(20, 20, 20, 0.9);
transform: rotate(-0.11deg);
}
.CourseDetails_sect2 .head .Description::after, .Coaches_sect2 .part1::after{
  content: "";
  position: absolute;
  border-bottom: 3px solid #5832CE;
  width: 49px;
  left: 48%;
  top: 124%;
  transform: translate(-50%, -50%);
}
.Coaches_sect3 .butt1{
  width: 80%;
  height: 50px;
  border: 1px solid #000000;
  background:#FFF;
  color:#000000;
border-radius: 39px;
transition: all .9s ease;
}
.Coaches_sect3 .butt1:hover{
  background:#000;
  color:#FFF;
  transition: all .9s ease;
}
.Coaches_sect4 .box-shadow{
  /* height: 240px; */
  padding: 43px 51px;
}


.form-select{
  background-position: left  0.75rem center;
  border: none;
}
.teachers-sec2 .drow{
  background: #FFFFFF;
box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.08);
border-radius: 54px;
/* width: 100%; */
/* position: absolute; */
}
/* .teachers-sec2 {
  position: absolute;
} */
.drow .coachs,.price{
  border-right:2px solid #F0F0F0;
/* border-radius: 39px; */
}

@media (max-width: 992px){
  .drow .drow-row{justify-content: center;}
  .drow .col-lg-3{
    padding: 10px 20px ;
    width: 80%;
    border: 0px;
    border-bottom:2px solid #F0F0F0;
  /* border-radius: 39px; */
  }
  .drow .col-lg-2{
margin-top: 20px;
  }
}
.Coaches_sect3 .butt {
  width: 80%;
  height: 50px;
  background: #5832CE;
  color: #FFF;
  border-radius: 39px;
  transition: all .9s ease;
  font-weight: 500;
font-size: 20px;
line-height: 27px;
letter-spacing: -0.011em;
}
.Coaches_sect3 .butt:hover{
  background:#37207d;
  color: #FFF;
  transition: all .9s ease;
}
.form_sec{
  background: #FFFFFF;
  box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  padding: 70px 60px;
}
.form_sec label{
  font-weight: 500;
font-size: 18px;
line-height: 42px;
color: #333333;
}
/* .form-control {
  padding: 0.8rem 1.75rem;
  color: #33333380;
  background: #FAFAFA;
border: 1px solid #E8E8E8;
border-radius: 10px;
} */
.form_sec button{
  background: #5832CE;
border-radius: 39px;
color: #FFF;
width: 115px;
height: 50px;
}
.form_sec button:hover {
  background:#37207d;
  color:#FFF;
  transition: all .9s ease;
}
.paying_sec ,.kourse_sec{
  background: #FFFFFF;
box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.08);
border-radius: 25px; 

}
.paying_sec{padding: 0px 25px}
.paying_sec .text ,.paying_sec .butt{padding: 43px 25px 0px;}
.paying_sec .butt{padding: 43px 25px 0px;}
.kourse_sec{ padding: 43px 43px;}
.paying_sec .button {
  width: 90%;
  height: 60px;
  background: #5832CE;
  box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.08);
  border-radius: 23px;
  color: #FFF;
  transition: all .9s ease;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.011em;

}
.paying_sec .button:hover {
  background:#37207d;
  color:#FFF;
  transition: all .9s ease;}

/* .kourse_sec img{width: 260px;} */
.kourse_sec .text{ margin-right: 30px;}

.shopping_cart input:checked ~ {
  accent-color: #5832CE;
}
/* input{
  border: #FFF !important;
  box-shadow: #FFF !important;
} */
.form-check-input:checked {
  background-color:#1DCAFF;
  border-color: #1DCAFF;}
  .form-check .form-check-input {
    float: right;}


    .nav-pills .nav-link.active, .nav-pills  .nav-link{
      font-style: normal;
font-weight: 400;
font-size: 22px;
line-height: 38px;
text-align: center;
letter-spacing: -0.011em;
color: rgba(20, 20, 20, 0.9);
transform: rotate(-0.11deg);
    }
    .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
      background-color: #FFF;
      border-bottom: 3px solid #5832CE;
      border-radius: 0px !important;
  }

  .accordion-button:not(.collapsed) {
     box-shadow:inset 0 calc(var(    --bs-white) * -1) 0 var(--bs-white);}


.CourseDetails_img .tabs-warper .nav_position{
  position: relative;top: -74px; border-radius: 20px; background: #FFF;
  height: 100%; box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.08);
}








/*footer*/
footer {
  background: #0D0723;
  box-shadow: 0px 12px 50px #00000014;
  color: #ffffff80;
  font-weight: 200;
}
footer .parg1 {
  color: #ffffff;
}

/* @media (max-width: 1200px) and  (min-width: 801px){ */
  .sec1 .image{
    position: absolute;   z-index: 1;      top: 295px;
    right: 267px;
  /*  */
  }

  @media (max-width: 1400px) and (min-width: 1200px) {
      /* .sect1 .image .box {
        top: 17px;
        left: 110px;
      }
  
      .sect1 .image .box .svg {
        width: 282px;
        height: 238px;
  
      }
      .sec1 .image{
      top: 258px;
  right: 206px;
      } */
      .sect1 .image::before{
        width: 231px !important;
    height: 255px !important;
    top: 16px !important;
    right: 202px !important;
      }

      .sect4 .image img{
        width: 39%;
        }
        
        .sect4 .image  .box {
          position: absolute;
          top: 51px;
    left: 76px;
          z-index: -1;
        }
        .sect4 .image .icon {
          top: 304px;
          left: 238px;
      }
      .sect6 .box-shadow img{
        right:101px;
      }
      
    }
  
    @media (max-width: 1200px) and (min-width: 992px) {
      /* .sect1 .image .box {
        top: 11px;
        left: 111px;
      }
  
      .sect1 .image .box .svg {
        width: 207px;
        height: 201px;
  
      } */
      .sect1 .image::before{
        width: 197px !important;
    height: 215px !important;
    top: 12px !important;
    right: 172px !important;
      }
  
      .whoAreWe-P3 {
        height: 600px;
      }
      .sect6 .box-shadow img{
        right:67px;
      }
      .sec1 .image{
      top: 220px;
    right: 175px;
      }
      .sect4 .image img{
        width: 45%;
        }
        
        .sect4 .image  .box {
          position: absolute;
          top: 58px;
          left: 29px;
          z-index: -1;
        }
        .sect4 .image .icon {
          
          top: 312px;
          left: 192px;
      }
      
    }
  
    @media (max-width: 992px)and (min-width: 768px) {
      /* .sect1 .image .box {
        top: 20px;
        left: 108px;
      }
  
      .sect1 .image .box .svg {
        width: 420px;
        height: 309px;
  
      } */
      .sect1 .image::before{
        width: 286px !important;
        height: 335px !important;
        top: 10px !important;
        right: 259px !important;
      }
  
      .whoAreWe-P3 {
        height: 900px;
      }
  
      .Coaches_sect1 {
        height: 400px;
      }
  
      .Coaches_sect1 .butt {
        padding-top: 19px;
      }
  
      .CourseDetails_sect2 {
        height: 1813px;
      }
  
      .CourseDetails_sect2 .sec2 {
        left: 370px;
        top: 1009px;
      }
      .CourseDetails_img{
        height: 1880px;
      }
      .CourseDetails_img .image{
      left: 41px;
      top: 193px;
      width: 300px;
    }
      .sect6 .box-shadow img{
        right:94px;
      }
      .sec1 .image{
      top: 247px;
      right: 219px;
      }
      .sect4 .image img{
        width: 30%;
        }
        .sect4 .image .box svg {
         
          margin-top: 10px;
          width: 442px;
          height: 299px;
          
        }
        
        .sect4 .image  .box {
          position: absolute;
          top: 45px;
    left: 136px;
          z-index: -1;
        }
        .sect4 .image .icon {
        left: 308px;
        }
        .CourseDetails_sect2 .Description p {
          width: 100%;
      }
    }
  
    @media (max-width:768px) and (min-width: 576px) {
      /* .sect1 .image .box {
        top: 15px;
        left: 108px;
      }
  
      .sect1 .image .box .svg {
        width: 264px;
        height: 226px;
  
      } */
      .sect1 .image::before{
        width: 225px !important;
        height: 253px !important;
        top: 3px !important;
        right: 191px !important;
      }
  
      .whoAreWe-P3 {
        height: 900px;
      }
  
      .Coaches_sect1 {
        height: 430px;
      }
  
      .Coaches_sect1 .butt {
        padding-top: 19px;
      }
  
      .CourseDetails_sect2 {
        height: 1972px;
      }
  
      .CourseDetails_sect2 .sec2 {
        left: 8px;
    top: 1053px;
    width: 100%;
        
      }
      .CourseDetails_img{
        height: 1880px;
      }
      .CourseDetails_img .image {
        left: 45px;
        top: 240px;
    width: 236px;
  }
      .sect6 .box-shadow img{
        right: 171px;
        width: 168px
      }
      .sect6 .box-shadow{
        padding-top: 130px;
      }
      .sec1 .image{
      top: 185px;
      right: 129px;
      }
      .sect4 .image img{
        width: 33%;
        }
        .sect4 .image .box svg {
         
          margin-top: 10px;
          width: 347px;
          height: 259px
          
        }
        
        .sect4 .image  .box {
          position: absolute;
          top: 20px;
    left: 102px;
          z-index: -1;
        }
        .sect4 .image .icon {
          left: 221px;
          top: 238px;
          }
          .CourseDetails_sect2 .Description p {
            width: 100%;
        }
    }
  
    /* 576 */
    @media (max-width:576px) {
      /* .sect1 .image .box {
        top: 15px;
        left: 120px;
      }
  
      .sect1 .image .box .svg {
        width: 264px;
        height: 226px;
  
      } */
      .sect1 .image::before{
        width: 228px !important;
        height: 248px !important;
        top: 10px !important;
        right: 196px !important;
    }
      
  
      .whoAreWe-P3 {
        height: 900px;
      }
  
      .whoAreWe-P3 img {
        width: 300px !important;
      }
  
      .Coaches_sect1 {
        height: 430px;
      }
  
      .Coaches_sect1 .butt {
       padding-top: 11px;
        
      }
  
      .CourseDetails_sect2 {
        height: 2095px;
      }
  
      .CourseDetails_sect2 .sec2 {
        left: 2px;
        top: 1235px;
        width: 100%;
      }
      .CourseDetails_img{
        height: 1880px;
      }
      .CourseDetails_img .image{
        display: none;
      }
      .sect6 .box-shadow img{
        right: 115px;
        width: 168px
      }
      .sect6 .box-shadow{
        padding-top: 130px;
      }
.sec1 .image{
      top: 136px;
      right: 60px;
    }
    .sect4 .image img{
      width: 40%;
      }
      .sect4 .image .box svg {
       
        margin-top: 10px;
        width: 326px;
        height: 290px;
        
      }
      
      .sect4 .image  .box {
        position: absolute;
        top: 35px;
    left: 104px;
        z-index: -1;
      }
      .sect4 .image .icon {
        left: 308px;
        }
        .sect9 .Subscribe .butt {
          margin-left: 10px;
        }
        .CourseDetails_sect1 .part3 p {
          font-size: 18px;
        }
        .Coaches_sect2 p,.CourseDetails_sect2 .head p {
          font-size: 17px;
        }
        .CourseDetails_sect2 .Description p {
          width: 100%;
      }
    /* .teachers-sec2{
      width: 80%;
    } */
    }

    .modal-confirm {
      color: #636363;
      width: 325px;
      font-size: 14px;
  }

  .modal-confirm .modal-content {
    padding: 16px 10px 40px;
      border-radius: 5px;
      border: none;
  }

  .modal-confirm .modal-header {
      border-bottom: none;
      position: relative;
  }

    .modal-confirm h4 {
      text-align: center;
      font-size: 26px;
      margin: 65px 0 -15px;
      font-style: normal;
      font-weight: 500;
      font-size: 27px;
      line-height: 51px;
      letter-spacing: -0.011em;
      color: #5832CE;
    }

  .modal-confirm .form-control,
  .modal-confirm .btn {
      min-height: 40px;
      border-radius: 3px;
  }

  .modal-confirm .close {
      position: absolute;
      top: -5px;
      right: -5px;
  }
 

  .modal-confirm .modal-footer {
      border: none;
      text-align: center;
      border-radius: 5px;
      font-size: 13px;
      flex-direction: row-reverse
  }

  .modal-confirm .icon-box {
      color: #fff;
      position: absolute;
      margin: 0 auto;
      left: 0;
      right: 0;
      top: -35px;
      width: 95px;
      height: 95px;
      border-radius: 50%;
      z-index: 9;
      background: #5832CE;
      padding: 15px;
      text-align: center;
      box-shadow: 0px 2px 2px #0000001a;
  }

  .modal-confirm .icon-box i {
      font-size: 58px;
      position: relative;
      top: 3px;
  }

  .modal-confirm.modal-dialog {
        margin-top: 220px;
    }
  

  .modal-confirm .btn {
      color: #0D0723;
      background: #fff;
      border-radius: 4px;
      transition: all 0.4s;
      line-height: normal;
      border: none;
      
  }

  /* .modal-confirm .btn:hover,
  .modal-confirm .btn:focus {
      background: #6fb32b;
      outline: none;
  } */

  .trigger-btn {
      display: inline-block;
      margin: 0px auto;
  }
  .modal-body p{
  font-weight: 400;
font-size: 20px;
line-height: 20px;
letter-spacing: -0.011em;
color: #26333866;
  }


  .dropbtn {
    background: #F9F9F9;
    border-radius: 16px;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
  }
  .dropbtn button{
    border: 0px;
    background: #F9F9F9;
    color: #14141480;
  }
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background: #F9F9F9;
border-radius: 16px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #f1f1f1}
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .kourses.titel h6{
    font-size: 32px;
  }
  .kourses .titel h6,.kourse h6{font-size: 28px;}
  .kourses .titel h6,.kourse h6{
    font-weight: 500;

line-height: 78px;
letter-spacing: -0.011em;
color: #141414;
transform: rotate(-0.07deg);
  }
  .kourses .titel p{
  font-weight: 300;
font-size: 22px;
line-height: 44px;
letter-spacing: -0.011em;
color: #141414;
  }



  .communication h6{
    font-weight: 500;
font-size: 28px;
line-height: 78px;
letter-spacing: -0.011em;
color: #141414;
transform: rotate(-0.07deg);
  }

  .communication .box-shadow {
    background: #FFFFFF;
    box-shadow: 0px 12px 50px #00000014;
    border-radius: 25px;
    padding: 20px 0px;
  }
  .communication .box-shadow p {
    margin-right: 0px;
    font-weight: 500;
font-size: 27px;
line-height: 38px;
text-align: center;
letter-spacing: -0.011em;
color: #141414;
transform: rotate(-0.07deg);
  } 
  .communication .box-shadow .button{
    background: #5832CE;
border-radius: 39px;
padding: 4px 0px;
margin:0px 150px;
transition: all .9s ease;
  }
  .communication .box-shadow .button p {
    font-weight: 500;
font-size: 20px;
line-height: 7px;
letter-spacing: -0.011em;
color: #FFFFFF;
margin-right: 0px;
  }
  .communication .box-shadow .button:hover{
    background: #37207d;
    transition: all .9s ease;
  }
 
.My_bookings2 .accordion ,.sect8 .accordion {
  border: 0px; --bs-accordion-active-bg: #ffffff !important;    
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25)!important; 
  --bs-accordion-btn-focus-border-color: #ffffff !important;
  --bs-accordion-btn-active-icon: url()!important;
  --bs-accordion-btn-icon: url();
}

.My_bookings2 .accordion-item{border: 0px; margin: 20px 0;}
.accordion-item .accordion-header{border: 0px;}

.My_bookings2 .accordion-item .accordion-header button{
  color: #263041 !important;font-weight: 400;font-size: 20px;line-height: 22px;
}
.My_bookings2 .accordion-item .accordion-collapse{border: 0px;}
.My_bookings2 .accordion-item .accordion-collapse .card-body p{
  font-weight: 300;
font-size: 18px;
line-height: 40px;
letter-spacing: -0.011em;
color: #141414;
padding-right: 35px;
padding-left: 30px;
}
.My_bookings2 .accordion-button p{
  font-weight: 400;
font-size: 22px;
/* line-height: 70px; */
letter-spacing: -0.011em;
color: #141414;

}
.My_bookings2 .accordion-header .accordion-button .add{
  border-bottom: 0.892924px solid #F2F2F2;
    width: 100%;
}
.My_bookings2 .accordion-button:not(.collapsed) {
  color: #000;
}
/* textarea{
  /* row-gap:  6; 
  resize: vertical;
} */
.form-row h6{
  font-weight: 700;
font-size: 25px;
line-height: 42px;
color: #333333;
}
/* @media (max-width:576px) {.form-row h6{font-size: 25px;}} */
.form-row label,.form-group label{
font-weight: 500;
font-size: 21px;
line-height: 42px;
color: #333333;
}

.form_sec .button .btn1 {
  background: #FFF;
  border-radius: 39px;
  color: #5832CE;
  width: 115px;
  height: 40px;
  border: 1px solid #5832CE;
  transition: all .9s ease;
}
.form_sec .button .btn1:hover{
  background: #5832CE;
  color: #FFFF;
  transition: all .9s ease;}
.form_sec .button .btn2 {
  background: #5832CE;
  border-radius: 39px;
  color: #FFF;
  width: 115px;
  height: 40px;
  border: 0px;
  transition: all .9s ease;
}
.form_sec .button .btn2:hover{
  background: #37207d;
    transition: all .9s ease;
}

.form-select{
color:#33333399;
background-image: url(../images/Vector\ \(1\)q.png) !important;
background-size:10px;
border-radius: 9px;
}
.select-border{
  background: #E8E8E8;
border: 1px solid #E8E8E8;
border-radius: 9px;
}  



.btn {
  font-family: 'Open Sans';
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: #fff;
  color: #262626;
  border-radius: 10px;
  height: 50px;
  font-weight: 600;
  min-width: 100px;
  padding: 0px 20px;
  transition: 0.2s ease;
  cursor: pointer;
  outline: 0;
}

.btn:hover {
  color: #FFF;
  background: #455AF7;
}

.btn-small {
  min-width: 50px;
}


.btn-day {
  font-family: 'Open Sans';
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 99;
  outline: 0;
  border-radius: 10px;
  transition: 0.4s all;
}

/* .btn-day.active {
  /* color: #FFF; 
  font-weight: 600;
  z-index: 99;
}

.btn-day.active:hover{
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  color: #FFF; 
  background: #455AF7;
  border-radius: 10px;
  z-index: -1; 
}*/

.text-field {
  padding: 10px;
  height: 50px;
  width: 200px;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  margin: 0px 10px 0 0;
}

.title {
  font-size: 1.3em;
}

.subtitle {
  font-size: 1.1em;
}

/* Calendar */

.container-calendar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  /* background: #ecf1f8; */
}

.calendar-assets {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 10px;
}


.calendar {
  height: 370px;
  width: 100%;
  border-radius: 18px;
  background: #ffffff;
  padding: 10px;
  user-select: none;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 18px 18px 0px 0px;
  padding: 15px;
  height: 50px;
  width: 100%;
  color: #262626;
}

.month {
  font-size: 0.7em;
}

.icon {
  padding: 10px;
  font-size: 1em;
  margin: 0 0 0 5px;
  background: #ffffff;
  color: #455af7;
  border: none;
  cursor: pointer;
  outline: 0;
}

.icon:hover {
  cursor: pointer;
}

#calendar {
  width: 100%;
}

.weekends th {
  font-size: 1em;
  color: gray;
  font-weight: 400;
  width: 40px;
  margin: 10px 0;
}

#calendar tr {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin: 3px;
}

#calendar td {
  display: flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 99;
}


.form_sec  .titel h6{
  font-weight: 600;
font-size: 24px;
line-height: 31px;
letter-spacing: -0.011em;
color: #141414;
transform: rotate(-0.11deg);
}
.form_sec  .titel p{
  font-weight: 300;
font-size: 19px;
line-height: 78px;
letter-spacing: -0.011em;
color: #141414;
transform: rotate(-0.11deg);
}

.form-row p{
  font-weight: 400;
font-size: 18px;
line-height: 42px;
color: rgba(51, 51, 51, 0.3);
}


.owl-carousel .box-shadow{
  background: #FFFFFF;
box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.08);
border-radius: 39px;
/* direction: rtl; */
/* width: 343px; */
/* margin-left: 10px; */
}

.part_four {
  background: #FFFFFF;
box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.08);
border-radius: 25px;
} 
.part_four h6{
font-weight: 500;
  font-size: 24px;
  line-height: 58px;;
  letter-spacing: -0.011em;
  color: #141414;
}

.part_four p{
  font-weight: 300;
                                                                font-size: 20px;
                                                                line-height: 40px;
                                                                letter-spacing: -0.011em;
                                                                color: hsla(0, 0%, 8%, 0.5);padding-left: 10px;
}
.part_four a{
  
  padding: 18px 55px; font-weight: 500;
                                            font-size: 22px;
                                            line-height: 20px;
                                            letter-spacing: -0.011em;
                                            color: #FFFFFF;background: #CCCCCC; border-radius: 39px;
}
.part_four a:hover{
  background: #CCCCCC;
}


.My_bookings2 .box-shadow a{
background: #5832CE;
    border-radius: 39px;
    padding: 18px 55px;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.011em;
    color: #FFFFFF;
}
.My_bookings2 .box-shadow  .day p{
  font-weight: 400;
font-size: 20px;
line-height: 30px;
letter-spacing: -0.011em;

color: #141414;
}

.sect1 .image::before{
  content: '';
  background: #FFD31A;
  border-radius: 47px;
  display: block;
  position: absolute;
  width: 268px;
  height: 298px;
  top: 21px;
  right: 235px;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.expandedPara {
  max-height: 86px;
  transition: height 2s;
  overflow: hidden;
  transition-timing-function: ease;
  position: relative;
}
button:not(:disabled) {
  cursor: pointer;
}
.expandedPara::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 105.85%);
  z-index: 1;
}







