@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&display=swap');

html {
  overflow-x: hidden;
    
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Rajdhani', sans-serif;
}
body{
   background-image: url(../images/full-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat:repeat;
}
body {
    font-size: 0px !important;
}
.container {
    max-width: 1190px !important;
}
li{
  list-style: none;
}
a{
  text-decoration: none !important;
    color: purple;
}
ul li a:hover {
    color: #7228E2;
}
h2{
  font-size: 60px;
  line-height: 65px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
h3{
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
h4 {
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
p{
  color: #bab9bb;
  font-size: 18px;
  font-weight: 500 !important;
  line-height: 26px;
}
.contact-btn {
    padding: 16px 48px;
    color: #fff;
    text-align: center;
    background: transparent;
    font-size: 17px;
    font-weight: 500;
    border: 2px solid #6b54b6;
    border-radius: 0px 20px 0px 20px;
    transition: 0.3s All;
    cursor: pointer;
}
.swiper-navigation{
    display:none !important;
}
.login {
    padding-top: 12%;
}
.ocean-andrew {
    left: 5% !important;
}
/*contact form css backend*/
.form_message {
    padding-bottom: 15% !important;
}
.modal-confirm {        
    color: #636363;
    width: 325px;
    font-size: 14px;
}
.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}
.modal-confirm .modal-header {
    border-bottom: none;   
    position: relative;
}
.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
    color:#000;
}
.modal-confirm .form-control, .modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px; 
}
.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -5px;
}   
.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}   
.modal-confirm .icon-box {
    color: #fff;        
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #7228e2;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm .icon-box i {
       font-size: 42px;
    position: relative;
    top: 22px;
}
.modal-confirm.modal-dialog {
    margin-top: 80px;
}
.modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: #7228e2;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
    background: #7228e2;
    outline: none;
}
.trigger-btn {
    display: none;
}
/*end*/
.team-box img {
    max-width: 60%;
}
.contact-btn:hover{
    background: #7228e2;
    color: #fff;
}
::placeholder{
    color: #c3bace;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
.owl-carousel button.owl-dot {
    outline: none !important;
}
.app-icon {
    width: 20%;
}
.app-icon-menu {
    width: 30%;
    animation-name: pulse;
    animation-duration: 3.0s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-play-state: running;
    margin-left: 75%;
}
 @keyframes pulse {
            0% {
                transform: scale(1);
            }
  
            50% {
                transform: scale(1.2);
            }
  
            100% {
                transform: scale(1.5);
            }
        }

/*hero-section css*/
.edgtf-content {
    background-color: transparent !important;
}
.hero-section {
    width: 100%;
    height: 100vh;
    background-image: url(../images/hero.png);
    background-position: 50% 88%;
    background-size: cover;
}
header {
    padding: 3em 0px;
    display: flex;
    justify-content: space-between;
}
.search-icon i {
    color: #fff;
}
ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}
ul li {
    display: inline-block;
    margin: 0 20px;
}
img.logo {
    max-width: 140px;
    margin: 0px auto;
    display: block;
    position: relative;
    top: -43px;
}
.desktop-hamburger i {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.hero-slider {
    width: 100%;
    margin: 5% auto;
}
img.text-image {
    width: 32% !important;
    margin: -10% auto 0px auto;
}
video {
    height: 475px;
    margin: 0px auto;
    display:block;
}
/*best section css*/
.rotate-text{
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    transform: rotate(-90deg) !important;
    display: inline-block;
}
.abt-description p {
    margin-top: 2%;
    padding-right: 7%;
}
.rotate {
    display: flex;
    align-items: center;
}
.about span {
    margin-top: -8em;
}
.upcoming-info h2 {
    margin-left: -2%;
}
.abt-img img {
    max-width: 396px;
}
/*video section css*/
section.video iframe {
    margin: 0px auto;
}
.video-sec h3 {
    font-size: 25px;
    margin-bottom: 33%;
    margin-top: 25%;
    text-transform: capitalize;
}
/*featured css*/
.text-box h2 {
    text-align: right;
    padding-right: 3%;
}
img.dragon {
    width: 200px !important;
}

.featured-sec{
  position: relative;
}
.team-box {
    background: #20132A;
    padding: 28px;
    margin: 10px;
    color: #fff;
    text-align: center;
    transition: .3s cubic-bezier(.21,.04,0,1.07);
    vertical-align: middle;
    width: 100%;
}
.team-box:hover{
  transform: translateY(-15px);
  border-radius: 0px 30px 0px 30px;
  cursor: pointer;
}
.upcoming-info p {
    font-size: 20px;
    max-width: 57%;
    margin-left: 4%;
}
.team-box h3 {
    font-size: 20px;
    color: #fff;
    line-height: 32px;
    font-weight: 700;
    margin-top: 8%;
    text-align: center;
}
/*level css*/

ul.level-points li {
    color: #fff;
    font-size: 17px;
    line-height: 33px;
}
.points p {
    color: #fff;
    font-weight: bold;
    font-size: 17px;
}
/*matches css*/
.matches-sec {
    padding: 1% 0 2% 0;
    position: relative;
}
.team-info {
    background: #231531;
    border-radius: 0px 30px 0px 30px;
    padding: 20px 30px;
    position: relative;
}
.review-icon-red i {
    color: #ff3147;
    margin-left: -40%;
    margin-top: 12%;
}
.title-team h3 {
    color: rgb(255, 255, 255);
    font-size: 30px;
    line-height: 5px;
    text-align: center;
}
.title-team-left h3 {
    color: rgb(255, 255, 255);
    font-size: 30px;
    line-height: 5px;
    text-align: left;
}
.info-img-right {
    position: absolute;
    top: -25%;
    max-width: 32%;
    left: 9%;
    transition:0.2s all;
}
img.info-img-right:hover:hover {
    transform: translateY(-15px);
}
img.info-img-left:hover{
    transform: translateY(-15px);
}
.time-team h2 {
    text-align: center;
    font-size: 60px;
}

.info-img-left {
    position: absolute;
    top: -11%;
    right: -2%;
    max-width: 28%;
     transition:0.2s all;
}
.title-team-left ul.sc-icons li:first-child a {
    color: rgb(107, 84, 182);
}
.title-team-left ul.sc-icons li a {
    margin-right: 12px;
    transition: all 0.2s ease 0s;
}
.title-team-left ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50px;
    left: 19px;
}
.matches-information {
    margin: 7% auto;
}
.matches-section{
  position: relative;
}

/*client css*/
.client{
    padding: 5% 0;
}
.client img{
   filter: brightness(0) invert(1);
   transition: 0.3s all;
   cursor: pointer;
}
.client img:hover{
    filter: invert(0);
}
/*Tournament-sec css*/
.Tournament-sec .rotate-text {
    position: absolute;
    right: 18em;
    top: 9em;
}
.Tournament-sec{
  padding: 4% 0;
  position: relative;
}
.main-tournmt-box {
    background: #231531;
    border-radius: 0px 30px 0px 30px;
    margin-bottom: 20px;
    transition: 0.3s all;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.main-tournmt-box:hover{
    background: #7228e2;
}
.timing h2 {
    font-size: 30px;
    text-align: center;
    line-height: 60px;
}
.tm-title h4 {
    text-align: right;
}
.main-tournmt-box h4 {
    font-size: 23px;
}
.main-tournmt-box.no-streaming:hover{
   background: #7228e2;
}
.main-tournmt-box.no-streaming {
    width: 75%;
    margin-bottom: 20px !important;
    margin: 0px auto;
}
/*cta css*/
.cta-heading {
    text-align: center;
    padding-bottom: 5%;
}
.contact-btn.join {
    display: block;
    width: 20%;
    margin: 50px auto;
}
/*contact css*/
.contact {
    padding: 5% 0;
}
.contact-btn {
    padding: 14px 48px;
    color: #fff;
    text-align: center;
    background: transparent;
    font-size: 22px;
    font-weight: 600;
    border: 2px solid #7228e2;
    border-radius: 0px 20px 0px 20px;
    transition: 0.3s all;
}
.cta {
    margin-top: 10%;
}
.main-contact h3 {
    font-size: 45px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
textarea{
    resize: none;
}
.info-con input, textarea {
    width: 100%;
    padding: 13px 10px;
    background: #22152C;
    border: none;
    outline: none;
    margin-bottom: 10px;
    color: #fff;
}
.contact-btn.send-btn {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
}
/*footer css*/

.footer-logo img {
    width: 105px;
}
/*copyright css*/
.copyright {
    clip-path: polygon(0 0, 52% 20%, 100% 0, 100% 100%, 0 100%);
    background: #000 !important;
    padding: 3% 0 1% 0;
}
.cr-text p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
video {
    height: 475px;
}
.level-inner {
    padding: 7% 2% !important;
}
.upcoming-info {
    padding-top: 4%;
}
.info-img-left.alien {
    right: -7% !important;
}
.info-img-left.wolves {
    max-width: 25%;
    right: 2%;
}
.featured-items {
    padding: 3% 0 1% 0;
}
.video {
    padding: 5% 0 0% 0;
}
.video h2 {
    margin-bottom: 6%;
}
.ocean {
    max-width: 350px;
}
.character {
    padding-top: 2%;
}
.footer-logo {
    padding-top: 2%;
}
/*term-page-css*/
.description {
    margin-top: -10%;
    margin-bottom:5%;
}
.policy-content h2 {
    font-size: 45px;
}

/*icons section css*/
.icons {
    padding: 100px 0px;
}
.main-icons h4 {
    font-size: 20px;
    text-align: center;
    line-height: 10px;
    text-transform:capatilize;
}
.main-icons img {
    margin: 0px auto;
    display: block;
}
/*media queries */
@media (max-width: 320px)
{
h2 {
    font-size: 28px !important;
    line-height: 39px !important;
    padding-left: 13%;
}
.about span{
    margin-top:-3em !important;
    top:88px !important;
}
.abt-description p {
    margin-top: 14% !important;
    padding-right: 0 !important;
    padding-left: 6px !important;
    font-size: 16px !important;
}
.rotate-text {
    left: -43px !important;
    top: 100px !important;
}
.team-box h3 {
    font-size: 14px !important;
    line-height: 17px !important;
    margin-top: 25%;
}
.team-box {
    padding: 21px !important;
}
.rotate-text {
    left: -49px !important;
    top: 78px !important;
}
.title-team h3 {
    font-size: 18px !important;
    width: 390% !important;
    left: -26px !important;
}
h3.ist-compt {
    left: -11px !important;
}
.info-img-left {
    max-width: 100px !important;
}
.info-img-left.wolves {
    max-width: 88% !important;
}
.shark {
    max-width: 98% !important;
}
.cen {
    left: -7px !important;
}
.title-team-left h3 {
    font-size: 17px !important;
    width: 316% !important;
}
.upcoming-info h2 {
    margin-top: 10px !important;
}
.timing h2 {
    font-size: 20px !important;
    line-height: 32px !important;
}
.main-contact h3 {
    font-size: 27px !important;
    line-height: 41px !important;
    margin-left: 8px !important;
}
.cta-heading h2 {
    font-size: 21px !important;
}
.info-img-right {
    top: -6% !important;
}
.level-inner {
    padding: 0% 5% !important;
}
.video {
    padding: 5% 0 0% 0 !important;
}
.points {
    margin-top: -60px !important;
}
.description {
    margin-top: -40%;
}
}

@media screen and (max-width: 767px){
    .points {
    margin-top: -60px !important;
}
    .upcoming-info h2 {
    margin-left: 1%;
}
.app-icon-menu {
    width: 20%;
    margin-left: 76%;
    margin-top: -75%;
}
.be {
    left: -25px !important;
}
.team-box h3 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 25%;
}
    .level-img {
    margin-top: 7%;
}
    .about span {
    margin-top: -15em;
    position: relative;
    left: -47px;
}
.video-sec h3 {
    font-size: 25px;
    margin-bottom: 10%;
    margin-top: 4%;
    text-transform: capitalize;
    margin-left: 8%;
}
.rotate-text {
    position: relative;
    left: -40px;
}
/*exciting game section*/
    .info-img-right {
    position: absolute;
    top: -25%;
}
.team-box img {
    max-width: 100%;
}
.time-team h2 {
    font-size: 38px;
}
.info-img-right {
    position: absolute;
    top: -31%;
    max-width: 100%;
    left: -2%;
}
.info-img-left {
    position: absolute;
    top: -13px;
    right: 7px;
    max-width: 95px !important;
}
.title-team-left h3 {
    color: rgb(255, 255, 255);
    font-size: 21px;
    line-height: 5px;
    position: relative;
    top: 69px;
    left: -32px;
    width: 233%;
}
.title-team h3 {
    color: rgb(255, 255, 255);
    font-size: 21px;
    line-height: 5px;
    text-align: left;
    position: relative;
    top: 72px;
    width: 178%;
}
.contest {
    left: -14px;
}

.login {
    padding-top: 1%;
}
.review-icon-red.left {
    left: 109%;
    top: 1px;
}
.edgtf-full-width-inner {
    padding-top: 45% !important;
}
    img.logo {
    max-width: 115px;
}
video {
    height: 288px;
}
.ocean {
    max-width: 65%;
}
.level-inner {
    padding: 3% 5%;
}
.time-team h2 {
    font-size: 30px;
}
.character {
    padding-top: 12%;
}
    h2 {
    font-size: 36px;
    line-height: 50px;
}
h3 {
    font-size: 22px;
}
.abt-description .rotate-text {
    position: absolute;
    left: -8%;
    top: 9%;
}
.abt-img img {
    max-width: 100%;
    margin-top: 8%;
}
.text-box h2 {
    padding-right: 5% !important;
}
.cr-text {
    text-align: center;
}
.footer-cta {
    display: none;
}
.copyright {
    padding: 17% 0px 2%;
}
.footer-logo img {
    width: 105px;
    margin: 30px auto;
    display: block;
}
.playing-desc {
    padding: 5% 10%;
}
.rs p {
    text-align: center;
}
.app-icon {
    width: 55%;
}
.abt-description p {
    margin-top: 9%;
    padding-right: 8%;
    padding-left: 3%;
}
.engaging h2 {
    padding-left: 15px;
}
.abt-description .rotate-text {
    position: absolute;
    left: -8%;
    top: 15%;
}
.abt-img img {
    max-width: 100%;
}
.video-sec h3 {
    font-size: 19px;
    margin-bottom: 8%;
    line-height: 28px;
    margin-top: 0%;
    text-transform: capitalize;
}
.info-img-left {
    position: absolute;
    top: -28px;
    right: 24px;
    max-width: 135px;
}
.text-box h2 {
    padding-right: 5% !important;
}
.title-team ul {
    left: 60%;
}
.title-team-left {
    margin-left: 8%;
}
.upcoming-info p {
    font-size: 19px;
    max-width: 100%;
    margin-left: 7%;
    margin-right: 5%;
}
.timing h2 {
    font-size: 18px;
    text-align: center;
}
.main-contact h3 {
    font-size: 32px;
    line-height: 41px;
    margin-left: 13px;
}
.tm-title h4 {
    text-align: center;
    font-size: 20px;
}
.team-box {
    margin: 10px;
}
.team-info {
    position: relative;
    background: rgb(35, 21, 49);
    border-radius: 0px 30px;
    padding: 20px;
}
.matches-information {
    margin: 25% auto;
}
.main-tournmt-box {
    text-align: center;
}
.contact-btn.join {
    width: 60%;
}
.menu-right ul li {
    display: block;
    margin: 10px 27px;
}
.cr-text {
    text-align: center;
}
.copyright {
    padding: 17% 0px 2%;
}
.vidoe-section video {
    width: 100%;
}
.cta-heading h2 {
    font-size: 29px;
    line-height: 50px;
}
.team-box img {
    width: 130px !important;
    text-align: center;
}
.ocean-andrew {
    left: -10% !important;
}
.info-img-left.wolves {
    right: 14%;
}
.shark {
    right: 3px;
}
.cen {
    left: 4px !important;
}
.app-image {
    margin-top: 8%;
}
.main-tournmt-box {
    margin: 2%;
}
.description {
    margin-top: -40%;
}
}
@media screen and (max-width:1024px) and (min-width: 768px){
    .info-img-right {
    left: 9% !important;
}
.timing h2 {
    font-size: 26px;
    line-height: 34px;
}
.info-img-left.wolves {
    max-width: 38%;
}

.info-img-left {
    max-width: 40%;
}
.title-team-left h3 {
    font-size: 21px;
    margin-left: -18%;
}
.points p {
    font-size: 22px;
}
.edgtf-full-width-inner {
    padding-top: 25% !important;
}
.main-tournmt-box {
    margin: 2%;
}
.app-image {
    margin-top: 8%;
}
video {
    height: 315px;
}
.video-sec {
    padding: 0 3%;
}
.video-sec h3 {
    margin-top: 5%;
}
.login {
    padding-top: 37%;
}
.cta-heading h2 {
    font-size: 45px;
    line-height: 55px;
}
.upcoming-info h2 {
    margin-left: 2%;
}
.about h2 {
    padding-left: 4% !important;
}
.video-sec h3 {
    font-size: 22px;
    line-height: 30px;
}
.info-img-right.ocean-andrew {
    left: 4% !important;
}
.upcoming-info p {
    max-width: 60%;
    margin-left: 8%;
}
.team-info {
    padding: 20px 0px !important;
}
img.logo {
    max-width: 150px;
    margin: 0px auto;
    display: block;
    position: relative;
    top: -43px;
}
.level-inner {
    padding: 3% 5%;
}
.app-icon {
    width: 30%;
}
.title-team-left h3 {
    font-size: 22px;
}
.title-team h3 {
    margin-left: 26%;
     font-size: 25px !important;
}
.info-img-right {
    max-width: 50%;
    left: 15%;
}
.time-team h2 {
    font-size: 44px;
}
.abt-img img {
    max-width: 100%;
    margin: 0px auto;
    display: block;
}
.app-icon-menu {
    width: 33%;
    margin-left: 50%;
}
.level-img {
    margin-top: 10%;
}
.description {
    margin-top: -30%;
}
}