:root{
	--primary:#A48745;
	--titleFont: "Roboto", sans-serif;
}
*{box-sizing: border-box; font-family: var(--titleFont);}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: var(--titleFont);
	background-color: #000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p{
	font-size: 20px;
	color: #fff;
	line-height: 1.4;
	font-weight: 300;
}
h1,h2,h3,h4,h5,h6{
	color: #fff;
}
a{text-decoration: none;}
img{max-width: 100%; display: block; height: auto;}
main{
	background-color: #000;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	overflow-x: hidden;
	transition: all .3s cubic-bezier(0.48, -0.02, 0.57, 0.95);
	right: 0;
	z-index: 2;
}
.ty-wrapper { width: 100%; height: 100vh; display: table; background-color: #333; }
.ty-vertical { display: table-cell; vertical-align: middle; text-align: center; font-size: 25px; color: #fff; }
.w100{display: inline-block;position: relative; float: left; width: 100%;}
.container{
	margin: 0 auto;
	display: block;
	position: relative;
	width: 90%;
	max-width: 1500px;
	z-index: 1;
}
.topBar {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 150px;
    z-index: 10;
    transition: all .3s cubic-bezier(0.48, -0.02, 0.57, 0.95);
}

.topBar .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header{
	/* background-image: url(../images/bg-1.jpg); */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
	overflow: hidden;
}
.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.menu li {
    margin-left: 40px;
}

.menu li a {
    color: #fff;
    font-size: 20px;
    transition: all .3s cubic-bezier(0.42, 0, 0.27, 1.03);
    line-height: 1;
    font-weight: bold;
}

.menu li a:hover {
    color: var(--primary);
}
.header .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    z-index: 3;
}


.hmContent {
    text-align: center;
}

.hmContent h1 {
    font-size: 50px;
    color: #fff;
    text-shadow: 0px 2px 10px rgb(0 0 0 / 50%);
    position: relative;
    z-index: 2;
    font-weight: bold;
}

.hmContent h2 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 5px;
    text-shadow: 0px 2px 10px rgb(0 0 0 / 50%);
    position: relative;
    z-index: 2;
    font-weight: 400;
}
.hm-bottom {
    position: absolute;
    left: 50%;
    bottom: 15%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.join-btn {
  
   position: absolute;
   left: 50%;
   bottom: 28.5%;
   width: 235px;
   margin-left: -117px;
}

.colored-list {
    display: flex;
    color: #666565;
    font-size: 30px;
}

.colored-list span {
    color: var(--primary);
    margin: 0px 10px;
    font-weight: bold;
}

.container.flex-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pdn {
    padding: 80px 0px;
}
.pdn-large{
    padding: 160px 0px;
}
.hk-img-1 {
    width: 45%;
    margin-bottom: -15px;
}

.hk-img-1 img {
    width: 100%;
}

.hk-content-1 {
    width: 55%;
    position: absolute;
    left: 45%;
}

.hk-content-1 h2 {
    font-size: 7.5vw;
    line-height: .9;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
}

.hk-content-1 h2 strong {
    color: var(--primary);
}

.hk-content-1 p {
    color: #fff;
    font-size: 26px;
    margin-top: 10px;
    font-weight: 500;
    padding-left: 10px;
}

.hk-content-1 img {
    /* position: absolute; */
    /* right: 7%; */
    /* bottom: 51%; */
    /* width: 18%; */
    /* transform: translate(50%, 50%); */
}
.default-content {
    width: 100%;
}

.default-content p {
    margin-bottom: 35px;
    display: inline-block;
    width: 100%;
    font-size: 25px;
}

.khabib-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.textUp {
    position: absolute;
    width: 90%;
    text-align: center;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
}
.khabib-2-img {
    width: 50%;
}

.khabib-2-img img {
    width: 100%;
}

.text-center {
    text-align: center;
}

.default-content h2 {
    font-size: 90px;
    color: #fff;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}
.centerText {
    width: 70%;
    margin: 0 auto;
}

.centerText img {
    width: 100%;
}
.gym-carousel{
	margin-top: 80px;
	margin-bottom: 80px;
}
.gym-carousel .items {
    position: relative;
    width: 100%;
    display: inline-block;
    transition: all 1s cubic-bezier(0.42, 0, 0.15, 1.04);
}

.gym-carousel .items span {
    position: absolute;
    left: 25px;
    bottom: 30px;
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    /* width: 100%; */
    transition: all .4s cubic-bezier(0.42, 0, 0.2, 1.03);
    transition-delay: 200ms;
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-lr;
    transform: rotate(180deg);
    -ms-writing-mode: vertical-lr;
    font-weight: 300;
    color: #fff;
    opacity: .7;
}
.fac-list {
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 50%;
    margin: 15px auto 0;
}

.fac-list li {
    width: 25%;
    border: 2px solid #fff;
    margin-right: 5%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 15px;
}

.fac-list li:last-child {
    margin-right: 0;
}

.fac-list li span {
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
    text-transform: uppercase;
    text-align: center;
    /* height: 35px; */
    line-height: 1.2;
}
figure.centerText.small {
    width: 50%;
}

.khabib-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
}

.khabib-3 figure {
    width: 65%;
    position: relative;
    left: -5%;
}

.khabib-3 h2 {
    position: absolute;
    right: 0;
    top: 50%;
    color: #fff;
    font-size: 7vw;
    transform: translateY(-50%);
    width: 40%;
    text-transform: uppercase;
    text-align: left;
}

.khabib-3 h2 strong {
    color: var(--primary);
}
.footer-logo {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65%;
}

.bottom {
    padding: 150px 0px 150px;
}

.form-holder {
    margin: 150px 0px 250px;
    position: relative;
}
.form-holder form > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

li.hidden {
    display: none;
}

.form-holder form > ul > li {
    width: 25%;
    margin-right: 2%;
}

.form-holder ul li input, .form-holder ul li select, .form-holder ul li textarea {
    width: 100%;
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid  var(--primary);
    height: 60px;
    font-size: 18px;
    color: #fff;
    outline: none;
}
.form-holder ul li select option {
    background-color: #000;
    font-size: 15px;
}
input::placeholder, select::placeholder {
  color: #8e8e8e;
}
.form-holder ul li input:focus {
    border-color: #fff;
}

.form-holder ul li:nth-child(4), .form-holder ul li:nth-child(5), .form-holder ul li:last-child {
    margin-right: 0px;
}
.form-holder ul li.submit {
    position: absolute;
    right: 0px;
    top: 100%;
    margin-top: 50px;
    width: 180px;
}
.form-holder ul li.submit::before {
	content: "";
	background-image: url(../images/next.svg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: 2;
	position: absolute;
	right: 18px;
	top: 50%;
	width: 25px;
	height: 25px;
	transform: translateY(-50%);
}
.form-holder ul li.submit::after {
	content: "";
	pointer-events: none;
	position: absolute;
	right: 60px;
	top: 0px;
	bottom: 0px;
	width: 1px;
	background-color: #fff;
}
.form-holder ul li.submit input {
    border: 1px solid #fff;
    float: right;
    height: 55px;
    text-align: left;
    padding: 10px 35px;
    cursor: pointer;
    transition: all .2s cubic-bezier(0.42, 0, 0.18, 1.02);
}
.form-holder ul li.submit input:Hover {
    background-color: rgb(255 255 255 / 17%);
}

/* Loading state for submit */
.form-holder ul li.submit.loading {
    pointer-events: none;
}
.form-holder ul li.submit.loading input {
    cursor: default;
    opacity: 0.85;
    pointer-events: none;
}
.form-holder ul li.submit .spinner {
    position: absolute;
    left: 50px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border: 3px solid rgba(255,255,255,0.85);
    border-top-color: transparent;
    border-radius: 50%;
    animation: kg-spin 0.9s linear infinite;
    z-index: 5;
}
.form-holder ul li.submit.loading input {
    text-indent: -99999em;
}
@keyframes kg-spin {
    to { transform: rotate(360deg); }
}
.sticky .topBar {
    height: 80px;
    background-color: #000;
    border-bottom: 1px solid var(--primary);
}
.menuBtn, .shadowMask{
	display: none;
}
.khabib-3 h2 span {
    display: inline-block;
     width: 100%;
}
.default-content p strong {
    font-weight: bold;
}
.hidden-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    bottom: 0px;
    z-index: 5;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    padding: 20px 7%;
    font-weight: 300;
    line-height: 1.3;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    /* transition: all .4s cubic-bezier(0.42, 0, 0.2, 1.03); */
    transition-delay: 0ms;
}

.gym-carousel .items::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0;
    background-color: #000;
    transition: all .4s cubic-bezier(0.42, 0, 0.2, 1.03);
    z-index: 2;
    transition-delay: 100ms;
    opacity: 0;
}

.gym-carousel .items:hover::before {
    opacity: .6;
    top: initial;
    bottom: 0px;
    height: 100%;
    transition-delay: 250ms;
}

.gym-carousel .items:hover span {
    opacity: 0;
    transition-delay: 0ms;
}

.gym-carousel .items:hover .hidden-content {
    opacity: 1;
    transition-delay: 500ms;
    visibility: visible;
    pointer-events: initial;
    transform: rotateY(-180deg);
}
#about::before {
    content: "";
    background: #000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 30%;
    z-index: 0;
    pointer-events: none;
}
.header video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 0;
    height: 100%;
    object-fit: cover;
}

.header::Before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
    z-index: 1;
}
.sticky .menu {
    padding-top: 5px;
}

.gym-carousel .owl-item:hover .items {
    transform: rotateY(180deg);
}

.gym-carousel .owl-item:hover .items img {
    transform: rotateY(-180deg);
}

.gym-carousel .owl-item img {
    transition: all 1s cubic-bezier(0.42, 0, 0.15, 1.04);
}
.header::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 40%;
    background: #000;
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
}
.wing {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
}
.bg-primary{
    background-color: var(--primary);
}
.khabib-4 {
    position: absolute;
    right: -5%;
    bottom: 0px;
    width: 60%;
    /* transform: translateY(30.8%); */
    pointer-events: none;
    z-index: 2;
}
.khabib-4 img {
    width: 100%;
}
.vertical-list-1 {
    width: 40%;
    padding: 200px 0px 150px;
}

.vertical-list-1 li {
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
}

.vertical-list-1 li:last-child {
    margin-bottom: 0;
}

.vertical-list-1 li span {
    font-size: 45px;
    color: var(--primary);
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
}
.polygon-1 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: auto;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}
.polygon-1 img{
    height: 100%;
}
.academy-nav {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.academy-nav li a {
    font-size: 23px;
    color: #fff;
    font-weight: 300;
    transition: all .2s cubic-bezier(0.42, 0, 0.21, 1.03);
}
.academy-nav li a.active {
    font-weight: bold;
}
.academy-nav li {
    margin: 0px 30px;
}
.academy-carousel .items {
    width: 100%;
    height: 1050px;
    background-size: cover;
    background-position: center;
}

.sect-style-2 {
    z-index: 2;
    /* padding-bottom: 0; */
}

.academyBox {
    /* position: absolute; */
    right: 0px;
    top: 50%;
    /* transform: translateY(-50%); */
    width: 550px;
}

.academy-carousel .items .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 70px;
}

.whiteBox {
    background-color: rgb(255 255 255 / 80%);
    width: 100%;
    height: 520px;
    padding: 40px 15% 40px 10%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.whiteBox h2 {
    font-size: 45px;
    color: #000;
    text-align: right;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.whiteBox p {
    color: #000;
    text-align: right;
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 50px;
}

.whiteBox a {
    text-decoration: underline;
    font-size: 20px;
    color: var(--primary);
    font-weight: bold;
    transition: all .3s cubic-bezier(0.42, 0, 0.18, 1.03);
}

.whiteBox a:hover {
    color: #000;
}
.academyBox span {
    font-size: 31px;
    text-align: center;
    color: #fff;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    font-weight: 300;
    text-transform: uppercase;
}
html[lang="tr"] .academyBox span { font-size: 28px;}

.academyBox span strong {
    font-weight: bold;
}
.center-title {
    text-align: center;
}

.center-title h2 {
    font-size: 75px;
    font-weight: 300;
    color: var(--primary);
    text-transform: uppercase;
}
.gallery-carousel {
    margin-top: 70px;
    margin-bottom: 100px;
}
.gallery-carousel .items {
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.gallery-carousel .owl-dots {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
}

.gallery-carousel .owl-dot {
    width: 15px;
    height: 15px;
    background-color: #707070 !important;
    border-radius: 360px;
    margin-right: 5px;
}

.gallery-carousel .owl-dot:last-child {
    margin-right: 0px;
}

.gallery-carousel .owl-dot.active, .news-carousel .owl-dot.active {
    background-color: var(--primary) !important;
}
.gallery-carousel .items a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.khabib-3 h2 img {
    float: right;
}

.sect-style-3 {background-size: cover;background-position: center;border-top: 2px solid var(--primary);overflow: hidden;}
.polygon-2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: auto;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}
.polygon-2 img{
    height: 100%;
}
#about {
    padding-bottom: 0;
}
.hmContent p {
    font-style: italic;
    margin-top: 5%;
    font-size: 25px;
}
.hk-content-1 h2 span {
    width: 100%;
    display: inline-block;
}

.play-mute {
    position: absolute;
    left: 50px;
    bottom: 15%;
    z-index: 3;
}

.play-mute .disable {
    display: none;
}

.sound-button {
    cursor: pointer;
}
.news-carousel{
    margin-top:75px;
}
.news-carousel .items {
    position: relative;
    width: 100%;
    display: inline-block;
    transition: all 1s cubic-bezier(0.42, 0, 0.15, 1.04);
}

.news-carousel .items span {
    position: absolute;
    left: 25px;
    bottom: 20px;
    z-index: 2;
    font-size: 30px;
    font-weight: bold;
    color: var(--primary);
    transition: all .4s cubic-bezier(0.42, 0, 0.2, 1.03);
    transition-delay: 200ms;
    line-height: 1.2;
}

.news-carousel .items::Before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.news-carousel .owl-item img {
    transition: all 1s cubic-bezier(0.42, 0, 0.15, 1.04);
}
.news-carousel .owl-item:hover .items {
    transform: rotateY(180deg);
}

.news-carousel .owl-item:hover .items img {
    transform: rotateY(-180deg);
    opacity: .2;
}

.news-carousel .items:hover span {
    opacity: 0;
    transition-delay: 0ms;
}

.news-carousel .items::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0;
    transition: all .4s 
cubic-bezier(0.42, 0, 0.2, 1.03);
    z-index: 2;
    transition-delay: 100ms;
    opacity: 0;
    background: #A48745;
    background: linear-gradient(0deg, rgba(164, 135, 69, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.news-carousel .items:hover::after {
    opacity: .7;
    top: initial;
    bottom: 0px;
    height: 100%;
    transition-delay: 250ms;
}


.news-carousel .items:hover .hidden-content {
    opacity: 1;
    transition-delay: 500ms;
    visibility: visible;
    pointer-events: initial;
    transform: rotateY(-180deg);
}
.news-carousel .items .hidden-content {
    font-size: 20px;
}




.news-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.news-carousel .owl-dot {
    width: 15px;
    height: 15px;
    background-color: #707070 !important;
    border-radius: 360px;
    margin-right: 5px;
}

.news-carousel .owl-dot:last-child {
    margin-right: 0px;
}

.iti__search-input {
    color: #000 !important;
    font-size: 13px !important;
}

.iti__country-container {
    width: 80px !important;
}

.iti .iti__selected-dial-code {
    color: #fff;
    font-size: 18px;
}
.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
    width: 100% !important;
}
.iti__selected-dial-code {
    display: none !important;
}
.logo {
    width: 355px;
}
html[lang="ar"] .hk-content-1 img {
    width: 65%;
}

html[lang="ar"] .hk-content-1 {
    direction: rtl;
    margin-top: -15%;
}

html[lang="ar"] .vertical-list-1 {
    direction: rtl;
}


li.dropdown img {
    width: 25px;
    margin-right: 8px;
}

li.dropdown a {
    display: flex;
    align-items: center;
}

li.dropdown {
    position: relative;
}

li.dropdown:before, li.dropdown:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
    right: 9px;
    top: 11px;
}

li.dropdown:before {
    transform: rotate(-45deg);
    right: 2px;
}
li.dropdown a {
    padding-right: 30px;
}

@media only screen and (min-width:851px){
    li.dropdown:hover ul {
        display: block;
    }
}


li.dropdown ul {
    display: none;
    position: absolute;
    padding: 5px 15px;
    min-width: 150px;
    margin-left: -15px;
}

li.dropdown ul li {
    margin-left: 0px;
    padding: 5px 0px;
}

.sticky li.dropdown ul {
    background: #000;
}
html[lang="ar"] li.dropdown img {
    margin-right: 0px;
    margin-left: 8px;
}

html[lang="ar"] li.dropdown:before, html[lang="ar"] li.dropdown:after {
    right: auto;
    left: -20px;
}

html[lang="ar"] li.dropdown:after {
    left: -27px;
}

html[lang="ar"] li.dropdown:hover ul {
    margin-left: 0px;
    margin-right: -15px;
}