@font-face
{
font-family:rose-med;
src: url(../fonts/ElMessiri-Medium.ttf)
}
@font-face
{
font-family:rose-bold;
src: url(../fonts/ElMessiri-Bold.ttf)
}
body
{
margin: 0 !important;
padding: 0 !important;
width: 100%;
background-color: #f9f9f9;
background-repeat: no-repeat;
direction: rtl;
overflow-x: hidden!important;
font-family:rose-med;
position: relative;
}
html
{
scroll-behavior: smooth;
}
.the-after
{
position: fixed;
left: 0;
width: 100%;
top: 0;
height: 100%;
background-color: #1D1D1D;
display: none;
z-index: 999999999999999999999;
opacity: 0.7;
}
img
{
object-fit: contain !important;
object-position: center center !important;
}
ul
{
padding: 0;
margin: 0 0 0px;
list-style: none;
}
p
{
margin-bottom: 0;
}
a
{
text-decoration: none!important;
}
.mainHeader 
{
  background-color: #ffffff;
padding: 10px 0px;
}
.mainHeader  .logo
{
align-items: center;
display: flex;
justify-content: space-around;
}
.mainHeader  .logo .pic img 
{
display: block;
margin: 0 auto;
}
.mainHeader .mainMenu 
{
margin-top: 30px;
}
.mainHeader .mainMenu ul 
{
text-align: center;
}
.mainHeader .mainMenu ul li
{
display: inline-block;
margin-left: 10px;
margin-right: 10px;
}
.mainHeader .mainMenu ul li a i 
{
margin-left: 5px;
}
.mainHeader .mainMenu ul li a 
{
font-size: 14px;
color: #000;
display: flex ;
font-weight: 700;
align-items: center;
position: relative;
}

.mainHeader .mainMenu ul li a.active::after {
content: '';
position: absolute;
bottom: -10px;
left: 0;
width: 100%;
height: 4px;
background: url(../images/line-active.png) no-repeat center/contain;
}
.mainHeader  .language
{
float: left;
margin-top: 30px;
}
.mainHeader  .language button
{
display: flex;
align-items: flex-start;
background: transparent;
border: none;
font-size: 14px;
font-weight: 700;
color: #000;
justify-content: center;
}
.mainHeader  .language button img 
{
margin-right: 10px;
width: 24px;
height:17px;
}
.mainHeader .logo .userData
{
display: flex;
margin-right: 10px;
margin-top: 10px;
}
.mainHeader .logo .userData img 
{
width: 40px;
height: 40px;
border-radius: 150px;
margin-left: 10px;
}
.mainHeader .logo .userData .data h3
{
margin: 0px;
padding: 0px;
color: #000;
font-size: 14px;
font-weight: 700;
margin-top: 3px;
}
.mainHeader .logo .userData .data h5
{
margin: 0px;
padding: 0px;
color: #000;
font-size: 14px;
font-weight: 700;
margin-top: 5px;
}
.mainHeader .logo .hidden-xx 
{
margin-top: 20px;
display: none;
cursor: pointer;
}
.mainHeader .logo .hidden-xx i 
{
color: #A4A4A4;
font-size: 30px;
}
.intro
{
position: relative;
margin-bottom: 150px;
}

.intro .pic img 
{
width: 50%;
display: block;
margin: 0 auto;
}
.intro .chess img
{
position: absolute;
bottom: -35%;
right: 0px;
left: 0px;
margin: 0 auto;
width: 440px;
}
.intro .studio h5 
{
text-align: left;
font-weight: 700;
letter-spacing: 10px;
font-family: rose-bold;
color: #A4A4A4;
font-size: 52px;   
}
.intro .studio hr 
{
width: 86px;
height: 2px;
opacity: 1;
display: block;
float: left;
border: 2px solid #000!important;
background-color: #000;
margin: 0px;
}

.intro .status h5 
{
text-align: right;
font-weight: 700;
font-family: rose-bold;
color: #343A40;
line-height: 30px;
font-size: 16px;   
}
.intro .status hr 
{
width: 86px;
height: 2px;
opacity: 1;
display: block;
float: right;
border: 2px solid #000!important;
background-color: #000;
margin: 0px;
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 999999;
top: 0;
z-index: 9999999999999;
right: 0;
background-color: #fff;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.sidenav .mainMenu {
margin: 0;
padding: 20px;
}

.sidenav .mainMenu ul li 
{
display: block;
margin: 15px 0;
text-align: right;
}
.sidenav .mainMenu ul li a 
{
color: #000;
font-size: 16px;
font-weight: 700;
}
.sidenav .close-btn {
position: absolute;
top: 0px;
left: 20px;
color: #A4A4A4;
font-size: 80px;
cursor: pointer;
}










.mainHeader .mainMenu .has-mega-menu {
position: relative;
}

.mainHeader .mainMenu .mega-menu-custom {
display: none;
position: absolute;
top: 100%;
right: 0;
background: #fff;
border-radius: 10px;
box-shadow: 0 4px 20px rgba(0,0,0,0.1);
width: 600px;
z-index: 1000;
overflow: hidden;
}
.mainHeader .mainMenu .mega-menu-custom.open {
display: flex;
}

.mainHeader .mainMenu .mega-sidebar {
background: #fff;
width: 220px;
padding: 10px 0;
display: flex;
flex-direction: column;
}
.mainHeader .mainMenu  .menu-item {
padding: 12px 20px;
cursor: pointer;
color: #333;
display: flex;
font-size: 14px;
justify-content: space-between;
align-items: center;
}
.mainHeader .mainMenu .menu-item.active {
background: #2c2c2c;
color: #fff;
}
.mainHeader .mainMenu .mega-content {
flex: 1;
padding: 15px 20px;
}
.mainHeader .mainMenu .submenu-content {
list-style: none;
padding: 0;
margin: 0;
}
.mainHeader .mainMenu .submenu-content li {
margin-bottom: 10px;
display: block!important;
}
.mainHeader .mainMenu .submenu-content li a {
text-decoration: none;
color: #333;
font-size: 12px;
}
.mainHeader .mainMenu .submenu-content.hidden {
display: none;
}
#mySidenav .mega-menu-custom {
display: none;
position: static;
flex-direction: row;
background: #fff;
border-radius: 10px;
margin-top: 10px;
width: 100%;
}

#mySidenav .mega-menu-custom.open {
display: flex;
}

#mySidenav .mega-sidebar 
{
background: #fff;
width: 49%;
padding:20px 15px;

}
#mySidenav .mega-sidebar .menu-item
{
font-size: 14px;
font-weight: 700;
color: #000;
margin-bottom: 20px;
}
#mySidenav .mega-content {
width: 49%;
padding:0px 15px;
}

#mySidenav .submenu-content {
list-style: none;
padding: 0;
margin: 0;
}
#mySidenav .submenu-content li a 
{
font-size: 12px;
}
#mySidenav .submenu-content.hidden {
display: none;
}
.aboutUs 
{
margin-top: 50px;
display: block;
width: 100%;
float: right;
padding-top: 50px;
position: relative;
}
.aboutUs::after
{
background-color: #d4d4d4;
border-bottom-right-radius: 300px;
border-bottom-left-radius: 150px;
content: "";
position: absolute;
width: 100%;
right: 0px;
height: 280px;
top: 0px;
opacity: .1;
}
.theHeadOf
{
text-align: center;
margin-bottom:50px;
}
.theHeadOf h3 
{
font-family: rose-bold;
font-weight: 700;
font-size: 46px;
color: #343A40;
}
.theHeadOf h4
{
font-family: rose-bold;
font-weight: 700;
font-size: 18px;
}
.theHeadOf h4 img 
{
margin: 0px 10px;
}
.theHeadOf p 
{
width: 80%;
display: block;
margin: 0  auto;
line-height: 30px;
color: #666666;
margin-top: 20px;
}
.aboutUs .logo
{
margin-top: 70px;
}
.aboutUs .logo img
{
display: block;
margin: 0 auto;
width: 310px;
margin-bottom: 30px;
}
.aboutUs .theHeadOf{
  margin-bottom: 100px;
}
.aboutUs .aboutDataPic
{
margin-bottom: 20px;
}
.aboutUs .aboutDataPic img 
{
width: 140%;
}
.aboutUs .theFeature 
{
border: 1px solid #E3E3E3;
transition: all .6s ease-in-out;
position: relative;
border-radius: 10px;
margin-bottom: 15px;
background-color: #fff;
padding: 15px 60px;
}
.aboutUs .theFeature h2 
{
font-weight: 700;
font-size: 24px;
color: #343A40;
font-family: rose-bold;
margin-top: 10px;
margin-bottom: 14px;
}
.aboutUs .theFeature p
{
font-weight: 400;
font-size: 16px;
color: #343A40;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2; 
line-clamp: 2; 
-webkit-box-orient: vertical;
}
.aboutUs .theFeature span 
{
transition: all .6s ease-in-out;

position: absolute;
right: -28px;
width: 60px;
height: 60px;
border-radius: 150px;
top: 40px;
padding: 10px;
text-align: center;
line-height: 45px;
font-family: rose-bold;
z-index: 99999;
background: #fff;
border: 1px solid #D2D2D2;

}
.aboutUs .theFeature:hover 
{
background-color: #000;
color: #fff;
}
.aboutUs .theFeature:hover span
{
color: #fff;
color: #000;
border: 2px solid #000;
}
.aboutUs .theFeature:hover h2 
{
color: #fff;
}
.aboutUs .theFeature:hover p
{
color: #fff;
}
.aboutUs .theFeature ul 
{
list-style: disc;
}
.aboutUs .theFeature ul li 
{
font-size: 14px;
margin-top: 10px;
}
.sectionOfClasses 
{
margin-top: 50px;
display: block;
width: 100%;
float: right;
padding: 50px 0px;
position: relative;
border-top-right-radius: 200px;
background-color: #fbfbfb;
}
.sectionOfClasses .the-one 
{
position: relative;
margin-bottom: 25px;
margin-top: 10px;
}
.sectionOfClasses .the-one img 
{
width: 100%;
}
.sectionOfClasses .the-one .content 
{
position: absolute;
bottom: 30px;
width: 90%;
left: 0px;
right: 0px;
margin: 0 auto;
background: rgba(255, 255, 255, 0.66);
box-shadow: inset 17.9333px -17.9333px 17.9333px rgba(194, 194, 194, 0.1), inset -17.9333px 17.9333px 17.9333px rgba(255, 255, 255, 0.1);
backdrop-filter: blur(17.9333px);
border-radius: 17px;
}
.sectionOfClasses .the-one .content h4 
{
margin: 0px;
  text-align: right;
  padding-right: 90px;
  font-size: 12px;
line-height: 60px;
height: 60px;
color: #000;
font-weight: 700;
overflow: hidden;
display: -webkit-box;
transition: all .6s ease-in-out;
-webkit-line-clamp: 1;
line-clamp: 1; 
-webkit-box-orient: vertical;
}
.sectionOfClasses .the-one .content h4 a 
{
background-color: #fff;
position: absolute;
  text-align: center;
right: 0px;
width: 80px;
border-top-right-radius: 17px;
border-bottom-right-radius: 17px;
transition: all .6s ease-in-out;
height: 60px;
top: 0px;
line-height: 70px;
}
.sectionOfClasses .the-one .content h4:hover a
{
background: #000;
color: #fff;    
}
.sectionOfClasses .the-one .content h4:hover i
{
color: #fff;    
}
.sectionOfClasses .the-one .content h4 a i 
{
transform: rotate(320deg);
color: #000;
font-size: 22px;
}
.sectionOfPackages 
{
    margin-top: 25px;
  margin-bottom: 100px;
}
.sectionOfPackages .one 
{
    margin-top: 20px;
  margin-bottom: 30px;
}
.sectionOfPackages .head
{
  margin-top: 25px;
  margin-bottom: 25px;
}
.sectionOfPackages .head h4
{
  color: #000000;
  font-size: 22px;
  font-weight: 700;
}
.sectionOfPackages .one img 
{
    width: 100%;
    border-radius: 12px;
}
.sectionOfPackages .one h2 
{
font-weight: 700;
font-size: 30px;
line-height: 36px;
color: #000000;
text-align: center;
margin-top: 20px;
}
.sectionOfPackages .one p 
{
    font-weight: 400;
    font-size: 20px;
    color: #666666;
}
.sectionOfPackages .one button
{
    outline: none;
    background-color: transparent;
    border: none;
    display: block;
    margin: 0 auto;
    margin-top: 12px;
}
.sectionOfPackages .one button .plus 
{
    width: 40px;
    height: 40px;
}
.sectionOfPackages .one .text-wrapper {
  position: relative;
  max-width: 100%;
}
.sectionOfPackages .one .text-content {
  max-height: 3.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.3s ease;
}
.sectionOfPackages .one .toggle:checked ~ .text-content {
  max-height: 500px;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}
.sectionOfPackages .one .expand-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  margin: 5px auto;
  width: 40px;
  height: 40px;
}
.sectionOfPackages .one .toggle {
  display: none;
}
.sectionOfAreas
{
  margin: 50px 0px;
  position: relative;
  margin-bottom: 150px;
}
.sectionOfAreas:after
{
  position: absolute;
  top: 120px;
  width: 50%;
  height: 380px;
  border: 1px solid #D9D9D9;
  content: "";
  right: 0px;
  left: 0px;
  border-radius: 12px;
  margin: 0 auto;
}
.sectionOfAreas .areasSlider img
{
  width: 100%;
  height: 350px;
  object-fit: fill!important;
}
.sectionOfAreas .areasSlider .owl-nav
{
  position: absolute;
  right: 0px;
  bottom: -100px;
  left: 0px;
  margin: 0 auto;
  width: 140px;
}
.sectionOfAreas .areasSlider .owl-prev
{
  display: inline-block;
  float: left;
  text-align: center;
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  line-height: 29px;
  border: 2px solid #000000;
  padding: 10px;
  border-radius: 150px;
  transition: all .6s ease-in-out;
  margin-left: 20px;
  font-size: 16px;
}
.sectionOfAreas .areasSlider .owl-prev:hover
{
  background-color: #000000;
}
.sectionOfAreas .areasSlider .owl-prev:hover i
{
  color: #ffffff;
}
.sectionOfAreas .areasSlider .owl-next:hover
{
  background-color: #000000;
}
.sectionOfAreas .areasSlider .owl-next:hover i
{
  color: #ffffff;
}
.sectionOfAreas .areasSlider .owl-next i , .sectionOfAreas .areasSlider .owl-prev i
{
  color: #000000;
}
.sectionOfAreas .areasSlider .owl-next
{
  display: inline-block;
  float: right;
  transition: all .6s ease-in-out;
  text-align: center;
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border: 2px solid #000000;
  line-height: 29px;
  padding: 10px;
  border-radius: 150px;
  font-size: 16px;
}
.sectionOfGallery .gallerySlider .owl-nav
{
  position: absolute;
  right: 0px;
  bottom: -70px;
  left: 0px;
  margin: 0 auto;
  width: 140px;
}
.sectionOfGallery .gallerySlider .owl-prev
{
  display: inline-block;
  float: left;
  text-align: center;
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  line-height: 29px;
  border: 2px solid #000000;
  padding: 10px;
  border-radius: 150px;
  transition: all .6s ease-in-out;
  margin-left: 20px;
  font-size: 16px;
}
.sectionOfGallery .gallerySlider .owl-prev:hover
{
  background-color: #000000;
}
.sectionOfGallery .gallerySlider  .owl-prev:hover i
{
  color: #ffffff;
}
.sectionOfGallery .gallerySlider  .owl-next:hover
{
  background-color: #000000;
}
.sectionOfGallery .gallerySlider  .owl-next:hover i
{
  color: #ffffff;
}
.sectionOfGallery .gallerySlider  .owl-next i , .sectionOfGallery .gallerySlider  .owl-prev i
{
  color: #000000;
}
.sectionOfGallery .gallerySlider  .owl-next
{
  display: inline-block;
  float: right;
  transition: all .6s ease-in-out;
  text-align: center;
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border: 2px solid #000000;
  line-height: 29px;
  padding: 10px;
  border-radius: 150px;
  font-size: 16px;
}
.sectionOfGallery .gallerySlider img
{
  height: 350px!important;
  width: 100%;
  object-fit: fill!important;
border-radius: 12px;
}
.banner
{
  margin-top: 150px;
  float: right;
  width: 100%;
  margin-bottom: 20px;
}
.banner .pic img
{
  width: 100%;
}
.banner .whatsapp
{
  margin-top: 20px;
}

.footer
{
  margin-top: 12px;
  padding-bottom: 14px;
}
.footer .footer-content , .footer .copyright
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-content .menu ul
{
  text-align: center;
}
.footer .footer-content .menu ul li
{
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
.footer .footer-content .menu ul li a
{
  color: #000000;
}
.footer .copyright ul
{
  text-align: center;
}
.footer .copyright ul li
{
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.footer .copyright ul li a
{
  color: #000000;
}
.footer .copyright ul li a i
{
  font-size: 22px;
}
.footer .copyright .text h4
{
  font-weight: 400;
  font-size: 14px;
}
.upperHeadPage
{
  background-color: #fff;
  position: relative;
  width: 100%;
}
.upperHeadPage .content
{
  color: #000000;
  font-weight: bold;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 20px;
}
.upperHeadPage .content:after
{
  position: absolute;
right: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height:120px;
  content: "";
  background-image: url("../images/after.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.upperHeadPage .road
{
  position: absolute;
  right: 150px;
  top: 50px;
}
.upperHeadPage .road ul li
{
  border: 1px solid #000000;
  background: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  font-size: 10px;
  padding: 8px;
  width: 110px;
  margin-left: 10px;
}
.upperHeadPage .road ul .active
{
  background-color: #000000;
  color: #ffffff;

}
.workshopSection
{
  padding-top: 50px;
}
.workshopSection .pic
{
  margin-top: 10px;
}
.workshopSection .pic img
{
  width: 100%;
  height: 320px;
  border-radius: 25px;
  object-fit: cover !important;
}
.workshopSection .content
{
  margin-top: 20px;
  margin-bottom: 25px;
}
.workshopSection .lefty
{
  text-align: right;
}
.workshopSection .lefty p
{
  float: right;
  text-align: right;
  display: block;
  width: 100%;
}
.workshopSection .lefty .seeMore
{
}
.workshopSection .content h4
{
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 25px;
}
.workshopSection .content h4 img
{
  margin-left: 10px;
}
.workshopSection .content p
{
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  width: 65%;
  margin-bottom: 20px;
}
.workshopSection .content ul
{
  list-style: circle;
  margin-top: 20px;
  margin-right: 30px;
}
.workshopSection .content ul li
{
  margin-top: 10px;
  color: #666666;
  font-size: 14px;
}
.seeMore
{
  position: relative;
  width: 150px;
  height: 50px;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  display: block;
  margin-top: 20px;
  margin-right: 45px;
  margin-bottom: 50px;
}
.seeMore:after {
  position: absolute;
  right: -50px;
  top: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #000000;
  content: "\f0aa";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  transform: rotate(45deg);
  justify-content: center;
  border: 1px solid #ffffff;
  box-sizing: border-box;
}
.seeMore:before
{
  position: absolute;
  right: -17px;
  top: 23px;
  width: 17px;
  height: 7px;
  border-radius: 150px;
  background-color: #000000;
  content: "";
}
.aboutUsSection
{
  margin-top: 50px;
}
.aboutUsSection .pic img
{
  width: 100%;
}
.aboutUsSection .logos
{
  position: absolute;
  right: 0px;
  left: 0px;
  margin: 0 auto;
}
.aboutUsSection .logos .rss
{
  display: block;
  margin: 0 auto;
  width: 215px;
  margin-top: 10px;
  margin-right: 30%;
  margin-bottom: 31px;
}
.aboutUsSection .logos .studio
{
  display: block;
  margin: 0 auto;
  width: 215px;
  margin-top: 20px;
  margin-right: 33%;
}
.aboutUsSection .content
{
  width: 100%;
  margin-top: 10px;
}
.aboutUsSection .content p
{
  line-height: 35px;
  font-size: 16px;
  color: #666666;
  width: 80%;
}
.aboutUsSection .featureOne
{
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 12px;
  position: relative;
  padding: 40px 20px;
  transition: all .6s ease-in-out;
  margin-bottom: 40px;
}
.aboutUsSection .featureOne h5
{
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 12px;
}
.aboutUsSection .featureOne p
{
  font-size: 14px;
  color: #666666;
  line-height: 25px;
}
.aboutUsSection .featureOne span
{
  position: absolute;
  right: 0px;
  left: 0px;
  margin: 0 auto;
  top: -23px;
  text-align: center;
  background-color: #ffffff;
  width: 50px;
  border-radius: 150px;
  height: 50px;
  line-height: 50px;
}
.aboutUsSection .featureOne ul
{
  list-style: circle;
  margin-right: 20px;
  margin-top: 10px;
}
.aboutUsSection .featureOne ul li
{
  margin-top: 10px;

  font-size: 12px;
}
.aboutUsSection .featureOne:hover
{
  background-color: #000;
  color: #ffffff;
}
.aboutUsSection .featureOne:hover h5 , .aboutUsSection .featureOne:hover p
{
  color: #ffffff;
}
.aboutUsSection .featureOne:hover span
{
  border: 1px solid #000000;
  color: #000000;
}
.aboutUsSection .pic
{
  margin-top: 0px;
  margin-bottom: 100px;
}
.aboutUsSection .pic img
{
  width: 100%;
}














.serviceContent
{
  margin-top: 50px;
}
.serviceContent .pic img
{
  width: 100%;
}
.serviceContent .logos
{
  position: absolute;
  right: 0px;
  left: 0px;
  margin: 0 auto;
}
.serviceContent .logos .rss
{
  display: block;
  margin: 0 auto;
  width: 215px;
  margin-top: 10px;
  margin-right: 30%;
  margin-bottom: 31px;
}
.serviceContent .logos .studio
{
  display: block;
  margin: 0 auto;
  width: 215px;
  margin-top: 20px;
  margin-right: 33%;
}
.serviceContent .content
{
  width: 100%;
  margin-top: 150px;
}
.serviceContent .content h3
{
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}
.serviceContent .content p
{
  line-height: 35px;
  font-size: 16px;
  color: #666666;
  width: 80%;
}
.serviceContent .activity
{
  margin-top: 100px;
}
.workshopDetails
{
  margin-top: 50px;
}
.workshopDetails .pic img
{
  width: 100%;
}
.workshopDetails .content
{
  margin-top: 25px;
}
.workshopDetails .content h3
{
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.workshopDetails .content p
{
  color: #666666;
  margin-top: 12px;
  font-size: 16px;
  margin-bottom: 12px;
}
.workshopDetails .content ul li
{
  margin-top: 10px;
  margin-bottom: 10px;
  color: #666666;
}
.workshopDetails .content ul li i
{
  margin-left: 10px;
  color: #A3A3A3;
}
.workshopDetails .content h1
{
  text-align: left;
  margin-top: 20px;
  color: black;
  font-weight: bold;
}
.workshopDetails .includes
{
  margin-top: 50px;
}
.workshopDetails .includes h4
{
  font-size: 20px;
  line-height: 30px;
}
.workshopDetails .includes ul
{
  list-style: circle;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.workshopDetails .includes ul li
{
  margin-top: 10px;
  margin-bottom: 10px;
  color: #666666;
}
.workshopDetails .workPic
{
  margin-top: 100px;
}
.workshopDetails .workPic img
{
  width: 100%;
}









.packageDetails
{
  margin-top: 50px;
}
.packageDetails .pic img
{
  width: 100%;
}
.packageDetails .content
{
  margin-top: 25px;
}
.packageDetails .content h3
{
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
}
.packageDetails .content h3 span
{
  float: left;
  font-size: 32px;
  margin-top: -8px;
  font-weight: bold;
}
.packageDetails .content h3 span img
{
  width: 14px;
}
.packageDetails .content p
{
  color: #666666;
  margin-top: 12px;
  font-size: 16px;
  margin-bottom: 12px;
}
.packageDetails .content ul li
{
  margin-top: 14px;
  margin-bottom: 14px;
  color: #666666;
}
.packageDetails .content ul li span
{
  color: #000000;
}
.packageDetails .content ul li i
{
  margin-left: 10px;
  color: #A3A3A3;
}
.packageDetails .content h4
{
  margin-top: 12px;
  margin-bottom: 12px;
  color: black;
  font-weight: 700;
}
.areaDetails
{
  margin-top: 50px;
}
.areaDetails .pic img
{
  width: 100%;
}
.areaDetails .content
{
  margin-top: 25px;
}
.areaDetails .content h3
{
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
}
.areaDetails .content h3 span
{
  float: left;
  font-size: 32px;
  margin-top: -8px;
  font-weight: bold;
}
.areaDetails .content h3 span img
{
  width: 14px;
}
.areaDetails .content p
{
  color: #666666;
  margin-top: 12px;
  font-size: 16px;
  margin-bottom: 12px;
}
.areaDetails .content ul li
{
  margin-top: 10px;
  margin-bottom: 10px;
  color: #666666;
}
.areaDetails .content ul li i
{
  margin-left: 10px;
  color: #A3A3A3;
}

.areaDetails .content h2
{
  color: #000000;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 18px;
}
.areaDetails .content h2 img
{
  margin-right: 5px;
  width: 18px;
}
.areaDetails .content h2 span
{
  color: #666666;
  font-size: 18px;
}
.areaDetails .content p
{
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}
.areaDetails .content p span
{
  color: #000000;
}
.areaDetails .studioPolicy
{
  margin-top: 50px;
}
.areaDetails .studioPolicy h4
{
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.areaDetails .studioPolicy h5
{
  color: #000;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.areaDetails .studioPolicy ul
{
  list-style: circle;
  margin-right: 20px;
}
.areaDetails .studioPolicy ul li
{
  color: #666666;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 16px;
}
.areaDetails .fc-daygrid-day.selected-date {
  background-color: #ffffff;
  border: 2px solid #000000;
  border-radius: 6px;
}
.areaDetails .fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-around;
  padding: 10px;
}
.areaDetails .fc .fc-daygrid-body-natural .fc-daygrid-day-events
{
  display: none;
}
.areaDetails .fc .fc-daygrid-day-number
{
  color: #000000!important;
}
.areaDetails .fc .fc-col-header-cell-cushion {
  display: inline-block;
  padding: 5px 4px;
  font-size: 11px;
}
.areaDetails  .fc .fc-toolbar-title {
  font-size: 16px;
  margin: 0px;
}
.areaDetails .studioCalendar
{
  margin-top: 50px;
}
.areaDetails .studioForm
{
  margin-top: 30px;
}
.areaDetails .studioForm form select
{
  width: 100%;
  background-color: transparent;
  border: none;
  margin-top: 30px;
  outline: none;
}
.areaDetails .studioForm form p
{
  text-align: center;
  color: #666666;
  font-size: 12px;
}
.areaDetails .studioForm .seeMore
{
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
.contactUsSection .theHeadOf
{
  margin-top: 50px!important;
}
.contactUsSection .one
{

  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  transition: all .6s ease-in-out;
  width: 100%;
  padding: 20px 20px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.contactUsSection .one span
{
  position: absolute;
  right: 26px;
  top: -25px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  text-align: center;
  line-height: 54px;
  border-radius: 150px;
}
.contactUsSection .one h4
{
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 20px;
}
.contactUsSection .one p
{
  font-size: 16px;
  color: #000000;
  }
.contactUsSection .one span i
{
  color: #000000;
}
.contactUsSection .one:hover
{
  background-color: #000000;
}
.contactUsSection .one:hover p , .contactUsSection .one:hover h4
{
  color: #fff
}
.contactUsSection .form
{
  width: 50%;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
}
.contactUsSection .form .inputText
{
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 12px;
  border: 1px solid #ebebeb;
}
.contactUsSection .form .inputText label
{
  display: block;
  font-size: 14px;
  color: black;
  font-weight: bold;
  margin-bottom: 4px;
}
.contactUsSection .form .inputText input
{
  outline: none;
  font-size: 14px;
  border: none;
}
.contactUsSection .form .inputText textarea
{
  height: 100px;
  outline: none;
  border: none;
}
.contactUsSection .form button
{
  width: 160px;
  background-color: black;
  text-align: center;
  color: #fff;
  display: block;
  padding: 10px;
  margin: 0 auto;
  border: none;
  margin-top: 12px;
  border-radius: 12px;
}
.contactUsSection .pic
{
  position: absolute;
  top: 50px;
}

.profileSection
{
  padding-top: 30px;
  margin-bottom: 100px;
}
.profileSection .profileBar
{
  background: #FFFFFF;
  width: 100%;
  text-align: center;
  border-radius: 31px;
  padding: 30px 20px;
}
.profileSection .profileBar .pic img
{
  width: 100px;
  height: 100px;
  border-radius: 150px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.profileSection .profileBar .pic h4
{
  font-size: 16px;
  color: #6B7A99;
  margin: 0px;
}
.profileSection .profileBar .pic p
{
  font-size: 14px;
  color: #ADB8CC;
}

.profileSection .profileBar .the-tabs ul
{
  margin-top: 12px;
}
.profileSection .profileBar .the-tabs ul li
{
  text-align: center;
  margin-top: 12px;
}
.profileSection .profileBar .the-tabs ul li button
{
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  width: 100%;
  padding: 12px;
  border-radius: 12px;
}

.profileSection .profileBar .the-tabs ul li .active
{
  background-color: #000000;
  color: #fff;
}
.profileSection .profileInfo
{
  background: #FFFFFF;
  width: 100%;
  border-radius: 12px;
  padding: 30px 20px;
}
.profileSection .profileInfo .form
{
  width: 100%;
  margin-top: 30px;
  position: relative;
  padding: 0px 50px;
}
.profileSection .profileInfo .form .inputText
{
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 12px;
  width: 100%;
}
.profileSection .profileInfo .form .inputText label
{
  display: block;
  font-size: 14px;
  color: black;
  font-weight: bold;
  margin-bottom: 8px;
}
.profileSection .profileInfo .form .inputText input
{
  outline: none;
  font-size: 14px;
  border: none;
  background-color: #FBFBFB;
  width: 100%;
  padding: 15px;
  border-radius: 12px;
}
.profileSection .profileInfo .form .inputText textarea
{
  height: 100px;
  outline: none;
  border: none;
}
.profileSection .profileInfo .form .seeMore
{
  display: block;
  margin: 0 auto;
}
.profileSection .myClasses
{
  background: #FFFFFF;
  width: 100%;
  border-radius: 12px;
  padding: 30px 20px;
}
.profileSection .myClasses h4
{
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  margin-bottom: 30px;
  margin-top: 20px;
}
.profileSection .myClasses .one
{
  background-color: #FBFBFB;
  padding: 18px 12px;
  border-radius: 8px;
  border-right: 12px solid #000000;
  margin-bottom: 20px;
  padding-right: 25px;
}
.profileSection .myClasses .one h3
{
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0px;
}
.profileSection .myClasses .one ul li
{
  margin: 12px 0px;
  color: #666666;
  font-weight: 700;
  font-size: 14px;
}
.profileSection .myClasses .one ul li i
{
  margin-left: 5px;
  color: #A4A4A4;
}
.profileSection .myClasses .one ul li .sar
{
  width: 16px;
  margin-right: 6px;
}
.profileSection .myClasses .one ul li .pay
{
  width: 70px;
  margin-right: 30px;
}

.profileSection .signOut
{
  background: #FFFFFF;
  width: 100%;
  text-align: center;
  border-radius: 12px;
  padding: 80px 20px;
}
.profileSection .signOut h4
{
  font-weight: 700;
  font-size: 22px;
  color: #000000;
}
.profileSection .signOut p
{
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-top: 20px;
}
.profileSection .signOut .actions
{
  display: flex;
  align-items: center;
justify-content: center;
}
.profileSection .signOut .actions button
{
  margin-left: 40px;

}
.profileSection .signOut .actions .no
{
  color: #000000;
  background-color: #fff;
  border: 3px solid #000000;
}
.intro
{
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}
.intro .content h3
{
  font-weight: 700;
  font-size: 24px;
  color: #000000;
}
.intro .content p
{
  font-size: 18px;
  color: #666666;
}
.loginSection .pic
{
  position: relative;
}
.loginSection .pic img
{
  width: 100%;
}
.loginSection .pic ul
{
  position: absolute;
  left: 20px;
  top: 90px;
}
.loginSection .pic ul li
{
  margin-bottom: 45px;
  margin-right: 0px;
}
.loginSection .pic ul .second
{
  margin-right: 30px;
}
.loginSection .pic ul li a
{
  color: #A4A4A4;
  font-size: 16px;
}
.loginSection .pic ul li .active
{
  color: #000000;
  font-weight: bold;
}
.loginSection .form
{
  width: 100%;
  margin-top: 30px;
  position: relative;
  padding: 0px 50px;
}
.loginSection .form .inputText
{
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 10px 20px;
  margin-bottom: 12px;
  width: 100%;
}
.loginSection .form .inputText label
{
  display: block;
  font-size: 14px;
  color: black;
  font-weight: bold;
  margin-bottom: 8px;
}
.loginSection .form .inputText input
{
  outline: none;
  font-size: 14px;
  border: none;
  background-color: #FBFBFB;
  width: 100%;
  padding: 15px;
  border-radius: 12px;
}
.loginSection .form .seeMore
{
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}