/* body {
  background-color: black;
} */

:root {
  --primary-color: #161920;
  --secondary-color: #182ac4;
}
* {
  margin: 0;
  padding: 0;
}

html{
    overflow-x: auto;
}
body {
  font-family: "Lexend";
  /* background-color: var(--secondary-color); */
  background-color: var(--primary-color);
  overflow-x: hidden;
}


.main-page {
  position: relative;
  z-index: 1;
}
.menu-drawer li a span:hover {
  color: var(--secondary-color);
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--primary-color)!important;
  background: rgba(6, 7, 31, 0.2)!important;
  backdrop-filter: blur(10px)!important;
  -webkit-backdrop-filter: blur(10px)!important;
}

@media(min-width:900px){
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding:0 2rem;
}
}

header {
  height: 109px;
  position: relative;
  z-index: 1;
  background: transparent;
}

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

/* menu drawer */
.toggle-menu {
        align-items: center!important;
      display: flex;
      
    
}
.toggle-menu i {
  position: absolute;
  display: block;
  height: 2px;
  background: #0094fc;
  width: 30px;
  left: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  
}
.menu{
        width: 130px;
}

.toggle-menu p{
    font-size: 24px;
    color: white;
    font-weight: 400;
}
.toggle-menu i:nth-child(1) {
  top: 16px;
}
.toggle-menu i:nth-child(2) {
  top: 24px;
}
.toggle-menu i:nth-child(3) {
  top: 32px;
}
.toggle-menu.active i:nth-child(1) {
  top: 25px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.toggle-menu.active i:nth-child(2) {
  background: transparent;
}
.toggle-menu.active i:nth-child(3) {
  top: 25px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.toggle-menu{display:flex;justify-content: space-between;}
.menu-drawer {
  width: 50%;
  background-color: var(--primary-color);
  height: 100vh;
  position: absolute;
  right: -550px;
  opacity: 0;
  top: 0;
  transition: right linear 0.2s;
  padding: 50px;
}

.open {
  opacity: 1;
  right: 0px;
  transition: right linear 0.2s;
}
.menu-drawer li a span {
  text-decoration: none;
}
.drawer-item li a span {
  text-decoration: none;
  color: #ffffff;
  transition: 300ms linear;
}

a {
  text-decoration: none;
}
.footer-item li a:hover {
  color: #0094fc;
  text-decoration: none;
  transition: 300ms linear;
}
.footer-item li a {
  transition: 300ms linear;
}
.drawer-item li a span:hover {
  color: #0094fc;
  animation: moveToRight 2s ease-in-out;
  animation-delay: 300ms;
}
@keyframes moveToRight {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(300px);
  }
}
.menu-overlay {
  height: 100vh;
  background: rgba(22, 25, 32, 0.7);
}
.menu-drawer li {
  font-weight: 700;
  font-size: 48px;
  line-height: 110px;
  list-style: none;
}

.drawer-item {
  padding: 70px;
}

.call-to-action {
  background-color: var(--secondary-color);
  padding: 45px 72px;
  color: white;
  border-radius: 10px;
}

.two-third {
  max-width: 833px;
}
.two-third h3 {
  font-size: 40px;
  padding-bottom: 16px;
}

/* carousel reset */
.elementor-5 .elementor-element.elementor-element-535f7f6 .owl-dots {
  margin-top: 0 !important;
}

#uc_card_carousel_elementor_535f7f6 .owl-dot {
  width: 18px;
  height: 8px;
  border-radius: 1000px !important;
}
.two-third p {
  font-size: 24px;
}

.call-to-action button {
  font-size: 24px;
  background: white;
  border: none;
  padding: 12px 42px;
  border-radius: 5px;
}

hr {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-last {
  margin-top: 223px;
}

.footer-item {
  display: grid;
  grid-template-rows: repeat(2, 5fr);
  grid-auto-flow: column;
  margin: 20px 0;
}

.footer-item li a {
  font-weight: 600;
  font-size: 20px;
  line-height: 50px;
  text-transform: uppercase;
  color: #ffffff;
  list-style: none;
  text-decoration: none;
}

.footer-itemx li a {
  font-weight: 600;
  font-size: 20px;
  line-height: 50px;
  text-transform: uppercase;
  color: #ffffff;
  list-style: none;
  text-decoration: none;
}
.footer-itemx li {
  list-style-type: none;
}

.footer-item li {
  list-style-type: none;
}

.footer-btm {
  width: 80%;
}

.social-ico {
  padding-top: 16px;
  margin: 0 10px;
}

#wpadminbar {
  display: none;
}
.footer-itemx {
  text-align: right;
}

.ddh {
  display: none;
}

@media screen and (max-width: 782px) {
    /*contact form contact*/
    .form-row {
    display: block!important;
}
.col-half {
    width: 100%!important;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.book-btn {

    font-size: 16px!important;

}


/*end*/
    
    /*player mobile querry*/
    .elementor-shortcode .row{
        display:block;
    }
    .prev-half-1, .prev-half-2{
        width:100%!important;
        position: relative;
    height: auto!important;
    background: #1F1F32;
    border-radius: 10px!important;
    padding: 10px!important;
    margin-bottom: 15px;
    }
    .col-ico img {
    border-radius: 10px!important;
    margin-right: 10px!important;
     width:79px!important;
}

p.title {
    font-weight: 600;
    font-size: 14px!important;
    color: white;
    line-height: 20px!important;
}
span.preview {
    background: #42424B;
    border-radius: 5px;
    color: white;
    font-weight: 400;
    font-size: 10px!important;
    line-height: 15px;
    padding: 4px 4px!important;
    margin-right: 4px!important;
}
span.e {
    background: #42424B;
    border-radius: 5px;
    color: white;
    padding: 4px 8px!important;
    font-weight: 400;
    font-size: 10px!important;
    margin-right: 15px!important;
}
    p.name {
    font-weight: 400;
    font-size: 10px!important;
    line-height: 15px!important;
    color: white;
    padding-top: 0px!important;
}
span.play {
    position: absolute;
    right: 14px!important;
    bottom: 5px!important;
    cursor: pointer;
    width: 30px!important;
}
span.sportify {
    position: absolute;
    top: 11.5px!important;
    right: 10.5px!important;
}

/*end here*/
    
  .drawer-item {
    padding-top: 61px;
    padding: 50px 30px 0px 30px !important;
  }
  .footer-item li a {
    font-size: 16px;
  }
  html {
    margin-top: 0 !important;
  }
  .logo img {
    max-width: 100px;
    position: relative;
    z-index: 999;
  }

  .header-nt {
    height: 67px;
    padding: 10px 0;
    background: transparent;
    backdrop-filter: blur(0);
  }
  .menu-drawer {
    width: 100%;
    padding: 0;
  }
  .menu-drawer li {
    font-size: 30px;
  }
  .header-nt .container {
    margin: 0;
  }
  .container {
    margin: 0 auto;
    margin: 0 20px;
  }
  .call-to-action > .row {
    display: block;
  }
  .call-to-action {
    background-color: var(--secondary-color);
    padding: 40px 19px;
    color: white;
    border-radius: 10px;
    text-align: center;
  }
  .two-third h3 {
    font-size: 32px;
    padding-bottom: 8px;
  }
  .two-third p {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .footer-last {
    margin-top: 96px;
    visibility: hidden;
  }
  .footer-btm {
    width: 100%;
  }
  .footer-item {
    display: block;
    margin: 0;
  }
  .d-reset > .row {
    display: block;
  }
  .footer-item li {
    list-style-type: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    height: 55px;
    line-height: 55px;
  }
  /* .footer-itemx {
    margin-top: 72px;
  } */
  .pro {
    margin-top: 15px;
  }
  .pt-50 {
    padding-top: 50px;
  }
  .pt-90 {
    padding-top: 90px;
  }
  .menu {
    width: auto;
}
  .smh {
    display: none;
  }
  .social-ico {
    padding-top: 16px;
    margin-right: 16px;
  }
  .footer-itemx {
    text-align-last: left;
  }
  .ddh {
    display: block !important;
  }
  .cnt-mobile {
    position: absolute;
    bottom: 90px;
  }
  ul.footer-item {
    position: relative;
  }
}


/*preview*/
.prev-half-1{
  position: relative;
    width: 355px;
    height: 112px;
    background: #1F1F32;
    border-radius: 10px;
    padding: 16px;
}
.prev-half-2{
  position: relative;
    width: 355px;
    height: 112px;
    background: #1F2B32;
    border-radius: 10px;
    padding: 16px;
}
.prev-half-1 .row{
    display: flex;
    justify-content: flex-start;
}
.prev-half-2 .row{
    display: flex;
    justify-content: flex-start;
}
p.title {
    font-weight: 600;
    font-size: 16px;
    color: white;
    line-height: 20px;
}
.col-ico img{
        border-radius: 10px!important;
    margin-right: 16px;
}

p.name {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: white;
    padding-top: 4px;
}
span.preview {
    background: #42424B;
    border-radius: 5px;
    color: white;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    padding: 4px 8px;
    margin-right: 10px;
}
span.e {
    background: #42424B;
    border-radius: 5px;
    color: white;
    padding: 4px 9px;
    font-weight: 400;
    font-size: 12px;
    margin-right: 30px;
}
span.sportify {
    position: absolute;
    top: 17.5px;
    right: 17.5px;
}
span.play {
  position: absolute;
    right: 19px;
    bottom: 15px;
    cursor: pointer;
}
.col-details .actions{
padding-top: 10px;
}

/*contact form*/
.form-row{
    display: flex;
    gap: 20px;
}
.f_item {
    width: 100%;
    background: #2D3036;
    border: none;
    height: 50px;
    margin: 7px 0;
    color: white;
    padding: 10px;
       font-size: 16px;
    font-family: unset;
}
textarea.wpcf7-form-control.wpcf7-textarea.f_item {
    height: 114px;
    resize: none;
        font-size: 16px;
    font-family: unset;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.book-btn {
    /*height: 50px;*/
    background: #182AC4;
    /*border-radius: 5px;*/
    border: none;
    color: white;
    font-size: 24px;
    line-height: 30px;
    padding: 10px 40px!important;
    cursor:pointer;
}
.col-half {
    width: 50%;
}