@font-face {
    font-family: gill;
    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: gill2;
    src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: bn;
    src: url(../fonts/BNCicero.otf);
}

body {
    font-family: gill;
    font-size: 18px;
}

.fullblack {
    margin: 0;
    overflow: hidden;
    background-color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: relative;
}

.fullblack3 {
    margin: 0;
    overflow: hidden;
    background-color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: absolute;
    width: 100%;
    left: 0;
    top: -120%;
    z-index: 99;
    transition: all 0.3s ease;
}

.fullblack3.active {
    top: 0;
}

.logo-container {
    position: relative;
    z-index: 2;
}
.bgdark{
    background: #000;
}
.logo {
    max-width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.links {
    display: flex;
    gap: 20px;
    justify-content: space-evenly;
}

.centermenu {
    margin-right: 50px;
}

.roundedbtn {
    padding: 10px 20px;

    text-decoration: none;
    color: #6DE3DA;
    text-align: center;
    font-size: 26px;
    border: 1px solid #6DE3DA;
    border-radius: 50%;
    width: 182px;
    transition: background-color 0.3s ease;
}

.roundedbtn:hover {
    background-color: #6DE3DA;
    color: #fff;
}

.roundedbtn2 {
    padding: 10px 20px;.

    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 26px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 182px;
    transition: background-color 0.3s ease;
}

.roundedbtn2:hover {
    background-color: #6DE3DA;
    border: 1px solid #6DE3DA;
    color: #fff;
}

.cursor,
.cursor2,
.cursor3{
  position: fixed;
  border-radius: 50%;	
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  left: -100px;
  top: 50%;
  transition: all .3s linear;
}
.cursor {
  background-color: #fb0404;
  z-index: 109;
  height: 2px;
  width: 2px;
}
.cursor2,
.cursor3{
  height: 50px;
  width: 50px;
  z-index: 108;
  transition: all 0.3s ease-out;
}
.cursor2.hover,
.cursor3.hover {
  transform: scale(1.4) translateX(-35%) translateY(-35%);
  border: none;
  background: transparent;
}

.cursor2.hover {
  background: rgba(255,255,255,0.3);
}


.ball {
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: 100;
  transition: all .3s linear;
}

.phonetop {
    font-size: 28px;
    color: #6DE3DA;
    position: absolute;
    left: -30px;
    top: 140px;
    rotate: -90deg;
}

.phonebottom {
    font-size: 28px;
    color: #6DE3DA;
    position: absolute;
    right: -30px;
    bottom: 140px;
    rotate: 90deg;
}

.socials.left {
    position: absolute;
    bottom: 50px;
    left: 50px;
}

.socials.right {
    position: absolute;
    top: 50px;
    right: 50px;
}

.socials {
    display: flex;
    flex-direction: column;
}

.socials img {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
}

.socials img {
    transition: all 0.3s ease;

}

.socials img:hover {

    opacity: 0.6;
}

.phonemob {
    font-size: 22px;
    color: #6DE3DA;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.socialsmob {
    text-align: center;
}

.socialsmob img {
    width: 40px;
    height: 40px;
    margin-right: 7px;

}

@media only screen and (max-width: 767px) {
    .logo {
        max-width: 80%;
        display: block;
        height: auto;
        margin: auto;
        margin-bottom: 30px;
    }

    .centermenu {
        margin-right: 0;
    }

    .roundedbtn {
        padding: 10px 20px;
        font-size: 16px;
        width: 130px;

    }

    .roundedbtn2 {
        padding: 10px 20px;
        font-size: 16px;
        width: 130px;

    }

}

.header {
    padding: 50px 150px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 40;
}
.img-cirlce{
    border-radius: 50%;
}
.header2 {
    padding: 50px 150px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
}

.openmenu,
.closemenu {
    cursor: pointer;
}

.homebg {
    background: url(../images/homebg.jpg) no-repeat;
    background-position: bottom;
    background-size: cover;
}

.newsbg {
    background: url(../images/newsbg1.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.fullblack2 {
    overflow: hidden;
    height: 100vh;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.centered {
    position: absolute;
    left: 50%;
    top: 40%;
    text-align: center;
    transform: translate(-50%, -50%);
    line-height: 1;
}

.imgllog{
    width: 380px;
    display: block;
    margin: auto;
    margin-bottom: 23px;
}

.bn {
    font-family: bn;
}

.homeb1 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
}

.homeb2 {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
}

.homeb3 {
    font-size: 150px;
    color: #fff;
    text-transform: uppercase;
}

.bottomhome {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    left: 0;
    padding: 50px 150px;
    justify-content: space-between;
    align-items: flex-end;
}

.bt1 {
  font-size: 17px;
    color: #fff;
    text-align: center;
    max-width: 90%;
    margin: auto;
}

.bt3 {
    font-size: 17px;
    color: #fff;
    text-align: justify;
    max-width: 536px;
}

.containerpx {
    padding: 0 150px;
}

footer {
    padding: 0 0 60px;
}

.logofooter {
    display: block;
    margin-bottom: 40px;
}

.sepfooter {
    height: 1px;
    background: #fff;
    margin: 60px 0;
}

.footerlink {
    color: #fff;
    text-decoration: unset !important;
    display: block;
    margin-bottom: 5px;
}

.inerfooter {
    padding-left: 40px;
    border-left: 1px solid #fff;
}

.footertitle {
    color: #80CECD;
    margin-bottom: 10px;
}



.menutitem {
    font-family: bn;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    text-align: center;
    transition: all 0.3s ease;
}

.menutitem:hover {
    color: #6DE3DA;
}

#whatnew {
    background: url(../images/newsbg.jpg) no-repeat;
    background-position: top;
    background-size: cover;
    padding: 50px 150px;
}

.bgblack {
    background: #000;
    padding-top: 50px;
    border-top: 1px solid #fff;
}

.newstitle {
    color: #fff;
    font-size: 70px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.capnews1 {
    color: #fff;
    font-family: gill2;
    margin-top: 10px;
}

.capnews2 {
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    margin-top: 5px;
}

@media only screen and (max-width: 1450px) {

    .header,
    .header2 {
        padding: 50px 75px;
    }

    .containerpx {
        padding: 0 75px;
    }

 
}

@media only screen and (min-width: 992px) {
    .capnews1 {
        display: none;
    }
    .rev{
        flex-direction: initial;
    }
    .capnews2 {
        display: none;
    }

    .newsslider .owl-item.active.center .capnews1 {
        display: block;
    }

    .newsslider .owl-item.active.center .capnews2 {
        display: block;
    }

    .newsslider .owl-item {
        scale: 0.8;
    }

    .newsslider .owl-item {
        opacity: 0;
    }

    .newsslider .owl-item.cloned {
        opacity: 0;
    }

    .newsslider .owl-item.cloned.active {
        opacity: 1 !important;
    }

    .newsslider .owl-item.active.center {
        scale: 1;
        z-index: 22;
        opacity: 1 !important;

    }

    .newsslider .owl-item.active {

        opacity: 1 !important;

    }



}

.pady {
    padding: 200px 0 100px !important;
}

.evimg {
    position: relative;
    padding-right: 35px;
}

.themed {
    color: #fff;
    font-family: bn;
    font-size: 100px;
    position: absolute;
    top: -100px;
    left: -50px;
}

.nights {
    color: #fff;
    font-family: bn;
    font-size: 100px;
    position: absolute;
    bottom: -100px;
    right: -50px;
}

.flexy {
    display: flex;
}

.enmenu {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.enmenu a {
    color: #fff;
    font-size: 26px;
    display: inline-block;
    text-decoration: none;
    font-family: gill2;
    writing-mode: tb-rl;
}

.enmenu a:hover {
    color: #FFE67B;
}

.enmenu a.active {
    color: #FFE67B;
}
.rev{
    flex-direction: row-reverse;

}
.sahra {
    padding: 1px 40px;
    font-family: gill2;
    text-decoration: none;
    color: #FFE67B;
    text-align: center;
    font-size: 60px;
    border: 1px solid #FFE67B;
    border-radius: 50%;
    position: absolute;
    left: -38px;
    bottom: -43px;
}

.titlefull {
    font-family: bn;
    font-size: 70px;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {

    .header,
    .header2 {
        padding: 25px;
    }
.imgllog{
   /* display:none;*/
}
    .logoleft img {
        width: 130px !important;
    }

    .logoleft .roundedbtn2 {
        font-size: 11px;
        padding: 10px 10px;
    }

    .header .centermenu img {
        width: 40px;
    }

    .header2 .centermenu img {
        width: 30px;
    }

    .centered {
        position: static;
        padding-top: 30px;
        transform: translate(0, 0);
    }

    .homeb1 {
        font-size: 26px;
    }

    .homeb2 {
        font-size: 36px;
    }

    .homeb3 {
        font-size: 70px;
    }

    .menutitem {
        font-size: 40px !important;
    }

    .bottomhome {
        position: static;
        align-items: center;
        padding: 25px;
        flex-direction: column;
        text-align: center;
    }

    .bt2 {
        order: 3;
        margin-top: 20px;
    }

    .bt1 {
        margin-bottom: 20px;
    }

    .containerpx {
        padding: 0 25px;
    }

    .inerfooter {
        border: 0;
        padding: 0;
        margin-top: 30px;
    }

    .footerlink {

        font-size: 14px;
    }
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: none !important;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: none !important;
}

@media only screen and (max-width: 767px) {

    .fullblack2 {
        height: 500px;
    }
    #whatnew{
        padding: 30px 15px;
    }
    .newstitle{
        font-size: 38px;
    }
    .themed{
        font-size: 30px;
        left: 0;
        top: 0;
    }

    .nights{
        font-size: 30px;
        right: 0;
        bottom: 0;
    }
    .sahra{
        font-size: 30px;
        padding: 10px 20px;
        left: 0;
        bottom: 0;
    }
    .flexy {
         display: block; 
    }
    .evimg{
        padding: 0;
    }
    .enmenu {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .enmenu a {
    
        font-size: 18px;
     
        writing-mode: horizontal-tb;
        margin-top: 25px;
    }
    .padymob{
        padding: 20px 0 90px!important;
    }
    .padymob1{
        padding: 130px 0 90px!important;
    }
    .titlefull {
      
        font-size: 30px;
    }
}
.aboutbanner{
    height: 100vh;
    position: relative;
}
#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }

  .aboutslider.owl-carousel .owl-nav button.owl-next {
  
    right: -50px;
   
}

.aboutslider.owl-carousel .owl-nav button.owl-prev {
  
    left: -50px;
   
}
.capabout2 {
    color: #fff;
    font-size: 18px;
    margin-top: 60px;
    padding: 0 45px;
}
.mt120{
    margin-top: 120px;
}
.team1{
    margin: 10px 0;
    font-size: 24px;
    color: #fff;
    font-family: gill2;
    text-align: center;
}
.team2{
    font-size: 16px;
    color: #fff;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .aboutslider.owl-carousel .owl-nav button.owl-next {
  
        right: 15px;
       
    }
    
    .aboutslider.owl-carousel .owl-nav button.owl-prev {
      
        left: 15px;
       
    }
    .capabout2 {
        padding: 0;
    }
    .aboutbanner{
        height: 700px;
    }
}

.eventsbanner{
    overflow: hidden;
    height: 100vh;
    position: relative;
    background: url(../images/eventbg.png) no-repeat;
    background-position: bottom;
    background-size: cover;

}
.homeb4{
    font-size: 22px;
    color: #fff;
    margin-top: 10px;
    line-height: 1.4;
}
@media only screen and (max-width: 767px) {
    .homeb4{
        font-size: 16px;
        padding: 0 20px;
       
    }
    .eventsbanner{
        height: 600px;
    }
}
.clubbanner{
    overflow: hidden;
    height: 100vh;
    position: relative;
    background: url(../images/kbg.png) no-repeat;
    background-position: bottom;
    background-size: cover;
}
.club1{
    font-size: 76px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;

}

.club2{
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.ld{
    text-align: center;
    margin-bottom: 10px;
}
.ld img{
    max-height: 200px;
}
@media only screen and (max-width: 767px) {
.club1 {
    font-size: 40px;
}
.ld img {
    max-height: auto;
    max-width: 100%;
}
.club2 {
    font-size: 16px;
    margin-bottom: 20px;
}
.rev{
    flex-direction: column-reverse;
}
.clubbanner{
    height: 600px;
}

}
.flavorbg{
    overflow: hidden;
    height: 100vh;
    position: relative;
    background: url(../images/falvorbg.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.contact1{
    color: #80CECD;
    font-family: bn;
    font-size: 50px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contact2{
    color: #fff;
    font-family: bn;
    font-size: 150px;
    margin-bottom: 10px;
}

.contact3{
    color: #fff;
    font-family: bn;
    font-size: 28px;
    text-transform: uppercase;
   
}

#contact{
    background: #000;
    padding: 90px 0;
}
.containercontact{
    padding: 0 150px;
}
label{
    font-family: bn;
    color: #80CECD;
    display: block;
    margin-bottom: 10px;
    font-size: 26px;
}
.form-control{
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border-bottom:1px solid #fff !important;
    padding: 10px 0;
    display: block;
    color: #fff;
    background: none !important;
}

::placeholder {
    color: #fff !important;
    opacity: 1; /* Firefox */
  }
  
  ::-ms-input-placeholder { /* Edge 12 -18 */
    color: #fff !important;
  }

  .fullblackc {
    margin: 0;
    overflow: hidden;
    background-color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: relative;
}


  @media only screen and (max-width: 767px) {

    .fullblackc {
        height: 600px;
    }
    .contact1{
   
        font-size: 22px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }
    
    .contact2{
      
        font-size: 36px;
     
    }
    
    .contact3{
       
        font-size: 18px;
       
       
    }
    .fullblackc .centered {
        padding-top: 0;
    }
    .containercontact{
        padding: 0 15px;
    }
    label {
    
        font-size: 16px;
    }
    .form-control{
        font-size: 10px;
    }
    .map{
        height: 450px !important;
        margin-top: 50px;
    }
    .animate__delay-4s, .animate__delay-5s, .del1, .del2, .del3{
         -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
    animation-duration: 2s !important;
    }
    .imgllog{
        width:100%;   
    }
  }

  .home header{
    display: none;
}
  .home footer{
    display: none;
}
.del1{
  
 -webkit-animation-delay: 3s;
    animation-delay: 3s;
    
}
.del2{
  
 -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}


.del3{
  
 -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

