@font-face {
  font-family: 'adobebold';
  src: url('../fonts/ADOBEHEBREW-BOLD.eot');
  src: local('☺'), url('../fonts/ADOBEHEBREW-BOLD.ttf') format('truetype'), url('../fonts/ADOBEHEBREW-BOLD.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'adobereg';
  src: url('../fonts/ADOBEHEBREW-REGULAR_0.eot');
  src: local('☺'), url('../fonts/ADOBEHEBREW-REGULAR_0.woff') format('woff'), url('../fonts/ADOBEHEBREW-REGULAR_0.ttf') format('truetype'), url('../fonts/ADOBEHEBREW-REGULAR_0.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'os-extrabold';
  src: url('../fonts/OPENSANSHEBREW-EXTRABOLD.eot');
  src: local('☺'), url('../fonts/OPENSANSHEBREW-EXTRABOLD.woff') format('woff'), url('../fonts/OPENSANSHEBREW-EXTRABOLD.ttf') format('truetype'), url('../fonts/OPENSANSHEBREW-EXTRABOLD.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'os-regular';
  src: url('../fonts/OPENSANSHEBREW-REGULAR.eot');
  src: local('☺'), url('../fonts/OPENSANSHEBREW-REGULAR.woff') format('woff'), url('../fonts/OPENSANSHEBREW-REGULAR.ttf') format('truetype'), url('../fonts/OPENSANSHEBREW-REGULAR.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
p.dancer_origin {
    height: 50px;
}
body {
  direction: rtl;
  overflow-x: hidden;
}
h3,
h2,
h4 {
  font-family: os-extrabold;
}
/*HEADER*/
.toplogo {
  width: 130px;
  height: 130px;
  margin: 10px 10px;
  object-fit: contain;
}
header .row {
  margin: 50px;
  display: flex;
  justify-content: center;
}
#banner_top {
  height: 900px;
}
#banner_top .container-fluid .row {
  text-align: center;
}
#banner_top .container-fluid .row .heading {
  position: relative;
  z-index: 2;
}
#banner_top .container-fluid .row .heading h2 {
color: #fff;
    background-image: url(../img/red_line.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 50%;
    margin: 0 auto;
    padding: 31px 29px;
    font-size: 40px;
    font-weight: 800;
}
#banner_top .container-fluid .row .grey_bg {
  margin-top: -30px;
  padding: 30px 0px;
  background-image: url(../img/grey_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 710px;
}
#banner_top .container-fluid .row .grey_bg h2 {
  font-size: 50px;
  font-weight: 800;
}
p.dancer_name
{
 text-align: center;   
    font-size: xx-large;
    font-weight: 700;
}
 p.dancer_origin
 {
     
         font-size: 13px;
 }
#banner_top .container-fluid .row .grey_bg p {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#banner_top .container-fluid .row .grey_bg p.bot {
  margin-bottom: 20px;
}
#banner_top .container-fluid .row .grey_bg .video img.videoscreen {
  width: 90%;
  height: 600px;
  object-fit: contain;
}
#banner_top .container-fluid .row .grey_bg .video p {
  margin-top: -110px;
  padding: 140px 0px 0px 0px;
  background-image: url(../img/web.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  font-family: os-extrabold;
}
#profiles .container-fluid .first {
  justify-content: center;
  text-align: center;
}
#profiles .container-fluid .first h3 {
  background-image: url(../img/orange.png);
  background-size: 100% 100%;
  padding: 10px 20px;
  font-weight: 600;
  background-repeat: no-repeat;
}
#profiles .container-fluid .row.second {
  margin-top: 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: CENTER;
}
#profiles .container-fluid .row.second .profile {
  max-width: 18%;
  display: flex;
  margin: 0 10px 0px 10px;
  flex-direction: column;
  align-items: center;
  background-color: #f5f5f5;
  padding: 30px 10px 0px;
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
}
#profiles .container-fluid .row.second .profile .top.one {
  background-image: url(../img/fig5.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 20px;
}
#profiles .container-fluid .row.second .profile .top.two {
  background-image: url(../img/fig3.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 20px;
}
#profiles .container-fluid .row.second .profile .top.three {
  background-image: url(../img/fig3-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 20px;
}
#profiles .container-fluid .row.second .profile .top.four {
  background-image: url(../img/fig2.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 20px;
}
#profiles .container-fluid .row.second .profile .top.five {
  background-image: url(../img/fig1.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 20px;
}
#profiles .container-fluid .row.second .profile .top img {
  width: 96%;
  height: 100%;
  object-fit: contain;
}
#profiles .container-fluid .row.second .profile .bottom img {
  max-width: 100%;
}
#schedule .container .row {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-evenly;
}
#schedule .container .row.h3_row .orange_h3 {
  max-width: 500px;
  margin: 50px auto;
  text-align: center;
  padding: 10px 20px;
  background-size: 100% 100%;
  background-image: url(../img/orange2.png);
}
#schedule .container .row .table_row {
  background-color: #f5f5f5;
  max-width: 30%;
  text-align: center;
}
#schedule .container .row .table_row h4.table_header {
  margin: 20px auto;
  color: #FFF;
  padding: 10px 20px;
  background-size: 100% 100%;
  background-image: url(../img/orangeh2.png);
}
#schedule .container .row .table_row .table_main {
  background-color: #fff;
}
#schedule .container .row .table_row .table_main img {
  width: 57%;
  height: 65%;
  border-radius: 50%;
  background-color: #fff;
  padding: 30px 0px 6px;
}
#schedule .container .row .table_row .table_main p.bordo_text {
  color: #fff;
  width: 100%;
  border-top-left-radius: 20px;
  height: 100px;
  margin-top: -50px;
  padding: 48px 60px 10px;
  background-size: cover;
  background-position: 7% 33%;
  background-image: url(../img/combo.png);
  font-weight: 900;
  font-size: 26px;
}
#schedule .container .row .table_row .table_special {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
}
#schedule .container .row .table_row .table_special img {
  width: 57%;
  height: 65%;
}
#banner {
  padding: 50px 0px;
  background-position: center top;
  background-image: url(../img/bg_price.jpg);
}
#banner .container .row {
  text-align: center;
}
#banner .container .row .col-12 img {
  margin-right: 13%;
  height: 400px;
}
#banner .container .row .col-12 h3.orange_price {
  padding: 10px 20px;
  background-size: 100% 100%;
  background-image: url(../img/orange_price.png);
  max-width: 230px;
  margin: 0 auto;
  font-weight: 700;
}
#banner .container .row .col-12 p.white {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin: 20px 0px;
}
#banner .container .row .col-12 button.my_btn {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  background-size: 100% 100%;
  background-image: url(../img/form_but.png);
  padding: 30px 40px;
  background-color: transparent;
  border: none;
}
#banner .container .row .col-12 p.sm_cursive {
  font-style: italic;
  color: #fff;
  margin: 0;
}
#form_cont .form-full {
  width: 50%;
  min-width: 320px;
  max-width: 700px;
  margin: 0 auto;
  padding: 50px 0px;
  text-align: center;
}
#form_cont .form-full .likeh3 {
  background-size: 100% 100%;
  background-image: url(../img/fotm_orange.png);
  padding: 30px 40px;
}
#form_cont .form-full form .input-group {
  margin: 10px auto;
  max-width: 500px;
  width: 80%;
  min-width: 320px;
  background: #f5f5f5;
  padding: 10px;
}
#form_cont .form-full form .input-group img {
  width: 20px;
  margin-right: 10px;
}
#form_cont .form-full form .input-group input {
  border: none;
  background-color: #f5f5f5;
}
#form_cont .form-full form button.btn.btn-custom.modal_btn {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  background-size: 100% 100%;
  background-image: url(../img/form_but.png);
  padding: 30px 40px;
  background-color: transparent;
  border: none;
}
footer {
  text-align: center;
}
footer .black {
  background-color: #282828;
  color: #fff;
}
footer .black p {
  padding-top: 15px;
}
footer .white {
  margin: 15px auto;
}

@media (max-width: 768px){
    #profiles .container-fluid .row.second {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;    
    align-items: center;
    flex-direction: column;
}
#profiles .container-fluid .row.second .profile {
    max-width: 320px;
   
}
#banner_top .container-fluid .row .grey_bg .video img.videoscreen {
    height: 653px;
}
#banner_top .container-fluid .row .grey_bg .video p {
    background-size: 100%;
  
}
}
@media (max-width: 510px){
#schedule .container .row {
   
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
    #schedule .container .row .table_row {

    max-width: 90%;
}
body * {
    overflow: hidden;
}
#banner {
    background-position: 26% 0%;
}
#banner_top .container-fluid .row .heading h2 {
   
    width: 100%;
    font-size: 42px;
    font-weight: 800;
}
}