html{
    scroll-behavior: smooth;
}
html,
body {
    height: 100%;
}

body {
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
    font-style: normal;
    background: #0C0F14;

}

ul,
ol {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

.image-full {
    width: 100%;
}

.image-full img {
    width: 100%;
    height: auto;
}

.fullimage-responsive img {
    width: 100%;
    max-width: 100%;
    height: auto;

}

.height-topheader {
    height: 146px;

}

.height-topoff {
    height: 0px;
}

.header-main-hm {
    position: fixed;
    top: 62px;
    right: 0;
    left: 0;
    z-index: 1029;
    padding: 0px 0px 0px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.wrp-nav {

    background: rgba(20, 27, 36, 0.35);

    stroke-width: 1px;

    border: 1px solid rgba(250, 171, 7, 0.50);

    backdrop-filter: blur(15px);

    padding: 26px 0px;

    border-radius: 35px;
}

.logo img {
    max-width: 202px
}

.header-main-hm .navbar-toggler .cn_item svg path {
    stroke: #fff !important;
}

.fixnav .navbar-toggler .cn_item svg path {
    stroke: #fff !important;
}
.nav-hide .navbar-toggler .cn_item svg path {
    stroke: #fff !important;
}

.nav-header-custome {
    align-items: center;
}

.nav-header-custome .nav-item {
    margin-right: 81px;
}

.nav-header-custome .nav-item:last-child {
    margin-right: 0px !important;
}

.nav-header-custome .nav-item .nav-link {
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    color: #fff;
    position: relative;
    padding: 0px;
    text-transform: capitalize;
}

.header-main-hm-sub .nav-header-custome .nav-item .nav-link,
.fixnav .nav-header-custome .nav-item .nav-link,
.nav-hide .nav-header-custome .nav-item .nav-link {
    color: #fff !important;
}

.nav-header-custome .nav-link.active,
.nav-header-custome .show>.nav-link,
.nav-header-custome .nav-link:hover,
.nav-header-custome .nav-link:focus,
.fixnav .nav-header-custome .nav-item .nav-link:hover,
.nav-hide .nav-header-custome .nav-item .nav-link:hover {
    color: #45F882 !important;
    background-color: transparent;
    outline: none;
}

.fixnav .nav-header-custome .nav-item .nav-link:hover,
.fixnav .nav-header-custome .nav-item .nav-link:focus,
.fixnav .nav-header-custome .nav-item .nav-link.active,
.nav-hide .nav-header-custome .nav-item .nav-link.active {
    color: #45F882 !important;
    background-color: transparent;
    outline: none;
}

.nav-header-custome .nav-link.active:before,
.nav-header-custome .nav-link:hover:before {
    content: '';
    width: 23px;
    height: 3px;
    background: transparent;
    display: block;
    position: absolute;
    left: 0px;
    bottom: -12px;
}

.nav-header-custome .dropdown-toggle::after {
    display: inline-block;
    content: "";
    border: none;
    position: absolute;
    right: 0px;
    top: 50%;
    background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/down-arrw.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 4px;
    width: 8px;
    right: -16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.fixnav .nav-header-custome .nav-item .nav-link.show,
.nav-hide .nav-header-custome .nav-item .nav-link.show {
    color: #086ad8 !important;

}

.btn-booknw {
    border: 2px solid #FDC221;
    border-radius: 10px;
    color: #fff;
    padding: 9px 22px;
    font-size: 16px;
    color: #041D57;
    font-weight: 600;
    background: #fff;
}

.btn-booknw:hover {
    background: #FDC221;
}

.header-main-hm-sub .btn-booknw {
    background: #EFF7FF;
    border: 1.5px solid #EFF7FF;
    color: #3D7FF9;
}

.nav-headerh {
    height: 149px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;

}

.header-main-hm-sub {
    background: #FFFFFF;
    box-shadow: 0px 6px 15px rgba(8, 106, 216, 0.2);
    height: 94px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.ds-on {
    display: inline-block;
}

.ds-off {
    display: none;
}

.fixnav {
    padding: 23px 0px 0px;
    background: transparent;
    backdrop-filter: none;
    height: 82px;
    top: 0px;
    position: fixed;
    left: 0px;
    top: 0px;
}


.fixnav .ds-on {
    display: none;
}

.fixnav .ds-off {
    display: inline-block;
}
.nav-on {
   top:4px !important;
  }
.nav-hide {
    transform: translateY(-200%);
  }
  .nav-hide .ds-on {
    display: none;
}
.nav-hide .ds-off {
    display: inline-block;
}
.offcan-custome .offcanvas-header {
    padding: 99px 0px 0px 0px;
    text-align: center;
    flex-direction: column;
}

.offcan-custome .offcanvas-body {
    padding: 0rem 1.6rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.offcan-custome .btn-booknw {
    margin: 20px 0px;
    display: inline-block;
}

.offcanvas-header .btn-close {
    background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/icon-close.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    position: absolute;
    right: 30px;
    top: 34px;
}

.offcan-custome.offcanvas-start {
    border-right: none;
}

.offcan-custome {
    background: rgba(20, 27, 36, 0.60);
    backdrop-filter: blur(15px);
    text-align: center;
    width: 100% !important;
}

.offcanvas-backdrop.show {
    opacity: 1;
    background: transparent;
}

.sidebar-pills {
    padding-bottom: 0px;
    padding-top: 37px;
    margin-bottom: 0px !important;
}
.offcan-custome .dropdown-menu {
    position: static !important;
    transform: translate3d(0px, 0px, 0px) !important;
    border: transparent;
    padding: 0px;
}

.offcan-custome .dropdown-toggle::after {
    display: inline-block;
    content: "";
    border: none;
    position: absolute;
    right: 0px;
    top: 50%;
    background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/Next.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.offcan-custome .dropdown-toggle.show::after {
    top: 16px;
    transform: rotate(180deg);
}

.offcan-custome .drop-dd-min .dropdown-item,
.offcan-custome .drop-dd-min .dropdown-item li {
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 32px;
    color: #777777 !important;
    padding: 0px 5px 6px !important;
    background: transparent !important;
    text-transform: capitalize !important;
}

.offcan-custome .dropdown-menu li .dropdown-item {
    text-transform: uppercase;
    color: #061844;
    font-weight: 500;
    font-size: 12px;
    background-color: rgba(228, 240, 249, .50);
    padding: 2px 0px 2px 14px;
    border-radius: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.drop-dd-min {
    padding-left: 10px;
}

.nav-header-custome .dropdown-menu.show {
    transform: translate(0px, 55px) !important;
}

.dropdown-submenu {
    position: relative;
    padding: 0px 0px 11px;
}

.dropdown-submenu .dropmenu-link {
    font-weight: 500;
    font-size: 15px;
    line-height: 36px;
    color: #061844;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 25px;
}

.dropdown-submenu .dropmenu-link:hover,
.dropdown-submenu .dropmenu-link:focus {
    color: #3D7FF9;

}

.dropdown-submenu .caret {
    display: inline-block;
    background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/dropNext.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -1px;
    display: none;
    margin-right: -1px;
}

.dropdown-submenu:hover .dropdown-menu {

    display: block;
}

.nav-header-custome .dropdown-menu .dropdown-item {
    font-weight: 500;
    font-size: 13px;
    line-height: 34px;
    color: #061844;
    padding: 6px 25px;
    white-space: inherit;
    background: transparent !important;
    line-height: 24px;
}

.nav-header-custome .dropdown-menu .dropdown-item:hover,
.nav-header-custome .dropdown-menu .dropdown-item:focus {
    color: #3D7FF9;
}

.nav-header-custome .dropdown-menu {
    border-bottom: 1px solid #EBEDF0;
    padding: 25px 0px;
    background: #FFFFFF;
    box-shadow: 0px 20px 24px rgb(61 127 249 / 10%);
    border-radius: 15px;
    min-width: 300px;
}

.offcanas-contact-list {
    border-radius: 10px;
    padding: 25px 25px 26px;
    /* display: flex; */
    flex-flow: column wrap;
    margin-top: 0px;
    bottom: 30px;
    align-content: unset;
}

.offcanas-contact-list li {
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    color: #333346;
    margin-bottom: 18px;
}

.offcanas-contact-list li a {
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    color: #fff;
}
.diagnol-hm-btn-sidebar {
    background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/learmor-home.svg);
    padding: 19px 0px 27px;
    position: relative;
    background-size: cover;
    font-size: 14px !important;
    color: #1C242F !important;
    font-weight: 500 !important;
    width: 157px;
    display: inline-block;
}

.offcanas-contact-list li a svg path {
    fill: #fff !important;
}

.offcanas-contact-list li span {
    margin-right: 10px;
}

.offcanas-contact-list .btn-offcanvs {
    background: #0AC4C8 !important;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #FFFFFF !important;
    padding: 10px 20px;
    display: block;
    text-align: center;
}

.sidebar-pills .nav-link {
    padding: 10px 30px;
    font-weight: 500;
    font-size: 15px;
    line-height: 32px;
    color: #fff !important;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 101% 69%, 0 291%);
    background: transparent;
}
.sidebar-pills .nav-link:hover {
   
    background: rgba(69, 248, 130, .14) !important;
}
.sidebar-pills .nav-item {
    margin-bottom: 20px;
}

.sidebar-pills .nav-item .nav-link {
    border-bottom: none;
}

.sidebar-pills .nav-item .nav-link.show {
    border-bottom: 1px solid transparent;
}

.sidebar-pills .nav-item:last-child .nav-link {
    border-bottom: 1px solid transparent;
}

.sidebar-pills.nav-pills .nav-link.active,
.sidebar-pills.nav-pills .show>.nav-link .sidebar-pills.nav-pills .nav-link:focus,
.sidebar-pills.nav-pills .nav-link:hover {
    color: #3D7FF9;
    background-color: transparent;
}

.nav-custometp {
    background-color: #254099 !important;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, .5);
    border-bottom: 1px solid #254099;
}

.nav-custometp .cn_item {
    margin-right: 7px;
}

.nav-custometp .nav-link {
    display: block;
    padding: 1rem 1.6rem 1rem 0rem;
}

.nav-custometp .nav-title {
    font-size: 14px;
}

.nav-diver-tp {
    border-left: 1px solid #4960aa;
    padding-left: 20px;
}

.nav-custometp .link-dark {
    color: #fff;
}

.nav-custometp .link-dark .cn_item svg {
    top: -2px;
}
@media (max-width:1440px) {
.header-main-hm {
    top: 22px;
}
.nav-header-custome .nav-item .nav-link {
    font-size: 13px;
}
}
@media (max-width: 1279px) {
    .height-topheader {
        height: 61px;
    }

    .header-main-hm {
        top: 0px;
    }

    .header-main-hm,
    .nav-headerh,
    .fixnav {
        height: 70px !important;
        padding-top: 13px;
    }

    .header-main-hm,
    .nav-headerh {
        height: 60px !important;
        padding-top: 12px;
        position: fixed;
    }

    .btn-booknw {
        color: #fff;
        background: transparent;
    }

    .logo {
        margin-left: 15px;
    }

    .logo img {
        width: 166px;
    }

    .fixnav {
        background: rgba(0, 0, 0, 0.20);
        backdrop-filter: blur(15px);
    }

}

/* header end*/
/* topcontact-add */
.topcontact-add {
    background: #fff;
    height: 53px;
    position: relative;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1030;
    border-bottom: 1px solid #E6E6E6;
}

.topcontact-add.topcontact-add-sub {
    background: #fff;
    border-bottom: 2px solid #F1F1F1;
}

.topcontact-list {
    margin: 0px;
}

.topcontact-list li {
    margin-right: 36px;
}

.topcontact-list li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #424155;
    text-decoration: none;
}

.topcontact-list li a span {
    margin-right: 12px;
}

.languge-convert {
    margin-left: auto;
}

.languge-convert button {
    background: rgba(236, 244, 248, 0.50);
    border-radius: 8px;
    border: none;
    padding: 6px 17px;
    backdrop-filter: blur(5.484133720397949px);
    color: #041D57;
    font-weight: 600;
    font-size: 12px;
}

.lan-title {

    margin-right: 4px;
}

.topcontact-add.topcontact-add-sub .topcontact-list li a {
    color: #333346;
}

@media (max-width:1279px) {
    .topcontact-add {
        display: none !important;
    }

    .languge-convert button {
        background: rgba(236, 244, 248, 0.50);
        border-radius: 8px;
        border: none;
        padding: 2px 10px 3px 10px;
        backdrop-filter: blur(5.484133720397949px);
        color: #fff;
        font-weight: 600;
        font-size: 12px;
    }
}

/* topcontact-add end */
/* home-banner*/
.video-hm video {
    object-fit: cover;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
}

.video-hm {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.home-banner {
    background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/home-banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #0C0F14;

}

.hm-content {
    background: linear-gradient(0deg, #141B24 0%, rgba(46, 63, 83, 0.43) 64.23%, rgba(77, 103, 138, 0.00) 86.72%);
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 362px;
    z-index: 2;
    text-align: center;
}

.homebanner-cent-cric {
    position: absolute;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    bottom: 0px;
    left: 50%;
}
.homebanner-cent-cric-inner {
    margin: 0px auto;
}

.hm-widthfull-strech {
    width: 100%;
    height: 100%;
}



.hm-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 20px;
    width: 40%;
}

.hm-content h1 {
    margin: 10px 0px 50px;
    color: #FFFFFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.hm-content h1 span {

    position: relative;
}



.banner-logo {
    margin-top: -20px;
}

.hm-link {
    display: inline-flex;
    flex-flow: row wrap;
}

.diagonal-button {
    background-color: #ff0000;
    color: white;
    padding: 15px 30px;
    border: none;
    cursor: pointer;
    position: relative;
    mask: paint(polygon-border);
    -webkit-mask: paint(polygon-border);
    clip-path: polygon(0 0, 100% 0, 101% 69%, 0 291%);
    --border: 3px;
}

.diagonal-button:hover {
    background-color: darkred;
    /* Hover effect */
}

.diagnol-hm-btn {
    background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/learmor-home.svg);
    padding: 14px 0px 22px;
    position: relative;
    background-size: cover;
    font-size: 14px;
    color: #1C242F;
    font-weight: 500;
    width: 157px;
}

.hm-link .btn {
    border-radius: 8px;
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    padding: 18px 0px;
    width: 177px;
}

.hm-link a+a {
    display: inline-block;
    margin-left: 18px;
}

.hm-link .linktransparent {
    background: rgba(255, 255, 255, 0.50);
    color: #fff !important;
}

.hm-link .linksolid {
    background: #FFFFFF !important;
    color: #0E72E3 !important;
}
@media (max-width:1440px) { 
    .homebanner-cent-cric {
        width: 45%;
    }
    .hm-content h1 {
        font-size: 24px;
    }
    .banner-logo {
        margin-top: 80px;
    }
}

@media (max-width:1279px) {
    .home-banner {
        height: 100vh;
    }  
    .homebanner-cent-cric {
        width: 100%;
    } 


    .hm-content p {
        font-size: 17px;
        line-height: 35px;
        /* margin-bottom: 20px; */
        width: 100%;
    }

}
@media (max-width:767px) {


    .hm-content {
        background: linear-gradient(0deg, #141B24 0%, rgba(46, 63, 83, 0.43) 44.23%, rgba(77, 103, 138, 0.00) 86.72%);
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 134px;
        z-index: 2;
        text-align: center;
    }
    .home-banner {
        height: 72vh;
        background-position:0px;
        background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/home-vid-bar-22mobie.jpg);
    }

    .banner-img-log {
        max-width: 112px;
    }

    .hm-content h1 {
        font-size: 18px;
        margin: 10px 0px;
        line-height: 28px;
    }
    .hm-content-inner {
        margin-top: 25%;
    }
    .banner-logo {
        margin-top: -20px;
        width: 341px;
        margin: 0px auto;
    }

   

    .hm-link .btn {
        font-size: 15px;
        line-height: 20px;
        padding: 12px 0px;
        width: 144px;
        border-radius: 15px;
    }

    .hm-link a+a {
        margin-left: 8px;
    }
}



@media (min-width:1600px) {
    .home-banner {
        height: 100vh;
    }

    .hm-content h1 {
        font-size: 30px;
    }

}

@media (min-width:1920px) {
    .home-banner {
        height: 100vh;
    }



    .hm-link .btn {
        font-size: 15px;
        line-height: 20px;
        padding: 22px 0px;
        width: 204px;
    }
}

/* home-banner end*/
/* default heading home */
.link-more {
    border-radius: 10px;
    border: 1.5px solid #EFF7FF;
    background: #EFF7FF;
    padding: 15px 42px;
    color: #3D7FF9;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    display: inline-flex;
}


.frame-arrow {
    width: 217.1px;
    height: 16.816px;
    background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/Frame.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.text-center .frame-arrow {
    margin-left: auto;
    margin-right: auto;

}

.defalut-heading-mainhm .defalut-heading-sp, .defalut-heading-mainhm2 .defalut-heading-sp {
    color: #45F882;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.defalut-heading-mainhm h2, .defalut-heading-mainhm2 h2 {
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.line-effect-anim {
    position: relative;
}

.line-effect-anim:after {
    content: '';
    position: absolute;
    left: 6px;
    height: 0px;
    width: 138px;
    flex-shrink: 0;
    background: #FDC221;
    bottom: 9px;
    z-index: -1;
    transition: height 1s ease-in-out;
}

.inview .line-effect-anim:after {
    height: 22px;
    /* Full height when in view */
}

.defalut-heading-mainhm p, .defalut-heading-mainhm2 p {
    font-weight: 300;
    font-size: 17px;
    line-height: 36px;
    color: #838D8C;
    margin-top: 15px;
    margin-bottom: 20px;
}

.defalut-heading-mainhm.white h2, .defalut-heading-mainhm2.white h2 {
    color: #fff;
}

.defalut-heading-mainhm.white p, .defalut-heading-mainhm2.white p {
    color: #fff;
}

.defalut-heading-mainhm.white2 h2,
.defalut-heading-mainhm.white2>span {
    color: #fff;
}
@media (max-width:1440px) {
    .defalut-heading-mainhm .defalut-heading-sp, .defalut-heading-mainhm2 .defalut-heading-sp {
        font-size: 14px;
        margin-bottom: 18px;
    }
    .defalut-heading-mainhm h2, .defalut-heading-mainhm2 h2 {
        font-size: 34px;
    }
    .defalut-heading-mainhm p, .defalut-heading-mainhm2 p {
        font-size: 14px;
    }
}
@media (max-width:1199px) {
    

    .defalut-heading-mainhm h2, .defalut-heading-mainhm2 h2 {
        font-size: 42px;
        line-height: 42px;
    }

    .defalut-heading-mainhm p, .defalut-heading-mainhm2 p {
        font-size: 15px;
        line-height: 34px;
        margin-top: 15px;
    }
}

@media (max-width:767px) {
   

    .defalut-heading-mainhm p, .defalut-heading-mainhm2 p {
        font-size: 15px;
        line-height: 32px;
        margin-top: 15px;
    }

    .defalut-heading-mainhm .defalut-heading-sp, .defalut-heading-mainhm2 .defalut-heading-sp {
        font-size: 13px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .defalut-heading-mainhm h2, .defalut-heading-mainhm2 h2 {
        font-size: 25px;
        line-height: 34px;
    }
}


/* default heading home end*/
/* about-section */
.about-section {

padding: 80px 0px 60px;

background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/aboutbanner.webp);

background-size: cover;

background-position: center;

background-repeat: no-repeat;
background-color: #0C0F14;
}
#homemain-slider {
    margin-top: 10px;
}
#homemain-slider.owl-carousel .owl-stage {
    padding-left: 30px !important;
}
.slide-owl {
    cursor: pointer;
    position: relative;
}
.slide-owl span {
    color: #FFF;
    text-align: center;
    font-family: Unbounded;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #45F882;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.10);
    position: absolute;
    left: 53px;
    bottom:10%;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0px 22px;
    border-radius: 0px 0px 32px 0px;
}

.lsss-t {
    margin-top: 15px;
}

.lsss-t li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 0px;
    color: #777;
    font-size: 18px;
    font-weight: 400;
    line-height: 45px;
}

.lsss-t li:before {
    background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/check21.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    left: 0px;
    position: absolute;
    top: 13px;
    content: '';
}

@media (max-width: 1199px) {
    .about-section {
        padding: 50px 0px 90px;
    }
}

@media (max-width: 767px) {
    .about-section {
        padding: 190px 0px 80px;
        background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/aboutbanner-mobile.jpg);
    }

    .lsss-t li {
        padding-left: 27px;
        font-size: 15px;
    }

    .lsss-t li:before {
        top: 16px;
    }

    .about-section .line-effect-anim:after {
        left: 45% !important;
        bottom: 7px !important;
        width: 62px !important;
        height: 12px !important;
    }
    #homemain-slider.owl-carousel .owl-stage {
        padding-left: 16px !important;
    }
    .slide-owl span {
        font-size: 11px;
        left: 20px;
        bottom: 6px;
        height: 36px;
        padding: 0px 20px;
    }
}

/* about-section end */
/* video-play-banner */
.vid-logohm {
    position: absolute;
    right: 5%;
    bottom: 29px;
}

.video-play-banner-content {
    background: linear-gradient(90deg, rgba(28, 36, 47, 0.70) 0%, rgba(17, 21, 29, 0.70) 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 683.056px;
    height: 256.25px;
    padding: 40px 90px 0px 56px;
    flex-direction: column;
    bottom: -160px;
    backdrop-filter: blur(15px);
}
.cricwar-thumbnail-vid {
    position: absolute;
    left: 43px;
    bottom: 3px;
    width: 92%;
}
.video-play-banner-content span {
    color: #45F882;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
}

.video-play-banner-content h3 {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 10px 0px 10px;
     color: #45F882;
}

.video-play-banner-content p {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    /* 188.889% */
    text-transform: capitalize;
    margin: 0px;
}

.play-vd-cn {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(15px);
    height: 113px;
    width: 113px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.play-vd-cn:before {
    border-radius: 100%;
    position: absolute;
    width: 119px;
    height: 119px;
    left: -3px;
    top: -4px;
    content: '';
    background-color: transparent;
    border: 1px solid #45F882;
    animation: pulse 1.5s ease-in-out infinite;
}
@keyframes pulse {
    0% {
        transform: scale(.9);
        opacity: 0.8;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
@media (max-width: 1440px) {
    .vid-logohm {
        right: 2%;
    }
    .video-play-banner-content span {
        font-size: 14px;
    }
    .video-play-banner-content h3 {
        font-size: 22px;
    }
    .video-play-banner-content p {
        font-size: 14px;
        line-height: 28px;
    }
}
@media (min-width: 991px) and (max-width: 1199px) {
    .video-play-banner-content {
        width: 573.056px;
        height: 206.25px;
        padding: 30px 90px 0px 56px;
        flex-direction: column;
        bottom: -130px;
    }
    .video-play-banner-content span {
        font-size: 14px;
    }
    .video-play-banner-content h3 {
        font-size: 20px;
        margin: 10px 0px 10px;
    }
    .video-play-banner-content p {
        font-size: 12px;
        line-height: 34px;
    }
}
@media (max-width: 991px) {
.video-play-banner-content {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 630px;
    height: auto;
    padding: 40px 60px 50px 40px;
    flex-direction: column;
    bottom: -144px;
}

.video-play-banner-content span {
    font-size: 12px;
}

.video-play-banner-content h3 {
    font-size: 20px;
    margin: 20px 0px 10px;
}

.video-play-banner-content p {
    font-size: 14px;
    line-height: 28px;
}
.play-vd-cn {
    height: 80px;
    width: 80px;
}
.play-vd-cn:before {
    width: 85px;
    height: 85px;
    left: -4px;
    top: -4px;
}
}
@media (max-width: 767px) {
    .video-play-banner-content {
        background-image: none;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        width: 93%;
        height: auto;
        padding: 26px 30px 26px 30px;
        flex-direction: column;
        bottom: -176px;
        backdrop-filter: blur(15px);
        overflow: hidden;
        background: linear-gradient(90deg, rgba(28, 36, 47, 0.70) 0%, rgba(17, 21, 29, 0.70) 100%);
    }
    .video-play-banner-content h3 {
        font-size: 17px;
        margin: 14px 0px 10px;
    }
    .video-play-banner-content p {
        font-size: 13px;
        line-height: 25px;
    }
    .cricwar-thumbnail-vid {
        position: absolute;
        left: 22px;
        bottom: 3px;
    }
}
/* video-play-banner end */
/* roadmap-section */
.roadmap-section, .expectation-section  {
    padding-top: 80px;
    overflow: hidden;
}
.roadmap-content-wraper {
    border-radius: 30px;
    background: linear-gradient(90deg, #1C242F 0%, #11151D 100%);
    border-left: 4px solid #45F882;
    display: flex;
    align-items: center;
    position: relative;
    padding: 30px 0px 30px 78px;
    z-index: 10;
    margin-top: 40px;
}

.roadmap-content span {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
    padding-left: 15px;
}

.roadmap-content span:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 40%;
    background: #45F882;
    width: 4px;
    height: 4px;
    border-radius: 100%;
}

.roadmap-content h2 {
    color: #fff;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.roadmap-content-image {
    position: absolute;
    right: 20px;
    bottom: -35px;
}
@media (max-width:1440px) {
    .roadmap-content span {
        font-size: 16px;
    }
    .roadmap-content h2 {
        font-size: 42px;
    }
}
@media (min-width: 991px) and (max-width: 1199px) {
    .roadmap-section {
        padding-top: 50px;
    }
    .roadmap-content-wraper {
        padding: 30px 0px 30px 38px;
        margin-top: 40px;
    }
    .roadmap-content span {
        font-size: 16px;
    }
    .roadmap-content h2 {
        font-size: 38px;
    }
    .roadmap-content-image {
        right: 2px;
        bottom: -22px;
    }
    .roadmap-content-image img {
        width: 192px;
    }
}
@media (max-width: 1199px) {
    .roadmap-section, .expectation-section {
        padding-top: 40px;
    }
}
@media (max-width: 991px) {
    .roadmap-section {
        padding-top: 30px;
    }
    .roadmap-content-wraper {
        border-left: 0px solid transparent;
        align-items: normal;
        position: relative;
        padding: 40px 0px 10px 38px;
        margin-top: 40px;
        flex-flow: column;
        border-top: 4px solid #45F882;
    }
    .roadmap-content-image {
        position: relative;
        right: auto;
        bottom: 0px;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .roadmap-section {
        padding: 40px 20px 0px;
    }
    .roadmap-content-wraper {
        border-left: 0px solid transparent;
        align-items: normal;
        position: relative;
        padding: 31px 0px 10px 28px;
        margin-top: 40px;
        flex-flow: column;
        border-top: 4px solid #45F882;
    }
    .roadmap-content span {
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        position: relative;
        padding-left: 20px;
    }
    .roadmap-content h2 {
        font-size: 40px;
    }
    .roadmap-content-image {
        position: relative;
        right: auto;
        bottom: -20px;
        text-align: center;
    }
   
}
/* roadmap-section end */
/* gamefeature-section */
.gamefeature-slide {
    overflow: hidden;
}
.gamefeature-section .gamefeature-title {
    border-radius: 10px;
    opacity: 0.5;
    background: #FAAB07;
    filter: blur(25.899999618530273px);
    display: inline-flex;
    padding: 30px;
    width: 322.923px;
    height: 41px;
    position: relative;
    margin-top: -33px;
}
.gamefeature-title-outer {
    position: relative;
    width: 322.923px;
    margin: 0px auto 0px;
    padding-bottom: 50px;
}
.gamefeature-title-outer p {
    color: #FAAB07;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    position: absolute;
    top: 8px;
    margin: 0px;
    padding: 0px 16px;
}

.marquee__content li  {
    margin-left: 107px;
}
.game-feature-box {
    position: relative;
    border-radius: 10px;
    border: 1px solid #FAAB07;
    background: #181F29;
    box-shadow: 0px 17px 24px 0px rgba(250, 171, 7, 0.05);
    height: 71px;
    display: flex;
    align-items: center;
    padding-left: 52px;
    padding-right: 50px;
}
.game-feature-box div {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.game-feature-box img {
    position: absolute;
    left: -72px;
    top: -13px;
    animation: spin 10s linear infinite;
}
@keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
.marquee {
    --gap: 1rem;
    position: relative;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 1rem;
}
.marquee__content > * {
    flex: 0 0 auto;
    color: white;
    text-align: center;
}
.marquee__content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    min-width: 100%;
    align-items: end;
    padding: 30px 0px 70px;
}

@media (max-width:1440px) {
    .game-feature-box div {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
.gamefeature-section .gamefeature-title {
    border-radius: 10px;
    opacity: 0.5;
    background: #FAAB07;
    filter: blur(25.899999618530273px);
    display: inline-flex;
    padding: 30px;
    width: 262px;
    height: 41px;
    position: relative;
    margin-top: -33px;
}
.gamefeature-title-outer p {
    color: #FAAB07;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    position: absolute;
    top: 8px;
    margin: 0px;
    padding: 0px 16px 0px 40px;
}
.marquee__content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    min-width: 100%;
    align-items: end;
    padding: 10px 0px 10px;
}

.marquee__content li {
    margin-left: 60px;
}
.game-feature-box {
    position: relative;
    border-radius: 10px;
    border: 1px solid #FAAB07;
    background: #181F29;
    box-shadow: 0px 17px 24px 0px rgba(250, 171, 7, 0.05);
    height: 52px;
    display: flex;
    align-items: center;
    padding-left: 63px;
}
.game-feature-box img {
    position: absolute;
    left: -27px;
    top: -11px;
    width: 68px;
    height: 68px;
}
.game-feature-box div {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
}
/* gamefeature-section end */
/* testmoni-section */
.testmoni-section {
    padding-top: 106px;
    overflow: hidden;
}
.testmoni-slider-wraper {
    margin-top: 20px;
}
.textmoni-box {
    border-radius: 10px;
    border: 1px solid rgba(134, 134, 134, 0.20);
    background: #0C0F14;
    text-align: center;
    padding: 27px 20px 27px;
    height: 373px;
}
.arrow-grr {
    margin-left: auto;
    margin-right: auto;
    width: 59px;
    height: 9px;
    background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/arrow-grr.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.textmoni-box h4 {
    color: #45F882;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.textmoni-box p {
    color: #637270;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px; 
    text-transform: capitalize;
    margin-bottom: 25px;
}
.tesmoni-image {
    width: auto !important;
    margin: 0px auto;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: transparent;
    background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/Active-dots.svg);
    height: 8px;
    width: 8px;
}
.owl-theme .owl-dots .owl-dot span {
    margin: 5px 5px;
    background-color: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
    background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/no-Active-dots.svg);
    background-repeat: no-repeat;
    height: 4px;
    width: 4px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 24px;
}
.owl-theme .owl-dots {
    display: flex;
    margin-left: 30px;
    position: absolute;
    left: 0px;
    margin-top: 20px;
}
.owl-theme .owl-nav [class*=owl-] {
    background: transparent !important;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    right: 10px;
}
@media (max-width: 767px) {
    .testmoni-section {
        padding-top: 56px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .textmoni-box {
        border-radius: 10px;
        border: 1px solid rgba(134, 134, 134, 0.20);
        background: #0C0F14;
        text-align: center;
        padding: 27px 20px 27px;
        height: 333px;
    }
    .textmoni-box h4 {
        color: #45F882;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 10px;
    }
    .textmoni-box p {
        color: #637270;
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: 26px;
        text-transform: capitalize;
        margin-bottom: 25px;
    }
    .owl-theme .owl-dots {
        margin-left: 16px;
    }
    
}
/* testmoni-section end */
/* cri-exp */
.cri-exp {
    margin-top: 30px;
    margin-bottom: 70px;
}
.cri-exp-inner {
    position: relative;
}
.cri-exp-content {

position: absolute;

top: 50%;

width: 674px;

left: 12%;

/* box-sizing: content-box; */
}
.cri-exp-content h3 {
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0px 0px 20px;
}
.cri-exp-content p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px; 
    text-transform: capitalize;
    margin-bottom: 40px;
}
.cri-exp-image {
    width: 100%;
}
.app-downlad-lis {

display: flex;

gap: 17px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .cri-exp-content {
        top: 35%;
        width: 688px;
        left: 5%;
    }
    .cri-exp-content h3 {
        font-size: 35px;
    }
}
@media  (max-width:1440px) {
.cri-exp-content {
    
    top: 35%;
    }
    .cri-exp-content p {
        font-size: 15px;
    }
    .cri-exp-content h3 {
        font-size: 36px;
    }
}
@media  (max-width: 991px) {
    .testmoni-section {
        padding-top: 106px;
        padding-bottom: 30px;
    }
    .cri-exp-content {
        position: absolute;
        top: 19%;
        width: 100%;
        left: 0px;
        text-align: center;
        padding: 0px 30px;
    }
    .app-downlad-lis {
        display: inline-flex;
        gap: 22px;
    }
    .cri-exp-content h3 {
        color: #fff;
        font-size: 51px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin: 0px 0px 40px;
    }
    .cri-exp-content p {
        color: #fff;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 34px;
        text-transform: capitalize;
        margin-bottom: 69px;
    } 
}
@media  (max-width: 767px) {
    .testmoni-section {
        padding-top: 56px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .cri-exp-content {
        position: absolute;
        top: 12%;
        width: 100%;
        left: 0px;
        text-align: center;
        padding: 0px 16px;
    }
    .cri-exp-content h3 {
        color: #fff;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin: 0px 0px 16px;
    }
    .cri-exp-content p {
        color: #fff;
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: 34px;
        text-transform: capitalize;
        margin-bottom: 29px;
    }
    .cri-exp-image {
        width: 100%;
        height: 96vh;
        object-fit: cover;
    }
}
/* cri-exp end */
/* offer-section */
.offer-section {

padding-top: 220px;

overflow: hidden;
}
.effect-title {
    padding-top: 18px;
    padding-bottom: 50px;
    
}
.effect-title img {
    width: 100%;
}
.effect-title .js-tilt {
    cursor: pointer;

}
@media  (max-width: 767px) {
    
    .offer-section {
        padding-top: 210px;
    }
}
/* offer-section end */
/* footer */
.footer-section {
    margin-top: 0px;
    padding-top: 94px;
    background: #000;
    position: relative;
}

.footer-left-image {
    left: 0px;
}

.footer-left-image,
.footer-right-image {
    bottom: 0px;
}

.footer-right-image {
    right: 0px;
}

.footer-log-bar p {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    text-transform: capitalize;
    margin: 20px 0px 20px;
    width: 100%;
    text-align: center;
}

.footer-heading {
    color: #fff;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0px 22px;
    position: relative;
    text-transform: capitalize;
}

.footer-heading:after {
    content: '';
    margin: 12px 0px 0px;
    background: #000;
    display: block;
    background: #44FF84;
    height: 5px;
    width: 41px;
    border-radius: 20px;
}
.footer-logo {
    margin: 60px auto 60px;
    text-align: center;
}
.footer-link {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 330px;
}
.footer-link-bar {
    padding-right: 140px;
    position: relative;
}
.footer-link-bar:after { 
  
right: 40px;
}
.footer-link-bar:after, .footer-log-bar:after {
    position: absolute;
    content: '';
    top: 0px;
    height: 85%;
    background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/vertical-footerline.svg);
    width: 1px;
}
.footer-link-bar:before, .footer-log-bar:after {
    right: 30px;
}
.footer-link li {
    margin-bottom: 13px;
    text-align: left;
    display: inline-block;
    text-align: left;
}

.footer-link a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    text-align: left;
}

.footer-link-2 {
    position: relative;
    padding-left: 0px;
}

.footer-link-2 li {
    position: relative;
    margin-bottom: 20px;
}
.footer-log-bar {
    position: relative;
    padding-right: 90px;
}

.contact-nm-footer {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    width: 285px;
    height: 50px;
    color: var(--text-color-white);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.88px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.footer-social-link {
    display: flex;
    margin-left: 0px;
    margin-bottom: 0px;
    position: relative;
    gap: 21px;
}

.footer-multiaddr {
    position: relative;
    padding-left: 30px;
    color: #041D57;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
}

.footer-multiaddr .multiaddr-icon {
    position: absolute;
    left: 0px;
    top: -2px;
}
.contat-footer-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    gap: 20%;
}
.contat-footer-list h3 {
    color: #fff;
    margin-bottom: 30px;    
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
}
.game-console-footer {
    margin-top: 40px;
}
.footer-contact-social {
    display: flex;
    gap: 20px;
}
.contat-footer-list p {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.contat-footer-list p span {
    font-weight: 400 ;
}
.copyright-bar-outer {
    margin-top: 40px;
    padding-bottom: 0px;
    text-align: center;
}
.copyright-mutli {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px 0px;
}
.copyright-mutli .link-foot-copy a {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    text-transform: capitalize;
}
.copyright-title {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
}
.copyright-bar {

    color: var(--text-color-white);

    text-align: center;

    font-size: 15px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

    text-transform: capitalize;

    color: #0AC4C8;
}

.copyright-bar p {

    color: #424155;

    font-size: 15px;

    font-style: normal;

    font-weight: 400;

    line-height: 21px;

    margin: 0px;
}

.footer-btn {
    margin-top: 30px;
}

.footer-btn .btn-booknw {
    font-size: 16px;
    padding: 9px 22px;
    color: #041D57;
}

.subscnews-box h4 {
    color:#fff;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 20px 0px 30px;
}
.subscnews-box form {
    display: flex;
    gap: 25px;
}
.subscnews-box-input {
    background: #637270;
    -webkit-clip-path: polygon(100% 0, 100% 81%, 82% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 81%, 94% 100%, 0 100%, 0 0);
    width: 350px;
    height: 54px;
    position: relative;
}
.subscnews-box-input .subscnews-box-input-inner {
    position: absolute;
    top: 1px;
    left: 1px;
    height: 52px;
    width: 348px;
    -webkit-clip-path: polygon(100% 0, 100% 81%, 82% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 81%, 94% 100%, 0 100%, 0 0);
    font-size: 20px;
    text-align: center;
    color: white;
    background: #1D2329;
    border: none;
    content: '';
}
.subscnews-box-input-inner input {
    background: transparent;
    border: none;
    outline: none !important;
    font-size: 18px;
    color: #fff;
    padding: 11px 30px;
    width: 100%;
}
.subscnews-box button {
    background: transparent;
    border: none;
}
@media (max-width:1440px) {
    .footer-heading {
        font-size: 18px;
}
.footer-link a {
    font-size: 14px;
}
.contat-footer-list p {
    font-size: 13px;
}
.contat-footer-list h3 {
    margin-bottom: 20px;
    font-size: 20px;
    margin-top: 30px;
}
.contat-footer-wrap {
    flex-flow: column wrap;
    justify-content: space-between;
    gap: 0px;
}
}
@media (max-width:1366px) {
.footer-link-bar {
    padding-right: 35px;
}
.subscnews-box-input {
    background: #637270;
    -webkit-clip-path: polygon(100% 0, 100% 81%, 82% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 81%, 94% 100%, 0 100%, 0 0);
    width: 200px;
    height: 54px;
    position: relative;
}
.subscnews-box-input .subscnews-box-input-inner {
    position: absolute;
    top: 1px;
    left: 1px;
    height: 52px;
    width: 198px;
    -webkit-clip-path: polygon(100% 0, 100% 81%, 82% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 81%, 94% 100%, 0 100%, 0 0);
    font-size: 20px;
    text-align: center;
    color: white;
    background: #1D2329;
    border: none;
    content: '';
}
.subscnews-box-input-inner input {
    background: transparent;
    border: none;
    outline: none !important;
    font-size: 12px;
    color: #fff;
    padding: 13px 30px;
    width: 100%;
}
.subscnews-box h4 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 20px 0px 30px;
}
.footer-heading {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0px 22px;
    position: relative;
    text-transform: capitalize;
}
.contat-footer-list h3 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 20px;
}
.footer-log-bar {
    padding-right: 50px;
}
.footer-link-bar:before, .footer-log-bar:after {
    right: 20px;
}
.footer-link-bar:after {
    right: 10px;
}
}
@media (max-width:1199px) {
    .footer-section {
        padding-top: 70px;
        font-weight: 700;
        padding: 70px 22px 0px;
    }

    .footer-heading {
        margin: 50px 0px 22px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .footer-link-bar {
        padding-right: 0px;
    }
    .footer-link-bar:after {
        border-right: none;
        right: 40px;
        background-image: none;
    }
    .footer-link-bar:before, .footer-log-bar:after {
        border-right: none;
        right: 30px;
        background-image: none;
    }
}

@media (max-width:991px) {
    .footer-section {
        padding-top: 70px;
        font-weight: 700;
        padding: 70px 22px 0px;
        text-align: center;
    }
    .footer-link-bar {
        padding-right: .5rem;
        position: relative;
        text-align: center;
        
    }
    .footer-log-bar {
        position: relative;
        padding-right: .5rem;
    }
    .footer-heading:after {
        content: '';
        margin: 12px auto 0px;
        background: #000;
        display: block;
        background: #44FF84;
        height: 5px;
        width: 41px;
        border-radius: 20px;
    }
    .footer-link-bar:after {
        right: auto;
        left: 0px;
        top: auto !important;
        bottom: 0px;
    }
    .footer-link-bar:before {
        left: 0px;
        top: auto !important;
        background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/horizont-line-footer.svg);
    }
    .footer-link-bar:after, .footer-log-bar:after, .footer-link-bar:before {
        position: absolute;
        content: '';
        top: 0px;
        height: 1px;
        width: calc(100% - 30px);
        background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/horizont-line-footer.svg);
        left: 15px;
    }
    .footer-log-bar:after {
        background-image: none !important;
    }
    .footer-link a {
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-transform: capitalize;
        text-align: left;
    }
    .footer-link li {
        margin-bottom: 19px;
        text-align: left;
        display: inline-block;
        text-align: center;
    }
    .footer-link {
        display: flex;
        flex-flow: column wrap;
        justify-content: space-between;
        margin-bottom: 30px;
        width: 100%;
    }
    .footer-logo {
        margin: 50px auto 40px;
        text-align: center;
    }
    .footer-log-bar p {
        color: #fff;
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: 28px;
        text-transform: capitalize;
        margin: 20px 0px 50px;
        width: 100%;
        text-align: center;
    }
    .contat-footer-list {
        margin-bottom: 30px;
    }
    .contat-footer-list h3 {
        color: #fff;
        margin-bottom: 30px;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin-top: 30px;
    }
    .footer-contact-social {
        display: flex;
        gap: 20px;
        justify-content: center;
    }
    .footer-link-2 {
        position: relative;
        padding-left: 0px;
        text-align: center;
    }
    .contat-footer-wrap {
        display: flex;
        flex-flow: column wrap;
        justify-content: space-between;
    }
    .copyright-bar-outer {
        margin-top: 26px;
        padding-bottom: 0px;
        text-align: center;
    }
    .copyright-mutli {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 26px 0px;
        flex-flow: column;
        justify-content: center;
    }
    .link-foot-copy {
        display: flex;
        gap: 17px;
        color: rgba(69, 248, 130, 0.50);
        margin-bottom: 12px;
    }
    .copyright-mutli .link-foot-copy a {
        color: #fff;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        text-transform: capitalize;
    }
    .subscnews-box form {
        display: flex;
        gap: 25px;
        justify-content: center;
    }
    .subscnews-box {
        margin-bottom: 40px;
    }
}
@media (max-width:767px) {
.footer-log-bar p {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    text-transform: capitalize;
    margin: 20px 0px 25px;
    width: 100%;
    text-align: center;
}
.footer-link-bar {
    padding-right: .5rem;
    position: relative;
    text-align: center;
    margin-top: 10px;
}
.footer-link a {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    text-align: left;
}
.footer-heading {
    margin: 50px 0px 22px;
    font-size: 20px;
}
.contat-footer-list p span {
    font-weight: 300;
}
.subscnews-box form {
    display: flex;
    gap: 5px;
    justify-content: center;
}
.subscnews-box-input {
    background: #637270;
    -webkit-clip-path: polygon(100% 0, 100% 81%, 82% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 81%, 94% 100%, 0 100%, 0 0);
    width: 220px;
    height: 54px;
    position: relative;
}
.subscnews-box-input .subscnews-box-input-inner {
    position: absolute;
    top: 1px;
    left: 1px;
    height: 52px;
    width: 218px;
    -webkit-clip-path: polygon(100% 0, 100% 81%, 82% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 81%, 94% 100%, 0 100%, 0 0);
    font-size: 20px;
    text-align: center;
    color: white;
    background: #1D2329;
    border: none;
    content: '';
}
}

/* footer end */
/* notif-section */
.notif-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 110px 0px 120px;
    overflow: hidden;
}
.notif-section-image {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 605px;
    bottom: 0px;
}
.notif-banner-wraper {
    position: relative;
    z-index: 2;
}
.notif-banner-box {
    background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/Vector5.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 0px 100px;
    height: 560px;
    width: 100%;
}
.notif-banner-box-left {
    width: 80%;
    position: relative;
}
.notif-banner-box-left-inner {
    width: 60%;
}
.notif-banner-box-center {
        position: absolute;
        right: -1%;
        width: 459px;
        top: -169px;
}
.notif-banner-box-left h4{
    color: #fff;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 12px;
}
.notif-banner-box-right {
    text-align: center;
    margin-left: auto;

}
.notif-banner-box-right .notif-banner-box-right-title {
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    display: block;
    margin-top: 11px;
}
.notif-banner-box-right h5 {
    color: #FAAB07;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 4px 0px 50px;
}
.joint-btn {
    background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/learmor-home.svg);
    padding: 10px 24px 18px;
    position: relative;
    background-size: 100% 100%;
    font-size: 13px;
    color: #1C242F;
    font-weight: 500;
    width: 160px;
    display: inline-flex;
}
.joinmembers-thumb {
    display: flex;
    align-items: center;
}
.joinmember-overlap {
    position: relative;
    margin-left: -11px;
}

.joinmemberfinal-overlap {
    z-index: 5;
}
.joinmember-thumb-count {
    width: 43.481px;
    height: 43.481px;
    display: block;
    background: #45F882;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #141A23;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.joinmembers-total span{
    color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: capitalize;
}
.joinmembers-total {
    margin-left: 12px;
}
.joinmembers-total span span{
    color: #45F882 !important;
}
#countdown {
    width: 100%;
    display: flex;
    gap: 14px;
    margin-bottom: 30px;
  }
  #countdown.show {
    display: block;
  }
  #countdown > div {
    position: relative;
    display: inline-block;
    width: 16%;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
  }
  #countdown > div:last-child {
    width: 12%;
  }
  #countdown > div > span {
     display: flex;
     font-size: 22px;
     line-height: 32px;
     letter-spacing: 0;
     margin-top: 20px;
     font-weight: 600;
     color: #141A23;
     text-transform: uppercase;
     text-align: center;
     position: relative;
     background: #45F882;
     height: 50px;
     aspect-ratio: cos(30deg);
     clip-path: polygon(-50% 50%, 50% 100%, 150% 50%, 50% 0);
     width: 71.962px;
     height: 80.962px;
     align-items: center;
     justify-content: center;
     text-transform: capitalize;
   }
   @media (max-width: 1440px) {
    .notif-banner-box {
        padding: 0px 59px;
    }
    .notif-banner-box-center {
        right: -10%;
    }
    .notif-banner-box-left h4 {
        font-size: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .notif-banner-box-left h4 {
        font-size: 31px;
    }
    .notif-banner-box-center {
        top: -189px;
    }
    #countdown > div > span {
        font-size: 15px;
        line-height: 32px;
        letter-spacing: 0;
        margin-top: 20px;
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 991px) {
    .notif-banner-box {
        background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/Vector5-mobile.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        padding: 50px 30px 0px;
        height: 942.53px;
        width: 100%;
        flex-flow: column;
        text-align: center;
    }
    .notif-banner-box-left {
        width: 100%;
        position: relative;
    }   
    .notif-banner-box-left-inner {
        width: 100%;
    }
    .notif-banner-box-left h4 {
        color: #fff;
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 12px;
        width: 100%;
        padding: 0px 50px;
    }
    #countdown {
        width: 100%;
        display: flex;
        gap: 11px;
        margin-bottom: 30px;
        align-items: center;
        justify-content: center;
    }
    .joinmembers-thumb {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 50px;
    }
    .notif-banner-box-right {
        text-align: center;
        margin-left: 0px;
    }
    .notif-banner-box-center {
        right: 7%;
        bottom: 0px;
        top: auto;
        width: 320px;
    }
}
@media (max-width: 767px) {
    .notif-banner-wraper {
        padding: 0px 15px;
    }
    .notif-section {
        padding: 60px 0px 90px;
        margin-bottom: 60px;
    }
    .notif-banner-box {
        background-image: none;
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        padding: 40px 20px 0px;
        height: 942.53px;
        width: 100%;
        flex-flow: column;
        text-align: center;
        background: #141A23;
        border: 1px solid #44FF84;
    }
    .notif-banner-box-left h4 {
        color: #fff;
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 12px;
        width: 100%;
        padding: 0px 0px;
    }
    .main-example {
        display: flex;
        width: 100%;
        margin-left: -5%;
    }
    #countdown {
        width: 100%;
        display: flex;
        gap: 11px;
        margin-bottom: 20px;
        align-items: center;
        justify-content: center;
        gap: 11px;
    }
    #countdown > div {
        position: relative;
        display: inline-block;
        width: auto;
        font-size: 10px;
        line-height: 40px;
        letter-spacing: 2px;
        text-align: center;
        color: #fff;
        font-weight: 600;
        text-align: center;
        text-transform: capitalize;
    }
    #countdown > div > span {
        display: flex;
        font-size: 15px;
        line-height: 32px;
        letter-spacing: 0;
        margin-top: 20px;
        font-weight: 600;
        color: #141A23;
        text-transform: uppercase;
        text-align: center;
        position: relative;
        background: #45F882;
        height: 50px;
        aspect-ratio: cos(30deg);
        clip-path: polygon(-50% 50%, 50% 100%, 150% 50%, 50% 0);
        width: 58px;
        height: 62px;
        align-items: center;
        justify-content: center;
        text-transform: capitalize;
    }
    .joinmembers-total span {
        color: #FFF;
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
    }
    .joinmembers-thumb img {
        width: 34px;
        height: 34px;
    }
    .joinmember-thumb-count {
        width: 34px;
        height: 34px;
        display: block;
        background: #45F882;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #141A23;
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
    }
    .notif-banner-box-right .notif-banner-box-right-title {
        color: #fff;
        text-align: center;
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-transform: capitalize;
        display: block;
        margin-top: 11px;
    }
    .notif-banner-box-right h5 {
        color: #FAAB07;
        text-align: center;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin: 4px 0px 60px;
    }
    .joint-btn {
        background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/learmor-home.svg);
        padding: 10px 24px 18px;
        position: relative;
        background-size: 100% 100%;
        font-size: 13px;
        color: #1C242F;
        font-weight: 500;
        width: 160px;
        display: inline-flex;
        z-index: 3;
    }
    .notif-banner-box-center {
        right: 3%;
        bottom: -70px;
        top: auto;
        width: 239px;
    }
}

/* notif-section end */
/* modal form */
.form-custom-vn {
    position: relative;
    padding: 0px 20px;
}
.iconform-left {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.form-control-custome {
    background-color: #151C25;
    border: 1px solid transparent;
    border-radius: 15px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-transform: capitalize;
    color: #fff;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.10) !important;
    outline: none !important;
    padding: 15px 20px 12px 20px;
}
.form-control-custome:focus {
    color: #fff;
    background-color: rgba(68, 255, 132, 0.10);
    outline: none !important;
    border: 1px solid #44FF84;;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.10) !important;
    
}

.form-control-custome::placeholder {
    color: #9F9F9F;
    opacity: 1;
}

.form-control-custome::-webkit-input-placeholder {
    text-align: left;
}

.form-control-custome:-moz-placeholder {
    text-align: left;
}

  select {
    color: #9F9F9F !important;
  }
  select:focus {
    color: #404040 !important;
  }
  option {
    color: #9F9F9F !important;
  }
  option:first-of-type {
    color: #9F9F9F !important;
  }
.form-relative {
    position: relative;
}

.iconform-left {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.iconform-leftup {
    top: 12px;
    transform: translateY(0);
    -webkit-transform: translateY(0);

}

.text-area-height {
    height: auto !important;
}

.button-vend {
    background: transparent;
    border: none;
    margin-top: 10px;
}
.modal-custome-style .modal-content {
    background: #0C0F14;
    border-radius: 20px;
    border: 1px solid rgba(69, 248, 130, 0.30);
}
.modal-custome-style .modal-body {
    padding: 20px 10px 35px;
    position: relative;
}
.model-heading-mp {
    padding: 0px 22px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.btn-close-model {
    border: none;
    background: transparent;
    position: absolute;
    right: 0px;
    top: -15px;
    transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
}
.modal-backarrow {
    position: absolute;
    left: 18px;
    top: -17px;
}
.modal-help-image {
    margin: 0px 0px 0px;
    padding: 12px 20px 20px;
}
.modal-help-image span {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    position: absolute;
    bottom: 13px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 100%;
}
.modal-custome-style .modal-dialog {
    max-width: 400px;
}
.model-heading-mp h2 {
    color: #fff;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.model-heading-mp h2:after {
    content: '';
    margin: 9px 0px 17px;
    background: #000;
    display: block;
    background: #44FF84;
    height: 4px;
    width: 41px;
    border-radius: 20px;
}

.model-heading-mp h4 {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    margin: 0px auto 10px;
    padding: 0px 5px;
}
.modal-help-image span {
    color: #FFF;
text-align: center;
font-family: Urbanist;
font-size: 20px;
font-style: normal;
font-weight: 800;
line-height: normal;
position: absolute;
bottom: 20px;
left: 50%;

}
.modal-help-image p {
    border-radius: 20px;
    border: 1px solid #27BF9D;
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(15px);
    margin: 0px;
    display: inline-block;
    color: #27BF9D;
    font-family: Urbanist;
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding: 3px 9px;
    left: 50%;
    top: -9px;
    position: absolute;
    transform: translate(-50%, 0px);
}

.modal-custome-style2 .modal-dialog {
    max-width: 336px;
    margin-left: auto;
    margin-right: auto;
}
.thnks-model-icon {
    margin-top: 25px;
    margin-bottom: 19px;
}
.modal-thanks-de h3 {
    color: #fff;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px 0px 18px;
}
.modal-thanks-de p {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0px 15px;
    margin-bottom: 20px;
    line-height: 25px;
}
.modal-backdrop {
    background-color: rgba(20, 27, 36, 0.60);
backdrop-filter: blur(15px);
}
.modal-backdrop.show {
    opacity: 1;
}
/* modal form end */
/* playearn */
.playearn {
    background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/playearn.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 878.239px;
    display: flex;
    align-items: center;
    position: relative;

}

.playearn .defalut-heading-mainhm2 p {
    color: #fff;
}
.image-play-mving {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    object-fit: cover;
}
.playearn-content h5 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.playearn-content .defalut-heading-mainhm2 p {
    color: #fff;
}
.playearn-content ul li {
    color: #FFF;
    position: relative;
    padding-left: 42px;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px; /* 226.667% */
    text-transform: capitalize;
    margin-bottom: 19px;
}
.playearn-content ul li::before {
    position: absolute;
    left: 0px;
    top: 6px;
    content: '';
    background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/play-Bullet.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
}
.playearn-image2 {
    position: absolute;
    left: 0px;
}
@media (max-width:1339px) {
    .playearn {
        height: auto;
        padding: 60px 0px 110px;
    }
    .playearn-image1 {
        width: 300px ;

    }    
    .ply-win-svg {
        max-width: 380px;
    }
    }
    @media (max-width:767px) {
        .playearn {    
            background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/playearn-mobile.webp);
        }
        .ply-win-svg {
            max-width: 290px;
        }
    .playearn-image1 {
        width: auto;
        max-width: 315px;
    }
    .playearn-content h5 {
        font-size: 15px;
        line-height: 30px;
    }
    .playearn-content ul li {
        font-size: 14px;
        line-height: 29px;
    }
}
/* playearn end */
/* screen-section-wrapper */
.screen-section-wrapper {
    padding-bottom: 230px;
}
@media (max-width:1440px) {
    .screen-section-wrapper {
        padding-bottom: 200px;
    }
}
/* screen-section-wrapper end */
/* animation */
.whatsapp-animat {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 100;

}

.inview {
    opacity: 0;
    -webkit-transition: all 0.6s 0.2s ease;
    -moz-transition: all 0.6s 0.2s ease;
    -ms-transition: all 0.6s 0.2s ease;
    -o-transition: all 0.6s 0.2s ease;
    transition: all 0.6s 0.2s ease;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
}

.inview.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.images-an {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1.2) translate3d(40px, -40px, 0);
    -moz-transform: scale(1.2) translate3d(40px, -40px, 0);
    -ms-transform: scale(1.2) translate3d(40px, -40px, 0);
    -o-transform: scale(1.2) translate3d(40px, -40px, 0);
    transform: scale(1.2) translate3d(40px, -40px, 0);
}

.images-an.animate.activate-animation {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    -moz-transform: scale(1) translate3d(0, 0, 0);
    -ms-transform: scale(1) translate3d(0, 0, 0);
    -o-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
}

/* animation end*/
@media (min-width:1200px) and (max-width:1440px) {
#videCont {
    padding-bottom: 0%;
    max-width: 992px;
    height: 400px !important;
}
}